- 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 1 commit
-
-
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.
-
- 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 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Partially fixes bug 44.
-
- 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>
-
- 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>
-
- 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>
-
- 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>
-
- 21 Jul, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Joseph Artsimovich authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Jul, 2011 1 commit
-
-
Jindrich Makovicka authored
Signed-off-by:
Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 08 Jul, 2011 4 commits
-
-
Ronald S. Bultje authored
We operated on 31-bits, but with e.g. lanczos scaling, values can add up to beyond 0x80000000, thus leading to output of zeroes. Drop one bit of precision fixes this.
-
Ronald S. Bultje authored
When using e.g. lanczos scaling, values can drop below 0, so they should never be unsigned.
-
Ronald S. Bultje authored
We would use the second half of the U plane buffer, rather than the V plane buffer, to output the V plane pixels.
-
Anton Khirnov authored
They were replaced by (de)muxer private options.
-
- 06 Jul, 2011 2 commits
-
-
Anton Khirnov authored
AVStream is no place for it and it's unused outside of ffmpeg anyway.
-
Ronald S. Bultje authored
-
- 04 Jul, 2011 3 commits
-
-
Mans Rullgard authored
Change the test program to output text instead of binary files so it can be compared easily in FATE. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This prevents random values from the stack being used as "variables" in expressions. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 03 Jul, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 01 Jul, 2011 1 commit
-
-
Ronald S. Bultje authored
For 9/10bit, it means we don't have to upscale to 16bit before actual scaling or pixel format conversion, and thus a performance gain.
-