[FFmpeg-devel] [PATCH] fix VVC encoding with leading pictures

2025-04-17 Thread Gabriel Hege
dts" EntryCount="2"> With the fix applied 300 frames are decoded as expected and the EditListBox looks like this: Specification="p12" Container="edts" EntryCount="1"> From acbafeaeb7926af495a9c375903b0c190af6af88 Mon Sep 17 00:00:00 2001

[FFmpeg-devel] [PATCH] avformat/movenc: fix VVC encoding with leading pictures

2025-05-16 Thread Gabriel Hege
first couple of frames:Specification="p12" Container="edts" EntryCount="2"> With the fix applied 300 frames are decoded as expected and the EditListBox looks like this: Specification="p12" Container="edts" EntryCount="1"> From d2414170

Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix VVC encoding with leading pictures

2025-05-27 Thread Gabriel Hege
On 25.05.25 04:08, Nuo Mi wrote: On Thu, May 22, 2025 at 4:35 PM Gabriel Hege wrote: On 17.05.25 04:26, Nuo Mi wrote: On Fri, May 16, 2025 at 7:05 PM Gabriel Hege wrote: This is a resubmission with a corrected commit message. The default behavior for VVenC (since v1.10.0) is to create

Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix VVC encoding with leading pictures

2025-05-22 Thread Gabriel Hege
On 17.05.25 04:26, Nuo Mi wrote: On Fri, May 16, 2025 at 7:05 PM Gabriel Hege wrote: This is a resubmission with a corrected commit message. The default behavior for VVenC (since v1.10.0) is to create an IDR with leading pictures for the first picture in decoding order (POC 32). This leads