ffmpeg/tests/ref/vsynth
Marton Balint 00117e28c1 avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps
SMPTE 12M timecode can only count frames up to 39, because the tens-of-frames
value is stored in 2 bit. In order to resolve this 50/60 fps SMPTE timecode is
using the field bit (which is the same bit as the phase correction bit) to
signal the least significant bit of a 50/60 fps timecode. See SMPTE ST
12-1:2014 section 12.1.

Therefore we slightly change the format of the return value of
av_timecode_get_smpte_from_framenum and AV_FRAME_DATA_S12M_TIMECODE and start
using the previously unused Phase Correction bit as Field bit. (As the SMPTE
standard suggests)

We add 50/60 fps support to av_timecode_get_smpte_from_framenum by calling the
recently added av_timecode_get_smpte function in it which already handles this
properly.

This change affects the decklink indev and the DV and MXF muxers. MXF has no
fate test for 50/60fps content, DV does, therefore the changes.

MediaInfo (a recent version) confirms that half-frame timecode must be inserted
to DV. MXFInspect confirms valid timecode insertion to the System Item of MXF
files. For MXF, also see EBU R122.

Note that for DV the field flag is not used because in the HDV specs (SMPTE
370M) it is still defined as biphase mark polarity correction flag. So it
should not matter that the DV muxer overrides the field bit.

