Re: [FFmpeg-devel] [PATCH v3 1/5] avcodec/mmaldec: use decoupled dataflow

2021-12-13 Thread Andreas Rheinhardt
Anton Khirnov: > Quoting Andreas Rheinhardt (2021-12-09 14:08:01) >> From: Ho Ming Shun >> >> MMAL is an fundamentally an asynchronous decoder, which was a bad fit >> for the legacy dataflow API. Often multiple packets are enqueued before >> a flood of frames are returned from MMAL. >> >> The prev

Re: [FFmpeg-devel] [PATCH v3 1/5] avcodec/mmaldec: use decoupled dataflow

2021-12-13 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2021-12-09 14:08:01) > From: Ho Ming Shun > > MMAL is an fundamentally an asynchronous decoder, which was a bad fit > for the legacy dataflow API. Often multiple packets are enqueued before > a flood of frames are returned from MMAL. > > The previous lockstep dataflow