summaryrefslogtreecommitdiff
path: root/tests/ref/lavf/voc_s16
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.
* vocenc: use new header from codec tag 4Michael Niedermayer2012-06-25
| | | | | | this matches sox and should fix ticket1119 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vocenc: fix sample rate rounding directionMichael Niedermayer2012-06-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: always call avio_flush in av_write_trailer.Reimar Döffinger2012-04-12
| | | | | | | | | | 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>
* Add regression test for stereo s16le in voc.Justin Ruggles2011-01-21
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a4f5af13fb00d7f55946470bb0f52e1dbf5f3c6a)