Author | SHA1 | Message | Date |
---|---|---|---|
|
dd9555e94b |
ffmpeg: remove obsolete workaround in trim insertion.
The bug it was working seems to have been fixed. This change causes ffmpeg to use the trim filter to implement the -t option. FATE tests are updated due to the more accurate handling of the last packets. |
11 years ago |
|
a83c0da539 |
avconv: make -t insert trim/atrim filters.
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit. |
12 years ago |
|
48340bbb36 |
aiffenc: metadata support
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
12 years ago |
|
cc3e2472f3 |
Place regression test output files in subdirs per family
Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk |
15 years ago |
|
eca478c317 |
regtest: split reference files allowing tests to run individually
With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk |
15 years ago |