aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/westwood-aud
Commit message (Collapse)AuthorAgeFilesLines
* framehash: convert to new channel layout APIAnton Khirnov2022-03-151-1/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framehash: also print channel layout as a stringJames Almer2016-11-051-0/+1
| | | | | | | | This should be more useful for users since numerical values for channel layout can be confusing and unintuitive. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+4
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* fate: westwood-aud: disable decodingMans Rullgard2012-05-141-1/+12
| | | | | | | The codec (adpcm-ima-ws) is tested elsewhere. Using framecrc output provides more information than a single md5 if something goes wrong. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add FATE testsMåns Rullgård2010-03-151-0/+1
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk