|
|
|
@90a56ebb
|
12 years |
Clément Bœsch |
lavc/gif: avoid encoding 0x0 images.
It seems browsers don't like it …
|
|
|
@9db1c64
|
12 years |
Clément Bœsch |
lavf/gif: support only GIF codec.
|
|
|
@01367b0
|
12 years |
Clément Bœsch |
lavf/gif: merge gif_write_{packet,video}.
Avoid a pointless split.
|
|
|
@b7a3f143
|
12 years |
Clément Bœsch |
lavf/gif: trim unnecessarily long netscape ext code.
Extension …
|
|
|
@0a0e6877
|
12 years |
Clément Bœsch |
lavf/gif: remove unused fields.
|
|
|
@28f9858c
|
12 years |
Clément Bœsch |
lavf/gif: simplify streams type checking.
|
|
|
@978e3734
|
12 years |
michaelni |
cmdutils: make the "-help filter=" output less confusing
Example: …
|
|
|
@99818ac4
|
12 years |
Carl Eugen Hoyos |
Fix libswscale compilation with --disable-optimizations on x86-32.
…
|
|
|
@ee94362c
|
12 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Fix …
|
|
|
@6998af4a
|
12 years |
michaelni |
avcodec/bitstream: check codes in ff_init_vlc_sparse()
Signed-off-by: …
|
|
|
@fb3e3808
|
12 years |
michaelni |
avcodec/bitstream: Check bits in ff_init_vlc_sparse()
Fixes out of …
|
|
|
@2ade23a7
|
12 years |
Carl Eugen Hoyos |
Fix pgc compilation with --disable-optimizations.
-O1 disables dead …
|
|
|
@bdfe60c7
|
12 years |
michaelni |
xan: Check for overlapping copies
No valid samples i found use such …
|
|
|
@32cc7ba8
|
12 years |
Clément Bœsch |
fate: hot fix for gif failure.
|
|
|
@b6408ffc
|
12 years |
Clément Bœsch |
lavf/gif: fix assert in avio API after dfb3231.
|
|
|
@91a5b4d4
|
12 years |
Clément Bœsch |
gif: remove outdated comments.
|
|
|
@8694e871
|
12 years |
Clément Bœsch |
lavc/gif: return more meaningful error code.
|
|
|
@71411b69
|
12 years |
Clément Bœsch |
lavc/gif: merge two allocation checks.
|
|
|
@dfb32310
|
12 years |
Clément Bœsch |
lavf/gif: simplify palette writing.
|
|
|
@7b972d82
|
12 years |
Clément Bœsch |
gif: reindent after previous commits.
|
|
|
@e065e8a4
|
12 years |
Clément Bœsch |
lavc/gif: crop image when possible.
Increase compression when …
|
|
|
@635389cc
|
12 years |
Clément Bœsch |
Cleanse GIF muxer and encoder.
This commit removes the badly …
|
|
|
@1efcab02
|
12 years |
stefasab |
lavfi/aspect: apply hot fix for NUM:DEN syntax
|
|
|
@f04ec05f
|
12 years |
stefasab |
lavfi/setdar: fix num/den swapping in log message
|
|
|
@f212c23
|
12 years |
stefasab |
lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init field
|
|
|
@c2522473
|
12 years |
michaelni |
avutil/intfloat_readwrite: include common.h for isinf()
Solution …
|
|
|
@e252460c
|
12 years |
stefasab |
lavfi/mptestsrc: remove unused size field
|
|
|
@db84088e
|
12 years |
stefasab |
lavfi/mptestsrc: use AV_OPT_TYPE_DURATION
Simplify.
|
|
|
@bbf003e9
|
12 years |
stefasab |
lavfi/mptestsrc: reindent option constants
|
|
|
@3933963d
|
12 years |
stefasab |
lavfi/testsrc: fix style
|
|
|
@7ab63126
|
12 years |
stefasab |
lavfi/testsrc: use int in place of unsigned
Avoid implicit …
|
|
|
@5229b783
|
12 years |
stefasab |
lavfi/aspect: extend verbose feedback, show old SAR and DAR values
|
|
|
@fe5ca6b9
|
12 years |
stefasab |
lavfi/aspect: restore ratio parsing
Allow to set a ratio as "a:b" …
|
|
|
@8bfd8781
|
12 years |
stefasab |
lavfi/select: factorize options definition between select and aselect
|
|
|
@dcc1b323
|
12 years |
stefasab |
lavfi/select: add support for dynamic number of outputs
|
|
|
@565c50ac
|
12 years |
stefasab |
lavfi/select: make select_frame() return void
Set select->select …
|
|
|
@0b3bd787
|
12 years |
michaelni |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
…
|
|
|
@3220083c
|
12 years |
michaelni |
ra144: Try to fix int16/uint16 warnings from pgc
Signed-off-by: …
|
|
|
@cc6f848d
|
12 years |
michaelni |
avutil/intfloat_readwrite: avoid comparission with INFINITY, use …
|
|
|
@45741dd8
|
12 years |
michaelni |
vf_lut: fix simplification / off by 1 error
Signed-off-by: Michael …
|
|
|
@1de7dcb4
|
12 years |
onemda |
lavfi/stereo3d: fix interleave row output modes
Linesizes that did …
|
|
|
@7ee2dae
|
12 years |
Clément Bœsch |
lavfi/interlace: remove exec permissions.
|
|
|
@4c6fa4ef
|
12 years |
Clément Bœsch |
lavfi/lut: simplify nested component stepping.
|
|
|
@45f5bf91
|
12 years |
Clément Bœsch |
lavfi/lut: reindent after previous commit.
|
|
|
@3db3b278
|
12 years |
Clément Bœsch |
lavfi/lut: add direct path.
|
|
|
@7f225307
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
indeo3: …
|
|
|
@7165881
|
12 years |
onemda |
lavfi/stereo3d: check input width & height
Signed-off-by: Paul B …
|
|
|
@2787f7b
|
12 years |
michaelni |
Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95'
* commit …
|
|
|
@4029a5eb
|
12 years |
michaelni |
Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1'
* commit …
|
|
|
@e5dc5095
|
12 years |
michaelni |
Merge commit '01d376f598fe95478036f5d1e3e5e14ffe32d4bf'
* commit …
|
|
|
@4916e220
|
12 years |
michaelni |
Merge commit 'bac8d38c0a716c8bdfdecf0ae545015c68f5df36'
* commit …
|
|
|
@8cff853b
|
12 years |
michaelni |
Merge commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0'
* commit …
|
|
|
@0a946599
|
12 years |
michaelni |
Merge commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3'
* commit …
|
|
|
@251f283b
|
12 years |
michaelni |
Merge commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc'
* commit …
|
|
|
@f60ba6c5
|
12 years |
michaelni |
Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'
* commit …
|
|
|
@74e86d31
|
12 years |
michaelni |
Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'
* commit …
|
|
|
@b7252025
|
12 years |
onemda |
lavfi/stereo3d: fix output width for sbsl/sbs2l
Signed-off-by: Paul B …
|
|
|
@f0a149e5
|
12 years |
onemda |
lavfi: remove bad inverse telecine filters
Signed-off-by: Paul B …
|
|
|
@a0a872d
|
12 years |
anton |
indeo3: check motion vectors.
Reported-by: Mateusz "j00ru" Jurczyk …
|
|
|
@34e6af9e
|
12 years |
anton |
indeo3: fix data size check
The data offsets are relative to the …
|
|
|
@66531d63
|
12 years |
anton |
indeo3: switch parsing the header to bytestream2
Also add an …
|
|
|
@a5ebd2d9
|
12 years |
Clément Bœsch |
cmdutils: slightly better -filters output.
|
|
|
@e3e6aa7a
|
12 years |
nicolas.george |
lavfi/buffersrc: fix failed requests count.
The line was lost during …
|
|
|
@e5644313
|
12 years |
michaelni |
examples/filtering_audio: get rid of AVABufferSinkParams
…
|
|
|
@f2619cbd
|
12 years |
michaelni |
examples/filtering_audio: enable ref counted frames
Fixes accessing …
|
|
|
@9db6aaeb
|
12 years |
Clément Bœsch |
ffplay: use format title metadata to set window caption.
|
|
|
@01d376f5
|
12 years |
anton |
rv10: check that extradata is large enough
Reported-by: Mateusz …
|
|
|
@bac8d38c
|
12 years |
anton |
rv10: return meaningful error codes.
Also improve some error messages.
|
|
|
@69f6f03
|
12 years |
anton |
rv10: cosmetics, reformat
|
|
|
@34f87a58
|
12 years |
anton |
qdm2: check that the FFT size is a power of 2
Reported-by: Mateusz …
|
|
|
@ecff5acb
|
12 years |
anton |
svq1dec: clip motion vectors to the frame size.
Fixes invalid reads …
|
|
|
@b1bb8fb8
|
12 years |
anton |
svq1dec: check that the reference frame has the same dimensions as the …
|
|
|
@c0771a1a
|
12 years |
anton |
af_channelmap: cosmetics, use an extra local variable to shorten the code
|
|
|
@aafed117
|
12 years |
anton |
af_channelmap: sanity check input channel indices in all cases.
Fixes …
|
|
|
@b8edf916
|
12 years |
onemda |
lavfi/histeq: fix out of array write
Signed-off-by: Paul B Mahol …
|
|
|
@161dee43
|
12 years |
michaelni |
rmdec: dont return uninitialized data
Found-by: Mateusz "j00ru" …
|
|
|
@fe1de12
|
12 years |
Carl Eugen Hoyos |
Remove two anonymous arrays.
Fixes compilation of pngenc.c and …
|
|
|
@9802f566
|
12 years |
Carl Eugen Hoyos |
ass_split: Do not use the function name as a parameter name in a …
|
|
|
@92218aad
|
12 years |
michaelni |
butterflies_float: replace 2 lea by 2 add
adds are simpler …
|
|
|
@1a400796
|
12 years |
michaelni |
x86: float dsp: butterflies_float SSE
97c -> 49c
Some codecs could …
|
|
|
@295ce83e
|
12 years |
onemda |
lavfi/il: remove pointless store
Signed-off-by: Paul B Mahol …
|
|
|
@9bd1b1c1
|
12 years |
onemda |
lavfi/earwax: remove pointless store
Signed-off-by: Paul B Mahol …
|
|
|
@0ea97a1c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@c1fe41ed
|
12 years |
onemda |
libaacpluc: remove unused code
Signed-off-by: Paul B Mahol …
|
|
|
@83253431
|
12 years |
onemda |
lavfi/stereo3d: remove pointless store
Signed-off-by: Paul B Mahol …
|
|
|
@9429408c
|
12 years |
onemda |
sgirledec: remove unused headers
Signed-off-by: Paul B Mahol …
|
|
|
@b05d8d4c
|
12 years |
onemda |
lavc: avcodec_open2(): pass context to av_log()
Signed-off-by: Paul B …
|
|
|
@dc11acdf
|
12 years |
stefasab |
doc/filters: fix sentence in setsar/setdar docs
|
|
|
@30926a1f
|
12 years |
stefasab |
lavfi/aspect: fix weird copyright notice
|
|
|
@ba32afd7
|
12 years |
stefasab |
lavfi/split: use AVFILTER_DEFINE_CLASS to define class
|
|
|
@7f1fd976
|
12 years |
diego |
cmdutils: Fix build with lavfi disabled
Signed-off-by: Diego Biurrun …
|
|
|
@bec402b5
|
12 years |
michaelni |
mjpegdec: fix overlapping memcpy with upscale_v
Found-by: Mateusz …
|
|
|
@65755391
|
12 years |
onemda |
libaacplus: support for float sample format
Signed-off-by: Paul B …
|
|
|
@13bbfb8f
|
12 years |
michaelni |
sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV
Fixes …
|
|
|
@6b657ac7
|
12 years |
michaelni |
avcodec/c93: Check for block overlap.
Fixes overlapping memcpy()
…
|
|
|
@e701cd96
|
12 years |
michaelni |
avutil/avutil_version: Run checks just once
This ensures that …
|
|
|
@65efa1db
|
12 years |
onemda |
lavfi/interlace: remove now unused av_opt_free() call
Signed-off-by: …
|
|
|
@2d8a3cf4
|
12 years |
michaelni |
avutil/pixdesc: check for component overlap
Signed-off-by: Michael …
|
|
|
@f807d6d2
|
12 years |
michaelni |
avutil/pixdesc: check step/depth against each other
Signed-off-by: …
|
|
|
@20e99a9c
|
12 years |
michaelni |
avutil/pixdesc: support for self-checking the descriptors
…
|
|
|