Re: [FFmpeg-devel] [PATCH 1/1] mov: read track title

2021-10-11 Thread Đông Nguyễn
> On Tue, Oct 12, 2021 at 3:54 AM Jan Ekström wrote: > Huh, so I seem to have incorrectly read things previously :) .I > started implementing reading of the 3GPP titl box due to the QTFF spec > saying that `name` is not supposed to be an end user facing name, but > an internal/debug reference [1]

Re: [FFmpeg-devel] n4.4 release bug (?) on ffmpeg.c av_fifo_generic_read

2021-04-17 Thread Đông Nguyễn
ah I see, my bad, thanks for make it clear Regards Dong Nguyen On Sun, Apr 18, 2021, 08:47 James Almer wrote: > On 4/17/2021 10:16 PM, Đông Nguyễn wrote: > > Hi, > > > > Not sure this is the correct place to post this, but I've noticed some > > recent changes

[FFmpeg-devel] n4.4 release bug (?) on ffmpeg.c av_fifo_generic_read

2021-04-17 Thread Đông Nguyễn
Hi, Not sure this is the correct place to post this, but I've noticed some recent changes (n.4.4) on ffmpeg.c which seems suspicious to me. https://github.com/FFmpeg/FFmpeg/blob/n4.4/fftools/ffmpeg.c#L532-L535 https://github.com/FFmpeg/FFmpeg/blob/n4.4/fftools/ffmpeg.c#L614-L616 IIRC, before the