summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavfi/kerndeint: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/idet: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/histeq: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/gradfun: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/geq: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/fieldorder: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/field: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/deshake: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/cropdetect: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/boxblur: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/blackframe: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/settb: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/select: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/perms: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/sine: use standard options parsing.Clément Bœsch2013-03-24
|
* lavfi/apad: use standard options parsing.Clément Bœsch2013-03-24
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: x86: Change a missed occurrance of int to ptrdiff_t for strides x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function bktr: Add missing includes for av_gettime() fate: use little endian yuv444p10 in h264-reinit tests Nothing changes through this merge as the 3 bugfixes already exist in ffmpeg and the clobbering wraper is still in use as we did not yet remove avcodec_encode_video Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-24
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * x86: Remove win64 xmm clobbering wrappers for the now removed ↵Martin Storsjö2013-03-23
| | | | | | | | | | | | avcodec_encode_video function Signed-off-by: Martin Storsjö <martin@martin.st>
| * bktr: Add missing includes for av_gettime()Martin Storsjö2013-03-23
| | | | | | | | | | | | | | This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate: use little endian yuv444p10 in h264-reinit testsJanne Grunau2013-03-23
| | | | | | | | Fixes fate big endian configs.
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-03-24
|\ \ | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: avoid frame data leak on early frame drop Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ffplay: avoid frame data leak on early frame dropMarton Balint2013-03-23
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | | rawdec: fix memleakMichael Niedermayer2013-03-24
| | | | | | | | | | | | | | | | | | Fixes fate-lavf-flm under valgrind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil/buffer: remove redundant memory poisoningMichael Niedermayer2013-03-24
| | | | | | | | | | | | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil/buffer: support memory poisoningMichael Niedermayer2013-03-24
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | yop: use reget_buffer() as the previous contents are usedMichael Niedermayer2013-03-24
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | fate: dont try to filter partial frames with yadif.Michael Niedermayer2013-03-24
| | | | | | | | | | | | | | | | | | | | | The partial frames leak a few uninitialized pixels through due to incomplete interlaced error concealment support. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer2013-03-23
| | | | | | | | | | | | | | | | | | Fixes memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | fate: use little endian yuv444p10 in h264-reinit testsJanne Grunau2013-03-23
| | | | | | | | | | | | | | | | | | Fixes fate big endian configs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264: dont report rows as finished after a missing sliceMichael Niedermayer2013-03-23
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavfi/anullsrc: add missing checksStefano Sabatini2013-03-23
| | |
* | | lavfi/anullsrc: remove extra parenthesesStefano Sabatini2013-03-23
| | |
* | | lavfi/anullsrc: simplify logging code in config_propsStefano Sabatini2013-03-23
| | |
* | | lavfi/anullsrc: fix format negotiationStefano Sabatini2013-03-23
| | | | | | | | | | | | Samplerate and channel layouts must be set in query_formats.
* | | mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic2013-03-23
| | | | | | | | | | | | | | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libspeex: support ZygoAudio (quality 10 mode)Piotr Bandurski2013-03-23
| | | | | | | | | | | | | | | | | | Fixes "quality 10" mode from Ticket1873 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavd/v4l2: honor previously selected input channelGiorgio Vazzana2013-03-23
| | | | | | | | | | | | | | | | | | | | | An input channel could have been previously set with another application, like v4l2-ctl, so if no input channel is specified use the previosly selected one. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Make audio FIFO read/write contracts more strictMichael Bradshaw2013-03-23
| | | | | | | | | | | | | | | Signed-off-by: Michael Bradshaw <mjbshaw@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Call do_video_stats when duplicating frameThierry Foucu2013-03-23
| | | | | | | | | | | | | | | | | | | | | When multiple frame are encoded during vsync, current code only do_video_stats once. This need to do it every frame. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-23
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: add test for cropping h264 to container dimensions FATE: add a tscc2 test. tscc2: allocate AVFrame properly. Conflicts: libavcodec/tscc2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | fate: add test for cropping h264 to container dimensionsJanne Grunau2013-03-22
| | | | | | | | | | | | | | | Tests the workaround added for 1080 videos created with Canon cameras in 30f515091c323da59c0f1b533703dedca2f4b95d.
| * | FATE: add a tscc2 test.Anton Khirnov2013-03-22
| | |
| * | tscc2: allocate AVFrame properly.Anton Khirnov2013-03-22
| | |
* | | Merge commit '20a8ee3061e6d777600c13db731bee3c25878991'Michael Niedermayer2013-03-23
|\| | | | | | | | | | | | | | | | | | | | * commit '20a8ee3061e6d777600c13db731bee3c25878991': af_asyncts: fix compensation and PTS monotonicity Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch improves af_asyncts behavior on streams with bogus PTS, which are either non-monotonic, or contain PTS jitter, and trigger the non-monotonicity error. With this patch, af_asyncts is able to correct these streams and avoid the error. Firstly, it fixes resample compensation calculation by supplying proper units to avresample_set_compensation (sample count per second instead of sample count per some arbitrary frame size). Also, the calculation of the compensation itself is fixed - delta is proportional to an adjustment of the compensation, not the compensation itself. Ideally, the compensation should converge to a value that keeps delta at zero. To be able to deal with sources with PTS jitter even without resampling, small PTS errors are adjusted, so the output frames do not overlap. Finally, one more monotonicity check is added. The FATE reference changes because now there is 8 less samples of silence because of the pts jitter. Signed-off-by: Jindřich Makovička <makovick@gmail.com>
* | | Merge commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6'Michael Niedermayer2013-03-23
|\| | | | | | | | | | | | | | | | | | | | * commit '1e8b9738fa70e20967ddb542d2f9d5552fc51ec6': avutil/frame: add all remaining frame properties to av_frame_copy_props Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-22
| | | | | | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | | ffmpeg: Correct inter stream timestamp discontinuitiesMichael Niedermayer2013-03-23
| |/ |/| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Changelog: add WebPMichael Niedermayer2013-03-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>