- 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>
-
- 01 Aug, 2011 1 commit
-
-
Anton Khirnov authored
It doesn't work and is therefore useless.
-
- 31 Jul, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 28 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
This is required for extending lavfi tests to audio filtering.
-
- 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>
-
- 18 Jul, 2011 1 commit
-
-
Mans Rullgard 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>
-
- 14 Jul, 2011 1 commit
-
-
Anton Khirnov authored
8035f429
-
- 13 Jul, 2011 2 commits
-
-
Jindrich Makovicka authored
Signed-off-by:
Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
- 11 Jul, 2011 3 commits
-
-
Mans Rullgard authored
This variable is set to the same value for all directories. Adding the -L flags directly to LDFLAGS is simpler and achieves the same thing. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
This reverts commit 18c007ba.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2011 2 commits
-
-
Mans Rullgard authored
Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
It should be replaced with proper per-codec defaults.
-
- 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.
-
- 07 Jul, 2011 1 commit
-
-
Diego Biurrun authored
The copy regression test script is unused, bash-specific and did not even work properly when it was originally committed.
-
- 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
-
- 05 Jul, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jul, 2011 6 commits
-
-
Mans Rullgard authored
This tests sizes from 16 to 4096, not only the default 512. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
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
This tests the IDCT implementations available in the build. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Setting CMP=null uses stdout from the test as the diff record in the report without further inspection. This can be useful when the exit status of the test itself determines success while the output is informative. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 03 Jul, 2011 5 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
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 2 commits
-
-
Alex Converse authored
Add al05_44, al06_44, al17_44.
-
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.
-
- 30 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The targets are now part of FATE and can be run as individual FATE targets.
-