Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-28fate: Add a --target-samples path parameterMartin Storsjö
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-04-26x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun
The function requires increasing the fuzz factor for the ac3/eac3 encode tests and even so makes fate fail. It only provides a slight encoding speedup for legacy CPUs that do not support SS2. Thus its benefit is not worth the trouble it creates and fixing it would be a waste of time.
2013-01-20ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen
Use a noise range of -0.707 to 0.707 instead of -0.5 to 0.5 Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-10-31fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONVJanne Grunau
Fixes typo in 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e.
2012-10-29fate: ac3: Add dependenciesDiego Biurrun
2012-10-29fate: ac3: Place E-AC-3 tests and AC-3 tests in different groupsDiego Biurrun
2012-10-10fate: Refactor setting of environment variables for groups of testsDiego Biurrun
2012-09-14fate: ac3: add 4.0 and downmix testsMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-31fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machinesMichael Niedermayer
The default mmxext and sse implementations of apply_window_int16 aren't bitexact. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-05-30fate: add missing $(TARGET_PATH) to ac3-fixed-encodeMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-29fate: convert codec-regression.sh to makefile rulesMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-19fate: fix dependencies on SAMPLES being setMans Rullgard
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-18fate: Set FUZZ factor of (e)ac3-encode test to 3.Diego Biurrun
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
2012-05-09fate: improve dependenciesMans Rullgard
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>
2012-04-19FATE: pass the decoded output format and audio source file to enc_dec_pcmJustin Ruggles
This will allow decoding to md5 and doing a diff comparison to a reference checksum instead of a fuzzy stddev or oneoff comparison. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-03-17FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparisonJustin Ruggles
2012-01-19fate: add some shorthands to run groups of testsDiego Biurrun
2011-12-14fate: split off AC-3 codec FATE tests into their own fileDiego Biurrun