summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* fate: increase pcm coveragePaul B Mahol2012-11-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-20
|\ | | | | | | | | | | | | | | * qatar/master: FATE: add 24-bit ALAC tests FATE: rename ALAC tests from alac-* to alac-16-* Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add 24-bit ALAC testsJustin Ruggles2012-11-20
| |
| * FATE: rename ALAC tests from alac-* to alac-16-*Justin Ruggles2012-11-20
| | | | | | | | | | This will distinguish ALAC 16-bit tests from ALAC tests with other bit depths.
* | fate: add mjpeg-422 and mjpeg-444 testsPaul B Mahol2012-11-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavu/bprint: implement av_bprint_strftime().Nicolas George2012-11-17
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-17
|\| | | | | | | | | | | | | | | | | | | | | | | * 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>
| * FATE: add a bink version 'b' testAnton Khirnov2012-11-17
| |
| * FATE: add a bink version 'i' testAnton Khirnov2012-11-17
| |
* | mxfdec: set audio packets ptsMatthieu Bouron2012-11-16
| | | | | | | | | | | | | | Also fix playback of ntsc files. Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer2012-11-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * fate: Add dependencies for aac, alac, amrnb, amrwb, atrac testsDiego Biurrun2012-11-14
| |
* | remove tests/asynth1.swMichael Niedermayer2012-11-13
| | | | | | | | | | | | | | This file appears to have been commited by 100l mistake. Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/avfilter: honor GPL dependency.Clément Bœsch2012-11-13
| |
* | fate/lavfi: increase vf tile coverage.Clément Bœsch2012-11-11
| |
* | fate-rsync: replace -a by -rltMichael Niedermayer2012-11-07
| | | | | | | | | | | | | | | | 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>
* | adpcm: improve smjpeg decodingPaul B Mahol2012-11-07
| | | | | | | | | | | | Previous version had significant artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | wtvenc: produce seekable filesPeter Ross2012-11-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | wtvenc: output third video pts in timestamp chunk (this is what Microsoft ↵Peter Ross2012-11-07
| | | | | | | | | | | | Windows Media Center expects) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; these ↵Peter Ross2012-11-07
| | | | | | | | | | | | are not required for playback Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | kgv1dec: fix end conditionMichael Niedermayer2012-11-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add PMP demuxer testPaul B Mahol2012-11-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-06
|\| | | | | | | | | | | | | | | | | | | | | | | * 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>
| * fate: atrac: Place atrac1 and atrac3 tests in different groupsDiego Biurrun2012-11-06
| |
| * fate: aac: cosmetics: Group AAC LATM tests togetherDiego Biurrun2012-11-06
| |
* | fate: add more pix_fmt tests for xwdPaul B Mahol2012-11-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-05
|\| | | | | | | | | | | | | | | | | | | | | * 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>
| * FATE: add a 24-bit FLAC encoding testJustin Ruggles2012-11-05
| |
| * FATE: rename FLAC tests from flac-* to flac-16-*Justin Ruggles2012-11-05
| | | | | | | | | | This will distinguish FLAC 16-bit tests from FLAC tests with other bit depths.
* | Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer2012-11-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * fate: aac: Place LATM tests and general AAC tests in different groupsDiego Biurrun2012-11-05
| |
| * fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONVJanne Grunau2012-10-31
| | | | | | | | Fixes typo in 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e.
| * swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-31
| | | | | | | | | | | | | | | | 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>
* | ffm: redesign header format to make it extensibleMichael Niedermayer2012-11-05
| | | | | | | | | | | | | | | | | | 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>
* | fate: add more pix_fmt tests for pamPaul B Mahol2012-11-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add smjpegenc testPaul B Mahol2012-11-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: try to fix mxpeg failuresMichael Niedermayer2012-11-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add MxPEG testPaul B Mahol2012-11-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add some missing dependenciesPaul B Mahol2012-11-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add filmstrip testMichael Niedermayer2012-11-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lclenc: make compression level user selectablePaul B Mahol2012-11-02
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | eval-test: add some otherwise untested functions.Michael Niedermayer2012-11-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add field filterStefano Sabatini2012-10-31
| | | | | | | | | | | | 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.
* | sws: fix handling of big endian alphaMichael Niedermayer2012-10-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: remove typo, reenable AC3 testsMichael Niedermayer2012-10-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: fix BE/LE handling for fillPlane16()Michael Niedermayer2012-10-30
| | | | | | | | | | | | Based on fill_plane9or10() by luca barbato Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * pixfmt: support more yuva formatsLuca Barbato2012-10-30
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * FATE: fix (AD)PCM test dependencies broken in e519990Anton Khirnov2012-10-30
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer2012-10-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>