|
|
|
@579d21f
|
12 years |
michaelni |
tga: check palette size earlier.
Fixes Ticket1895
Signed-off-by: …
|
|
|
@e55c385
|
12 years |
stefasab |
lavc/utils: check return value of avcodec_fill_audio_frame() for < 0
…
|
|
|
@51e9f58e
|
12 years |
stefasab |
lavu/opt: add support for reading pixel and sample format through …
|
|
|
@cf6c6134
|
12 years |
stefasab |
doc: add libswscale.texi and ffmpeg-scaler.texi files
|
|
|
@33181975
|
12 years |
michaelni |
mpsmpeg4: use av_image_check_size
Signed-off-by: Peter Ross …
|
|
|
@a246a603
|
12 years |
michaelni |
avrndec: use av_image_check_size
Signed-off-by: Peter Ross …
|
|
|
@2d954ccd
|
12 years |
michaelni |
rawdec: use av_image_check_size
Signed-off-by: Peter Ross …
|
|
|
@252746d0
|
12 years |
stefasab |
lavu/imgutils: add consistency checks to av_image_copy_plane()
Add …
|
|
|
@26c531cc
|
12 years |
stefasab |
lavu/opt: fix range shown in set_format() log message
|
|
|
@be2c0bc9
|
12 years |
stefasab |
configure: prefer "resampling" in the libswresample pkg-config description
|
|
|
@c70ec631
|
12 years |
stefasab |
lavu/opt: add av_opt_ accessors for pixel/format/image size options
…
|
|
|
@fdd71cf0
|
12 years |
michaelni |
iff decoder: initialise HAM line decoder with first palette entry
The …
|
|
|
@8f507fe
|
12 years |
michaelni |
avfiltergraph: add AVOption table
Reviewed-by: Paul B Mahol …
|
|
|
@48cbdaea
|
12 years |
michaelni |
smacker: fix smacker_decode_header_tree() empty vlc table init
Fixes …
|
|
|
@e6305f76
|
12 years |
michaelni |
mov: set flags to indicate that byte wise seeking is not supported.
…
|
|
|
@e903cb41
|
12 years |
stefasab |
doc: add libswresample.texi and ffmpeg-resampler.texi files
|
|
|
@f62abbf3
|
12 years |
stefasab |
doc: move filters documentation to dedicated manual page ffmpeg-filters
|
|
|
@fa4ead1d
|
12 years |
stefasab |
doc: move codec options and descriptions to a dedicated manual page
|
|
|
@ca4872e8
|
12 years |
nicolas.george |
lavf/sbgdec: use proper constants for av_log().
|
|
|
@d0802926
|
12 years |
Carl Eugen Hoyos |
Support u8 in aiff.
Fixes ticket #1960.
Reviewed-by; Paul B Mahol
|
|
|
@807fa71
|
12 years |
michaelni |
adpcmdec: Fix OOM/infloop
Found-by: ami_stuff
Signed-off-by: Michael …
|
|
|
@34b6f1ef
|
12 years |
michaelni |
libopencore_amrwb: check packet size
Fix OOM
Signed-off-by: Michael …
|
|
|
@57c0da6f
|
12 years |
michaelni |
smacker: sanity check audio size.
Fixes, excessive memory allocation …
|
|
|
@014058ab
|
12 years |
michaelni |
af_aresample: check ff_get_audio_buffer() failure
Fixes null pointer …
|
|
|
@ed017ab9
|
12 years |
michaelni |
atrac1: Check block align.
Fixes OOM
Fixes second samples posted in …
|
|
|
@5c392bac
|
12 years |
michaelni |
ra288: Check block align.
Fixes OOM
Fixes Ticket1893
Signed-off-by: …
|
|
|
@387f5060
|
12 years |
Carl Eugen Hoyos |
Fix type of default value for v210 decoder option -custom_stride.
…
|
|
|
@081bf60e
|
12 years |
onemda |
c93: signal EOF
|
|
|
@05b02e9c
|
12 years |
onemda |
mmf: simplify code by using FFMIN
Signed-off-by: Paul B Mahol …
|
|
|
@7f321fca
|
12 years |
onemda |
mmf: signal EOF
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@9378a90a
|
12 years |
onemda |
omadec: remove stale comment
Signed-off-by: Paul B Mahol …
|
|
|
@4995145
|
12 years |
onemda |
codec_desc: mark PCM A-law/mu-law lossy
Signed-off-by: Paul B Mahol …
|
|
|
@2d62732b
|
12 years |
onemda |
codec_desc: provide aliases for PCM A-law/mu-law
Inspired by …
|
|
|
@3d8e684f
|
12 years |
onemda |
ADPCM IMA Dialogic decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@ed591ed8
|
12 years |
onemda |
rl2: return meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@1a61c7a
|
12 years |
onemda |
wvenc: multichannel muxing
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@1b9467a
|
12 years |
onemda |
omaenc: remove superfluous "OMA: "
Signed-off-by: Paul B Mahol …
|
|
|
@bc5ba1c7
|
12 years |
onemda |
omaenc: abort for unsupported codecs
Signed-off-by: Paul B Mahol …
|
|
|
@6d6bf250
|
12 years |
Carl Eugen Hoyos |
riff: fix decoding of 24-bit packed int (type 1, 20-bit)
|
|
|
@95903e3c
|
12 years |
Carl Eugen Hoyos |
Support G.722 in Sun AU.
|
|
|
@df651cf
|
12 years |
Carl Eugen Hoyos |
Add an annotation field as required by the specification when muxing …
|
|
|
@f1470ca6
|
12 years |
michaelni |
ratecontrol: Fix assertion failure on mismatching 2pass file.
Fixes …
|
|
|
@66244ba
|
12 years |
michaelni |
ffmpeg: fix mixed declarations and statements.
Signed-off-by: Michael …
|
|
|
@d92073ac
|
12 years |
michaelni |
ffmpeg: Correct starttime based on non discarded streams.
Fixes …
|
|
|
@fe97bf60
|
12 years |
michaelni |
ffmpeg: minor simplification of wraping code
Signed-off-by: Michael …
|
|
|
@09456d0d
|
12 years |
michaelni |
riff: ignore ff_read_riff_info() failure.
Some files simply contain …
|
|
|
@9a7256e8
|
12 years |
stefasab |
ffprobe: free dictionary in opt_show_entries()
Fix memleak.
|
|
|
@a8ebbf87
|
12 years |
onemda |
fate: add ADPCM AFC decoder test
Signed-off-by: Paul B Mahol …
|
|
|
@6f9ca8cb
|
12 years |
onemda |
fate: add AST demuxer test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@0efcf16
|
12 years |
michaelni |
replace av_log(0, by av_log(NULL,
The first parameter is a pointer …
|
|
|
@c322f198
|
12 years |
michaelni |
vf_mandelbrot: give all av_log a context
Signed-off-by: Michael …
|
|
|
@533a8b2a
|
12 years |
michaelni |
x86/mpegvideoenc_template: use av_assert
Signed-off-by: Michael …
|
|
|
@8328df74
|
12 years |
michaelni |
motion_est: use av_assert* instead of assert
Signed-off-by: Michael …
|
|
|
@56540bb3
|
12 years |
michaelni |
h263dec: switch 2 asserts to av_assert
Signed-off-by: Michael …
|
|
|
@5da885b8
|
12 years |
michaelni |
dv: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@7ca97b6b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d28467b6
|
12 years |
michaelni |
Merge commit '457cc333b424994ecf80a82369325771e0397fd9'
* commit …
|
|
|
@25ca8aef
|
12 years |
michaelni |
Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'
* commit …
|
|
|
@33db40f8
|
12 years |
mans |
configure: sort cpuflags section by architecture
Signed-off-by: Mans …
|
|
|
@457cc333
|
12 years |
mans |
configure: properly support DEC/Compaq compiler
Signed-off-by: Mans …
|
|
|
@4a606c83
|
12 years |
mans |
av_memcpy_backptr: optimise some special cases
- Add special cases …
|
|
|
@5e39bb07
|
12 years |
mans |
mpegvideo: simplify dxy calculation in hpel_motion()
Signed-off-by: …
|
|
|
@c2626492
|
12 years |
mans |
build: add rules to generate preprocessed source files
This is useful …
|
|
|
@e9c37236
|
12 years |
michaelni |
id3v2: restructure compressed and unsync code
This should fix the …
|
|
|
@0560b28
|
12 years |
michaelni |
ffv1dec: remove incorrect assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@3616afce
|
12 years |
michaelni |
rmdec: fix av_log level and context
Signed-off-by: Michael …
|
|
|
@2fc0cbd
|
12 years |
michaelni |
truemotion2: Fix av_log level and context
Signed-off-by: Michael …
|
|
|
@801a2a1d
|
12 years |
michaelni |
mpeg12: fix av_log level and context
Signed-off-by: Michael …
|
|
|
@42dde253
|
12 years |
michaelni |
dcadec: fix av_log level
Signed-off-by: Michael Niedermayer …
|
|
|
@be89693d
|
12 years |
michaelni |
avidec: try to support oddly muxed MMES stream
Fixes ticket1804
…
|
|
|
@dd6abc92
|
12 years |
Carl Eugen Hoyos |
vqavideo: Reinitialise the actually used partial codebook …
|
|
|
@6aa6baa4
|
12 years |
onemda |
xmv: signal EOF
Fixes #1946.
Signed-off-by: Paul B Mahol …
|
|
|
@66b45d8
|
12 years |
michaelni |
movenc: fix assert failure caused by rounding.
Fixes Ticket1820
…
|
|
|
@32cd3a7c
|
12 years |
onemda |
ADPCM AFC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@08e26e7f
|
12 years |
michaelni |
id3v2: print ver/flags/len on debug level.
Signed-off-by: Michael …
|
|
|
@4a753fc5
|
12 years |
stefasab |
tests: prefer ffprobe -show_entries to -show_format_entry
The latter …
|
|
|
@a9cfbf6d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
id3v2: …
|
|
|
@c8a5365d
|
12 years |
stefasab |
ffprobe: implement -sections option
|
|
|
@196765a7
|
12 years |
stefasab |
ffprobe: implement subsection field selection through the …
|
|
|
@9ae80e6a
|
12 years |
anton |
id3v2: fix reading unsynchronized frames.
Current code would …
|
|
|
@f67ebf5b
|
12 years |
stefasab |
lavfi/avfiltergraph: improve error message in graph_check_validity()
…
|
|
|
@eb87b340
|
12 years |
stefasab |
lavfi/drawtext: add support for printing frame numbers
Fix trac …
|
|
|
@dcbf7283
|
12 years |
michaelni |
ffmpeg: add setting of field_order flag
Signed-off-by: Michael …
|
|
|
@91743fb7
|
12 years |
michaelni |
frwu: do not set interlacing flags.
Our fate frwu sample is …
|
|
|
@305a9359
|
12 years |
michaelni |
brender: move declaration out of for() to make old compilers happy.
…
|
|
|
@492a5f83
|
12 years |
michaelni |
brender_pix: a new image decoder
PIX is an image file format that was …
|
|
|
@2e08a82d
|
12 years |
Carl Eugen Hoyos |
Fix the path to the C99-to-C89 Converter & Wrapper to the only …
|
|
|
@3a0f3ffe
|
12 years |
stefasab |
ffmpeg: fix weird reindent
|
|
|
@02b4ae04
|
12 years |
stefasab |
ffmpeg: print debug_ts off and off_time values with timestamp helper …
|
|
|
@e41b5185
|
12 years |
michaelni |
mips: Fixing HAVE_MIPSFPU dependencies
Signed-off-by: Bojan Zivkovic …
|
|
|
@bdba96e9
|
12 years |
michaelni |
use correct doxygen parameter direction syntax
Signed-off-by: Peter …
|
|
|
@9ccc349f
|
12 years |
michaelni |
ensure comment blocks that contain doxygen commands start with double …
|
|
|
@88161b2a
|
12 years |
michaelni |
siff: signal EOF
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@9530439e
|
12 years |
michaelni |
segafilm: signal EOF
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@1ed7ca00
|
12 years |
michaelni |
bethsoftvid: signal EOF
Signed-off-by: Michael Niedermayer …
|
|
|
@425d0888
|
12 years |
michaelni |
bfi: signal EOF
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@8e69579
|
12 years |
onemda |
yop: fix 10l typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@b93c933c
|
12 years |
michaelni |
imgconvert-test: count the number of unused pixel format values.
…
|
|
|
@fb1bb97d
|
12 years |
michaelni |
imgconvert-test: skip pix formats without name
Signed-off-by: Michael …
|
|
|
@64dc383d
|
12 years |
stefasab |
ffprobe: fix typo in a comment
|
|
|