summaryrefslogtreecommitdiffstats
path: root/tests/ref
Commit message (Collapse)AuthorAgeFilesLines
* fate: Add test for ticket #5805.Carl Eugen Hoyos2016-09-041-0/+6
|
* fate: add 12bpp sampleChristophe Gisquet2016-09-041-0/+6
| | | | | | | Allows testing simple_idct12 correctness/bitexactness, as the sample was generated using faani as idct. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale: add support for P010LE/BE outputTimo Rothenpieler2016-08-3110-0/+18
|
* avcodec/nvenc: include nvEncodeAPI v7 SDK headerTimo Rothenpieler2016-08-281-0/+1
| | | | | | | | | | | | | As Nvidia has put the most recent Video Codec SDK behind a double registration wall, of which one needs manual approval of a lenghty application, bundling this header saves everyone trying to use NVENC from that headache. The header is still MIT licensed and thus fine to bundle with ffmpeg. Not bundling this header would get ffmpeg stuck at SDK v6, which is still freely available, holding back future development of the NVENC encoder.
* avfilter/vf_lut: add planar RGB supportPaul B Mahol2016-08-241-0/+6
|
* fate: update for gbrap after 61980dc479ce045d2e280bff0ba2118ccb8ce595Paul B Mahol2016-08-2412-12/+12
|
* swscale/output: Fix rounding offset in yuv2gbrp_full_X_c()Michael Niedermayer2016-08-2319-88/+88
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/fifo: Add fate testJan Sebechlebsky2016-08-221-0/+11
| | | | | | Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* tests/fate/vcodec: add dnxhr mov testsMark Reid2016-08-2212-0/+48
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add DNxHR 12-bit example.Steven Robertson2016-08-211-0/+6
| | | | | Signed-off-by: Steven Robertson <steven@strobe.cc> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add RGB48 FFV1 testMichael Niedermayer2016-08-164-0/+16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for compand filterPetru Rares Sincraian2016-08-121-0/+25
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate/vcodec: add dnxhr edge testsMark Reid2016-08-1212-0/+48
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat: add a TTA MuxerJames Almer2016-08-043-2/+8
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add test for tremolo filterPetru Rares Sincraian2016-08-021-0/+25
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham2016-07-301-0/+48
| | | | | | Also cleanup parens for the skip_to_timecode check. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for stereotools filterPetru Rares Sincraian2016-07-291-0/+25
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for silenceremove filterPetru Rares Sincraian2016-07-291-0/+35
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate: add dnxhr encoding testsMark Reid2016-07-2417-0/+104
| | | | | | added sws_flags flags and tested against x86_32 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate/filter-audio: fate-filter-chorus: Randomly change parameters to ↵Michael Niedermayer2016-07-241-10/+10
| | | | | | | | | | some values which pass on arm/mips/x86-32/64 If this still doesnt give the same results on all platforms then this should be disabled Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate/dnxhd: add dnxhr prefix testsMark Reid2016-07-235-0/+50
| | | | | | | | | | | | | | The data offset value in the prefix increases as the heights increases. This test adds a tests for some common dnxhr heights. can somebody add the following test footage to fate/dnxhd? https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x1536.dnxhr https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x1716.dnxhr https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x2048.dnxhr https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x2160.dnxhr https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x3212.dnxhr Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for extrastereo filterPetru Rares Sincraian2016-07-221-0/+25
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/oggenc: add vp8 muxing supportJames Almer2016-07-201-0/+3
| | | | | | Addresses ticket #5687 Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add test for earwax filterPetru Rares Sincraian2016-07-201-0/+25
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for dcshift filterPetru Rares Sincraian2016-07-201-0/+25
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for chorus filterPetru Rares Sincraian2016-07-201-0/+15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta2016-07-182-32/+32
| | | | | | Positioning math is based on the guidelines in https://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/608toVTT.html#positioning-in-cea-608 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05'Clément Bœsch2016-07-143-0/+18
|\ | | | | | | | | | | | | * commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05': fate: Add TrueMotion 2 RT tests Merged-by: Clément Bœsch <u@pkh.me>
| * fate: Add TrueMotion 2 RT testsVittorio Giovara2016-06-203-0/+6
| |
* | Merge commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf'Clément Bœsch2016-07-147-0/+42
|\ \ | |/ | | | | | | | | | | * commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf': fate: Add tests for MagicYUV Merged-by: Clément Bœsch <u@pkh.me>
| * fate: Add tests for MagicYUVVittorio Giovara2016-06-207-0/+14
| |
* | fate: add test for asetratePetru Rares Sincraian2016-07-061-0/+25
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/apng : add test for apng decodingMartin Vignali2016-07-052-0/+56
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/png : add test for rgba64 and interleaved rgbMartin Vignali2016-07-052-0/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_rotate: add >8 bit depth supportPaul B Mahol2016-07-041-0/+14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tests/fate: Add test for ticket 3386 ([H264] [Regression] illegal short term ↵Michael Niedermayer2016-07-021-0/+52
| | | | | | | | | | | | buffer state detected) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/webp : add test for lossless picture to improve coverMartin Vignali2016-07-012-0/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add test for asetnsamplesPetru Rares Sincraian2016-06-291-0/+522
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/h264: add test for skip-nointra and skip-nokeyMichael Niedermayer2016-06-292-0/+108
| |
* | fate/webp : add test for lossy compression.Martin Vignali2016-06-282-0/+12
| | | | | | | | | | | | | | the result of ffmpeg decoding is binary exact with the yuv output of official decoder (dwebp) Signed-off-by: James Almer <jamrial@gmail.com>
* | fate/webp : add test for webp lossless decoding (rgb and rgba)Martin Vignali2016-06-262-0/+12
| | | | | | | | | | | | output have been compared with official decoding tool output (dwebp) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/exr : add tests for file with half and float channelsMartin Vignali2016-06-2636-0/+216
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'f5c43884190be094749acfba104e3eab98d8ff1e'Hendrik Leppkes2016-06-261-5/+0
|\ \ | |/ | | | | | | | | | | * commit 'f5c43884190be094749acfba104e3eab98d8ff1e': FATE: drop the audio stream from the dxtory test Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * FATE: drop the audio stream from the dxtory testAnton Khirnov2016-05-261-1/+0
| | | | | | | | | | This is a video test and there are no audio packets in the sample anyway.
* | fate: add anequalizer testPetru Rares Sincraian2016-06-241-0/+264
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9'Matthieu Bouron2016-06-231-0/+8
|\ \ | |/ | | | | | | | | | | * commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9': movenc: Add a test for VFR with b-frames, with a duration change at a fragment end Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
| * movenc: Add a test for VFR with b-frames, with a duration change at a ↵Martin Storsjö2016-05-181-0/+8
| | | | | | | | | | | | fragment end Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7'Matthieu Bouron2016-06-231-0/+101
|\ \ | |/ | | | | | | | | | | * commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7': movenc-test: Test write_data_type Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
| * movenc-test: Test write_data_typeMartin Storsjö2016-05-181-0/+99
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate: Update fate-lavf-ts after commit 393596f9d5Martin Storsjö2016-05-171-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
OpenPOWER on IntegriCloud