summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-27
| | | | | | | | The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-23
| | | | | | | | QuickTime will play multiple audio tracks concurrently if this flag is set for multiple audio tracks. And if no subtitle track has this flag set, QuickTime will show no subtitles in the subtitle menu. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-13
| | | | | | | | Update the fate reference since the last broken frame is not decoded anymore. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* FATE: add a TAK testAnton Khirnov2013-08-08
|
* fate: Add tree testDiego Biurrun2013-07-29
|
* fate: Add timefilter testDiego Biurrun2013-07-29
|
* build: Only check FATE dependencies when running FATE testsDiego Biurrun2013-07-27
| | | | | | | Only check dependencies if invoking the make targets 'check' or anything matching 'fate%' except 'fate-rsync'. Signed-off-by: Martin Storsjö <martin@martin.st>
* miscellaneous typo fixesDiego Biurrun2013-07-25
|
* fate: use current syntax for the scale filterSean McGovern2013-07-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-06
|
* oggdec: do not fall back on binary search in the generic code.Anton Khirnov2013-07-02
| | | | | Binary search is already attempted in the format-specific seek function, so the fallback is only reached if binary search failed already.
* fate: Add Canopus Lossless YUY2 testDerek Buitenhuis2013-06-24
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* fate.sh: Allow specifying --as via a specific variableMartin Storsjö2013-05-29
| | | | | | | This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
* matroskaenc: support muxing WavPackAnton Khirnov2013-05-28
|
* fate: Add a --target-samples path parameterMartin Storsjö2013-05-28
| | | | | | | This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Don't use files from SRC_PATH in the actual testsMartin Storsjö2013-05-28
| | | | | | | | | If building out of tree, make sure the filter scripts are copied into the build tree before running tests. This makes sure that SRC_PATH doesn't need to exist on the remote system (or doesn't need to exist at the same path). Signed-off-by: Martin Storsjö <martin@martin.st>
* Monkey's Audio old versions FATE testsKostya Shishkov2013-05-24
|
* 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>
* Escape 130 FATE testKostya Shishkov2013-05-19
|
* 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>
* 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.
* 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.
* fate-jpeg2000-dcinema: force output to xyz12leJanne Grunau2013-05-06
| | | | Fixes Fate tests on big-endian configs.
* build: normalize coverage.infoReinhard Tartler2013-05-04
| | | | | Without this, lcov sometimes misses to normalize paths that contain "/./". Also, ignore uninteresting hits in system headers.
* build: tune down the output of lcov/gcovReinhard Tartler2013-05-04
| | | | In the default settings, both tools produce a lot of unhelpful noise.
* lavf-regression: use -frames instead of -t for image testsAnton Khirnov2013-05-03
| | | | | -t 0.5 is 12.5 frames at 25 fps, which may round to either 12 or 13 on different platforms.
* avconv: make -t insert trim/atrim filters.Anton Khirnov2013-04-30
| | | | | | | | | This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
* lavfi: add trim and atrim filters.Anton Khirnov2013-04-30
|
* FATE: add an additional indeo3 testAnton Khirnov2013-04-30
| | | | It is a part of the sample that got broken by recent indeo3 changes.
* fate: Invoke pixfmts lavfi tests through fate-run.shDiego Biurrun2013-04-27
|
* fate: Invoke pixdesc lavfi tests through fate-run.shDiego Biurrun2013-04-27
|
* fate: Invoke standard lavfi tests through fate-run.shDiego Biurrun2013-04-27
|
* x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun2013-04-26
| | | | | | | The function requires increasing the fuzz factor for the ac3/eac3 encode tests and even so makes fate fail. It only provides a slight encoding speedup for legacy CPUs that do not support SS2. Thus its benefit is not worth the trouble it creates and fixing it would be a waste of time.
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-25
| | | | | | | | | | Most formats do not support negative timestamps, shift them to avoid unexpected behaviour and a number of bad crashes. CC:libav-stable@libav.org Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* fate: add CVFC1_Sony_C to h264 conformance testsVittorio Giovara2013-04-24
| | | | | | | The sample is already included in the FATE suite, but is not tested because cropping wasn't fully supported before. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* JPEG 2000 decoder for DCinemaNicolas Bertrand2013-04-22
| | | | | | | | Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* afifo: fix request_samples on the last frame in certain casesAnton Khirnov2013-04-22
| | | | | | | | | | | | The current code can fail to return the last frame if it contains exactly the requested number of samples. Fixes the join filter test, which previously did not include the last 408 samples in most cases. CC:libav-stable@libav.org Signed-off-by: Diego Biurrun <diego@biurrun.de>
* fate: cosmetics: More sensible order for entries in video filter fileDiego Biurrun2013-04-19
|
* fate: Rename video filters file and add separate video filters targetDiego Biurrun2013-04-19
|
* fate: Split audio filters into their own separate fileDiego Biurrun2013-04-19
|
* fate: Reuse VREF and AREF variables where appropriateDiego Biurrun2013-04-19
|
* fate: Set the bitexact flag for vp3/vp5/vp6 testsMartin Storsjö2013-04-15
| | | | | | | This is required since there are bit-inexact implementations of the vp3 idct (for bfin). Signed-off-by: Martin Storsjö <martin@martin.st>
* FATE: add a test for the interlace filterVittorio Giovara2013-04-11
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* Integrate lcov/gcov into LibavReinhard Tartler2013-04-05
| | | | | | | The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
* fate: add an option to generate the referencesLuca Barbato2013-03-29
| | | | Useful to add or update fate tests.
* FATE: add a test for the join filterAnton Khirnov2013-03-28
|