summaryrefslogtreecommitdiffstats
path: root/tests/ref/lavf/voc
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg: remove obsolete workaround in trim insertion.Nicolas George2013-08-071-3/+3
| | | | | | | | 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.
* vocenc: fix sample rate rounding directionMichael Niedermayer2012-06-251-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: always call avio_flush in av_write_trailer.Reimar Döffinger2012-04-121-3/+3
| | | | | | | | | | Otherwise for muxers like e.g. latmenc that never call avio_flush (and do not have a write_trailer function) a part of the data will always be missing. Also update references for the voc muxer, which was also buggy before and did not write out all data. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-021-3/+3
| | | | 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-161-0/+3
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
OpenPOWER on IntegriCloud