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-11-18fate: add mjpeg-422 and mjpeg-444 testsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-17lavu/bprint: implement av_bprint_strftime().Nicolas George
2012-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: FATE: add a bink version 'b' test FATE: add a bink version 'i' test libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-17FATE: add a bink version 'b' testAnton Khirnov
2012-11-17FATE: add a bink version 'i' testAnton Khirnov
2012-11-16mxfdec: set audio packets ptsMatthieu Bouron
Also fix playback of ntsc files. Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer
* commit '3b4296f41473a5b39e84d7a49d480624c9c60040': avformat: clarify stream id for muxing fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests ppc: do not pass redundant compiler flags avutil: change GET_UTF8 to not use av_log2() segment: fix NULL pointer dereference in seg_write_header() Conflicts: tests/fate/aac.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-14fate: Add dependencies for aac, alac, amrnb, amrwb, atrac testsDiego Biurrun
2012-11-13remove tests/asynth1.swMichael Niedermayer
This file appears to have been commited by 100l mistake. Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-13fate/avfilter: honor GPL dependency.Clément Bœsch
2012-11-12fate/lavfi: increase vf tile coverage.Clément Bœsch
2012-11-07fate-rsync: replace -a by -rltMichael Niedermayer
This remove the owner, group and permission preservation on fatesample checkouts These caused problems for durandal_1707 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-07adpcm: improve smjpeg decodingPaul B Mahol
Previous version had significant artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-07wtvenc: produce seekable filesPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-07wtvenc: output third video pts in timestamp chunk (this is what Microsoft ↵Peter Ross
Windows Media Center expects) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-07wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; these ↵Peter Ross
are not required for playback Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-07kgv1dec: fix end conditionMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-06fate: add PMP demuxer testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: fate: atrac: Place atrac1 and atrac3 tests in different groups fate: aac: cosmetics: Group AAC LATM tests together x86: avresample: Add missing colons to assembly labels Conflicts: tests/fate/aac.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-06fate: atrac: Place atrac1 and atrac3 tests in different groupsDiego Biurrun
2012-11-06fate: aac: cosmetics: Group AAC LATM tests togetherDiego Biurrun
2012-11-06fate: add more pix_fmt tests for xwdPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: FATE: add a 24-bit FLAC encoding test FATE: rename FLAC tests from flac-* to flac-16-* flacenc: use RICE2 entropy coding mode for 24-bit flacenc: add 24-bit encoding flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-06Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer
* commit '5ff998a233d759d0de83ea6f95c383d03d25d88e': flacenc: use uint64_t for bit counts flacenc: remove wasted trailing 0 bits lavu: add av_ctz() for trailing zero bit count flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian fate: aac: Place LATM tests and general AAC tests in different groups build: The A64 muxer depends on rawenc.o for ff_raw_write_packet() Conflicts: doc/APIchanges libavutil/version.h tests/fate/aac.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-06FATE: add a 24-bit FLAC encoding testJustin Ruggles
2012-11-06FATE: rename FLAC tests from flac-* to flac-16-*Justin Ruggles
This will distinguish FLAC 16-bit tests from FLAC tests with other bit depths.
2012-11-05fate: aac: Place LATM tests and general AAC tests in different groupsDiego Biurrun
2012-11-05ffm: redesign header format to make it extensibleMichael Niedermayer
Currently FFM files generated with one versions of ffmpeg generally cannot be read by another. By spliting data into chunks, more fields can saftely be appended to chunks as well as new chunks added. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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-05fate: try to fix mxpeg failuresMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-05fate: add MxPEG testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-04fate: add some missing dependenciesPaul 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-11-03lclenc: make compression level user selectablePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-01eval-test: add some otherwise untested functions.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONVJanne Grunau
Fixes typo in 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e.
2012-10-31swscale: do not forget to swap data in formats with different endiannessKostya Shishkov
Otherwise during scaling it will try to interpret input in the wrong way and that leads to the test results disagreeing on different platforms and with different optimizations. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-10-31lavfi: add field filterStefano Sabatini
The filter is a port of libmpcodecs/vf_field.c, since there is no common code I relicensed it as LGPL, while keeping the original author copyright.
2012-10-31sws: fix handling of big endian alphaMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30fate: remove typo, reenable AC3 testsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30sws: fix BE/LE handling for fillPlane16()Michael Niedermayer
Based on fill_plane9or10() by luca barbato Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: pixfmt: support more yuva formats swscale: support gray to 9bit and 10bit formats configure: rewrite print_config() function using awk FATE: fix (AD)PCM test dependencies broken in e519990 Use ptrdiff_t instead of int for intra pred "stride" function parameter. x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. Conflicts: libavcodec/h264pred.c libavcodec/h264pred_template.c libavutil/pixfmt.h libswscale/swscale_unscaled.c tests/ref/lavfi/pixdesc tests/ref/lavfi/pixfmts_copy tests/ref/lavfi/pixfmts_null tests/ref/lavfi/pixfmts_scale tests/ref/lavfi/pixfmts_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
* commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8': dv: use AVStream.index instead of abusing AVStream.id lavfi: add ashowinfo filter avcodec: Add a RFC 3389 comfort noise codec lpc: Add a function for calculating reflection coefficients from samples lpc: Add a function for calculating reflection coefficients from autocorrelation coefficients lavr: document upper bound on number of output samples. lavr: add general API usage doxy indeo3: remove duplicate capabilities line. fate: ac3: Add dependencies Conflicts: Changelog doc/filters.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/codec_desc.c libavcodec/version.h libavfilter/Makefile libavfilter/af_ashowinfo.c libavfilter/allfilters.c libavfilter/version.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
* commit '381dc1a5ec0925b281c573457c413ae643567086': fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups fate: Add shorthands for acodec PCM and ADPCM tests avconv: Drop unused function argument from do_video_stats() cmdutils: Conditionally compile libswscale-related bits aacenc: Drop some unused function arguments rtsp: Avoid a cast when calling strtol nut: support textual data nutenc: verbosely report unsupported negative pts Conflicts: cmdutils.c ffmpeg.c libavformat/nut.c libavformat/nutenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30pixfmt: support more yuva formatsLuca Barbato
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-10-30FATE: fix (AD)PCM test dependencies broken in e519990Anton Khirnov
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-10-29fate: ac3: Place E-AC-3 tests and AC-3 tests in different groupsDiego Biurrun
2012-10-29fate: ac3: Add dependenciesDiego Biurrun
2012-10-29fate: Add shorthands for acodec PCM and ADPCM testsDiego Biurrun