aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-043-0/+46
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (29 commits) lavfi: reclassify showfiltfmts as a TESTPROG graph2dot: fix printf format specifier swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32. vp8: loopfilter >=sse2 functions need aligned stack on x86-32. amr: remove shift out of the AMR_BIT() macro. dsputilenc: group yasm and inline asm function pointer assignment. mov: use forward declaration of a function instead of a table. Clarify Doxygen comment for FF_API_* #defines. configure: simplify get_version() Create version.h headers for libraries that lack them gitignore: Use full path instead of relative path to specify patterns mpegvideo: remove VLAs Add XTEA encryption support in libavutil Add Blowfish encryption support in libavutil eval: Add the isinf() function and tests for it flacdec: move lpc filter to flacdsp flacdec: split off channel decorrelation as flacdsp avplay: Add an option for not limiting the input buffer size FATE: add a test for WMA cover art. FATE: add a test for apetag cover art ... Conflicts: .gitignore configure ffplay.c libavcodec/Makefile libavcodec/error_resilience.c libavcodec/mpegvideo.c libavcodec/ratecontrol.c libavdevice/avdevice.h libavfilter/Makefile libavfilter/filtfmts.c libavfilter/version.h libavformat/mov.c libavformat/version.h libavutil/Makefile libavutil/avutil.h libavutil/version.h libswscale/swscale.h libswscale/x86/swscale_mmx.c tests/fate/libavutil.mak tests/lavfi-regression.sh tools/graph2dot.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-041-0/+4
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-041-0/+4
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * FATE: add a test for WMA cover art.Anton Khirnov2012-07-041-0/+4
| |
| * FATE: add a test for apetag cover artAnton Khirnov2012-07-041-0/+8
| |
| * FATE: add a test for itunes cover art.Anton Khirnov2012-07-041-0/+7
| |
| * fate: add flac encode/decode tests with various optionsMans Rullgard2012-07-041-0/+19
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | fate: add test for Bitmap Brothers JV demuxerPaul B Mahol2012-07-031-0/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add test for Bitmap Brothers JV videoPaul B Mahol2012-07-031-0/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: drop strict 1 for MR4_TANDBERG_C.264 and MR5_TANDBERG_C.264Michael Niedermayer2012-07-021-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add a test for the -force_key_frames option.Nicolas George2012-06-301-0/+9
| | | | | | | | It broke twice in the last three months due to other changes.
* | RealText demuxer and decoder.Clément Bœsch2012-06-291-0/+3
| |
* | SAMI demuxer and decoder.Clément Bœsch2012-06-291-0/+3
| |
* | fate: add JacoSUB and MicroDVD subtitles tests.Clément Bœsch2012-06-291-0/+6
| |
* | fate: introduce subtitles.mak and move SubRip test in it.Clément Bœsch2012-06-292-3/+5
| |
* | fate: Try to fix source path for fate-acodec-dcaMichael Niedermayer2012-06-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: speedup dnxhd tests and reduce their memory requirementsMichael Niedermayer2012-06-251-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add tests for SANM and VIMAPaul B Mahol2012-06-222-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs Add Dolby/DPLII downmix support to libavresample vorbisdec: replace div/mod in loop with a counter fate: vorbis: add 5.1 surround test rtpenc: Allow requesting H264 RTP packetization mode 0 configure: Sort the library listings in the help text alphabetically dwt: remove variable-length arrays RTMPT protocol support http: Properly handle chunked transfer-encoding for replies to post data http: Fail reading if the connection has gone away amr: Mark an array const amr: More space cleanup rtpenc: Fix memory leaks in the muxer open function Conflicts: Changelog configure doc/APIchanges libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: vorbis: add 5.1 surround testMans Rullgard2012-06-181-0/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | fate: fix fate-aac-aref-encode dependanciesMichael Niedermayer2012-06-171-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-151-0/+5
|\| | | | | | | | | | | | | | | | | * qatar/master: af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 segment: remove unnecessary <strings.h> include fate: add snow hpel tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add snow hpel testsMans Rullgard2012-06-151-0/+5
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machinesMichael Niedermayer2012-05-311-1/+1
| | | | | | | | | | | | | | The default mmxext and sse implementations of apply_window_int16 aren't bitexact. Signed-off-by: Martin Storsjö <martin@martin.st>
* | fate-acodec-dca2: add bitexact flagMichael Niedermayer2012-06-101-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add bprint test.Nicolas George2012-06-071-0/+4
| |
* | fate: enable fate-mapchan-6ch-extract-2-downmix-monoMichael Niedermayer2012-06-011-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: only check stddev for acodec-ra144Michael Niedermayer2012-06-011-5/+7
| | | | | | | | | | | | | | ra144 uses floats so bitexactness cannot be guranteed This should fix a long standing issue with icc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-301-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: pcm-mpeg: improve log message wording fate: add missing $(TARGET_PATH) to ac3-fixed-encode fate: fix md5sum replacement on some systems avprobe: correctly set the default formatter lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffs lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffs lavr: add C functions for mixing 2 to 1 channels with s16p format avprobe: move formatter functions in the context Conflicts: ffprobe.c libavcodec/pcm-mpeg.c tests/fate/ac3.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add missing $(TARGET_PATH) to ac3-fixed-encodeMans Rullgard2012-05-301-1/+1
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | fate: fix long standing bug in the g723_1 testMichael Niedermayer2012-05-301-2/+4
| | | | | | | | | | | | The test compared files of mismatching sample rate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add a fate-acodec-dca test that works on all platforms second tryMichael Niedermayer2012-05-301-2/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add bitexact flag to ac3-fixedMichael Niedermayer2012-05-301-1/+1
| | | | | | | | | | | | cant hurt, and should be there for all tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: disable fate-acodec-dcaMichael Niedermayer2012-05-301-2/+2
| | | | | | | | | | | | | | the new test doesnt work on all platforms, thus disable it until a better solution is found. the dca2 test remains and provides partial testing until this is resolved Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: resurrect acodec-dcaMichael Niedermayer2012-05-301-0/+11
| | | | | | | | | | | | | | This was lost in todays merge Ideas to do this less ugly are welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: try to fix fate-nellymoser-aref-encode make dependanciesMichael Niedermayer2012-05-301-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: make idroq test run again.Michael Niedermayer2012-05-301-0/+2
| | | | | | | | | | | | Didnt investigate what broke it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-301-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avconv: extend -r to work on any input stream. doc/avconv: expand documentation for the -s option. avconv: don't print filters inserted by avconv in stream mappings. avconv: merge configuration code for complex and simple filters avconv: split configuring input filters out of configure_complex_filter Conflicts: configure doc/ffmpeg.texi ffmpeg.c tests/ref/fate/idroq-video-encode Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-305-2/+366
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725': fate: fix acodec/vsynth tests for make 3.81 pcm_mpeg: fix number of consumed bytes to include the header. avfilter: include required header file avfilter.h in video.h x86: Avoid movs on BUTTERFLYPS when in AVX mode x86: use new schema for ASM macros fate: convert codec-regression.sh to makefile rules fate: allow tests to specify unit size for psnr comparison fate: teach videogen/rotozoom to output a single raw video stream http: Add support for reusing the http socket for subsequent requests http: Add support for using persistent connections Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: fix acodec/vsynth tests for make 3.81Mans Rullgard2012-05-292-14/+12
| | | | | | | | | | | | | | | | | | GNU make 3.81 applies pattern rules in declaration order rather than by stem length as in 3.82. This moves the more generic patterns above the more specific ones such that they work with either make version. Some of the vsynth patterns are also simplified a little. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: convert codec-regression.sh to makefile rulesMans Rullgard2012-05-293-0/+302
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | tests and tools: cleanup ffmpeg referenceMichael Niedermayer2012-05-273-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix tests without fate samples.Alexis Ballier2012-05-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-251-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: rtmp: Return a proper error code instead of -1 rtmp: Check malloc calls rtmp: Check ff_rtmp_packet_create calls lavfi: add audio mix filter flvdec: Make sure sample_rate is set to the updated value tqi: Pass errors from the MB decoder Conflicts: Changelog doc/filters.texi libavcodec/eatqi.c libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec: correct consumed bytes for decodersMichael Niedermayer2012-05-211-4/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-201-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: indeo: Make ivi_calc_band_checksum() static, it is only used in one file. indeo: Drop unused debug function ivi_check_band(). avcodec/utils: cast a function argument to shut up a compiler warning truemotion1: remove disabled code fix typo in comment fate: fix dependencies for non-SAMPLES avconv tests indeo: check for invalid motion vectors indeo: check that band output buffer exists indeo: clear allocated band buffers indeo: track tile macroblock size indeo: check custom Huffman tables for errors factor out common decoding code for Indeo 4 and Indeo 5 mp3: fix start band index for block type 2 in 8kHz audio lavf: change some (de)muxer names to lowercase lavf: make output format matching case insensitive Conflicts: libavcodec/indeo4.c libavcodec/indeo5.c libavcodec/ivi_common.c libavcodec/utils.c tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-191-1/+1
| | | | | | | | | | | | This is consistent with other format names. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2037-102/+103
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: fix dependencies on SAMPLES being set fate: remove unnecessary libavfilter dependency Conflicts: ffmpeg.c tests/Makefile tests/fate/aac.mak tests/fate/audio.mak tests/fate/demux.mak tests/fate/ea.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/mpc.mak tests/fate/probe.mak tests/fate/qt.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/vqf.mak tests/ref/fate/idroq-video-encode tests/ref/fate/vc1-ism Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: fix dependencies on SAMPLES being setMans Rullgard2012-05-1937-200/+201
| | | | | | | | | | | | | | This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: remove unnecessary libavfilter dependencyMans Rullgard2012-05-191-1/+1
| | | | | | | | | | | | avconv now requires libavfilter so this dependency is redundant. Signed-off-by: Mans Rullgard <mans@mansr.com>