summaryrefslogtreecommitdiff
path: root/tests/ref/lavf/mmf
Commit message (Collapse)AuthorAge
* ffmpeg: remove obsolete workaround in trim insertion.Nicolas George2013-08-07
| | | | | | | | 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.
* mmf.c: Use LIBAVFORMAT_IDENT when writing Yamaha SMAF version information.Carl Eugen Hoyos2013-01-05
|
* mmf.c: Do not write metadata into the SMAF Contents Info chunk.内田佳久2013-01-05
|
* Fix type and codetype fields in the MMF header for some phones.Vidar Madsen2012-03-21
|
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-02
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
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