[FFmpeg-devel] [RFC PATCH 1/2] libavcodec/jpeg2000_parser: Add jpeg2000 parser
Michael Niedermayer
michael at niedermayer.cc
Fri Jun 5 00:50:47 EEST 2020
On Thu, Jun 04, 2020 at 01:24:42PM +0530, gautamramk at gmail.com wrote:
> From: Gautam Ramakrishnan <gautamramk at gmail.com>
>
> I have attempted to write a JPEG2000 Parser. Have tested
> by generating a file containing 14 frames, as mentioned
> by Micheal. Have also tried testing with various packet
> sizes by setting -frame_size option.
> ---
> libavcodec/Makefile | 1 +
> libavcodec/jpeg2000_parser.c | 190 +++++++++++++++++++++++++++++++++++
> libavcodec/parsers.c | 1 +
> 3 files changed, 192 insertions(+)
> create mode 100644 libavcodec/jpeg2000_parser.c
The code seems to work fine, is there a reason why it has a "RFC" in the
subject. That is, should this be reviewed & applied or not yet ?
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200604/e298ae4c/attachment.sig>
More information about the ffmpeg-devel
mailing list