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
AgeCommit message (Collapse)Author
2015-04-13tests/fate: added mxf opatom audio regression testsMark Reid
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-10test/fate: added mxf_opatom regression testsMark Reid
Reviewed-by: tomas.hardin@codemill.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-03tests/regression-funcs: Remove hardcoded threads 1Michael Niedermayer
The tests which use encoders which either use slices or store the encoder thread count keep a hardcoded value of 1 This will help test more threading code like in filters Found-by: ubitux Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-18fate: Add test for wav Peak Envelope Chunk encoder (levl chunk).Peter B
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-09Merge commit '60fd7d36c47d62d4c603bf16c213b1a924f5cfcf'Michael Niedermayer
* commit '60fd7d36c47d62d4c603bf16c213b1a924f5cfcf': fate: correctly set sample rate for mp2 tests Conflicts: tests/fate/acodec.mak tests/lavf-regression.sh one hunk has been ommited as it breaks fate Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-09fate: correctly set sample rate for mp2 testsVittorio Giovara
2014-03-18Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.Carl Eugen Hoyos
This allows running more fate tests on remote targets without the source tree.
2014-02-10Merge commit 'b5f851ed7e59f88b4130a420033d9fe191ec9e2f'Michael Niedermayer
* commit 'b5f851ed7e59f88b4130a420033d9fe191ec9e2f': FATE: force FLAC in the lavf ogg test Conflicts: tests/lavf-regression.sh See: 28caf13ac394df5424a25304bda4608441bd85ec Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-10FATE: force FLAC in the lavf ogg testAnton Khirnov
Since b0c2c09, vorbis would be used if libvorbis is compiled in.
2014-02-09fate: fix lavf-ogg testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-06fate: fix dpx on big endianMichael Niedermayer
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-05-13tests/lavf-regression: fix gbrp10 dpx test on big endianPaul B Mahol
For some reason only for that pix format decoder picks native format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-13fate: increase coverage for dpx encoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-03Merge commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44'Michael Niedermayer
* commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44': lavf-regression: use -frames instead of -t for image tests Conflicts: tests/lavf-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-03lavf-regression: use -frames instead of -t for image testsAnton Khirnov
-t 0.5 is 12.5 frames at 25 fps, which may round to either 12 or 13 on different platforms.
2013-04-19fate/gif: create meaningful gif encoding tests.Clément Bœsch
2013-04-18fate: hot fix for gif failure.Clément Bœsch
2013-03-13Merge commit '666fe5da47d127074be7f0e2bac93db6af8b4a30'Michael Niedermayer
* commit '666fe5da47d127074be7f0e2bac93db6af8b4a30': atomic: Exclude the unsupported implementation headers from checkheaders avconv: do not silently ignore unused codec AVOptions. Conflicts: ffmpeg_opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-26fate: add an attachment to the Matroska test.Nicolas George
2012-12-31Sony Wave64 muxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-05IRCAM demuxer & muxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-04AST MuxerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2012-11-06fate: add more pix_fmt tests for xwdPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-05fate: add more pix_fmt tests for pamPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-05fate: add smjpegenc testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-04fate: add filmstrip testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-27fate: add faststart regression test.Clément Bœsch
Also factorize the common options for the different mov-based tests. Since the header is now on top in the last generated file, the data offset in the seek test needed some updates as well.
2012-06-25vocenc: change default codec to 16bitMichael Niedermayer
Hardly anyone would want 8bit today, 16bit is a much more reasonable default. 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-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-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: fate: Work around non-standard wc implementations at more places fate: work around non-standard wc implementations x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions. ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16 fate: use standard diff options tta: Fix comment about channel number; TTA supports >2 channels. avfilter: Move ff_get_ref_perms_string() to where it is used. build: Add 'check' target to run all compile and test targets. indeo3: validate new frame size before resetting decoder indeo3: when freeing buffers, set pointers referencing them to NULL as well indeo3: initialise pixel planes on allocation indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder fate: rename psx-str-v3-mdec to mdec-v3 fate: convert psx-str to a demuxer test lavf: add mdec to is_intra_only() list Conflicts: doc/developer.texi libavcodec/indeo3.c libavfilter/video.c libavformat/utils.c tests/fate/demux.mak tests/fate/video.mak tests/lavf-regression.sh tests/ref/vsynth1/cljr tests/ref/vsynth1/ffvhuff tests/ref/vsynth2/cljr tests/ref/vsynth2/ffvhuff Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-16fate: Work around non-standard wc implementations at more placesMartin Storsjö
This applies the same fix as in ed7409fe9d for lavf-regressions.sh. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: FATE: use updated reference for aac-latm_stereo_to_51 avconv: use libavresample Add libavresample FATE: avoid channel mixing in lavf-dv_fmt Conflicts: Changelog Makefile cmdutils.c configure doc/APIchanges ffmpeg.c tests/lavf-regression.sh tests/ref/lavf/dv_fmt tests/ref/seek/lavf_dv Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-24FATE: avoid channel mixing in lavf-dv_fmtJustin Ruggles
This partially reverts acb1730218f1c614dc8ca3ba45d9de1e05059515 which would only have needed to change the checksums if channel mixing had been properly avoided. This changes the output file size reference and the seek test reference back to the previous values.
2012-04-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: avcodec: add a cook parser to get subpacket duration FATE: allow lavf tests to alter input parameters FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test FATE: replace the acodec-g726 test with 4 new encode/decode tests FATE: replace current g722 encoding tests with an encode/decode test FATE: add a pattern rule for generating asynth wav files FATE: optionally write a WAVE header in audiogen avutil: add audio fifo buffer Conflicts: doc/APIchanges libavcodec/version.h libavutil/avutil.h tests/Makefile tests/codec-regression.sh tests/fate/voice.mak tests/lavf-regression.sh tests/ref/acodec/g722 tests/ref/acodec/g726 tests/ref/acodec/pcm_s24daud tests/ref/lavf/dv_fmt tests/ref/lavf/gxf tests/ref/lavf/mxf tests/ref/lavf/mxf_d10 tests/ref/seek/lavf_dv Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-20FATE: allow lavf tests to alter input parametersJustin Ruggles
Change some lavf tests to avoid resampling and channel mixing.
2012-04-12latmenc: fix muxing of byte-aligned DSE.Reimar Döffinger
This will only work for DSEs that are first in a packet, but that is enough to fix handling of the reference files in fate-suite/aac (though most of them still have other issues). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-09Fix gif regression test on big-endian.Reimar Döffinger
Decode output must be converted to rgb24 to avoid CRC difference due to palette being stored in machine endianness. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-09Add gif and xbm regression tests.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-08Fixes for third argument do_image_formats.Reimar Döffinger
Remove it from two places where it is useless, do not apply it to the encode command and make it apply to the output instead of the input of the decode command. Should fix the dpx test. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-07Do not decode the mp3 data in lavf test since that is not bit-exact.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-07Test mp3 container muxing (and thus ID3 writing).Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-07fate: try to force le for the dpx decoder side tooMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-07fate: try to fix >8bit dpx reg testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-06Add regression test for mov rtp hinting.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-06dpxenc: also test 10 and 16 bit formats.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-03-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: h264: stricter reference limit enforcement. h264: increase reference poc list from 16 to 32. xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. snow: check reference frame indices. snow: reject unsupported chroma shifts. Add ffvhuff encoding and decoding regression test anm: convert to bytestream2 API bytestream: add more unchecked variants for bytestream2 API jvdec: unbreak video decoding jv demux: set video stream duration fate: add pam image regression test Conflicts: libavcodec/adpcm.c libavcodec/anm.c libavcodec/h264.c libavcodec/mpegvideo.h libavcodec/snowdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-14fate: add pam image regression testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: (27 commits) cmdutils: use new avcodec_is_decoder/encoder() functions. lavc: make codec_is_decoder/encoder() public. lavc: deprecate AVCodecContext.sub_id. libcdio: add a forgotten AVClass to the private context. swscale: remove "cpu flags" from -sws_flags description. proresenc: give user a possibility to alter some encoding parameters vorbisenc: add output buffer overwrite protection libopencore-amrnbenc: fix end-of-stream handling ra144enc: fix end-of-stream handling nellymoserenc: zero any leftover packet bytes nellymoserenc: use proper MDCT overlap delay qpeg: Use bytestream2 functions to prevent buffer overreads. swscale: make %rep unconditional. vp8: convert simple loopfilter x86 assembly to use named arguments. vp8: convert idct x86 assembly to use named arguments. vp8: convert mc x86 assembly to use named arguments. vp8: convert loopfilter x86 assembly to use cpuflags(). vp8: convert idct/mc x86 assembly to use cpuflags(). swscale: remove now unnecessary hack. x86inc: don't "bake" stack_offset in named arguments. ... Conflicts: cmdutils.c doc/APIchanges libavcodec/mpeg12.c libavcodec/options.c libavcodec/qpeg.c libavcodec/utils.c libavcodec/version.h libavdevice/libcdio.c tests/lavf-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>