ffmpeg-bb/tests/ref/vsynth
Andreas Rheinhardt 0401ca714a avcodec/asvenc: Don't waste bits encoding non-visible part
Up until now, the encoder replicated all the border pixels
for incomplete 16x16 macroblocks. In case the available width
or height is <= 8, some of the luma blocks of the MB
do not correspond to actual input, so that we should encode
them using the least amount of bits. Zeroing the block coefficients
(as this commit does) achieves this, replicating the pixels
and performing an FDCT does not.

This commit also removes the frame copying code for insufficiently
aligned dimensions.

The vsynth3-asv[12] FATE tests use a 34x34 input file and are
therefore affected by this. As the ref updates show, the size
and checksum of the encoded changes, yet the decoded output
stays the same.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-05-26 03:37:09 +02:00
..
vsynth1-amv swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth1-asv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-asv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-avui avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-bpp1 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-bpp15 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-cinepak libavcodec/cinepakenc: Mark no-skip frames as keyframes 2022-05-12 11:19:12 +02:00
vsynth1-cljr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-dnxhd-2k-hr-hq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth1-dnxhd-4k-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth1-dnxhd-720p dnxhddec: use dequantization formula from specs 2015-10-02 18:08:36 +02:00
vsynth1-dnxhd-720p-10bit avcodec/simple_idct10: improve precision 2015-10-13 02:10:51 +02:00
vsynth1-dnxhd-720p-hr-lb avcodec/dnxhd_parser: take into account compressed frame size and skip it 2017-03-24 15:44:01 +01:00
vsynth1-dnxhd-720p-rd dnxhddec: use dequantization formula from specs 2015-10-02 18:08:36 +02:00
vsynth1-dnxhd-1080i avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-dnxhd-1080i-10bit avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-dnxhd-1080i-colr tests/ref/vsynth: fix fate colr changes 2020-04-13 12:59:06 -07:00
vsynth1-dnxhd-edge1-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth1-dnxhd-edge2-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth1-dnxhd-edge3-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth1-dnxhd-hr-hq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-dnxhd-hr-lb-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-dnxhd-hr-sq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-dnxhd-uhd-hr-sq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth1-dv avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth1-dv-50 avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth1-dv-411 avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth1-dv-fhd avcodec/dvenc: support encoding dvcprohd 2019-11-13 09:08:43 -08:00
vsynth1-dv-hd avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps 2020-09-13 17:51:57 +02:00
vsynth1-ffv1 avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats 2015-04-26 21:23:14 +02:00
vsynth1-ffv1-2pass avcodec/ffv1enc: Eliminate float/double from find_best_state() 2022-05-30 12:13:29 +02:00
vsynth1-ffv1-2pass10 fate/vcodec: add missing scale filter dependency to ffv1-2pass10 vsynth tests 2024-09-30 09:07:54 -03:00
vsynth1-ffv1-v0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth1-ffv1-v2 tests/fate/vcodec: add vsynth tests for FFV1 version 2 2024-08-01 10:09:25 +02:00
vsynth1-ffv1-v3-bgr0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth1-ffv1-v3-rgb48 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth1-ffv1-v3-yuv420p tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth1-ffv1-v3-yuv422p10 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth1-ffv1-v3-yuv444p16 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth1-ffvhuff avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-ffvhuff420p12 swscale: more accurate DITHER_COPY macro for full and limited range 2017-10-23 23:00:05 +02:00
vsynth1-ffvhuff422p10left avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-ffvhuff444 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-ffvhuff444p16 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-flashsv Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth1-flashsv2 Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6' 2012-12-03 02:33:27 +01:00
vsynth1-flv Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6' 2012-12-03 02:33:27 +01:00
vsynth1-h261 tests/fate/vcodec: Test H.261 loop-filter 2025-03-04 12:51:54 +01:00
vsynth1-h261-trellis avcodec/h261enc: Fix ac_vlc_length tables 2024-06-20 18:58:39 +02:00
vsynth1-h263 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-h263-obmc avcodec/h263dec: Remove redundant code to set cur_pic_ptr 2022-08-18 16:53:41 +02:00
vsynth1-h263p avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-huffyuv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-huffyuvbgr24 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-huffyuvbgra avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-jpeg2000 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02:00
vsynth1-jpeg2000-97 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
vsynth1-jpeg2000-gbrp12 tests: Add more j2k tests to cover a wider range of cases 2023-04-02 23:54:52 +02:00
vsynth1-jpeg2000-yuva444p16 avcodec/j2kenc: use uint64_t type for the lambda value 2023-06-24 14:39:04 -03:00
vsynth1-jpegls avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-ljpeg avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-magicyuv avcodec/magicyuvenc: Fix Huffman element probabilities 2025-04-20 22:04:36 +02:00
vsynth1-mjpeg tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth1-mjpeg-422 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth1-mjpeg-444 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth1-mjpeg-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth1-mjpeg-trell tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth1-mjpeg-trell-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth1-mov-bgr24 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-mov-bpp15 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-mov-bpp16 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-mpeg1 mpeg12enc: always set closed gop flag on the first gop 2014-04-01 20:52:37 +02:00
vsynth1-mpeg1b mpeg12enc: always set closed gop flag on the first gop 2014-04-01 20:52:37 +02:00
vsynth1-mpeg2 tests/fate/vcodec: Test alternate_scan 2025-03-04 12:51:54 +01:00
vsynth1-mpeg2-422 avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb() 2022-07-09 21:05:02 +02:00
vsynth1-mpeg2-idct-int avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 2014-06-06 22:54:22 +02:00
vsynth1-mpeg2-ilace avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 2014-06-06 22:54:22 +02:00
vsynth1-mpeg2-ivlc-qprd avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 2014-06-06 22:54:22 +02:00
vsynth1-mpeg2-thread avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 2014-06-06 22:54:22 +02:00
vsynth1-mpeg2-thread-ivlc avcodec/mpeg12enc: store sequence display extension only if we have something to store in it 2014-06-06 22:54:22 +02:00
vsynth1-mpeg4 avformat/movenc: enable compressorname for mp4 mode 2022-06-24 15:37:23 +08:00
vsynth1-mpeg4-adap fate/vcodec: Test non-default b_strategy 2025-03-29 01:39:55 +01:00
vsynth1-mpeg4-adv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-error avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-nr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-nsse avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-qpel avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-qprd avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-rc tests/fate/vcodec: Test using mpeg2-quantizers for MPEG-4 2025-03-04 12:51:54 +01:00
vsynth1-mpeg4-thread libavcodec/motion_est: fix penalty_factor for b frames 2024-05-11 09:38:34 +02:00
vsynth1-mpng avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
vsynth1-msmpeg4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-msmpeg4v2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-msrle lavc/msrleenc: Add msrle encoder 2023-06-20 14:37:52 +02:00
vsynth1-msvideo1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-prores avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth1-prores_444 avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth1-prores_444_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth1-prores_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth1-prores_ks avcodec/proresenc_kostya: do not write into alpha reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth1-qtrle avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-qtrlegray avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-r210 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth1-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-roqvideo swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth1-rpza fate: add rpza encoder tests 2023-09-07 20:58:08 +02:00
vsynth1-rv10 Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6' 2012-12-03 02:33:27 +01:00
vsynth1-rv20 Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6' 2012-12-03 02:33:27 +01:00
vsynth1-smc Add SMC vsynth tests 2023-07-02 21:08:59 +02:00
vsynth1-snow avcodec/snowenc: Fix visual weight calculation 2023-03-26 01:46:48 +01:00
vsynth1-snow-hpel avcodec/snowenc: Fix visual weight calculation 2023-03-26 01:46:48 +01:00
vsynth1-snow-ll avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-speedhq-420p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth1-speedhq-422p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth1-speedhq-444p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth1-svq1 avcodec/svq1enc: output ident string in extradata field 2022-11-01 09:24:29 +11:00
vsynth1-v210 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-v210-10 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-v308 fate/vcodec: stop using the deprecated v308 codec 2024-10-16 10:05:55 -03:00
vsynth1-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-v410 fate/vcodec: update reference files for v410 vsynth tests 2024-10-17 17:04:57 -03:00
vsynth1-vc2-420p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-420p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-420p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-422p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-422p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-422p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-444p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-444p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-444p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-t5_3 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-vc2-thaar avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-wmv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-wmv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-xface sws/output: fix ordered dither threshold for mono output 2016-02-10 17:22:26 +01:00
vsynth1-y41p avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-yuv avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-yuv4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-zlib Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth2-amv swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth2-asv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-asv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-avui avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-bpp1 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-bpp15 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-cinepak libavcodec/cinepakenc: Mark no-skip frames as keyframes 2022-05-12 11:19:12 +02:00
vsynth2-cljr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-dnxhd-2k-hr-hq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth2-dnxhd-4k-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth2-dnxhd-720p dnxhddec: use dequantization formula from specs 2015-10-02 18:08:36 +02:00
vsynth2-dnxhd-720p-10bit avcodec/simple_idct10: improve precision 2015-10-13 02:10:51 +02:00
vsynth2-dnxhd-720p-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth2-dnxhd-720p-rd dnxhddec: use dequantization formula from specs 2015-10-02 18:08:36 +02:00
vsynth2-dnxhd-1080i avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-dnxhd-1080i-10bit avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-dnxhd-1080i-colr tests/ref/vsynth: fix fate colr changes 2020-04-13 12:59:06 -07:00
vsynth2-dnxhd-edge1-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth2-dnxhd-edge2-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth2-dnxhd-edge3-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth2-dnxhd-hr-hq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-dnxhd-hr-lb-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-dnxhd-hr-sq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-dnxhd-uhd-hr-sq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth2-dv avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth2-dv-50 avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth2-dv-411 avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth2-dv-fhd avcodec/dvenc: support encoding dvcprohd 2019-11-13 09:08:43 -08:00
vsynth2-dv-hd avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps 2020-09-13 17:51:57 +02:00
vsynth2-ffv1 avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats 2015-04-26 21:23:14 +02:00
vsynth2-ffv1-2pass avcodec/ffv1enc: Eliminate float/double from find_best_state() 2022-05-30 12:13:29 +02:00
vsynth2-ffv1-2pass10 fate/vcodec: add missing scale filter dependency to ffv1-2pass10 vsynth tests 2024-09-30 09:07:54 -03:00
vsynth2-ffv1-v0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth2-ffv1-v2 tests/fate/vcodec: add vsynth tests for FFV1 version 2 2024-08-01 10:09:25 +02:00
vsynth2-ffv1-v3-bgr0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth2-ffv1-v3-rgb48 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth2-ffv1-v3-yuv420p tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth2-ffv1-v3-yuv422p10 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth2-ffv1-v3-yuv444p16 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth2-ffvhuff avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-ffvhuff420p12 swscale: more accurate DITHER_COPY macro for full and limited range 2017-10-23 23:00:05 +02:00
vsynth2-ffvhuff422p10left avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-ffvhuff444 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-ffvhuff444p16 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-flashsv Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth2-flashsv2 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-flv tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-h261 tests/fate/vcodec: Test H.261 loop-filter 2025-03-04 12:51:54 +01:00
vsynth2-h261-trellis avcodec/h261enc: Fix ac_vlc_length tables 2024-06-20 18:58:39 +02:00
vsynth2-h263 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-h263-obmc avcodec/h263dec: Remove redundant code to set cur_pic_ptr 2022-08-18 16:53:41 +02:00
vsynth2-h263p avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-huffyuv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-huffyuvbgr24 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-huffyuvbgra avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-jpeg2000 avcodec/j2kenc: Fix funky bpno errors on decoding 2023-04-02 23:54:49 +02:00
vsynth2-jpeg2000-97 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
vsynth2-jpeg2000-gbrp12 tests: Add more j2k tests to cover a wider range of cases 2023-04-02 23:54:52 +02:00
vsynth2-jpeg2000-yuva444p16 avcodec/j2kenc: use uint64_t type for the lambda value 2023-06-24 14:39:04 -03:00
vsynth2-jpegls avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-ljpeg avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-magicyuv fate/vcodec: Add MagicYUV tests 2025-04-20 22:04:36 +02:00
vsynth2-mjpeg tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth2-mjpeg-422 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth2-mjpeg-444 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth2-mjpeg-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth2-mjpeg-trell tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth2-mjpeg-trell-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth2-mov-bgr24 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-mov-bpp15 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-mov-bpp16 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-mpeg1 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg1b tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg2 tests/fate/vcodec: Test alternate_scan 2025-03-04 12:51:54 +01:00
vsynth2-mpeg2-422 avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb() 2022-07-09 21:05:02 +02:00
vsynth2-mpeg2-idct-int tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg2-ilace tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg2-ivlc-qprd libavcodec/motion_est: fix penalty_factor for b frames 2024-05-11 09:38:34 +02:00
vsynth2-mpeg2-thread tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg2-thread-ivlc tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg4 avformat/movenc: enable compressorname for mp4 mode 2022-06-24 15:37:23 +08:00
vsynth2-mpeg4-adap avcodec/mpegvideo_enc: Don't set qscale_table value prematurely 2025-03-04 12:44:18 +01:00
vsynth2-mpeg4-adv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-error avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-nr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-nsse avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-qpel avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-qprd libavcodec/motion_est: fix penalty_factor for b frames 2024-05-11 09:38:34 +02:00
vsynth2-mpeg4-rc tests/fate/vcodec: Test using mpeg2-quantizers for MPEG-4 2025-03-04 12:51:54 +01:00
vsynth2-mpeg4-thread libavcodec/motion_est: fix penalty_factor for b frames 2024-05-11 09:38:34 +02:00
vsynth2-mpng avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
vsynth2-msmpeg4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-msmpeg4v2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-msrle lavc/msrleenc: Add msrle encoder 2023-06-20 14:37:52 +02:00
vsynth2-msvideo1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-prores avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth2-prores_444 avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth2-prores_444_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth2-prores_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth2-prores_ks avcodec/proresenc_kostya: do not write into alpha reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth2-qtrle avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-qtrlegray avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-r210 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth2-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-roqvideo swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth2-rpza fate: add rpza encoder tests 2023-09-07 20:58:08 +02:00
vsynth2-rv10 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-rv20 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-smc Add SMC vsynth tests 2023-07-02 21:08:59 +02:00
vsynth2-snow avcodec/snowenc: Fix visual weight calculation 2023-03-26 01:46:48 +01:00
vsynth2-snow-hpel avcodec/snowenc: Fix visual weight calculation 2023-03-26 01:46:48 +01:00
vsynth2-snow-ll avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-speedhq-420p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth2-speedhq-422p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth2-speedhq-444p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth2-svq1 avcodec/svq1enc: output ident string in extradata field 2022-11-01 09:24:29 +11:00
vsynth2-v210 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-v210-10 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-v308 fate/vcodec: stop using the deprecated v308 codec 2024-10-16 10:05:55 -03:00
vsynth2-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-v410 fate/vcodec: update reference files for v410 vsynth tests 2024-10-17 17:04:57 -03:00
vsynth2-vc2-420p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-420p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-420p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-422p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-422p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-422p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-444p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-444p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-444p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-t5_3 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-vc2-thaar avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-wmv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-wmv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-xface sws/output: fix ordered dither threshold for mono output 2016-02-10 17:22:26 +01:00
vsynth2-y41p avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-yuv avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-yuv4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-zlib Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth3-amv swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth3-asv1 avcodec/asvenc: Don't waste bits encoding non-visible part 2025-05-26 03:37:09 +02:00
vsynth3-asv2 avcodec/asvenc: Don't waste bits encoding non-visible part 2025-05-26 03:37:09 +02:00
vsynth3-bpp1 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-bpp15 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-cljr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-dnxhd-2k-hr-hq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth3-dnxhd-4k-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth3-dnxhd-720p-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth3-dnxhd-1080i-10bit avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-dnxhd-1080i-colr tests/ref/vsynth: fix fate colr changes 2020-04-13 12:59:06 -07:00
vsynth3-dnxhd-edge1-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth3-dnxhd-edge2-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth3-dnxhd-edge3-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth3-dnxhd-hr-hq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-dnxhd-hr-lb-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-dnxhd-hr-sq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-dnxhd-uhd-hr-sq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth3-dv-fhd avcodec/dvenc: support encoding dvcprohd 2019-11-13 09:08:43 -08:00
vsynth3-dv-hd avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps 2020-09-13 17:51:57 +02:00
vsynth3-ffv1 avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats 2015-04-26 21:23:14 +02:00
vsynth3-ffv1-2pass avcodec/ffv1enc: Eliminate float/double from find_best_state() 2022-05-30 12:13:29 +02:00
vsynth3-ffv1-2pass10 fate/vcodec: add missing scale filter dependency to ffv1-2pass10 vsynth tests 2024-09-30 09:07:54 -03:00
vsynth3-ffv1-v0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth3-ffv1-v2 tests/fate/vcodec: add vsynth tests for FFV1 version 2 2024-08-01 10:09:25 +02:00
vsynth3-ffv1-v3-bgr0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth3-ffv1-v3-rgb48 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth3-ffv1-v3-yuv420p tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth3-ffv1-v3-yuv422p10 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth3-ffv1-v3-yuv444p16 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth3-ffvhuff avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-ffvhuff420p12 swscale: more accurate DITHER_COPY macro for full and limited range 2017-10-23 23:00:05 +02:00
vsynth3-ffvhuff422p10left avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-ffvhuff444 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-ffvhuff444p16 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-flashsv Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth3-flashsv2 tests: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-flv tests: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-huffyuv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-huffyuvbgr24 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-huffyuvbgra avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-jpeg2000 avcodec/j2kenc: Fix funky bpno errors on decoding 2023-04-02 23:54:49 +02:00
vsynth3-jpeg2000-97 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
vsynth3-jpeg2000-gbrp12 tests: Add more j2k tests to cover a wider range of cases 2023-04-02 23:54:52 +02:00
vsynth3-jpeg2000-yuva444p16 avcodec/j2kenc: use uint64_t type for the lambda value 2023-06-24 14:39:04 -03:00
vsynth3-jpegls avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-ljpeg avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-magicyuv fate/vcodec: Add MagicYUV tests 2025-04-20 22:04:36 +02:00
vsynth3-mjpeg tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth3-mjpeg-422 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth3-mjpeg-444 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth3-mjpeg-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth3-mjpeg-trell tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth3-mjpeg-trell-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth3-mov-bgr24 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-mov-bpp15 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-mov-bpp16 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-mpeg1 tests: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-mpeg1b tests: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-mpeg2 tests/fate/vcodec: Test alternate_scan 2025-03-04 12:51:54 +01:00
vsynth3-mpeg2-422 avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb() 2022-07-09 21:05:02 +02:00
vsynth3-mpeg2-idct-int tests: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-mpeg2-ilace avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced video 2014-06-11 05:02:46 +02:00
vsynth3-mpeg2-ivlc-qprd tests: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-mpeg2-thread avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced video 2014-06-11 05:02:46 +02:00
vsynth3-mpeg2-thread-ivlc avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced video 2014-06-11 05:02:46 +02:00
vsynth3-mpeg4 avformat/movenc: enable compressorname for mp4 mode 2022-06-24 15:37:23 +08:00
vsynth3-mpeg4-adap fate/vcodec: Test non-default b_strategy 2025-03-29 01:39:55 +01:00
vsynth3-mpeg4-adv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-error avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-nr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-nsse avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-qpel avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-qprd avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-rc tests/fate/vcodec: Test using mpeg2-quantizers for MPEG-4 2025-03-04 12:51:54 +01:00
vsynth3-mpeg4-thread avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpng avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
vsynth3-msmpeg4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-msmpeg4v2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-msrle lavc/msrleenc: Add msrle encoder 2023-06-20 14:37:52 +02:00
vsynth3-prores avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth3-prores_444 avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth3-prores_444_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth3-prores_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth3-prores_ks avcodec/proresenc_kostya: do not write into alpha reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth3-qtrle avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-r210 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth3-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-rpza fate: add rpza encoder tests 2023-09-07 20:58:08 +02:00
vsynth3-smc Add SMC vsynth tests 2023-07-02 21:08:59 +02:00
vsynth3-svq1 avcodec/svq1enc: output ident string in extradata field 2022-11-01 09:24:29 +11:00
vsynth3-v210 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-v210-10 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-v308 fate/vcodec: stop using the deprecated v308 codec 2024-10-16 10:05:55 -03:00
vsynth3-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-v410 fate/vcodec: update reference files for v410 vsynth tests 2024-10-17 17:04:57 -03:00
vsynth3-wmv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-wmv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-xface sws/output: fix ordered dither threshold for mono output 2016-02-10 17:22:26 +01:00
vsynth3-yuv avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-yuv4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-zlib Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth_lena-amv swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth_lena-asv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-asv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-avui avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-bpp1 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-bpp15 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-cinepak libavcodec/cinepakenc: Mark no-skip frames as keyframes 2022-05-12 11:19:12 +02:00
vsynth_lena-cljr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-dnxhd-2k-hr-hq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth_lena-dnxhd-4k-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth_lena-dnxhd-720p dnxhddec: use dequantization formula from specs 2015-10-02 18:08:36 +02:00
vsynth_lena-dnxhd-720p-10bit avcodec/simple_idct10: improve precision 2015-10-13 02:10:51 +02:00
vsynth_lena-dnxhd-720p-hr-lb tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth_lena-dnxhd-720p-rd dnxhddec: use dequantization formula from specs 2015-10-02 18:08:36 +02:00
vsynth_lena-dnxhd-1080i avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-dnxhd-1080i-10bit avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-dnxhd-1080i-colr tests/ref/vsynth: fix fate colr changes (again) 2020-04-13 13:34:49 -07:00
vsynth_lena-dnxhd-edge1-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth_lena-dnxhd-edge2-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth_lena-dnxhd-edge3-hr tests/fate/vcodec: add dnxhr edge tests 2016-08-12 23:26:33 +02:00
vsynth_lena-dnxhd-hr-hq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-dnxhd-hr-lb-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-dnxhd-hr-sq-mov avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-dnxhd-uhd-hr-sq tests/fate: add dnxhr encoding tests 2016-07-24 12:31:07 +02:00
vsynth_lena-dv avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth_lena-dv-50 avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth_lena-dv-411 avcodec/dvenc: Change quantizer dead zone default to 7 2017-08-08 19:39:21 +02:00
vsynth_lena-dv-fhd tests/ref/vsynth: add missing reference files, fix build 2019-11-13 23:34:56 +01:00
vsynth_lena-dv-hd avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps 2020-09-13 17:51:57 +02:00
vsynth_lena-ffv1 avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats 2015-04-26 21:23:14 +02:00
vsynth_lena-ffv1-2pass avcodec/ffv1enc: Eliminate float/double from find_best_state() 2022-05-30 12:13:29 +02:00
vsynth_lena-ffv1-2pass10 fate/vcodec: add missing scale filter dependency to ffv1-2pass10 vsynth tests 2024-09-30 09:07:54 -03:00
vsynth_lena-ffv1-v0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth_lena-ffv1-v2 tests/fate/vcodec: add vsynth tests for FFV1 version 2 2024-08-01 10:09:25 +02:00
vsynth_lena-ffv1-v3-bgr0 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth_lena-ffv1-v3-rgb48 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth_lena-ffv1-v3-yuv420p tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth_lena-ffv1-v3-yuv422p10 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth_lena-ffv1-v3-yuv444p16 tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. 2015-08-31 16:14:38 +02:00
vsynth_lena-ffvhuff avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-ffvhuff420p12 swscale: more accurate DITHER_COPY macro for full and limited range 2017-10-23 23:00:05 +02:00
vsynth_lena-ffvhuff422p10left avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-ffvhuff444 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-ffvhuff444p16 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-flashsv Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00
vsynth_lena-flashsv2 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-flv tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-h261 tests/fate/vcodec: Test H.261 loop-filter 2025-03-04 12:51:54 +01:00
vsynth_lena-h261-trellis avcodec/h261enc: Fix ac_vlc_length tables 2024-06-20 18:58:39 +02:00
vsynth_lena-h263 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-h263-obmc avcodec/h263dec: Remove redundant code to set cur_pic_ptr 2022-08-18 16:53:41 +02:00
vsynth_lena-h263p avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-huffyuv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-huffyuvbgr24 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-huffyuvbgra avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-jpeg2000 avcodec/j2kenc: Fix funky bpno errors on decoding 2023-04-02 23:54:49 +02:00
vsynth_lena-jpeg2000-97 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
vsynth_lena-jpeg2000-gbrp12 tests: Add more j2k tests to cover a wider range of cases 2023-04-02 23:54:52 +02:00
vsynth_lena-jpeg2000-yuva444p16 avcodec/j2kenc: use uint64_t type for the lambda value 2023-06-24 14:39:04 -03:00
vsynth_lena-jpegls avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-ljpeg avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-magicyuv avcodec/magicyuvenc: Fix Huffman element probabilities 2025-04-20 22:04:36 +02:00
vsynth_lena-mjpeg tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth_lena-mjpeg-422 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth_lena-mjpeg-444 avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth_lena-mjpeg-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth_lena-mjpeg-trell tests/fate/vcodec: Test "default" Huffman tables, too 2025-04-09 13:52:29 +02:00
vsynth_lena-mjpeg-trell-huffman avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth_lena-mov-bgr24 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-mov-bpp15 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-mov-bpp16 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-mpeg1 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg1b tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg2 tests/fate/vcodec: Test alternate_scan 2025-03-04 12:51:54 +01:00
vsynth_lena-mpeg2-422 avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb() 2022-07-09 21:05:02 +02:00
vsynth_lena-mpeg2-idct-int tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg2-ilace tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg2-ivlc-qprd tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg2-thread tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg2-thread-ivlc tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg4 avformat/movenc: enable compressorname for mp4 mode 2022-06-24 15:37:23 +08:00
vsynth_lena-mpeg4-adap avcodec/mpegvideo_enc: Don't set qscale_table value prematurely 2025-03-04 12:44:18 +01:00
vsynth_lena-mpeg4-adv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-error avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-nr avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-nsse avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-qpel avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-qprd avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-rc tests/fate/vcodec: Test using mpeg2-quantizers for MPEG-4 2025-03-04 12:51:54 +01:00
vsynth_lena-mpeg4-thread avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpng avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
vsynth_lena-msmpeg4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-msmpeg4v2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-msrle lavc/msrleenc: Add msrle encoder 2023-06-20 14:37:52 +02:00
vsynth_lena-msvideo1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-prores avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth_lena-prores_444 avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth_lena-prores_444_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth_lena-prores_int fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00
vsynth_lena-prores_ks avcodec/proresenc_kostya: do not write into alpha reserved bitfields 2024-01-10 23:33:02 +01:00
vsynth_lena-qtrle avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-qtrlegray avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-r210 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
vsynth_lena-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-roqvideo swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vsynth_lena-rpza fate: add forgotten rpza reference test 2023-09-07 22:57:01 +02:00
vsynth_lena-rv10 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-rv20 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-smc Add SMC vsynth tests 2023-07-02 21:08:59 +02:00
vsynth_lena-snow avcodec/snowenc: Fix visual weight calculation 2023-03-26 01:46:48 +01:00
vsynth_lena-snow-hpel avcodec/snowenc: Fix visual weight calculation 2023-03-26 01:46:48 +01:00
vsynth_lena-snow-ll avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-speedhq-420p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth_lena-speedhq-422p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth_lena-speedhq-444p fate/vcodec: Add speedhq tests 2022-10-06 15:00:21 +02:00
vsynth_lena-svq1 avcodec/svq1enc: output ident string in extradata field 2022-11-01 09:24:29 +11:00
vsynth_lena-v210 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-v210-10 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-v308 fate/vcodec: stop using the deprecated v308 codec 2024-10-16 10:05:55 -03:00
vsynth_lena-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-v410 fate/vcodec: update reference files for v410 vsynth tests 2024-10-17 17:04:57 -03:00
vsynth_lena-vc2-420p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-420p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-420p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-422p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-422p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-422p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-444p avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-444p10 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-444p12 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-t5_3 avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-vc2-thaar avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth_lena-wmv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-wmv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-xface sws/output: fix ordered dither threshold for mono output 2016-02-10 17:22:26 +01:00
vsynth_lena-y41p avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-yuv avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-yuv4 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-zlib Revert "tests/fate: disable compression for zlib-based codecs" 2024-10-16 17:38:57 -03:00