Re: [FFmpeg-devel] HEVC open GOP support in MOV/MP4 (v2)

2022-03-04 Thread Clément Bœsch
On Thu, Feb 24, 2022 at 12:48:58PM +0100, Clément Bœsch wrote: > The main patch is now less intrusive by having the index building > related lists (sample_offsets and open_key_samples) and variable > (min_sample_duration) computed in the same place. This is a better > segmentation between pure pars

[FFmpeg-devel] HEVC open GOP support in MOV/MP4 (v2)

2022-02-24 Thread Clément Bœsch
The main patch is now less intrusive by having the index building related lists (sample_offsets and open_key_samples) and variable (min_sample_duration) computed in the same place. This is a better segmentation between pure parsing and the index logic. The patch should be easier to understand too.

[FFmpeg-devel] HEVC open GOP support in MOV/MP4

2022-02-18 Thread Clément Bœsch
Motivated by glitchy seeking issues with iPhone encoded files. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subjec