- 30 Sep, 2011 1 commit
-
-
Laurent Aimar authored
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer used in motion pixels decoder. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Sep, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Sep, 2011 1 commit
-
-
Mans Rullgard authored
The input file for this test is no longer generated. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Sep, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Makes the code less obfuscated and fixes encoding one video stream to several outputs. Also use avcodec_alloc_frame() instead of allocating AVFrame on stack. Breaks me_threshold in avconv, as motion vectors aren't passed through lavfi. They could be copied manually, but I don't think this misfeature is useful enough to justify ugly hacks.
-
- 25 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2011 2 commits
-
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Sep, 2011 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 22 Sep, 2011 1 commit
-
-
Anton Khirnov authored
sqrt(-1) returns "some NaN", it's not specified which exactly.
-
- 19 Sep, 2011 5 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Partially fixes bug 44.
-
- 16 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
The new code is free of biasing to the first timestamps Fixes fraps.fps.test.zip Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
stereo & 16bit is untested due to lack of samples Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
stereo & 16bit is untested due to lack of samples Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Sep, 2011 1 commit
-
-
Joakim Plate authored
This uses the RIFF header stored size to figure out the expected AVI file size, instead of the actual file. To work fully it requires handling failed avio_seek() instead of assuming they always succeed. Some fate file has been cut off and contains half a frame at the end which previously was not output during demuxing. This frame is now output to encoder, thus fate diff update.
-
- 08 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Sep, 2011 3 commits
-
-
Baptiste Coudurier authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Deprecate AVCodecContext.directpred
-
Anton Khirnov authored
Deprecate AVCodecContext.partitions.
-
- 05 Sep, 2011 1 commit
-
-
Justin Ruggles authored
Update FATE references accordingly.
-
- 26 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
sws: use shifts for non full range luma sample upconvertion Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Aug, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Aug, 2011 4 commits
-
-
Anton Khirnov authored
Keep a per-OutputFile instance of it, thus making -t work with multiple output files.
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
First, container stores only DTS and not PTS as it was believed. Second, multiple frames in a packet store timestamp instead of position after the frame length. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 13 Aug, 2011 1 commit
-
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
- 12 Aug, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 11 Aug, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 02 Aug, 2011 3 commits
-
-
Ronald S. Bultje authored
This reverts commit ac0fb593. It causes valgrind errors which I'll want to investigate before resubmitting this.
-
Ronald S. Bultje authored
-
Kostya Shishkov authored
Old version divided it wrong, which resulted in chroma drift (visible on FATE sample too as dirty trails left by clouds). Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-