summaryrefslogtreecommitdiff
path: root/tests/ref
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>
* | 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>
* | 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.
* | dpxenc: fix data offsetArnoB2013-03-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '3e2f200237af977b9253b0aff121eee27bcedb44'Michael Niedermayer2013-03-12
|\| | | | | | | | | | | | | | | | | | | * commit '3e2f200237af977b9253b0aff121eee27bcedb44': roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). xxan: fix invalid memory access in xan_decode_frame_type0() tty: set avg_frame_rate. FATE: enable multiple slices in the ffv1 vsynth test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: enable multiple slices in the ffv1 vsynth testAnton Khirnov2013-03-08
| | | | | | | | This allows us to test the slice threading code.
* | 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>
* | tests: add overlay rgb and yuv444 testsStefano Sabatini2013-03-05
| | | | | | | | Also rename overlay test to overlay_yuv420 accordingly.
* | mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-05
| | | | | | | | | | | | | | | | | | | | | | When parsing the Xing/Info tag, don't set the bit rate if it's an Info tag. When parsing the stream, don't override the bit rate if it's already set, otherwise calculate the mean bit rate from parsed frames. This way, the bit rate will be set correctly both for CBR and VBR streams. Signed-off-by: Alexander Kojevnikov <alexander@kojevnikov.com> Signed-off-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>