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
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-05-03fate: Adjust filter-trim-time parametersMichael Niedermayer
This should workaround rounding differences between platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-02nutdec: Implement duration parsing for indexed nutsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01fate/pixfmts: use the appropriate variable names for temporary files.Clément Bœsch
${1} is now the filter args and is inappropriate as a unique name for the test (and causes some FATE issues because of the ':' in them). ${filter} is not used either to replace the ${1} because ${outfile} already contains a unique name for the test.
2013-05-01Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer
* commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876': lavfi: add trim and atrim filters. Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633'Michael Niedermayer
* commit 'e036bb7899d0faca9159206be9bf5552e76e7633': lavc: clear AVBuffers on decoded frames if refcounted_frames is not set FATE: add an additional indeo3 test Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-30fate: add test for separatefields filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-30fate: add test for swapuv filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-30fate: add test for telecine filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-30avconv: make -t insert trim/atrim filters.Anton Khirnov
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.
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30FATE: add an additional indeo3 testAnton Khirnov
It is a part of the sample that got broken by recent indeo3 changes.
2013-04-30fate: remove forgotten transpose filter results from old system.Clément Bœsch
2013-04-30fate: port remaining filters to new system.Clément Bœsch
Merge of b963f021b603509b5159873de4919dec441d0782 is now complete.
2013-04-30fate: move kerndeint test to the new system.Clément Bœsch
2013-04-30fate: port our pixfmts change to fate-run.sh.Clément Bœsch
This patch is the same as 52b23cbf1c8f276136556c9e2252184b763ae1ec.
2013-04-30fate: add a rule for pixfmts tests.Clément Bœsch
2013-04-30fate: fix filtfmts-test dependency after 9a5924f.Clément Bœsch
2013-04-30fate: add bitexact flags to alphaextract/alphamerge tests.Clément Bœsch
Should fix a FATE failure.
2013-04-30fate: add filters dependencies to pixfmts tests.Clément Bœsch
2013-04-30fate: move a few simple pixfmts tests to the new system.Clément Bœsch
2013-04-29fate: move lavd filters tests to the new system.Clément Bœsch
Also make life test a bit more useful.
2013-04-29fate: remove '#' in filter parameters.Clément Bœsch
It was considered a comment.
2013-04-29fate: move alphaextract and alphamerge tests to the new system.Clément Bœsch
The standalone alphaextract tests are removed since already the filters are already tested by the alphamerge tests.
2013-04-29fate: move colormatrix tests to the new system.Clément Bœsch
2013-04-29fate: restore our settings for drawtext/fade/unsharp.Clément Bœsch
2013-04-29fate: move more tests from lavfi-regression.sh to filter-video.mak.Clément Bœsch
2013-04-28sws: fix typo in xyz2rgb matrix use.Michael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28fate: re-enable jpeg2000 test with rgb48leMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28fate: temporary disable jpeg2000 test to avoid fate breakage from next commitsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28fate: fix jpeg2000 on big endianMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28Merge commit 'b963f021b603509b5159873de4919dec441d0782'Michael Niedermayer
* commit 'b963f021b603509b5159873de4919dec441d0782': fate: Invoke pixfmts lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28Merge commit '28663511c99b3cdaf9387a15032259879474f5f4'Michael Niedermayer
* commit '28663511c99b3cdaf9387a15032259879474f5f4': fate: Invoke pixdesc lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh tests/ref/fate/filter-pixdesc Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28Merge commit '03b052c023e1f58d879cb7eeb6421ed39262d39d'Michael Niedermayer
* commit '03b052c023e1f58d879cb7eeb6421ed39262d39d': fate: Invoke standard lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-27fate: Invoke pixfmts lavfi tests through fate-run.shDiego Biurrun
2013-04-27fate: Invoke pixdesc lavfi tests through fate-run.shDiego Biurrun
2013-04-27fate: Invoke standard lavfi tests through fate-run.shDiego Biurrun
2013-04-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents Conflicts: tests/fate/ac3.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-26x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun
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.
2013-04-26avformat/mux: set avoid_negative_ts based on flags if not overridden by user ↵Michael Niedermayer
or muxer This changes the default to avoid negative timestamps. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-26fate: re-enable fate-acodec-dca2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-25fate: update dca test and disable dca2 testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
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>
2013-04-25Merge commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d'Michael Niedermayer
* commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d': fate: add CVFC1_Sony_C to h264 conformance tests doc/APIchanges: add missing hashes and dates Conflicts: doc/APIchanges tests/fate/h264.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-24lavc: check decoded subtitles encoding.Nicolas George
Address trac ticket #2431.
2013-04-24fate: add CVFC1_Sony_C to h264 conformance testsVittorio Giovara
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>
2013-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: avcodec: Bump minor for JPEG 2000 decoder JPEG 2000 decoder for DCinema The mqc code is merged, the rest is added independent of the existing jpeg2000 decoder and encoder. Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/mqc.c libavcodec/mqc.h libavcodec/mqcdec.c libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-22avcodec: rename jpeg2000 decoder to j2kMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
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>