Re: [FFmpeg-devel] [RFC PATCH] libavformat/rtpdec_jpeg2000: RTP Demuxing for JPEG2000

2020-07-21 Thread Gautam Ramakrishnan
On Tue, Jul 21, 2020 at 10:08 PM wrote: > > From: Gautam Ramakrishnan > > This patch adds support to receive JPEG2000 RTP streams. > --- > libavformat/Makefile | 1 + > libavformat/rtpdec.c | 1 + > libavformat/rtpdec_formats.h | 1 + > libavformat/rtpdec_jpeg2000.c | 11

Re: [FFmpeg-devel] [RFC PATCH] libavformat/rtpdec_jpeg2000: RTP Demuxing for JPEG2000

2020-07-21 Thread Paul B Mahol
How and when this was tested? On 7/21/20, gautamr...@gmail.com wrote: > From: Gautam Ramakrishnan > > This patch adds support to receive JPEG2000 RTP streams. > --- > libavformat/Makefile | 1 + > libavformat/rtpdec.c | 1 + > libavformat/rtpdec_formats.h | 1 + > libav

[FFmpeg-devel] [RFC PATCH] libavformat/rtpdec_jpeg2000: RTP Demuxing for JPEG2000

2020-07-21 Thread gautamramk
From: Gautam Ramakrishnan This patch adds support to receive JPEG2000 RTP streams. --- libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + libavformat/rtpdec_jpeg2000.c | 116 ++ 4 files changed, 119