summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-054-8/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-044-8/+17
| |
* | fate: disable vf_gradfun testMichael Niedermayer2012-12-051-3/+3
| | | | | | | | | | | | The non working test interferes with other peoples work Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pixdesc: fix broken yuva definitionsPaul B Mahol2012-12-056-30/+30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add gradfun filter test.Clément Bœsch2012-12-052-0/+25
| |
* | fate: add hqdn3d filter test.Clément Bœsch2012-12-052-0/+78
| |
* | gifdec: do not handle timestampsPaul B Mahol2012-12-041-1/+1
| | | | | | | | | | | | | | | | It is broken, and results will be messed up when seeking. This also fix duration displayed for streams when using -c copy. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-042-187/+187
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * 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-032-183/+183
| |
* | AST MuxerJames Almer2012-12-043-0/+8
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: fix typos in wtv seek testMichael Niedermayer2012-12-032-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-031-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * 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-031-1/+1
| |
* | Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'Michael Niedermayer2012-12-03296-124/+226
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-031-1/+1
| |
| * fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03113-0/+1
| |
| * fate: move fate-acodec reference files to their own dirJanne Grunau2012-12-0324-0/+1
| |
| * fate: split dependencies for fate-seek testsJanne Grunau2012-12-02107-123/+220
| | | | | | | | | | | | | | 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-023-0/+3
| |
* | 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>
* | tests/ref/seek/lavf_gif: update for 9d5cfce85540: gifdec: rudimentary seekingMichael Niedermayer2012-12-011-13/+26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer2012-12-016-52/+52
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add exception for "gif" in image2 probe() method.Vitaliy E Sugrobov2012-11-302-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | Without this exception files with ".gif" extension by default recognized as input suitable for image2 demuxer rather than gif. In order to pass image through gif demuxer it was necessary to use -f gif option. This change affected 'make fate' test results because previously image2 demuxer and gif decoder took only first frame of multiframe test data, which is no longer true with gif demuxer. Signed-off-by: Vitaliy E Sugrobov <vsugrob@hotmail.com>
* | fate: add tak dependenciesPaul B Mahol2012-11-291-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add ADPCM 4XM testPaul B Mahol2012-11-292-0/+30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'Michael Niedermayer2012-11-294-14/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-281-4/+6
| |
| * fate: ea: Add dependenciesDiego Biurrun2012-11-281-7/+10
| |
| * fate: Do not unconditionally run libavutil testsDiego Biurrun2012-11-282-1/+1
| | | | | | | | Now that libavutil can be disabled, this should be conditional.
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-292-19/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-281-16/+16
| |
| * fate: Fix wavpack-matroskamode test dependenciesDiego Biurrun2012-11-281-3/+5
| |
* | Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'Michael Niedermayer2012-11-296-20/+22
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-284-5/+5
| |
| * fate: real: Add dependenciesDiego Biurrun2012-11-281-7/+7
| |
| * fate: lossless-audio: Add dependenciesDiego Biurrun2012-11-281-6/+6
| |
* | Merge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc'Michael Niedermayer2012-11-282-8/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc': lavfi: remove vf_slicify Conflicts: doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/vf_slicify.c tests/lavfi-regression.sh tests/ref/lavfi/crop_scale_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: remove vf_slicifyAnton Khirnov2012-11-282-6/+4
| | | | | | | | | | | | | | The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
* | vf_select: switch to filter_frameAnton Khirnov2012-11-281-11/+10
| | | | | | | | | | | | | | | | The new code reads the input frame when its ready, the previous code did read the input frame during start_frame at which point it may not yet be available. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer2012-11-287-11/+11
| | | | | | | | | | | | | | | | This fixes correctly storing and identifying PCM in nut. Based on patch by Luca Barbato Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add ADPCM IMA Dialogic OKI decoder testPaul B Mahol2012-11-272-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Add an annotation field as required by the specification when muxing Sun AU.Carl Eugen Hoyos2012-11-246-75/+75
| | | | | | | | Reviewed-by: Paul B Mahol
* | fate: add ADPCM AFC decoder testPaul B Mahol2012-11-232-0/+16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add AST demuxer testPaul B Mahol2012-11-232-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tests: prefer ffprobe -show_entries to -show_format_entryStefano Sabatini2012-11-221-1/+1
| | | | | | | | The latter option was deprecated.
* | ffmpeg: add setting of field_order flagTim Nicholson2012-11-2210-20/+20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: increase pcm coveragePaul B Mahol2012-11-2012-0/+58
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-201-8/+17
|\ \ | |/ | | | | | | | | | | | | * 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-201-1/+9
| |
| * FATE: rename ALAC tests from alac-* to alac-16-*Justin Ruggles2012-11-201-8/+9
| | | | | | | | | | This will distinguish ALAC 16-bit tests from ALAC tests with other bit depths.