summaryrefslogtreecommitdiff
path: root/tests/ref/lavf/voc_s16
Commit message (Collapse)AuthorAge
* tests: Convert audio-only lavf tests to non-legacy test scriptsDiego Biurrun2019-02-16
| | | | Rename some tests in the process for consistency and simplicity.
* avconv: make -t insert trim/atrim filters.Anton Khirnov2013-04-30
| | | | | | | | | 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.
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
| | | | | | | This is consistent with stdio and is what we want to do in all cases. Fixes a bug in the voc muxer which didn't flush in write_trailer() previously. This is the cause of the change in the test results.
* Add regression test for stereo s16le in voc.Justin Ruggles2011-01-19
Signed-off-by: Mans Rullgard <mans@mansr.com>