summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* lavc: do not init frame with guessed layout.Nicolas George2013-04-03
| | | | It is breaking support from files with unknown layout.
* lavfi/edgedetect: add direct path.Clément Bœsch2013-04-03
|
* fate/filter: use aperms to test volume filter.Clément Bœsch2013-03-31
|
* fate: Print correct error message for reference generation tooMichael Niedermayer2013-03-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-30
|\ | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: add an option to generate the references Conflicts: doc/fate.texi tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add an option to generate the referencesLuca Barbato2013-03-29
| | | | | | | | Useful to add or update fate tests.
* | fate/filter: make overlay test bitexact.Clément Bœsch2013-03-28
| |
* | fate/filter: move gradfun filtergraph to a dedicated script.Clément Bœsch2013-03-28
| |
* | fate/filter: move concat filtergraph to a dedicated script.Clément Bœsch2013-03-28
| |
* | fate/filter: move some CMD below deps for consistency.Clément Bœsch2013-03-28
| |
* | fate/filter: remove pointless indirections for gradfun and hqdn3d.Clément Bœsch2013-03-28
| |
* | fate/filter: rename 'ubitux' rules to 'sample'.Clément Bœsch2013-03-28
| |
* | fate/filter: stick delogo test with its deps (cosmetics).Clément Bœsch2013-03-28
| |
* | fate: Disable af_join test, as its output is not deterministic currentlyMichael Niedermayer2013-03-28
| | | | | | | | | | | | The reason for the failure is unknown, this needs to be debuged and fixed Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vmdav: convert to bytestream2 FATE: add a test for the join filter FATE: add a test for the volume filter Conflicts: libavcodec/vmdav.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the join filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the volume filterAnton Khirnov2013-03-28
| |
* | Merge commit '43a8333a16c796b3d855fb3aaa742103cb62731f'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '43a8333a16c796b3d855fb3aaa742103cb62731f': FATE: add a test for the channelsplit filter FATE: add a test for the channelmap filter FATE: add a test for the negate filter FATE: add a test for the overlay filter Conflicts: tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the channelsplit filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the channelmap filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the negate filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the overlay filterAnton Khirnov2013-03-28
| |
* | Merge commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a': FATE: add a test for the setpts filter FATE: add a test for the hqdn3d filter FATE: add a test for the transpose filter FATE: add a test for the unsharp filter Conflicts: tests/ref/fate/filter-hqdn3d Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the setpts filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the hqdn3d filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the transpose filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the unsharp filterAnton Khirnov2013-03-28
| |
* | Merge commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497': FATE: add a test for the fade filter FATE: add a test for the drawbox filter FATE: add a test for the boxblur filter FATE: add a test for the gradfun filter Conflicts: tests/fate/filter.mak tests/ref/fate/filter-gradfun our gradfun test is renamed to gradfun-ubitux as its name conflicts and it was requested to be kept. Feel free to rename, change, finetune ... Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the fade filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the drawbox filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the boxblur filterAnton Khirnov2013-03-28
| |
| * FATE: add a test for the gradfun filterAnton Khirnov2013-03-28
| |
* | Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'Michael Niedermayer2013-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c': lavfi/gradfun: remove rounding to match C and SSE code. lavfi/gradfun: fix dithering in MMX code. lavfi/gradfun: fix rounding in MMX code. lavfi/gradfun: do not increment DC pointer for odd values. fate: filter: Add dependencies avconv: add options for reading filtergraphs from a file. Conflicts: Changelog doc/ffmpeg.texi doc/filters.texi ffmpeg.h ffmpeg_opt.c libavfilter/vf_gradfun.c tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: filter: Add dependenciesDiego Biurrun2013-03-28
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * fate: use little endian yuv444p10 in h264-reinit testsJanne Grunau2013-03-23
| | | | | | | | Fixes fate big endian configs.
* | tests/tiny_ssim: include the 2 macros instead of a headerMichael Niedermayer2013-03-27
| | | | | | | | | | | | Should fix compilation on open solaris Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tiny_ssim: Avoid "for(int ..."Michael Niedermayer2013-03-26
| | | | | | | | | | | | This should avoid issues with old compilers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tools: add tiny_ssimLoren Merritt2013-03-26
| | | | | | | | | | | | | | | | | | | | Taken from: http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003801.html and x264 See: [FFmpeg-devel] [PATCH] tools: add tiny_ssim Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/curves: support preset shorthand.Clément Bœsch2013-03-26
| |
* | lavfi/curves: add presets support.Clément Bœsch2013-03-25
| | | | | | | | | | | | | | | | Except for the vintage preset, the values are defined by Lou Logan based on the ones found in Adobe Photoshop CS6. Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | lavfi: add test for concat.Nicolas George2013-03-24
| |
* | fate: dont try to filter partial frames with yadif.Michael Niedermayer2013-03-24
| | | | | | | | | | | | | | The partial frames leak a few uninitialized pixels through due to incomplete interlaced error concealment support. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: use little endian yuv444p10 in h264-reinit testsJanne Grunau2013-03-23
| | | | | | | | | | | | Fixes fate big endian configs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-23
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: add test for cropping h264 to container dimensions FATE: add a tscc2 test. tscc2: allocate AVFrame properly. Conflicts: libavcodec/tscc2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add test for cropping h264 to container dimensionsJanne Grunau2013-03-22
| | | | | | | | | | Tests the workaround added for 1080 videos created with Canon cameras in 30f515091c323da59c0f1b533703dedca2f4b95d.
| * FATE: add a tscc2 test.Anton Khirnov2013-03-22
| |
* | lavu/eval: add between() function.Clément Bœsch2013-03-22
| |
* | Merge commit '1c4073efd24164ac6eaa52c544f5cdb0e5f6aee5'Michael Niedermayer2013-03-21
|\| | | | | | | | | | | | | | | * commit '1c4073efd24164ac6eaa52c544f5cdb0e5f6aee5': fate: add tests for h264 decoder reinit h264: fix bit depth changes with frame threading Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add tests for h264 decoder reinitJanne Grunau2013-03-20
| |
* | fate: make metadata fate tests only output ts and metadata.Clément Bœsch2013-03-20
| | | | | | | | | | The other information are just cluttering the output. The command line is also simplified in the process.