summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | lavfi/mptestsrc: use AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-171-14/+7
| | | | | | | | Simplify.
* | lavfi/mptestsrc: reindent option constantsStefano Sabatini2013-04-171-13/+12
| |
* | lavfi/testsrc: fix styleStefano Sabatini2013-04-171-1/+1
| |
* | lavfi/testsrc: use int in place of unsignedStefano Sabatini2013-04-171-4/+4
| | | | | | | | | | | | | | | | Avoid implicit int->unsigned conversion, causing invalid access in case of negative linesize. Fix crash with: ffplay -f lavfi testsrc,vflip
* | lavfi/aspect: extend verbose feedback, show old SAR and DAR valuesStefano Sabatini2013-04-171-5/+23
| |
* | lavfi/aspect: restore ratio parsingStefano Sabatini2013-04-171-14/+19
| | | | | | | | | | Allow to set a ratio as "a:b" (with proper escaping), and correctly honour the max parameter.
* | lavfi/select: factorize options definition between select and aselectStefano Sabatini2013-04-171-19/+12
| |
* | lavfi/select: add support for dynamic number of outputsStefano Sabatini2013-04-173-30/+61
| |
* | lavfi/select: make select_frame() return voidStefano Sabatini2013-04-171-5/+3
| | | | | | | | | | | | Set select->select internally to the function, avoid lossy double->int conversion causing spurious frame drop (e.g. in case the evaluation result is positive and less than 1).
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-171-0/+2
|\ \ | | | | | | | | | | | | | | | | | | * cigaes/master: lavfi/buffersrc: fix failed requests count. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi/buffersrc: fix failed requests count.Nicolas George2013-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | The line was lost during the AVFrame transition. It causes programs relying on the failed requests count, especially ffmpeg, to add frames to the wrong input. Fix trac ticket #2467.
* | | ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer2013-04-173-7/+7
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer2013-04-171-1/+1
| | | | | | | | | | | | | | | | | | Should fix pgc warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_lut: fix simplification / off by 1 errorMichael Niedermayer2013-04-171-3/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavfi/stereo3d: fix interleave row output modesPaul B Mahol2013-04-171-8/+13
| | | | | | | | | | | | | | | | | | Linesizes that did not match output width produced several artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | lavfi/interlace: remove exec permissions.Clément Bœsch2013-04-171-0/+0
| | |
* | | lavfi/lut: simplify nested component stepping.Clément Bœsch2013-04-171-9/+5
| | |
* | | lavfi/lut: reindent after previous commit.Clément Bœsch2013-04-171-7/+6
| | |
* | | lavfi/lut: add direct path.Clément Bœsch2013-04-172-4/+12
| | |
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-171-29/+30
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * qatar/master: indeo3: check motion vectors. Conflicts: libavcodec/indeo3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | indeo3: check motion vectors.Anton Khirnov2013-04-171-5/+29
| | | | | | | | | | | | | | | Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | lavfi/stereo3d: check input width & heightPaul B Mahol2013-04-171-0/+28
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95'Michael Niedermayer2013-04-171-3/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95': indeo3: fix data size check Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | indeo3: fix data size checkAnton Khirnov2013-04-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The data offsets are relative to the bistream header, which is 16 bytes after the start of the data. Fixes invalid reads with corrupted files. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1'Michael Niedermayer2013-04-171-17/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * commit '66531d634e75b834e89e4a6a0f7470ca018712a1': indeo3: switch parsing the header to bytestream2 Conflicts: libavcodec/indeo3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | indeo3: switch parsing the header to bytestream2Anton Khirnov2013-04-171-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | Also add an additional sanity check to the alt_quant table. Fixes invalid reads with corrupted files. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | Merge commit '01d376f598fe95478036f5d1e3e5e14ffe32d4bf'Michael Niedermayer2013-04-171-0/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | * commit '01d376f598fe95478036f5d1e3e5e14ffe32d4bf': rv10: check that extradata is large enough Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | rv10: check that extradata is large enoughAnton Khirnov2013-04-171-0/+5
| | | | | | | | | | | | | | | Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | Merge commit 'bac8d38c0a716c8bdfdecf0ae545015c68f5df36'Michael Niedermayer2013-04-171-26/+26
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bac8d38c0a716c8bdfdecf0ae545015c68f5df36': rv10: return meaningful error codes. Conflicts: libavcodec/rv10.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | rv10: return meaningful error codes.Anton Khirnov2013-04-171-26/+26
| | | | | | | | | | | | Also improve some error messages.
* | | Merge commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0'Michael Niedermayer2013-04-172-285/+279
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0': rv10: cosmetics, reformat qdm2: check that the FFT size is a power of 2 Conflicts: libavcodec/rv10.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | rv10: cosmetics, reformatAnton Khirnov2013-04-171-265/+273
| | |
| * | qdm2: check that the FFT size is a power of 2Anton Khirnov2013-04-171-0/+4
| | | | | | | | | | | | | | | Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | Merge commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3'Michael Niedermayer2013-04-171-15/+14
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3': svq1dec: clip motion vectors to the frame size. Conflicts: libavcodec/svq1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | svq1dec: clip motion vectors to the frame size.Anton Khirnov2013-04-171-14/+13
| | | | | | | | | | | | | | | | | | | | | Fixes invalid reads for corrupted files. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | Merge commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc'Michael Niedermayer2013-04-171-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc': svq1dec: check that the reference frame has the same dimensions as the current one Conflicts: libavcodec/svq1dec.c See: 3b57bb478ff4455773378355e285877d757e151e Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | svq1dec: check that the reference frame has the same dimensions as the ↵Anton Khirnov2013-04-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current one They can be different if the last keyframe failed to decode correctly. Fixes possible invalid reads in such a case. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* | | Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'Michael Niedermayer2013-04-171-7/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | * commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347': af_channelmap: cosmetics, use an extra local variable to shorten the code Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-171-7/+8
| | |
* | | Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'Michael Niedermayer2013-04-171-6/+15
|\ \ \ | |/ / | | | | | | | | | | | | | | | * commit 'aafed1175df76603e94c99a7748968780d6548d2': af_channelmap: sanity check input channel indices in all cases. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-171-6/+15
| | | | | | | | | | | | | | | | | | Fixes invalid reads from non-existing channels. CC:libav-stable@libav.org
* | | lavfi/stereo3d: fix output width for sbsl/sbs2lPaul B Mahol2013-04-171-1/+1
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | lavfi: remove bad inverse telecine filtersPaul B Mahol2013-04-178-3202/+1
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | cmdutils: slightly better -filters output.Clément Bœsch2013-04-171-2/+7
| |/ |/|
* | examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy2013-04-171-6/+26
| | | | | | | | | | | | | | | | AVABufferSinkParams are ignored by avfilter_graph_create_filter, therefore the example is misleading. Use av_opt_set_int_list to configure abuffersink directly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/filtering_audio: enable ref counted framesMichael Niedermayer2013-04-171-0/+1
| | | | | | | | | | | | Fixes accessing freed memory Signe-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: use format title metadata to set window caption.Clément Bœsch2013-04-171-0/+3
| |
* | lavfi/histeq: fix out of array writePaul B Mahol2013-04-171-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | rmdec: dont return uninitialized dataMichael Niedermayer2013-04-171-1/+6
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Remove two anonymous arrays.Carl Eugen Hoyos2013-04-172-2/+4
| | | | | | | | Fixes compilation of pngenc.c and flvdec.c with PGC 13.4-0.
OpenPOWER on IntegriCloud