summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* vf_interlace: fix frame rateMichael Niedermayer2013-04-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: FATE: add a test for the interlace filter lavfi: new interlace filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the interlace filterVittorio Giovara2013-04-11
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avcodec: rename prores encodersMichael Niedermayer2013-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the first names of authors sounds somewhat unprofessional and might be considered offensive which is not intended. The new names use the initials of the authors due to simplicity and the possibility to apply it consistently without the need to find political correct names for each future case where alternative codecs might exist. Also its shorter ... If someone has a better idea, like maybe 2 random letters and people prefer it then iam happy to switch to that ... Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| | | | | | | | This is heavily based on 2831b307 by Anton Khirnov <anton@khirnov.net>
* | lavfi/aevalsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | fate: add tests for unknown channel layouts.Nicolas George2013-04-11
| |
* | Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | * commit 'ba8efac977f4276f05274947b2b67d144cbc965a': af_channelmap: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/af_channelmap.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-09
| |
* | lavfi/pp: switch to an AVOptions-based system.Clément Bœsch2013-04-10
| | | | | | | | | | Also add and use the '|' separator instead of ':' since it's incompatible with the new option system...
* | lavc: fix recoded subtitles end.Nicolas George2013-04-07
| | | | | | | | | | | | | | | | | | | | | | Text subtitles packets are not 0-terminated (and if they are, it is handled by the recoding process since 0 is a valid Unicode code point). The terminating 0 would overwrite the last payload octet. OTOH, packets must be 0-padded. Fix a problem reported in trac ticket #2431.
* | coverage: filter /usr/include outMichael Niedermayer2013-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a862c7d3368241e72a465ab944afa38ea62a6640'Michael Niedermayer2013-04-06
|\| | | | | | | | | | | | | | | | | | | | | * commit 'a862c7d3368241e72a465ab944afa38ea62a6640': Integrate lcov/gcov into Libav Conflicts: Makefile common.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * 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 coverage for background disposal in gif decoderPaul B Mahol2013-04-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | 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.