aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/lavf-audio.mak
Commit message (Collapse)AuthorAgeFilesLines
* fate/lavf-audio: Test writing AIFF-native tagsAndreas Rheinhardt2024-03-171-0/+1
| | | | | | | | In particular, test writing tags with odd strlen. (These tags are zero-padded to even size.) Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/lavf-*: Add missing dependency on pipe protocolAndreas Rheinhardt2022-09-211-1/+1
| | | | | | Forgotten in bf1337f99c66ac574c6e4da65c305ca878f1d65d. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/lavf-audio: Add dfpwm testAndreas Rheinhardt2022-09-181-0/+2
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/lavf-audio: Disable CRC for lavf-peak_only.wav testAndreas Rheinhardt2022-05-061-1/+1
| | | | | | | | | The output of this test is just a file containing the positions of peaks; it is not a wave file and trying to demux it just returns AVERROR_INVALIDDATA; said error has just been ignored as the return value from do_avconv_crc is the return value from echo. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/lavf-audio: Fix requirements of testsAndreas Rheinhardt2022-04-281-5/+7
| | | | | | | These changes are automatically inherited by the fate-seek-tests based upon lavf-audio. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate: add wav chapters testPaul B Mahol2020-09-071-0/+5
|
* Merge commit 'eb8a8115994434b548523cf0bca6a4a74784e79c'James Almer2019-03-141-0/+14
| | | | | | | * commit 'eb8a8115994434b548523cf0bca6a4a74784e79c': tests: Convert audio-only lavf tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
* tests: Convert audio-only lavf tests to non-legacy test scriptsDiego Biurrun2019-02-161-0/+24
Rename some tests in the process for consistency and simplicity.