summaryrefslogtreecommitdiff
path: root/tests/fate/opus.mak
Commit message (Collapse)AuthorAge
* fate/opus: Restore fate-opus-(celt|hybrid|silk)Andreas Rheinhardt2022-05-31
| | | | | | Also fix the test requirements. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate: disable automatic conversions on many tests.Nicolas George2020-09-08
| | | | | | | | | | Explicitly insert the scale or aresample filter where it would have been inserted by the negotiation. Re-enable conversions if it cannot be done easily. If a conversion is needed in a test, we want to know about it. If the negotiation changes and makes new conversion necessary, we want to know about it even more.
* avcodec/opus: set skip_samplesPaul B Mahol2018-11-28
| | | | Also update fate test. Fixes #5258.
* opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov2017-12-08
| | | | | | | Resulted in valgrind errors due to uninitialized memory. Also updates fate and makes it use the tron sample result. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate-opus: run and test inactive samplesRostislav Pehlivanov2017-12-08
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate-opus: update tests to use new decoder outputsRostislav Pehlivanov2017-12-04
| | | | | | Can't overwrite old ones. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate-opus: update to match the changes from RFC8251Rostislav Pehlivanov2017-12-04
| | | | | | | Also change note to say that we compare against the officially decoded samples rather than our own, this was changed long ago. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* Fix fate-opus and fate-aac-ln-encode with --target-path.Carl Eugen Hoyos2014-06-03
|
* tests/fate/opus: change test to use the official reference samplesMichael Niedermayer2014-05-28
| | | | | | | | | | | | | | The official samples are 50% smaller Avoid having reference samples which are strongly linked to the used resampler implementation. (which for example would require new samples to be used if this implementation changes) Also its more correct to use the official samples instead of the current decoder output also enable tests The tests also fully pass as well with the previous samples. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '4735784f1ced27026fbeada5fd31505132e565e9'Michael Niedermayer2014-05-16
|\ | | | | | | | | | | | | * commit '4735784f1ced27026fbeada5fd31505132e565e9': FATE/opus: increase fuzz for the celt tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE/opus: increase fuzz for the celt testsAnton Khirnov2014-05-16
| | | | | | | | This seems to be needed on some 32bit arches.
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-15
|/ | | | | | | | | | | | | | | | | * commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222': lavc: add a native Opus decoder. Conflicts: Changelog configure libavcodec/version.h Fate tests pass with both avresample as well as swresample based opus decoder, but are disabled (reference files are very large so i want to think a day or 2 about if theres an alternative or if they could be avoided, they also dont match the official samples) Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15
Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during GSoC 2012. Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the Mozilla Corporation. Further contributions by: Christophe Gisquet <christophe.gisquet@gmail.com> Janne Grunau <janne-libav@jannau.net> Luca Barbato <lu_zero@gentoo.org>