aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/vcodec.mak
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970'James Almer2017-11-071-3/+3
|\ | | | | | | | | | | | | | | | | * commit '5be9939b46a6a4d3860a1b1a872aa50897095970': fate: Add cinepak encoder vsynth tests See d7f62f033c214f3863acfd8e0672407b0bf91a3b Merged-by: James Almer <jamrial@gmail.com>
| * fate: Add cinepak encoder vsynth testsDiego Biurrun2017-07-051-0/+4
| |
* | Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer2017-10-031-13/+13
|\| | | | | | | | | | | | | * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
* | fate: remove usage of deprecated AVCodecContext.me_method in vsynth snow testsJames Almer2017-08-301-2/+2
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-081-5/+7
| | | | | | | | | | | | | | > seems to break > make fate-vsynth1-mjpeg-444 Fixed.
* | tests/fate/vcodec: add dnxhr mov testsMark Reid2016-08-221-1/+17
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add RGB48 FFV1 testMichael Niedermayer2016-08-161-1/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/fate/vcodec: add dnxhr edge testsMark Reid2016-08-121-1/+19
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/fate: add dnxhr encoding testsMark Reid2016-07-241-1/+25
| | | | | | | | | | | | added sws_flags flags and tested against x86_32 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | vc2: fate testsChristophe Gisquet2016-05-081-1/+16
| |
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-1/+2
|\| | | | | | | | | | | | | * commit '1482aff2048511b821ff9feac19426113cc641a2': lavc: Move noise_reduction to codec private options Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-1/+2
| | | | | | | | | | | | | | This option is only used by mpegvideoenc, x264, xavs, and vpx. It is a very codec-specific option, so deprecate the global variant. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * fate: add 10-bit v210 encoder testsJames Darnley2016-01-211-1/+2
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * fate: Change global error option to private error_rate optionVittorio Giovara2015-09-131-1/+1
| |
* | fate: Add a small number of rawvideo in mov testsMichael Niedermayer2016-01-221-0/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add 1 and 15BPP rawvideo in avi testsMichael Niedermayer2016-01-221-1/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add 10-bit v210 encoder testsJames Darnley2016-01-171-1/+2
| |
* | fate: add 10bits YUV4:2:2 dnxhd testChristophe Gisquet2015-10-131-1/+6
| | | | | | | | | | | | | | It was useful to (accidentally?) spot an overflow in the column pass of the x86 simple_idct10 implementation. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'e17db9ac496420f8824190ff5059a8a3646cbb7e'Hendrik Leppkes2015-09-161-5/+4
|\| | | | | | | | | | | | | * commit 'e17db9ac496420f8824190ff5059a8a3646cbb7e': fate: Move mv0 option from global to mpv private Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * fate: Move mv0 option from global to mpv privateVittorio Giovara2015-09-131-7/+7
| |
* | tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt ↵Peter B2015-08-311-9/+11
| | | | | | | | | | | | parameter. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: rename -error option to -error_rate.Ronald S. Bultje2015-08-191-1/+1
| | | | | | | | This fixes fate when FF_API_ERROR_RATE=0.
* | fate: move -flags +mv0 -> -mpv_flags +mv0.Ronald S. Bultje2015-08-171-7/+8
| | | | | | | | Fixes associated fate tests when FF_API_MV0=0.
* | fate: add some tests for ffv1 level 3 with 8/10/16 bpsTobias Rapp2015-06-221-1/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add cinepak encoder vsynth testsJames Almer2015-04-231-1/+5
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: mjpeg trellis testMichael Niedermayer2015-02-111-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Fix bitexactness for vsynth3-dnxhd-1080i-colrMichael Niedermayer2015-01-271-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley2015-01-261-1/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Add vsynth2 which uses the new reference.pnmMichael Niedermayer2014-12-021-2/+6
| | | | | | | | | | | | | | The file is already present in git and by using it we can perform more tests without the need of fate samples Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Rename vsynth2 to vsynth_lenaMichael Niedermayer2014-12-021-6/+6
| | | | | | | | | | | | This avoids confusion with a growing number of vsynth tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | xface: Fix encoder crashes due to too small on-stack array.Reimar Döffinger2014-11-231-0/+5
| | | | | | | | | | | | Also add a FATE test. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | Remove non-free tests/lena.pnm and adapt FATE tests to depend on lena.pnm in ↵Andreas Cadhalpun2014-09-041-1/+2
| | | | | | | | | | | | the SAMPLES directory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add test for old (v1) huffyuv and rgbaChristophe Gisquet2014-08-211-1/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuv: fate: add a BGR24 testChristophe Gisquet2014-06-161-2/+4
| | | | | | | | | | | | It was previously untested. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Disable qtrlegray 34x34 testMichael Niedermayer2014-06-111-1/+1
| | | | | | | | | | | | The encoder lacks support for width % 4 != 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: add a third, 34x34, targetChristophe Gisquet2014-06-101-2/+18
| | | | | | | | | | | | This should exercise the corner cases of numerous codecs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Add MPEG4 nsse testTimothy Gu2014-05-301-1/+6
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/huffyuvenc: Make version 3 of ffvhuff non experimentalMichael Niedermayer2014-05-071-5/+5
| | | | | | | | | | Tested-by: Tim Nicholson <nichot20@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/snowenc: make snow non experimentalMichael Niedermayer2014-03-221-3/+3
| | | | | | | | | | | | | | After this commit the created bitstream will be supported by future decoders. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add test for 16bps ffvhuffMichael Niedermayer2014-01-261-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add a few tests for >8bpc ffvhuffMichael Niedermayer2014-01-211-1/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: test version 3 of ffvhuffMichael Niedermayer2014-01-061-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: test -mbd rd for h261Michael Niedermayer2013-11-201-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add h261 trellis quantization testMichael Niedermayer2013-11-171-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1enc: Make ffv1.3 non experimentalMichael Niedermayer2013-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The fate tests change as they used 1.2 previously The increased size is due to: 32bit CRCs per slice by default (can be disabled), it adds slice headers to allow decoding one slice without the others an additional slice size field is added to make it possible to find slices within corrupted surroundings. these add up to about 57bit per slice more at 50 frames and 4 slices thats 1425 byte Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add ffv1.0 testMichael Niedermayer2013-08-181-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2k/jpeg2000dec: mergeMichael Niedermayer2013-05-311-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: Allow encoding with the 9/7 waveletMichael Niedermayer2013-05-271-2/+4
| | | | | | | | | | | | Also add a fate test that tests 9/7 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec: rename jpeg2000 decoder to j2kMichael Niedermayer2013-04-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec: rename prores encodersMichael Niedermayer2013-04-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>