Re: [FFmpeg-devel] [PATCH 0/2] avcodec/decode: use a packet list for last_pkt_props

2020-09-01 Thread James Almer
On 8/18/2020 4:53 PM, James Almer wrote: > More details within each patch. > > James Almer (2): > avcodec/packet: move AVPacketList definition and function helpers over > from libavformat > avcodec/decode: use a packet list to store copies of packets fed to > the decoder > > libavcod

[FFmpeg-devel] [PATCH 0/2] avcodec/decode: use a packet list for last_pkt_props

2020-08-18 Thread James Almer
More details within each patch. James Almer (2): avcodec/packet: move AVPacketList definition and function helpers over from libavformat avcodec/decode: use a packet list to store copies of packets fed to the decoder libavcodec/avpacket.c| 64 ++ libav