[FFmpeg-devel] [PATCH 5/5] avformat: add sdr support

Kieran Kunhya kierank at obe.tv
Sun Jun 18 15:36:29 EEST 2023


On Sun, 18 Jun 2023 at 23:46, Paul B Mahol <onemda at gmail.com> wrote:

> > sdrdemux in libavformat will demodulate, do error correction then return
> > AVPacket
> > with H.264 / Mpeg2 video or AAC or wahetever
> > That then will get passed to libavcodec, same as with any other demuxer.
>

Whilst I agree that there is a need for an SDR library that isn't C++ based
and allows for FFmpeg-style SIMD, avformat nor any other part of FFmpeg is
suited for this.
There's clearly active processing going on however you might want to define
"demux".

Regards,
Kieran Kunhya


More information about the ffmpeg-devel mailing list