Re: [FFmpeg-devel] [PATCH v3] avformat: add AV1 RTP depacketizer and packetizer

2024-12-17 Thread Tristan Matthews via ffmpeg-devel
Hi, > I see. I've put the code in an #if block, so you can try if > > it makes a difference to anything you may encounter. > > The spec says: https://aomediacodec.github.io/av1-spec/#ordering-of-obus > > "Sequence header OBUs may appear in any order within a coded video > sequence. Within a parti

Re: [FFmpeg-devel] [PATCH v3] avformat: add AV1 RTP depacketizer and packetizer

2024-12-13 Thread Chris Hodges
Hi Tristan, wow, that was a timing coincidence, I just started to write the mail with the new patch... On 12/13/24 14:44, Tristan Matthews via ffmpeg-devel wrote: Do the other implementations you mentioned have that kind of information by parsing OBUs or from the AV1 encoder? In both they