summaryrefslogtreecommitdiff
path: root/tests/fate/acodec.mak
Commit message (Collapse)AuthorAge
* fate: Try to fix source path for fate-acodec-dcaMichael Niedermayer2012-06-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate-acodec-dca2: add bitexact flagMichael Niedermayer2012-06-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: only check stddev for acodec-ra144Michael Niedermayer2012-06-01
| | | | | | | ra144 uses floats so bitexactness cannot be guranteed This should fix a long standing issue with icc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: fix long standing bug in the g723_1 testMichael Niedermayer2012-05-30
| | | | | | The test compared files of mismatching sample rate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add a fate-acodec-dca test that works on all platforms second tryMichael Niedermayer2012-05-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: disable fate-acodec-dcaMichael Niedermayer2012-05-30
| | | | | | | the new test doesnt work on all platforms, thus disable it until a better solution is found. the dca2 test remains and provides partial testing until this is resolved Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: resurrect acodec-dcaMichael Niedermayer2012-05-30
| | | | | | | This was lost in todays merge Ideas to do this less ugly are welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-30
| | | | | | | | | | | | | | | | * commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725': fate: fix acodec/vsynth tests for make 3.81 pcm_mpeg: fix number of consumed bytes to include the header. avfilter: include required header file avfilter.h in video.h x86: Avoid movs on BUTTERFLYPS when in AVX mode x86: use new schema for ASM macros fate: convert codec-regression.sh to makefile rules fate: allow tests to specify unit size for psnr comparison fate: teach videogen/rotozoom to output a single raw video stream http: Add support for reusing the http socket for subsequent requests http: Add support for using persistent connections Merged-by: Michael Niedermayer <michaelni@gmx.at>
* fate: fix acodec/vsynth tests for make 3.81Mans Rullgard2012-05-29
| | | | | | | | | GNU make 3.81 applies pattern rules in declaration order rather than by stem length as in 3.82. This moves the more generic patterns above the more specific ones such that they work with either make version. Some of the vsynth patterns are also simplified a little. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-29
Signed-off-by: Mans Rullgard <mans@mansr.com>