summaryrefslogtreecommitdiff
path: root/tests/fate/gapless.mak
Commit message (Collapse)AuthorAge
* fate/demux, gapless, image: Add missing ffprobe dependenciesAndreas Rheinhardt2021-09-19
| | | | | | | And remove the unnecessary ffmpeg dependencies while at it. Reviewed-by: Soft Works <softworkz@hotmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/gapless: add a test for skip samples side dataAnton Khirnov2021-05-09
|
* fate: Fix use of target_path/target_samplesMartin Storsjö2019-12-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavc: prefer the mp3float decoder to the mp3 decoderRostislav Pehlivanov2018-04-01
| | | | | | | | | On modern x86 systems its around 2x faster. For systems without FPUs it'll be slower, but our policy is to prefer floating point implementations and to let users decide what's best (or just not compile them on systems without FPUs). Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate: add audiomatchMichael Niedermayer2016-03-22
| | | | | Testset provided by Justin Greer <justin@zencoder.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/gapless: add gapless aac testsMarton Balint2016-03-20
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* fate: gapless: remove useless testswm42015-04-22
| | | | | | | | These could be kept, but they are not overly useful. The only thing they had over the remaining mp3 gapless test was seeking, which was incorrect in the toc test, and only by chance correct in the notoc test. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/mp3dec: make generic index mode the defaultwm42015-04-22
| | | | | | | It's the most useful mode, because it seeks accurately, and does not break features like gapless audio. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/mp3dec: allow enabling generic seek modewm42015-04-22
| | | | | | | | | | | | | | "-usetoc 2" now invokes the generic seek and indexing mode. This mode skips data until the seek target is reached, and this is exact. It also makes gapless audio actually work if a seek past the start of the file is involved. Change the fate-gapless-mp3 test to use the new mode, and move the old one to fate-gapless-mp3-toc (since the test forces use of the Xing TOC). The new mode has a different result for the seek - this result is actually correct. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: gapless: test mp3 both with and without TOCwm42015-04-17
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add mp3 gapless testwm42015-04-16
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>