- 15 May, 2012 16 commits
-
-
Mans Rullgard authored
diff -w is not a standard option. This fixes the reference files to match what the tests actually output and switches to using the standard diff -b which is sufficient to handle different line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Aneesh Dogra authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
This fixes a compilation failure with -DDEBUG.
-
Diego Biurrun authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
This prevents decoder from reading garbage from it in case of errors later.
-
Kostya Shishkov authored
-
Mans Rullgard authored
This name better reflects that it is v3 of mdec that is tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
While these codecs are covered elsewhere, the container is different from the other psx-str file. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It's more convenient to have them all in one file.
-
Anton Khirnov authored
This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.
-
- 14 May, 2012 24 commits
-
-
Mans Rullgard authored
These codecs are covered elsewhere so make this a pure demux test. Also rename it accordingly. 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>
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate -async.
-
Anton Khirnov authored
The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
-
Anton Khirnov authored
-
Anton Khirnov authored
Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts or pixel_aspect parameters. Those are read from AVFrame. Deprecate av_vsrc_buffer_add_frame().
-
Anton Khirnov authored
-
Anton Khirnov authored
Most of the code will be shared for both audio and video version.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Robert Nagy authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Robert Nagy authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
-
Janne Grunau authored
Fixes "memleak" on closing avprobe to make valgrind happy.
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/vcr1.c:182: warning: initialization from incompatible pointer type
-
Diego Biurrun authored
-