aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/wavpack.mak
Commit message (Collapse)AuthorAgeFilesLines
* avconv: use avcodec_parameters_copy() with streamcopyAnton Khirnov2016-07-021-2/+2
| | | | | | | | | This preserves all the information in the codec parameters. The wavpack ref changes are caused by the fact that now the sample format is set, so matroskaenc can use it to set the bit depth. Bug-Id: 945, along with the previous commit
* matroska: Write the field order informationLuca Barbato2016-04-031-2/+2
| | | | And bump the document version to 4.
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-2/+2
| | | | | | | | Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
* matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-271-2/+2
| | | | | | | | The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* matroskaenc: support muxing WavPackAnton Khirnov2013-05-281-0/+10
|
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-281-26/+26
| | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: cosmetics: Order some test entriesDiego Biurrun2013-01-121-12/+12
|
* fate: Fix wavpack-matroskamode test dependenciesDiego Biurrun2012-11-281-3/+5
|
* fate: Add dependencies for WMA and WavPack testsDiego Biurrun2012-10-231-1/+1
|
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-191-1/+1
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: cosmetics: lowercase some commentsDiego Biurrun2012-05-091-5/+5
|
* fate: improve dependenciesMans Rullgard2012-05-091-1/+1
| | | | | | | This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: add shorthand to wavpack testPaul B Mahol2012-03-121-26/+29
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: Overhaul WavPack coverageDerek Buitenhuis2012-02-271-0/+87
WavPack has a comprehensive test suite, and a bunch of corner cases. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>