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 a

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

2025-05-24 Thread Nuo Mi
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 an IDR with

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

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

2025-05-16 Thread Nuo Mi
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 to FFmpeg generating an edi

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

2025-05-16 Thread Gabriel Hege
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 to FFmpeg generating an edit list with an empty entry, skipping the leading pictures. Thi