Author | SHA1 | Message | Date |
---|---|---|---|
|
b0f75ba272 |
mpegaudioenc: use AVCodec.encode2()
Update FATE references due to encoder delay. |
13 years ago |
|
1270e12e49 |
avconv: rework -t handling for encoding.
Current code compares the desired recording time with InputStream.pts, which has a very unclear meaning. Change the code to use actual timestamps of the frames passed to the encoder. In several tests, one less frame is encoded, which is more correct. In the idroq test one more frame is encoded, which is again more correct. Behavior with stream copy should be unchanged. |
13 years ago |
|
6c723f3f9d |
lavf-regression: minimal metadata test.
This tests writing the global "title" metadata. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> |
13 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 |