summaryrefslogtreecommitdiff
path: root/tests/fate/acodec.mak
Commit message (Collapse)AuthorAge
* fate: Add test for -exact_rice_parameters 1Michael Niedermayer2015-05-19
|
* fate: add tta encoder testJames Almer2015-04-13
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests/fate: Add S302M testMichael Niedermayer2015-03-02
| | | | | Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add wavpack encoderPaul B Mahol2015-02-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: enable adpcm-ima_qt-trellisMichael Niedermayer2014-06-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests: add adpcm trellis testsTimothy Gu2014-06-05
| | | | | | | | adpcm_ima_qt does not produce reproducible results, so it is temporarily disabled (see #3701). Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: force 128kb/sec for mp2 testMichael Niedermayer2014-04-15
| | | | | | This fixes rounding differences between platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: split mp2 encoder into float and fixedMichael Niedermayer2013-12-03
| | | | | | | | | | This makes the USE_FLOATS == 0 available to the end user More float optimizations can easily be added as well now common code should be factored out into a common file once all fixed point & floating point optimizations are done, this is to avoid having to move code back and forth between files. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: re-enable fate-acodec-dca2Michael Niedermayer2013-04-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: update dca test and disable dca2 testPaul B Mahol2013-04-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'Michael Niedermayer2012-12-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6': fate-seek: remove use of gnu make 3.82 only private modifier fate: move vsynth reference files to their own directory fate: move fate-acodec reference files to their own dir configure: avplay now depends on avresample fate: split dependencies for fate-seek tests Conflicts: configure tests/fate/seek.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: move fate-acodec reference files to their own dirJanne Grunau2012-12-03
| |
| * FATE: fix (AD)PCM test dependencies broken in e519990Anton Khirnov2012-10-30
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | fate: increase pcm coveragePaul B Mahol2012-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer2012-10-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '381dc1a5ec0925b281c573457c413ae643567086': fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups fate: Add shorthands for acodec PCM and ADPCM tests avconv: Drop unused function argument from do_video_stats() cmdutils: Conditionally compile libswscale-related bits aacenc: Drop some unused function arguments rtsp: Avoid a cast when calling strtol nut: support textual data nutenc: verbosely report unsupported negative pts Conflicts: cmdutils.c ffmpeg.c libavformat/nut.c libavformat/nutenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add shorthands for acodec PCM and ADPCM testsDiego Biurrun2012-10-29
| |
* | fate: dependencies for ffmpeg acodec testsMichael Niedermayer2012-10-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b'Michael Niedermayer2012-10-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b': fate: dependencies for acodec tests fate: dependencies for vsynth tests fate: add macros useful for conditionally enabling things libmp3lame: resize the output buffer if needed Conflicts: tests/fate/acodec.mak tests/fate/vcodec.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: dependencies for acodec testsMans Rullgard2012-10-17
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | 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>