summaryrefslogtreecommitdiff
path: root/tests/ref/fate
Commit message (Collapse)AuthorAge
* FATE: add a test for the histogram filterPaul B Mahol2013-04-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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>
* | fate: add tests for unknown channel layouts.Nicolas George2013-04-11
| |
* | 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.
* | 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.
* | fate/filter: make overlay test bitexact.Clément Bœsch2013-03-28
| |
* | fate/filter: rename 'ubitux' rules to 'sample'.Clément Bœsch2013-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 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
| |
* | 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>
* | 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.
* | fate: add curves filter test.Clément Bœsch2013-03-19
| |
* | fate: add ebur128 metadata test.Clément Bœsch2013-03-19
| |
* | fate: add a test for -filter_complex / -lavfi without input.Nicolas George2013-03-17
| |
* | tests/filter-metadata-scenedetect: update referenceStefano Sabatini2013-03-17
| | | | | | | | | | Fix reference after f7ab23b0d0a8b72a62bd9386a1e48ccc2cf47576. +10l to me, this time aliens are not involved.
* | tests/eval: fix reference after b2098d2417a085d33d99738dd7f963c7b260a0bfStefano Sabatini2013-03-17
| | | | | | | | +10l to me, I blame the aliens.
* | ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-17
| |
* | lavu/eval: add bitor and bitand functionsStefano Sabatini2013-03-17
| | | | | | | | Warning note suggested by Reimar.
* | Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer2013-03-12
|\| | | | | | | | | | | | | | | | | | | * commit '2eba9087f3031c6050f8dcd996225490be6c2410': lavc: make up a fake frame channel layout when there is no real one. Conflicts: libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '813b82b927b19532e3bc3397b972c8a27b9f6326'Michael Niedermayer2013-03-05
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '813b82b927b19532e3bc3397b972c8a27b9f6326': configure: Fix silly typo in logging command of check_struct() fate: remove last incomplete frame from mpeg2-field-enc test Conflicts: tests/fate/video.mak tests/ref/fate/mpeg2-field-enc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: remove last incomplete frame from mpeg2-field-enc testJanne Grunau2013-03-04
| |
* | zmbv: stop doing colorspace conversionPaul B Mahol2013-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavf: Add a fate test for the noproxy pattern matching lavf: Handle the environment variable no_proxy more properly Conflicts: libavformat/Makefile libavformat/internal.h libavformat/tls.c libavformat/utils.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-27
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | fate: add animated gif decoder testsPaul B Mahol2013-02-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add animated gif demuxer testPaul B Mahol2013-02-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate/subtitles: add character encoding conversion test.Clément Bœsch2013-02-23
| |
* | tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6eStefano Sabatini2013-02-23
| | | | | | | | "12:34" is now valid syntax.
* | fate/subtitles: add MicroDVD remux test.Clément Bœsch2013-02-21
| |