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
2012-06-16lavfi/super2xsai: fix fate test on bigendianPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-06-16lavfi/super2xsai: fix table used to update color matrix at the end of each y ↵Stefano Sabatini
loop The previous table appears to be wrong (it was copied from the original MPlayer super2xsai filter in order to keep binary compatibility). The new table is consistent with the init code and apparently fixes a combing artifact on the left edge of the generated image.
2012-06-16fate/lavfi: add lavfi-pixfmts_super2xsai testStefano Sabatini
2012-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2012-06-15fate: add snow hpel testsMans Rullgard
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time rtmp: Set the client buffer time to 3s instead of 0.26s rtmp: Handle server bandwidth packets rtmp: Display a verbose message when an unknown packet type is received lavfi/audio: use av_samples_copy() instead of custom code. configure: add all filters hardcoded into avconv to avconv_deps avfiltergraph: remove a redundant call to avfilter_get_by_name(). lavfi: allow building without swscale. build: Do not delete tests/vsynth2 directory, which is no longer created. lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs lavfi: make AVFilterPad opaque after two major bumps. lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). lavfi: make avfilter_get_video_buffer() private on next bump. jack: update to new latency range API as the old one has been deprecated rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r ppc: Rename H.264 optimization template file for consistency. lavfi: add channelsplit audio filter. golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() sws: fix planar RGB input conversions for 9/10/16 bpp. Conflicts: Changelog configure doc/APIchanges ffmpeg.c libavcodec/golomb.h libavcodec/v210dec.h libavfilter/Makefile libavfilter/allfilters.c libavfilter/asrc_anullsrc.c libavfilter/audio.c libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/buffersrc.c libavfilter/formats.c libavfilter/version.h libavfilter/vf_frei0r.c libavfilter/vf_pad.c libavfilter/vf_scale.c libavfilter/video.h libavfilter/vsrc_color.c libavformat/rtmpproto.c libswscale/input.c tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-13build: Do not delete tests/vsynth2 directory, which is no longer created.Diego Biurrun
2012-06-12tests/parseutils: change test to make it platform independentStefano Sabatini
Make the test independent from the actual error string used to describe a certain error code.
2012-06-11movenc: add timecode track support.Clément Bœsch
2012-06-10fate-acodec-dca2: add bitexact flagMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-10enc_dec_pcm: add bitexact flagMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-08fate-bprint: try to workaround platform specific value.Michael Niedermayer
this should fix some fate failures Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-08fate: add bprint test.Nicolas George
2012-06-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: mpegts: Remove disabled extension matching probe. fate: avoid freopen(NULL) in videogen/rotozoom Conflicts: tests/rotozoom.c tests/videogen.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-07fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard
A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-06-06mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: movenc: Write chan atom for all audio tracks in mov mode movies. mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing doc/avconv: add some details about the transcoding process. avidec: make scale and rate unsigned. avconv: check output stream recording time before each frame returned from filters avconv: split selecting input file out of transcode(). avconv: split checking for active outputs out of transcode(). avfiltergraph: make some functions static. Conflicts: ffmpeg.c libavfilter/avfiltergraph.c libavfilter/internal.h libavformat/mpegtsenc.c tests/ref/fate/acodec-alac tests/ref/fate/acodec-pcm-s16be tests/ref/fate/acodec-pcm-s24be tests/ref/fate/acodec-pcm-s32be tests/ref/fate/acodec-pcm-s8 tests/ref/lavf/mov Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-04movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse
2012-06-01fate: enable fate-mapchan-6ch-extract-2-downmix-monoMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01fate: only check stddev for acodec-ra144Michael Niedermayer
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>
2012-06-01fate: try to fix 3rd md5 implementationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-31fate: dont freopen() stdoutMichael Niedermayer
it doesnt work and breaks most BSDs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-31fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machinesMichael Niedermayer
The default mmxext and sse implementations of apply_window_int16 aren't bitexact. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2012-05-30fate: fix long standing bug in the g723_1 testMichael Niedermayer
The test compared files of mismatching sample rate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: add a fate-acodec-dca test that works on all platforms second tryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: add bitexact flag to ac3-fixedMichael Niedermayer
cant hurt, and should be there for all tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: add missing $(TARGET_PATH) to ac3-fixed-encodeMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-30fate: fix md5sum replacement on some systemsMans Rullgard
On systems where the 'md5' command is used, there is a conflict with the md5() shell function in fate-run.sh. Using the 'command' keyword bypasses the shell function for correct behaviour. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-30fate: disable fate-acodec-dcaMichael Niedermayer
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>
2012-05-30fate: remove unused functionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: remove tests/codec-regression.shMichael Niedermayer
This was somehow forgotten in todays merge Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: resurrect acodec-dcaMichael Niedermayer
This was lost in todays merge Ideas to do this less ugly are welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: try to fix fate-nellymoser-aref-encode make dependanciesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30fate: make idroq test run again.Michael Niedermayer
Didnt investigate what broke it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
* 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>
2012-05-29avconv: merge configuration code for complex and simple filtersAnton Khirnov
Some tests change because -s now inserts the scaler to the end instead of beginning of the filtergraph.
2012-05-29fate: fix acodec/vsynth tests for make 3.81Mans Rullgard
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>
2012-05-29fate: convert codec-regression.sh to makefile rulesMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-29fate: allow tests to specify unit size for psnr comparisonMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-29fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard
This makes videogen/rotozoom output a raw video stream on stdout if no output directory is specified. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-28Mark avui encoder experimental.Carl Eugen Hoyos
Some decoders require the AVID atom that we currently do not write when encoding avui.
2012-05-27tests and tools: cleanup ffmpeg referenceMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-26Fix tests without fate samples.Alexis Ballier
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-26tests/lavfi: use do_lavfi_pixfmts for the pixdesctest testStefano Sabatini
Simplify, and as a side effect extend the number of supported formats, in particular add a test for pal8.
2012-05-26tests/lavfi: rework lavfi-regression.sh, avoid use of ffmpeg -pix_fmtsStefano Sabatini
Use lavfi-showfiltfmts for checking the format supported by the scale filter instead. The advantage is that the scale filter may support formats which are not supported by libswscale (namely: the pal8 format). The new implementation is also a bit cleaner, because it doesn't depend on the ffmpeg output.
2012-05-25lavfi/hflip: copy palette data in start_frame()Stefano Sabatini
Fix trac ticket #1116.
2012-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2012-05-24fate: update checksum after pal8 changesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>