Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-09-04fate: Force diff into text modeMichael Niedermayer
On openbsd the exif-image-jpg test fails but diff treats the files as binary due to some non ascii symbols in them. This should force it to treat them as text, which should result in more informative output Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-01fate: update fate tests after master:291ad12ea2d1: ffprobe: show probe_score ↵Michael Niedermayer
in the format section Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-26tests/fate/libavcodec: fate-idct8x8 needs dctMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-26tests/fate/fft: add mdct dependency as mdct is used tooMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-26tests/fate/cover-art: add file protocol & rawvideo muxer dependencyMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-26ffv1enc: Make ffv1.3 non experimentalMichael Niedermayer
The fate tests change as they used 1.2 previously The increased size is due to: 32bit CRCs per slice by default (can be disabled), it adds slice headers to allow decoding one slice without the others an additional slice size field is added to make it possible to find slices within corrupted surroundings. these add up to about 57bit per slice more at 50 frames and 4 slices thats 1425 byte Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: movenc: Make tkhd "enabled" flag QuickTime compatible Conflicts: libavformat/movenc.c tests/ref/acodec/alac tests/ref/acodec/pcm-s16be tests/ref/acodec/pcm-s24be tests/ref/acodec/pcm-s32be tests/ref/acodec/pcm-s8 tests/ref/lavf/mov tests/ref/vsynth/vsynth1-dnxhd-1080i tests/ref/vsynth/vsynth1-mpeg4 tests/ref/vsynth/vsynth1-prores tests/ref/vsynth/vsynth1-qtrle tests/ref/vsynth/vsynth1-svq1 tests/ref/vsynth/vsynth2-dnxhd-1080i tests/ref/vsynth/vsynth2-mpeg4 tests/ref/vsynth/vsynth2-prores tests/ref/vsynth/vsynth2-qtrle tests/ref/vsynth/vsynth2-svq1 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-23movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins
QuickTime will play multiple audio tracks concurrently if this flag is set for multiple audio tracks. And if no subtitle track has this flag set, QuickTime will show no subtitles in the subtitle menu. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-20fate: Add EXIF test.Thilo Borgmann
2013-08-18fate: add ffv1.0 testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-15avcodec/lzwenc: Add 1 additional bit of padding for gifMichael Niedermayer
This fixes issues with gimp reading animated gifs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-14Merge commit 'aae159a7cc4df7d0521901022b778c9da251c24e'Michael Niedermayer
* commit 'aae159a7cc4df7d0521901022b778c9da251c24e': nuv: Do not ignore lzo decompression failures Conflicts: libavcodec/nuv.c tests/ref/fate/nuv-rtjpeg Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-13nuv: Do not ignore lzo decompression failuresLuca Barbato
Update the fate reference since the last broken frame is not decoded anymore. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-08-10tests/fli: avoid rounding errors in -t option.Nicolas George
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-10avcodec/raw: gbrp supportMichael Niedermayer
Fixes 2nd half of Ticket2274 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-09FATE: add a TAK testAnton Khirnov
2013-08-07ffmpeg: remove obsolete workaround in trim insertion.Nicolas George
The bug it was working seems to have been fixed. This change causes ffmpeg to use the trim filter to implement the -t option. FATE tests are updated due to the more accurate handling of the last packets.
2013-08-05fate: Add vorbiscomment cover art testJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic
Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-03avdevice/timefilter: 2nd try at avoiding rounding issuesMichael Niedermayer
This hopefully fixes fate-timefilter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-03avdevice/timefilter-test: provide more space for the printout to allow ↵Michael Niedermayer
larger values Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-03pnmdec: always output native pixel formatMichael Niedermayer
This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-02avdevice/timefilter-test: dont try to optimize par1 for n0=0 caseMichael Niedermayer
for the n0=0 case there are multiple solutions and different platforms pick different ones This should reduce the issues with fate and the timefilter test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-30avdevice/timefilter: cleanup the formating of the test outputMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-30Merge commit '711c4da1af71e0d26ca93626a3c2dd48821f1cc7'Michael Niedermayer
* commit '711c4da1af71e0d26ca93626a3c2dd48821f1cc7': fate: Add tree test Conflicts: tests/fate/libavutil.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-30Merge commit 'c47037c7a17e4026d38dfa41da27b9f91506725b'Michael Niedermayer
* commit 'c47037c7a17e4026d38dfa41da27b9f91506725b': fate: Add timefilter test Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-29fate: Add tree testDiego Biurrun
2013-07-29fate: Add timefilter testDiego Biurrun
2013-07-28ffprobe: add -show_programs optionFlorent Tribouilloy
The option is used to sort the streams by program. Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-07-28Merge commit '37063714c0a064808f9671ec4d376955d664f463'Michael Niedermayer
* commit '37063714c0a064808f9671ec4d376955d664f463': build: Only check FATE dependencies when running FATE tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-27build: Only check FATE dependencies when running FATE testsDiego Biurrun
Only check dependencies if invoking the make targets 'check' or anything matching 'fate%' except 'fate-rsync'. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: miscellaneous typo fixes Conflicts: configure libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-26avformat/gxfenc: Added support for writing correct auxiliary data for DV ↵Reuben Martin
streams. Different aux data is written for DVCAM and DVPRO formats. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-24matroskaenc: implement CueRelativePositionBernie Habermeier
This is a minimal change to matroskaenc that implements CueRelativePosition in the output. Most players will probably ignore this additional information, but it is in the matroska spec, and it'd be nice to be able to make use of it. Signed-off-by: Bernt Habermeier <bernt@wulfram.com> Tested-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-23libswscale: Adding RGB => XYZ supportclook
2013-07-19tests/tiny_psnr: remove unneeded include assert.hMichael Niedermayer
This is the only such occurance on tests/ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-17lavf/matroskaenc: Check for valid metadata before creating tagsJames Almer
Tags must have at least one SimpleTag element to be spec conformant. Updated lavf-mkv and seek-lavf-mkv FATE references as the tests were affected by this. Fixes ticket #2785 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-15lavfi/stereo3d: subsampled yuv support for non-anaglyph outputsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-15fate: fix stereo3dMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13fate: add tests for stereo3d filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-12Merge commit '52ea29867070243385220a223d7512ea7d4ae2d2'Michael Niedermayer
* commit '52ea29867070243385220a223d7512ea7d4ae2d2': fate: use current syntax for the scale filter Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-12fate: use current syntax for the scale filterSean McGovern
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-10fate: Always enable avresampleDerek Buitenhuis
There's no reason we shouldn't be testing it. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-07-10fate/crc fix after master:410192e36958: add crc24 tablesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-08tests/fate/filter-audio: update asyncts referenceMichael Niedermayer
The new reference matches the one used by qatar Fixes: fate-filter-asyncts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-08lavfi/rotate: switch to new drawutilsPaul B Mahol
Get rid of ugly hacks, also add support for more pixel formats. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-08lavfi/drawutils: fix planar rgbPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-08swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer
Fixes Ticket2684 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-08avformat_find_stream_info: fallback to timestamps in analyzeduration check ↵Michael Niedermayer
in more cases This fixes speex in rtmp Fixes Ticket2409 the nellymoser in flv case actually needs larger analyzeduration. The code previously just failed to calculate the duration If this causes any problems, like premature analyze/probe end, please report! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>