mån 2023-06-19 klockan 00:36 +1200 skrev Kieran Kunhya: > On Sun, 18 Jun 2023 at 23:46, Paul B Mahol <one...@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.
GNU Radio already has a bunch of SIMD stuff (or else it wouldn't work), including FPGA stuff for SDRs that have such hardware. There is no need to reinvent it, and worse to boot. > There's clearly active processing going on however you might want to > define > "demux" Channelization is the more proper word. /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".