Re: [FFmpeg-devel] [RFC PATCH 1/2] libavcodec/pgxdec: Add PGX decoder

2020-06-26 Thread Gautam Ramakrishnan
On Sat, Jun 27, 2020 at 2:20 AM Gautam Ramakrishnan wrote: > > On Sat, Jun 27, 2020 at 2:17 AM Carl Eugen Hoyos wrote: > > > > > > > > > Am 26.06.2020 um 21:37 schrieb gautamr...@gmail.com: > > > > > > +.long_name = NULL_IF_CONFIG_SMALL("AVFrame to AVPacket > > > passthrough"), > > > > T

Re: [FFmpeg-devel] [RFC PATCH 1/2] libavcodec/pgxdec: Add PGX decoder

2020-06-26 Thread Gautam Ramakrishnan
On Sat, Jun 27, 2020 at 2:17 AM Carl Eugen Hoyos wrote: > > > > > Am 26.06.2020 um 21:37 schrieb gautamr...@gmail.com: > > > > +.long_name = NULL_IF_CONFIG_SMALL("AVFrame to AVPacket > > passthrough"), > > This seems wrong as long description for the “pgx (jpeg2000 test format)”. > Thanks

Re: [FFmpeg-devel] [RFC PATCH 1/2] libavcodec/pgxdec: Add PGX decoder

2020-06-26 Thread Carl Eugen Hoyos
> Am 26.06.2020 um 21:37 schrieb gautamr...@gmail.com: > > +.long_name = NULL_IF_CONFIG_SMALL("AVFrame to AVPacket passthrough"), This seems wrong as long description for the “pgx (jpeg2000 test format)”. Carl Eugen ___ ffmpeg-devel mailing l

[FFmpeg-devel] [RFC PATCH 1/2] libavcodec/pgxdec: Add PGX decoder

2020-06-26 Thread gautamramk
From: Gautam Ramakrishnan This patch adds a pgx decoder. --- Changelog | 1 + doc/general.texi| 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/codec_desc.c | 7 ++ libavcodec/codec_id.h | 1 + libavcodec/pgxdec.c | 184 ++