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
..
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-11-07 18:35:34 -03:00
2015-03-19 17:30:28 +01:00
2016-07-24 12:31:07 +02:00
2016-07-24 12:31:07 +02:00
2015-10-02 18:08:36 +02:00
2015-10-13 02:10:51 +02:00
2017-03-24 15:44:01 +01:00
2015-10-02 18:08:36 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2020-04-13 12:59:06 -07:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2016-07-24 12:31:07 +02:00
2017-08-08 19:39:21 +02:00
2017-08-08 19:39:21 +02:00
2017-08-08 19:39:21 +02:00
2019-11-13 09:08:43 -08:00
2020-09-13 17:51:57 +02:00
2016-06-29 07:21:07 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2016-08-16 23:14:11 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-03-19 17:30:28 +01:00
2017-10-23 23:00:05 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2016-02-23 17:01:58 +01:00
2016-02-23 17:01:58 +01:00
2015-07-09 00:49:20 +02:00
2015-07-09 00:49:20 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2020-08-30 16:18:37 +02:00
2020-08-30 16:18:37 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2014-04-01 20:52:37 +02:00
2014-04-01 20:52:37 +02:00
2014-06-06 22:54:22 +02:00
2014-06-06 22:54:22 +02:00
2014-06-06 22:54:22 +02:00
2014-06-06 22:54:22 +02:00
2014-06-06 22:54:22 +02:00
2014-06-06 22:54:22 +02:00
2014-06-06 22:54:22 +02:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2018-12-03 17:17:42 +01:00
2017-03-17 11:55:16 +01:00
2014-07-06 23:34:58 +02:00
2015-05-10 14:19:56 +02:00
2015-05-10 14:19:56 +02:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2016-02-10 17:22:26 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-11-07 18:35:34 -03:00
2015-03-19 17:30:28 +01:00
2016-07-24 12:31:07 +02:00
2016-07-24 12:31:07 +02:00
2015-10-02 18:08:36 +02:00
2015-10-13 02:10:51 +02:00
2016-07-24 12:31:07 +02:00
2015-10-02 18:08:36 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2020-04-13 12:59:06 -07:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2016-07-24 12:31:07 +02:00
2017-08-08 19:39:21 +02:00
2017-08-08 19:39:21 +02:00
2017-08-08 19:39:21 +02:00
2019-11-13 09:08:43 -08:00
2020-09-13 17:51:57 +02:00
2016-06-29 07:21:07 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2016-08-16 23:14:11 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-03-19 17:30:28 +01:00
2017-10-23 23:00:05 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2016-02-23 17:01:58 +01:00
2014-12-02 03:39:56 +01:00
2016-02-23 17:01:58 +01:00
2015-07-09 00:49:20 +02:00
2015-07-09 00:49:20 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2020-08-30 16:18:37 +02:00
2020-08-30 16:18:37 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2018-12-03 17:17:42 +01:00
2017-03-17 11:55:16 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2014-12-02 03:39:56 +01:00
2015-05-10 14:19:56 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2016-02-10 17:22:26 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2015-03-19 17:30:28 +01:00
2016-07-24 12:31:07 +02:00
2016-07-24 12:31:07 +02:00
2016-07-24 12:31:07 +02:00
2019-12-21 11:57:28 -03:00
2020-04-13 12:59:06 -07:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2016-07-24 12:31:07 +02:00
2019-11-13 09:08:43 -08:00
2020-09-13 17:51:57 +02:00
2015-04-26 21:23:14 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2016-08-16 23:14:11 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-03-19 17:30:28 +01:00
2017-10-23 23:00:05 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2014-06-10 20:24:49 +02:00
2014-06-10 20:24:49 +02:00
2014-06-10 20:24:49 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2020-08-30 16:18:37 +02:00
2020-08-30 16:18:37 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2014-06-10 20:24:49 +02:00
2014-06-10 20:24:49 +02:00
2014-06-10 20:24:49 +02:00
2014-06-11 05:02:46 +02:00
2014-06-10 20:24:49 +02:00
2014-06-11 05:02:46 +02:00
2014-06-10 20:24:49 +02:00
2014-06-11 05:02:46 +02:00
2014-06-11 05:02:46 +02:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2018-12-03 17:17:42 +01:00
2017-03-17 11:55:16 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2016-02-10 17:22:26 +01:00
2017-03-17 11:55:16 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-11-07 18:35:34 -03:00
2015-03-19 17:30:28 +01:00
2014-12-02 03:02:30 +01:00
2016-07-24 12:31:07 +02:00
2016-07-24 12:31:07 +02:00
2015-10-02 18:08:36 +02:00
2015-10-13 02:10:51 +02:00
2016-07-24 12:31:07 +02:00
2015-10-02 18:08:36 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2020-04-13 13:34:49 -07:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2016-08-12 23:26:33 +02:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2016-07-24 12:31:07 +02:00
2017-08-08 19:39:21 +02:00
2014-12-02 03:02:30 +01:00
2017-08-08 19:39:21 +02:00
2017-08-08 19:39:21 +02:00
2019-11-13 23:34:56 +01:00
2020-09-13 17:51:57 +02:00
2015-04-26 21:23:14 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2016-08-16 23:14:11 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-08-31 16:14:38 +02:00
2015-03-19 17:30:28 +01:00
2017-10-23 23:00:05 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2015-07-09 00:49:20 +02:00
2015-07-09 00:49:20 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2020-08-30 16:18:37 +02:00
2020-08-30 16:18:37 +02:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2017-04-09 00:00:39 +01:00
2017-02-08 13:59:53 +00:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2018-12-03 17:17:42 +01:00
2017-03-17 11:55:16 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2014-12-02 03:02:30 +01:00
2015-05-10 14:19:56 +02:00
2015-05-10 14:19:56 +02:00
2015-03-19 17:30:28 +01:00
2019-12-21 11:57:28 -03:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2019-12-21 11:57:28 -03:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2016-02-10 17:22:26 +01:00
2017-03-17 11:55:16 +01:00
2017-03-17 11:55:16 +01:00
2015-03-19 17:30:28 +01:00
2015-03-19 17:30:28 +01:00
2014-12-02 03:02:30 +01:00