[FFmpeg-devel] [PATCH] avformat/segment: calculate segment durations correctly.

2023-01-07 Thread Gyan Doshi
segment_time and segment_times are defined as duration specifications, not timestamps, so calculation of segment duration must account for initial timestamp. Fixed. --- libavformat/segment.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/libavformat/segment.c b/libavformat/se

[FFmpeg-devel] [PATCH] avformat/dvd: new dvd:// protocol for reading dvds

2023-01-07 Thread Stan I
dvd:// protocol uses libdvdread for opening folders and/or disc-images, it then either identifies the longest title-set, or uses the title-set parameter. After opening the dvd, it will read and output all VOBs, in sequence defined by the program-chain. Signed-off-by: Stanislav Ionascu --- confi

[FFmpeg-devel] [PATCH v2] avformat/segment: calculate segment durations correctly.

2023-01-07 Thread Gyan Doshi
segment_time and segment_times are defined as duration specifications, not timestamps, so calculation of segment duration must account for initial timestamp. Fixed. FATE ref for segment-mp4-to-ts changed on account of avoiding premature segment cut at the end of the first segment. --- libavformat

[FFmpeg-devel] [PATCH] avcodec/av1_parser: export timing information when present

2023-01-07 Thread James Almer
Signed-off-by: James Almer --- libavcodec/av1_parser.c | 8 tests/ref/fate/webm-av1-extradata-update | 48 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/libavcodec/av1_parser.c b/libavcodec/av1_parser.c index 4cbd7408a0..afa006ed0

Re: [FFmpeg-devel] [PATCH][RFC][CURSED] mov: Disable advanced_editlist for fragmented MP4 input

2023-01-07 Thread Derek Buitenhuis
On 1/5/2023 7:44 PM, Derek Buitenhuis wrote: > On 12/28/2022 4:28 PM, Derek Buitenhuis wrote: >> --- >> libavformat/mov.c | 14 ++ >> 1 file changed, 14 insertions(+) > > Ping. Will push some time soon if there are no objections. - Derek _

[FFmpeg-devel] [PATCH v2] avformat/dvd: new dvd:// protocol for reading dvd folder/images

2023-01-07 Thread Stanislav Ionascu
dvd:// protocol uses libdvdread for opening folders and/or disc-images, it then either identifies the longest title-set, or uses the title-set parameter. After opening the dvd, it will read and output all VOBs, in sequence defined by the program-chain. Signed-off-by: Stanislav Ionascu --- confi

Re: [FFmpeg-devel] [PATCH][RFC][CURSED] mov: Disable advanced_editlist for fragmented MP4 input

2023-01-07 Thread Zhao Zhili
> 在 2023年1月8日,00:11,Derek Buitenhuis 写道: > > On 1/5/2023 7:44 PM, Derek Buitenhuis wrote: >>> On 12/28/2022 4:28 PM, Derek Buitenhuis wrote: >>> --- >>> libavformat/mov.c | 14 ++ >>> 1 file changed, 14 insertions(+) >> >> Ping. > > Will push some time soon if there are no objectio