summaryrefslogtreecommitdiff
path: root/tests/fate
Commit message (Collapse)AuthorAge
* fate: update asyncts referenceMichael Niedermayer2012-12-14
| | | | | | | We cannot update the existing file because this would break ffmpeg 1.0, which uses it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add BRSTM demuxer testPaul B Mahol2012-12-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer2012-12-07
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152': fate: dpcm: Add dependencies SBR DSP x86: implement SSE sbr_hf_gen AAC SBR: use AVFloatDSPContext's vector_fmul fate: image: Add dependencies Changelog: add an entry for deprecating the avconv -vol option x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 Conflicts: Changelog libavutil/x86/float_dsp.asm tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: dpcm: Add dependenciesDiego Biurrun2012-12-07
| |
| * fate: image: Add dependenciesDiego Biurrun2012-12-07
| |
* | lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch2012-12-06
| | | | | | | | Also update FATE test to use the dB form.
* | fate/hqdn3d: add -idct simple.Clément Bœsch2012-12-05
| | | | | | | | | | This should fix FATE failure on ARM. IDCT is required since it's a JPEG source.
* | IRCAM demuxer & muxerPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-04
| |
* | fate: disable vf_gradfun testMichael Niedermayer2012-12-05
| | | | | | | | | | | | The non working test interferes with other peoples work Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add gradfun filter test.Clément Bœsch2012-12-05
| |
* | fate: add hqdn3d filter test.Clément Bœsch2012-12-05
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ppc: always use pic for shared libraries build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place fate: ea, h264: prettyprinting and ordering cosmetics Conflicts: tests/fate/ea.mak tests/fate/h264.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: ea, h264: prettyprinting and ordering cosmeticsDiego Biurrun2012-12-03
| |
* | AST MuxerJames Almer2012-12-04
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: fix typos in wtv seek testMichael Niedermayer2012-12-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-03
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: fft: Fix libavcodec dependency build: Make the ISMV muxer select the MOV muxer configure: move arm arch extensions to a separate variable Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: fft: Fix libavcodec dependencyDiego Biurrun2012-12-03
| |
* | Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'Michael Niedermayer2012-12-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6': fate-seek: remove use of gnu make 3.82 only private modifier fate: move vsynth reference files to their own directory fate: move fate-acodec reference files to their own dir configure: avplay now depends on avresample fate: split dependencies for fate-seek tests Conflicts: configure tests/fate/seek.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate-seek: remove use of gnu make 3.82 only private modifierJanne Grunau2012-12-03
| |
| * fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03
| |
| * fate: move fate-acodec reference files to their own dirJanne Grunau2012-12-03
| |
| * fate: split dependencies for fate-seek testsJanne Grunau2012-12-02
| | | | | | | | | | | | | | Each fate-seek test depends now only on the corresponding fate-acodec, fate-vsynth2 or fate-lavf test which creates the file seek-tests operates on. The tests and references are renamed to match the test they depend on.
* | fate: add hue filter test.Clément Bœsch2012-12-02
| |
* | fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()Michael Niedermayer2012-12-01
| | | | | | | | | | | | This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add tak dependenciesPaul B Mahol2012-11-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add ADPCM 4XM testPaul B Mahol2012-11-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'Michael Niedermayer2012-11-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd': fate: h264: Add dependencies fate: ea: Add dependencies fate: Do not unconditionally run libavutil tests rtpenc_chain: Remove unused variable nuv: check for malloc failure when allocating extradata nuv: use the stream indices generated by avformat_new_stream() Conflicts: tests/fate/ea.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: h264: Add dependenciesDiego Biurrun2012-11-28
| |
| * fate: ea: Add dependenciesDiego Biurrun2012-11-28
| |
| * fate: Do not unconditionally run libavutil testsDiego Biurrun2012-11-28
| | | | | | | | Now that libavutil can be disabled, this should be conditional.
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bfe5454cd238b16e7977085f880205229103eccb': lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h lavf: move "MP3 " fourcc from riff to nut fate: vpx: Add dependencies fate: Fix wavpack-matroskamode test dependencies x86: dsputilenc: port to cpuflags Conflicts: libavformat/internal.h libavformat/nut.c tests/fate/vpx.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: vpx: Add dependenciesDiego Biurrun2012-11-28
| |
| * fate: Fix wavpack-matroskamode test dependenciesDiego Biurrun2012-11-28
| |
* | Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'Michael Niedermayer2012-11-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1f3f896564501c23b44fcf605567c78ce066b539': fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests fate: real: Add dependencies fate: lossless-audio: Add dependencies x86: h264dsp: Fix linking with yasm and optimizations disabled Conflicts: libavcodec/x86/h264dsp_init.c tests/fate/lossless-audio.mak tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo testsDiego Biurrun2012-11-28
| |
| * fate: real: Add dependenciesDiego Biurrun2012-11-28
| |
| * fate: lossless-audio: Add dependenciesDiego Biurrun2012-11-28
| |
* | fate: add ADPCM IMA Dialogic OKI decoder testPaul B Mahol2012-11-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add ADPCM AFC decoder testPaul B Mahol2012-11-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add AST demuxer testPaul B Mahol2012-11-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: increase pcm coveragePaul B Mahol2012-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-20
|\| | | | | | | | | | | | | | | * qatar/master: FATE: add 24-bit ALAC tests FATE: rename ALAC tests from alac-* to alac-16-* Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add 24-bit ALAC testsJustin Ruggles2012-11-20
| |
| * FATE: rename ALAC tests from alac-* to alac-16-*Justin Ruggles2012-11-20
| | | | | | | | | | This will distinguish ALAC 16-bit tests from ALAC tests with other bit depths.
* | fate: add mjpeg-422 and mjpeg-444 testsPaul B Mahol2012-11-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-17
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: FATE: add a bink version 'b' test FATE: add a bink version 'i' test libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a bink version 'b' testAnton Khirnov2012-11-17
| |
| * FATE: add a bink version 'i' testAnton Khirnov2012-11-17
| |