summaryrefslogtreecommitdiffstats
path: root/tests/fate/mp3.mak
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer2017-10-031-7/+7
|\ | | | | | | | | | | | | * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
| * Use modern avconv syntax for codec selection in documentation and testsDiego Biurrun2017-02-271-7/+7
| |
* | tests/fate/mp3: increase mp3-float-extra_overread FUZZ for ↵Michael Niedermayer2015-08-071-1/+1
| | | | | | | | | | | | ppc64be-RHEL7.0-gcc-4.8.2-ibmcrl to 23 from 20 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/fate/mp3: Fix fate-mp3-float-extra_overread on mips-qemuMichael Niedermayer2015-08-021-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '90e648c508fa6b97587ce62699a1449123f7d285'Hendrik Leppkes2015-08-021-22/+19
|\ \ | |/ | | | | | | | | | | * commit '90e648c508fa6b97587ce62699a1449123f7d285': fate/mp3: use the f32le format as output Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * fate/mp3: use the f32le format as outputAnton Khirnov2015-07-311-18/+19
| | | | | | | | | | Those tests test the float decoder, so it is preferable to dump the decoder output directly instead of converting it to s16.
* | Merge commit 'a0797950527120c85263c910eb6ba08fddcfdcb3'Michael Niedermayer2015-07-311-6/+6
|\ \ | |/ | | | | | | | | | | * commit 'a0797950527120c85263c910eb6ba08fddcfdcb3': fate/mp3: specify the number of output samples instead of filesize Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * fate/mp3: specify the number of output samples instead of filesizeAnton Khirnov2015-07-311-6/+6
| | | | | | | | This is not dependent on the output format.
* | Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77'Michael Niedermayer2015-06-211-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77': mp3: enable packed main_data decoding in MP4 Conflicts: libavcodec/mpegaudiodec_template.c Only the parts needed to support the available sample are merged the remaining error checks are left in place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mp3: enable packed main_data decoding in MP4nu7742015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 14496-3 suggests packing main_data of MP3 that is usually scattered into multiple frames due to bit reservoir. However, after packing main_data into a access unit, bitrate index in the MPEG audio frame header doesn't match with actual frame size. In order to accept this, this patch removes unnecessary frame size checking on mp3 decoder. Also, mov demuxer was changed to use MP3 parser only on special cases (QT MOV with specific sample description) to avoid re-packetizing. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'ba13606ca6adbc74b4db4a72b0769397d6408791'Michael Niedermayer2013-05-291-8/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ba13606ca6adbc74b4db4a72b0769397d6408791': fate: Add a --target-samples path parameter Conflicts: configure tests/fate/audio.mak tests/fate/cover-art.mak tests/fate/demux.mak tests/fate/ea.mak tests/fate/filter-video.mak tests/fate/h264.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/pcm.mak tests/fate/prores.mak tests/fate/qt.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/vpx.mak tests/fate/vqf.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add a --target-samples path parameterMartin Storsjö2013-05-281-8/+8
| | | | | | | | | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967': Remove pointless #undefs of previously forbidden functions. fate: Add dependencies for bmp, cdxl, dfa, mp3 Conflicts: doc/examples/muxing.c libavfilter/filtfmts.c libavutil/des.c libavutil/eval.c libavutil/log.c libavutil/parseutils.c tests/fate/mp3.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add dependencies for bmp, cdxl, dfa, mp3Diego Biurrun2012-12-041-2/+5
| |
* | fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()Michael Niedermayer2012-12-011-0/+4
|/ | | | | | This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: mp3: drop redundant CMP settingMans Rullgard2012-09-101-8/+0
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-191-1/+1
| | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: improve dependenciesMans Rullgard2012-05-091-1/+1
| | | | | | | 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>
* FATE: add mp3 test for sample that exhibited false overreadsJustin Ruggles2012-02-291-0/+5
| | | | | related to b7165426917f91ebcad84bdff366824f03b32bfe Error messages and audible artifacts were fixed in that commit.
* avconv: move limit_filesize to options contextAnton Khirnov2011-09-041-6/+6
|
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-231-6/+6
| | | | | | | | | instead of current "make output file of size less than ss". Also use it to make MP3 tests more readable (using -fs xxx where xxx is the requested output size, not something slightly lower). Originally committed as revision 24884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fate breakage, 10l to me (too much copy and pasting)Vitor Sessak2010-08-231-1/+1
| | | | Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 float decoder FATE testsVitor Sessak2010-08-231-0/+39
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud