summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* fade: fix slice sizesMichael Niedermayer2013-05-24
| | | | | | | | This more evenly distributes the load between threads This also fixes the chroma filtering where the filter was applied twice Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68'Michael Niedermayer2013-05-24
|\ | | | | | | | | | | | | | | | | | | | | | | * commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68': Monkey's Audio old versions FATE tests h264_parser: Set field_order and picture_structure. Conflicts: libavcodec/h264_parser.c tests/fate/lossless-audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Monkey's Audio old versions FATE testsKostya Shishkov2013-05-24
| |
* | proresdec: Fix end conditionMichael Niedermayer2013-05-22
| | | | | | | | | | | | | | | | | | | | Fixes out of array writes No FFmpeg release is affected by this This also fixes some artifacts Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add a fate test for ProRes Transparency.Carl Eugen Hoyos2013-05-21
| |
* | add YUVJ411PMichael Niedermayer2013-05-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965'Michael Niedermayer2013-05-21
|\| | | | | | | | | | | | | | | | | | | * commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965': fate.sh: add support for build-only FATE instances Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate.sh: add support for build-only FATE instancesDiego Biurrun2013-05-21
| | | | | | | | | | | | | | If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-19
|\| | | | | | | | | | | | | | | | | | | * qatar/master: Escape 130 FATE test Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Escape 130 FATE testKostya Shishkov2013-05-19
| |
* | Merge commit '8e673efc6f5b7a095557664660305148f2788d30'Michael Niedermayer2013-05-19
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '8e673efc6f5b7a095557664660305148f2788d30': prores: update FATE test to account for alpha plane present in the test sample configure: Add basic valgrind-massif support Conflicts: tests/fate/prores.mak tests/ref/fate/prores-alpha Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * prores: update FATE test to account for alpha plane present in the test sampleKostya Shishkov2013-05-19
| |
| * vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces a large number of checks for the second field by fixing the pointers when they are setup. This should also fix I/BI field pictures. Changes checksums for vc1_sa10143, the file becomes slightly closer to what the reference decoder outputs. Based on "vc1dec: the second field is written wrong to the picture" by Sebastian Sandberg <sebastiand.sandberg@gmail.com>. Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate: update the mmf referenceLuca Barbato2013-05-14
| | | | | | | | Using Optional Data chunk introduced changes the hash.
| * vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-14
| | | | | | | | | | | | | | | | Fixes read of uninitialized memory. Based on a patch by Michael Niedermayer. Signed-off-by: Martin Storsjö <martin@martin.st>
* | sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of ↵Michael Niedermayer2013-05-18
| | | | | | | | | | | | alpha input Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Turn off usage of base_data_offset in tfhd for PIFF filesJeremy Hinegardner2013-05-17
| | | | | | | | | | | | | | | | | | | | According to the PIFF specification[1] the base_data_offset field MUST be omitteed. See section 5.2.17. Since the ISMV files created by ffmpeg state that they are 'piff' compatible via 'ftyp' box, this needs to be corrected. [1] http://www.iis.net/learn/media/smooth-streaming/protected-interoperable-file-format Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/colorchannelmixer: make sure direct path is tested.Clément Bœsch2013-05-16
| |
* | vf_colorchannelmixer: round lut entries to nearestMichael Niedermayer2013-05-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: change colorchannelmixers coefficients to be less unstableMichael Niedermayer2013-05-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add 128 bit murmur3 hash function.Reimar Döffinger2013-05-13
| | | | | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | fate: fix filter-colorchannelmixer by adding bitexact & accurate flagsMichael Niedermayer2013-05-13
| | | | | | | | | | Idea by durandal11707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add colorchannelmixer testPaul B Mahol2013-05-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tests/lavf-regression: fix gbrp10 dpx test on big endianPaul B Mahol2013-05-13
| | | | | | | | | | | | For some reason only for that pix format decoder picks native format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: increase coverage for dpx encoderPaul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol2013-05-12
| | | | | | | | | | | | | | Update rgb24 fate test as it no longer writes image in big endian format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | swscale: RGBA64 outputPaul B Mahol2013-05-12
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add exr testsPaul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate/filter: test gradfun timeline.Clément Bœsch2013-05-12
| |
* | fate/filter: test hqdn3d timeline.Clément Bœsch2013-05-12
| |
* | ADPCM IMA Radical decoderJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | RedSpark demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | RSD demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | ADP demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Add fate test for solid colour lagarith frames.Carl Eugen Hoyos2013-05-09
| |
* | fate: add test for lut filterPaul B Mahol2013-05-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'bd392785a75d7d51414a9788d50396a8d9f29d77'Michael Niedermayer2013-05-08
|\| | | | | | | | | | | | | | | | | | | * commit 'bd392785a75d7d51414a9788d50396a8d9f29d77': fate-run: Drop unnecessary regtest() indirection Conflicts: tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate-run: Drop unnecessary regtest() indirectionDiego Biurrun2013-05-07
| | | | | | | | | | The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
* | Merge commit 'e0c53c3408181d2e7d544eb65fc7355a79438dfe'Michael Niedermayer2013-05-08
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'e0c53c3408181d2e7d544eb65fc7355a79438dfe': nut: use meaningful error values FATE: use a less ambiguous end time for filter-trim-time test Conflicts: libavformat/nutdec.c tests/fate/filter-video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: use a less ambiguous end time for filter-trim-time testAnton Khirnov2013-05-07
| | | | | | | | | | 0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-07
|\| | | | | | | | | | | | | | | | | | | * qatar/master: fate-jpeg2000-dcinema: force output to xyz12le Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate-jpeg2000-dcinema: force output to xyz12leJanne Grunau2013-05-06
| | | | | | | | Fixes Fate tests on big-endian configs.
* | Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110'Michael Niedermayer2013-05-07
|\| | | | | | | | | | | | | | | | | | | * commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110': vf_scale: add endianness conversion pixel format in query_formats Conflicts: libavfilter/vf_scale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Add FATE test for matroska error recovery.Reimar Döffinger2013-05-07
| | | | | | | | | | | | | | | | This is the first 2 MB of the official test7.mkv. That length seems to be enough to detect the bugs we had in our code so far. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | Merge commit '95e8ac60f8b7317ce23c648250fdc8fb68d65a07'Michael Niedermayer2013-05-05
|\| | | | | | | | | | | | | | | | | | | * commit '95e8ac60f8b7317ce23c648250fdc8fb68d65a07': build: normalize coverage.info Conflicts: tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: normalize coverage.infoReinhard Tartler2013-05-04
| | | | | | | | | | Without this, lcov sometimes misses to normalize paths that contain "/./". Also, ignore uninteresting hits in system headers.
* | Merge commit '768e44d044bc32de1e58c198a3708d186af7e966'Michael Niedermayer2013-05-05
|\| | | | | | | | | | | | | | | | | | | * commit '768e44d044bc32de1e58c198a3708d186af7e966': build: tune down the output of lcov/gcov Conflicts: tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: tune down the output of lcov/gcovReinhard Tartler2013-05-04
| | | | | | | | In the default settings, both tools produce a lot of unhelpful noise.
* | Merge commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44'Michael Niedermayer2013-05-03
|\| | | | | | | | | | | | | | | | | | | * commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44': lavf-regression: use -frames instead of -t for image tests Conflicts: tests/lavf-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>