Gyan Doshi
203b0e3561
avformat/mov: make STTS duration unsigned int
...
As per 8.6.1.2.2 of ISO/IEC 14496-12:2015(E), STTS sample offsets
are to be always stored as uint32_t. So far, they have been signed ints
which led to desync in files with very large offsets.
The MOVStts struct was used to store CTTS offsets as well. These can be
negative in version 1. So a new struct MOVCtts was created and all
declarations for CTTS usage changed to MOVCtts.
2021-11-22 15:18:42 +05:30
..
2021-11-01 20:37:20 +01:00
2021-10-19 20:15:47 +08:00
2021-10-03 11:42:15 +02:00
2021-10-03 20:56:12 +02:00
2021-11-09 15:40:36 +01:00
2021-10-15 23:40:15 +10:00
2021-10-15 23:39:47 +10:00
2021-09-30 14:02:27 +02:00
2021-10-03 20:50:50 +02:00
2021-11-16 10:51:32 +01:00
2021-10-07 23:38:57 +02:00
2021-10-03 20:56:12 +02:00
2021-10-24 13:04:39 +03:00
2021-10-24 13:04:39 +03:00
2021-10-24 13:04:39 +03:00
2021-11-14 19:25:11 +01:00
2021-11-05 15:32:11 -03:00
2021-11-14 18:30:57 +01:00
2021-11-14 17:51:35 +01:00
2021-10-07 22:06:27 +02:00
2021-10-03 20:56:12 +02:00
2021-10-07 14:06:58 +02:00
2021-10-03 20:50:50 +02:00
2021-11-09 15:44:17 +01:00
2021-10-13 11:23:53 +08:00
2021-10-13 11:24:02 +08:00
2021-11-18 04:53:07 +01:00
2021-11-17 14:32:17 +00:00
2021-10-08 20:37:36 +11:00
2021-10-08 20:37:36 +11:00
2021-10-03 20:56:12 +02:00
2021-11-19 17:56:12 +01:00
2021-11-03 17:45:02 +01:00
2021-10-04 17:55:27 +03:00
2021-11-22 15:18:42 +05:30
2021-11-18 20:40:24 +01:00
2021-10-11 18:43:47 +08:00
2021-10-07 11:55:55 +02:00
2021-10-19 20:15:47 +08:00
2021-11-07 15:38:03 +01:00
2021-10-03 20:56:12 +02:00
2021-11-22 15:18:42 +05:30
2021-11-22 15:18:42 +05:30
2021-10-03 20:56:12 +02:00
2021-10-28 09:25:31 +08:00
2021-10-20 22:40:13 +08:00
2021-11-06 20:35:39 +01:00
2021-11-19 17:56:12 +01:00
2021-11-19 20:32:19 +01:00
2021-11-19 18:11:46 +01:00
2021-11-14 18:30:57 +01:00
2021-10-19 20:15:47 +08:00
2021-10-09 11:42:16 +02:00
2021-10-17 16:54:03 +08:00
2021-10-07 11:52:10 +02:00
2021-10-02 17:16:34 +02:00
2021-10-18 14:34:30 +03:00
2021-10-02 17:16:29 +02:00
2021-10-03 20:56:12 +02:00
2021-10-03 20:56:12 +02:00
2021-11-19 20:35:07 +01:00
2021-11-17 14:32:17 +00:00
2021-10-09 11:42:16 +02:00
2021-10-03 20:56:12 +02:00
2021-10-28 22:24:54 +02:00