Re: [FFmpeg-devel] [PATCH 0/5] Initial usage of AVCodecContext.get_encode_buffer()

2021-03-16 Thread James Almer
On 3/12/2021 9:15 PM, James Almer wrote: For ffmpeg 4.4, as the last version featuring avcodec_encode_video2/audio2 and since marking an encoder as AV_CODEC_CAP_DR1 capable will make it unusable with that API, we should only port encoders using the AVCodec.receive_packet() API. The rest can be p

[FFmpeg-devel] [PATCH 0/5] Initial usage of AVCodecContext.get_encode_buffer()

2021-03-12 Thread James Almer
For ffmpeg 4.4, as the last version featuring avcodec_encode_video2/audio2 and since marking an encoder as AV_CODEC_CAP_DR1 capable will make it unusable with that API, we should only port encoders using the AVCodec.receive_packet() API. The rest can be ported after either ffmpeg 4.4 is branched o