[FFmpeg-devel] [PATCH] avcodec: add QOI decoder and demuxer and parser
Paul B Mahol
onemda at gmail.com
Wed Jun 1 13:28:28 EEST 2022
On Wed, Jun 1, 2022 at 11:51 AM Anton Khirnov <anton at khirnov.net> wrote:
> Quoting Paul B Mahol (2022-05-31 13:32:36)
> > +const FFCodec ff_qoi_decoder = {
> > + .p.name = "qoi",
> > + .p.long_name = NULL_IF_CONFIG_SMALL("QOI (Quite OK Image format)
> image"),
> > + .p.type = AVMEDIA_TYPE_VIDEO,
> > + .p.id = AV_CODEC_ID_QOI,
> > + .p.capabilities = AV_CODEC_CAP_DR1,
> > + FF_CODEC_DECODE_CB(qoi_decode_frame),
>
> Add trivially-true init-threadsafe and init-cleanup?
>
>
No other trivial image codec, for example BMP, does this.
> --
> Anton Khirnov
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list