[FFmpeg-devel] [PATCH 0/4] Switch mmaldec to decoupled dataflow

Ho Ming Shun cyph1984 at gmail.com
Fri Sep 24 09:28:34 EEST 2021


This series switches mmaldec to use the decoupled dataflow API to reduce
excessive buffering in the driver.

At the same time, remove dependency on sizeof(AVPacket) which is
deprecated. Also fix all compile warnings.


Ho Ming Shun (4):
  avcodec/mmaldec: use decoupled dataflow
  avcodec/mmaldec: use avpkt from DecodeSimpleContext
  avcodec/mmaldec: re-use AVPacket for extra_data
  avcodec/mmaldec: fix pointer type warning

 libavcodec/mmaldec.c | 40 +++++++++++++++++++++++++++-------------
 1 file changed, 27 insertions(+), 13 deletions(-)

-- 
2.33.0



More information about the ffmpeg-devel mailing list