Signed-off-by: Marton Balint <cus@passwd.hu>
2020-09-13 17:51:57 +02:00
..
vsynth1-amv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 Merge commit '5be9939b46' 2017-11-07 18:35:34 -03: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-dnxhd_1080i Merge commit 'e816034a5f' 2012-12-03 02:33:27 +01: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-dv_411 Merge commit 'e816034a5f' 2012-12-03 02:33:27 +01:00
vsynth1-ffv1 ffv1: Remove version 2 and mark version 3 as non-experimental 2016-06-29 07:21:07 +02: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-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 fate: Add RGB48 FFV1 test 2016-08-16 23:14:11 +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 lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vsynth1-flashsv2 Merge commit 'e816034a5f' 2012-12-03 02:33:27 +01:00
vsynth1-flv lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vsynth1-h261 Merge commit '02b7c63087' 2015-07-09 00:49:20 +02:00
vsynth1-h261-trellis Merge commit '02b7c63087' 2015-07-09 00:49:20 +02:00
vsynth1-h263 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-h263-obmc avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02: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-mjpeg mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth1-mjpeg-422 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth1-mjpeg-444 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth1-mjpeg-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00:00
vsynth1-mjpeg-trell mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth1-mjpeg-trell-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00: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 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-422 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-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: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth1-mpeg4-adap avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpeg4-thread avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-mpng avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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-msvideo1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-prores 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-prores_444 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-prores_444_int 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-prores_int 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-prores_ks 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-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 avcodec/r210: use correct pixel format 2018-12-03 17:17:42 +01:00
vsynth1-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-roqvideo avcodec/roqvideo: use JPEG color range 2014-07-06 23:34:58 +02:00
vsynth1-rv10 Merge commit 'e816034a5f' 2012-12-03 02:33:27 +01:00
vsynth1-rv20 Merge commit 'e816034a5f' 2012-12-03 02:33:27 +01:00
vsynth1-snow avcodec/snowenc: set dia_size for the first pass of motion estimation too 2015-05-10 14:19:56 +02:00
vsynth1-snow-hpel avcodec/snowenc: set dia_size for the first pass of motion estimation too 2015-05-10 14:19:56 +02:00
vsynth1-snow-ll avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-svq1 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-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 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth1-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01: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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth1-zmbv Merge commit 'e816034a5f' 2012-12-03 02:33:27 +01:00
vsynth2-amv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 Merge commit '5be9939b46' 2017-11-07 18:35:34 -03: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 ffv1: Remove version 2 and mark version 3 as non-experimental 2016-06-29 07:21:07 +02: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-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 fate: Add RGB48 FFV1 test 2016-08-16 23:14:11 +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 lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vsynth2-flashsv2 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-flv lavf: replace AVStream.codec with AVStream.codecpar 2016-02-23 17:01:58 +01:00
vsynth2-h261 Merge commit '02b7c63087' 2015-07-09 00:49:20 +02:00
vsynth2-h261-trellis Merge commit '02b7c63087' 2015-07-09 00:49:20 +02:00
vsynth2-h263 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-h263-obmc avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02:00
vsynth2-jpeg2000-97 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02: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-mjpeg mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth2-mjpeg-422 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth2-mjpeg-444 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth2-mjpeg-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00:00
vsynth2-mjpeg-trell mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth2-mjpeg-trell-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00: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: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01:00
vsynth2-mpeg2-422 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01: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 tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01: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: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth2-mpeg4-adap avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-rc avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpeg4-thread avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-mpng avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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-msvideo1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-prores 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-prores_444 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-prores_444_int 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-prores_int 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-prores_ks 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-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 avcodec/r210: use correct pixel format 2018-12-03 17:17:42 +01:00
vsynth2-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-roqvideo tests: Add vsynth2 which uses the new reference.pnm 2014-12-02 03:39:56 +01: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-snow avcodec/snowenc: set dia_size for the first pass of motion estimation too 2015-05-10 14:19:56 +02:00
vsynth2-snow-hpel avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-snow-ll avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth2-svq1 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-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 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth2-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01: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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-amv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-asv1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-asv2 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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-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-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 fate: Add RGB48 FFV1 test 2016-08-16 23:14:11 +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 tests: add a third, 34x34, target 2014-06-10 20:24:49 +02: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 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02:00
vsynth3-jpeg2000-97 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02: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-mjpeg mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth3-mjpeg-422 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth3-mjpeg-444 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth3-mjpeg-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00:00
vsynth3-mjpeg-trell mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth3-mjpeg-trell-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00: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: add a third, 34x34, target 2014-06-10 20:24:49 +02:00
vsynth3-mpeg2-422 avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced video 2014-06-11 05:02:46 +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: ensure we don't write the major brand as a compatible brand more than once 2019-12-21 11:57:28 -03:00
vsynth3-mpeg4-adap avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpeg4-thread avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth3-mpng avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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-prores 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-prores_444 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-prores_444_int 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-prores_int 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-prores_ks 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-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 avcodec/r210: use correct pixel format 2018-12-03 17:17:42 +01:00
vsynth3-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-svq1 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-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 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth3-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01: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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-amv avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 Merge commit '5be9939b46' 2017-11-07 18:35:34 -03: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-dnxhd_1080i tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01: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-dv_411 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01: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-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-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 fate: Add RGB48 FFV1 test 2016-08-16 23:14:11 +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 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01: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 Merge commit '02b7c63087' 2015-07-09 00:49:20 +02:00
vsynth_lena-h261-trellis Merge commit '02b7c63087' 2015-07-09 00:49:20 +02:00
vsynth_lena-h263 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-h263-obmc avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02:00
vsynth_lena-jpeg2000-97 libavcodec/jpeg2000: fix tag tree reset 2020-08-30 16:18:37 +02: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-mjpeg mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth_lena-mjpeg-422 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth_lena-mjpeg-444 mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth_lena-mjpeg-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00:00
vsynth_lena-mjpeg-trell mjpegenc: enable optimal huffman coding by default 2017-04-09 00:00:39 +01:00
vsynth_lena-mjpeg-trell-huffman Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00: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: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00
vsynth_lena-mpeg2-422 tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01: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: 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-mpeg4-adap avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpeg4-thread avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-mpng avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01: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-msvideo1 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-prores 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-prores_444 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-prores_444_int 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-prores_int 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-prores_ks 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-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 avcodec/r210: use correct pixel format 2018-12-03 17:17:42 +01:00
vsynth_lena-rgb avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-roqvideo tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01: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-snow avcodec/snowenc: set dia_size for the first pass of motion estimation too 2015-05-10 14:19:56 +02:00
vsynth_lena-snow-hpel avcodec/snowenc: set dia_size for the first pass of motion estimation too 2015-05-10 14:19:56 +02:00
vsynth_lena-snow-ll avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-svq1 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-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 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01:00
vsynth_lena-v408 avcodec: estimate output bitrate for uncompressed video codecs 2017-03-17 11:55:16 +01: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 avformat/avienc: Fix wrongly placed comment 2015-03-19 17:30:28 +01:00
vsynth_lena-zmbv tests: Rename vsynth2 to vsynth_lena 2014-12-02 03:02:30 +01:00