On Thu, Aug 27, 2020 at 3:16 PM Moritz Barsnick wrote:
>
> On Wed, Aug 26, 2020 at 21:28:17 +0530, gautamr...@gmail.com wrote:
>
> > +@item layer_rates @var{string}
> > +By default, compression is done using the quality metric. This option
> > allows for
> > +compression using compression ratio.
On Wed, Aug 26, 2020 at 12:44 PM Michael Niedermayer
wrote:
>
> On Wed, Aug 26, 2020 at 08:38:30AM +0530, Gautam Ramakrishnan wrote:
> > On Wed, Aug 26, 2020 at 4:04 AM Michael Niedermayer
> > wrote:
> > >
> > > On Tue, Aug 25, 2020 at 07:25:44PM +0530, gaut
On Wed, Aug 26, 2020 at 4:04 AM Michael Niedermayer
wrote:
>
> On Tue, Aug 25, 2020 at 07:25:44PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > The implementation of tag tree encoding was incorrect.
> > However, this error was not visible
On Tue, Aug 25, 2020 at 1:18 PM Michael Niedermayer
wrote:
>
> On Tue, Aug 25, 2020 at 09:50:04AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > The implementation of tag tree encoding was incorrect.
> > However, this error was not visible
On Tue, Aug 25, 2020 at 2:07 PM Michael Niedermayer
wrote:
>
> On Tue, Aug 25, 2020 at 09:50:07AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds documentation for the utility and usage
> > of "layer_rates&q
On Tue, Aug 25, 2020 at 2:09 PM Michael Niedermayer
wrote:
>
> On Tue, Aug 25, 2020 at 09:50:06AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch allows setting a compression ratio and to
> > set multiple layers. The user has to
On Tue, Aug 25, 2020 at 4:08 AM Michael Niedermayer
wrote:
>
> On Mon, Aug 24, 2020 at 11:10:31PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > The implementation of tag tree encoding was incorrect.
> > However, this error was not visible
On Thu, Aug 20, 2020 at 12:55 AM Paul B Mahol wrote:
>
> On 8/19/20, Gautam Ramakrishnan wrote:
> > On Wed, Aug 19, 2020 at 5:51 PM wrote:
> >>
> >> From: Gautam Ramakrishnan
> >>
> >> This patch allows setting a compression ratio and to
&
On Thu, Aug 20, 2020 at 8:25 PM Andreas Rheinhardt
wrote:
>
> Gautam Ramakrishnan:
> > On Thu, Aug 20, 2020 at 12:55 AM Andreas Rheinhardt
> > wrote:
> >>
> >> Gautam Ramakrishnan:
> >>> On Wed, Aug 19, 2020 at 5:51 PM wrote:
> >>>
On Thu, Aug 20, 2020 at 3:02 PM Moritz Barsnick wrote:
>
> On Wed, Aug 19, 2020 at 17:51:01 +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch makes the ff_jpeg2000_cleanup
> > function take in an extra parameter which
> > ind
On Thu, Aug 20, 2020 at 3:36 PM Moritz Barsnick wrote:
>
> On Wed, Aug 19, 2020 at 17:51:02 +0530, gautamr...@gmail.com wrote:
>
> Minor nits:
>
> > +static void compute_rates(Jpeg2000EncoderContext* s)
> > +{
> > +int i, j;
> > +int layno, compno;
> > +for (i = 0; i < s->numYtiles; i+
On Thu, Aug 20, 2020 at 12:55 AM Andreas Rheinhardt
wrote:
>
> Gautam Ramakrishnan:
> > On Wed, Aug 19, 2020 at 5:51 PM wrote:
> >>
> >> From: Gautam Ramakrishnan
> >>
> >> This patch allows setting a compression ratio and to
> >>
On Wed, Aug 19, 2020 at 5:51 PM wrote:
>
> From: Gautam Ramakrishnan
>
> This patch allows setting a compression ratio and to
> set multiple layers. The user has to input a compression
> ratio for each layer.
> The per layer compression ration can be set as follows:
> -
On Mon, Aug 10, 2020 at 12:07 AM Gyan Doshi wrote:
>
>
>
> On 09-08-2020 11:13 pm, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch updates the documentation by adding all options
> > for JPEG2000 encoder.
On Wed, Aug 5, 2020 at 8:43 PM Michael Niedermayer
wrote:
>
> Fixes: shift exponent 32 is too large for 32-bit type 'int'
> Fixes:
> 24566/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-6033783737024512
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-f
On Mon, Jul 27, 2020 at 1:46 PM Michael Niedermayer
wrote:
>
> On Mon, Jul 27, 2020 at 09:55:31AM +0530, Gautam Ramakrishnan wrote:
> > On Mon, Jul 27, 2020 at 9:48 AM Gautam Ramakrishnan
> > wrote:
> > >
> > > On Mon, Jul 27, 2020 at 3:16
On Mon, Jul 27, 2020 at 3:16 AM Michael Niedermayer
wrote:
>
> Fixes: division by zero
> Fixes:
> 24201/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5665813827420160
> Fixes:
> 24245/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-6285831682392064
>
> Found
On Mon, Jul 27, 2020 at 9:48 AM Gautam Ramakrishnan
wrote:
>
> On Mon, Jul 27, 2020 at 3:16 AM Michael Niedermayer
> wrote:
> >
> > Fixes: division by zero
> > Fixes:
> > 24201/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5665813827420160
On Thu, Jul 23, 2020 at 7:56 PM Michael Niedermayer
wrote:
>
> On Tue, Jul 21, 2020 at 11:37:13PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > The codeblock decoder checks whether the mqc decoder
> > has decoded the right number of bytes
On Thu, Jul 23, 2020 at 12:56 AM wrote:
>
> From: Gautam Ramakrishnan
>
> This patch adds support to mux JPEG2000 streams over
> RTP.
> ---
> libavformat/Makefile | 1 +
> libavformat/rtpenc.c | 4 ++
> libavformat/rtpenc.h | 1 +
>
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 +
> li
On Mon, Jul 20, 2020 at 12:28 AM Carl Eugen Hoyos wrote:
>
> Am So., 19. Juli 2020 um 20:18 Uhr schrieb Gautam Ramakrishnan
> :
> >
> > On Sun, Jul 19, 2020 at 11:33 PM Thomas Volkert wrote:
> > >
> > > Hi,
> > >
> > > On 19.07.2020 18:10
On Sun, Jul 19, 2020 at 11:33 PM Thomas Volkert wrote:
>
> Hi,
>
> On 19.07.2020 18:10, Gautam Ramakrishnan wrote:
> > On Thu, Jul 16, 2020 at 11:45 PM Carl Eugen Hoyos
> > wrote:
> >> Am Do., 16. Juli 2020 um 19:42 Uhr schrieb Gautam Ramakrishnan
> >&
On Thu, Jul 16, 2020 at 11:45 PM Carl Eugen Hoyos wrote:
>
> Am Do., 16. Juli 2020 um 19:42 Uhr schrieb Gautam Ramakrishnan
> :
>
> > How could I get access to some stream/file for testing this feature if
> > I implement this?
>
> GStreamer should allow you to test
On Sun, Jul 19, 2020 at 12:09 AM Carl Eugen Hoyos wrote:
>
> Am Di., 9. Juni 2020 um 20:25 Uhr schrieb Carl Eugen Hoyos
> :
> >
> > Am Di., 9. Juni 2020 um 19:12 Uhr schrieb Gautam Ramakrishnan
> > :
> > >
> > > On Tue, Jun 9, 2020 at 10:24 PM Carl
On Sun, Jul 19, 2020 at 12:05 PM Michael Niedermayer
wrote:
>
> On Sat, Jul 18, 2020 at 06:46:22PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds support for PPM marker for JPEG2000
> > decoder. It allows the samples p1_
On Thu, Jul 16, 2020 at 10:10 PM Gautam Ramakrishnan
wrote:
>
> On Thu, Jul 16, 2020 at 6:26 PM Moritz Barsnick wrote:
> >
> > On Thu, Jul 16, 2020 at 17:10:06 +0530, Gautam Ramakrishnan wrote:
> > > I was going through the bug tracker for a list of bugs associated w
On Thu, Jul 16, 2020 at 6:26 PM Moritz Barsnick wrote:
>
> On Thu, Jul 16, 2020 at 17:10:06 +0530, Gautam Ramakrishnan wrote:
> > I was going through the bug tracker for a list of bugs associated with
> > jpeg2000. Looking at issue 5012, is there a good utility for solv
Hi All,
I was going through the bug tracker for a list of bugs associated with
jpeg2000. Looking at issue 5012, is there a good utility for solving
this issue? To whomever it may concern, please do let me know your
opinion on this.
--
-
Gautam |
__
On Tue, Jul 14, 2020 at 2:57 AM Michael Niedermayer
wrote:
>
> On Mon, Jul 13, 2020 at 10:50:02PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds support for PPM marker for JPEG2000
> > decoder. It allows the samples p1_
On Thu, Jul 9, 2020 at 11:30 AM wrote:
>
> From: Gautam Ramakrishnan
>
> This patch fixes a check in the RPCL progression order,
> tested on p1_07.j2k.
> ---
> libavcodec/jpeg2000dec.c | 19 ---
> 1 file changed, 12 insertions(+), 7 deletions(-)
>
On Thu, Jul 9, 2020 at 12:50 AM wrote:
>
> From: Gautam Ramakrishnan
>
> This patch fixes a check in the RPCL progression order,
> making it similar to the openjpeg implementation.
> ---
> libavcodec/jpeg2000dec.c | 19 ---
> 1 file changed, 12 in
On Sun, Jul 5, 2020 at 12:00 AM Michael Niedermayer
wrote:
>
> On Sat, Jul 04, 2020 at 11:01:14PM +0530, Gautam Ramakrishnan wrote:
> > On Sat, Jul 4, 2020 at 12:02 AM Michael Niedermayer
> > wrote:
> > >
> > > On Fri, Jul 03, 2020 at 01:05:12AM +0530, Gauta
On Sat, Jul 4, 2020 at 12:02 AM Michael Niedermayer
wrote:
>
> On Fri, Jul 03, 2020 at 01:05:12AM +0530, Gautam Ramakrishnan wrote:
> > On Thu, Jul 2, 2020 at 8:30 PM Michael Niedermayer
> > wrote:
> > >
> > > On Thu, Jul 02, 2020 at 12:04:22AM +0530, gaut
On Sat, Jul 4, 2020 at 5:42 PM Nicolas George wrote:
>
> gautamr...@gmail.com (12020-07-03):
> > From: Gautam Ramakrishnan
> >
> > This patch adds a pgx decoder.
>
> Reviewing even after push, because there are problems to fix.
>
> > ---
> > Changelo
On Sat, Jul 4, 2020 at 4:08 AM Nicolas George wrote:
>
> Michael Niedermayer (12020-07-03):
> > will apply patchset
>
> There were still significant problems with the code.
>
> In particular, the handling of the signed case seems suspicious.
I tried printing the values before writing them for a fi
On Thu, Jul 2, 2020 at 8:30 PM Michael Niedermayer
wrote:
>
> On Thu, Jul 02, 2020 at 12:04:22AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch assigns default pix format values when
> > a match does not take place.
> > -
On Thu, Jul 2, 2020 at 3:42 AM Carl Eugen Hoyos wrote:
>
> Am Mi., 1. Juli 2020 um 20:34 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > This patch assigns default pix format values when
> > a match does not take place.
> > ---
> > li
On Wed, Jul 1, 2020 at 6:10 PM Nicolas George wrote:
>
> gautamr...@gmail.com (12020-06-30):
> > From: Gautam Ramakrishnan
> >
> > This patch adds a pgx decoder.
> > ---
> > Changelog | 1 +
> > doc/general.texi| 2 +
> >
On Tue, Jun 30, 2020 at 5:49 AM Michael Niedermayer
wrote:
>
> On Tue, Jun 30, 2020 at 12:26:17AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds a pgx decoder.
> > ---
> > Changelog | 1
On Tue, Jun 30, 2020 at 12:28 AM Nicolas George wrote:
>
> gautamr...@gmail.com (12020-06-30):
> > From: Gautam Ramakrishnan
> >
> > This patch adds support to demux pgx file
> > format.
> > ---
> > libavformat/allformats.c | 1 +
> > libavfo
On Mon, Jun 29, 2020 at 12:26 AM Michael Niedermayer
wrote:
>
> On Sat, Jun 27, 2020 at 09:14:26PM +0530, Gautam Ramakrishnan wrote:
> > On Sat, Jun 27, 2020 at 7:36 PM Michael Niedermayer
> > wrote:
> > >
> > > On Sat, Jun 27, 2020 at 04:49:49PM +0530, Gauta
On Mon, Jun 29, 2020 at 2:14 AM Michael Niedermayer
wrote:
>
> On Sun, Jun 28, 2020 at 08:13:28PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds a pgx decoder.
> > ---
> > Changelog | 1
On Mon, Jun 29, 2020 at 6:28 PM Nicolas George wrote:
>
> Gautam Ramakrishnan (12020-06-27):
> > I used 9 digits because I was using a fixed size string to store the number
> > and then used strol. Now as I removed the usage of strol, it wasnt
> > necessary.
> >
On Sun, Jun 28, 2020 at 8:16 PM Carl Eugen Hoyos wrote:
>
> Am So., 28. Juni 2020 um 16:43 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > This patch adds support to demux pgx file
> > format.
>
> Has anything changed compared to earlier versi
On Sun, Jun 28, 2020 at 6:09 PM Nicolas George wrote:
>
> Gautam Ramakrishnan (12020-06-28):
> > This is what I do not understand. Suppose the file does not start
> > with the bytes "PG ML ", how is that to be handled?
>
> The same way as if it did.
>
>
On Sun, Jun 28, 2020 at 4:21 PM Nicolas George wrote:
>
> Gautam Ramakrishnan (12020-06-28):
> > I shall change this. I do not understand how the check can be
> > removed. It is compulsory that a PGX file must have these bytes
>
> In case it was not clear, I think Carl
On Sun, Jun 28, 2020 at 12:41 AM Carl Eugen Hoyos wrote:
>
> Am Sa., 27. Juni 2020 um 20:11 Uhr schrieb :
>
> > +static int ff_pgx_decode_header(AVCodecContext *avctx, PGXContext * s,
> > +int *depth, int *width, int *height,
> > +int
On Sat, Jun 27, 2020 at 7:36 PM Michael Niedermayer
wrote:
>
> On Sat, Jun 27, 2020 at 04:49:49PM +0530, Gautam Ramakrishnan wrote:
> > On Sat, Jun 27, 2020 at 3:13 PM Michael Niedermayer
> > wrote:
> > >
> > > On Mon, Jun 22, 2020 at 12:12:04AM +0530, gaut
On Sat, Jun 27, 2020 at 7:58 PM Nicolas George wrote:
>
> Michael Niedermayer (12020-06-27):
> > this could overflow
>
> The original code had a test to limit the size of numbers to 9 digits,
> guaranteeing no overflow. I wonder where it went.
>
I used 9 digits because I was using a fixed size str
On Sat, Jun 27, 2020 at 7:55 PM Michael Niedermayer
wrote:
>
> On Sat, Jun 27, 2020 at 12:35:17PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds a pgx decoder.
> > ---
> > Changelog | 1
On Sat, Jun 27, 2020 at 6:06 PM Nicolas George wrote:
>
> Gautam Ramakrishnan (12020-06-27):
> > This will require me to remove the decode_header() function and add the
> > logic directly into the decode_frame function. If that is fine, I shall
> > remove
> > PGX
On Sat, Jun 27, 2020 at 5:45 PM Nicolas George wrote:
>
> Gautam Ramakrishnan (12020-06-25):
> > The type conversions confused me a bit. I will remove them.
>
> Please be sure you have the basics about C type promotions right. C will
> automatically convert types whenever
On Sat, Jun 27, 2020 at 3:13 PM Michael Niedermayer
wrote:
>
> On Mon, Jun 22, 2020 at 12:12:04AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch removes a check which throws an error if
> > the log2 precinct width/height is
On Sat, Jun 27, 2020 at 5:04 AM Michael Niedermayer
wrote:
>
> On Mon, Jun 22, 2020 at 12:12:08AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > The log2_chroma_wh is derived from the sample separations of the
> > codestream if the file is
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_C
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
On Fri, Jun 26, 2020 at 3:50 AM Carl Eugen Hoyos wrote:
>
> Am Do., 25. Juni 2020 um 09:23 Uhr schrieb Gautam Ramakrishnan
> :
> >
> > On Thu, Jun 25, 2020 at 12:50 AM Carl Eugen Hoyos
> > wrote:
>
> > > > +for (i = 0; i < 6; i++) {
On Fri, Jun 26, 2020 at 3:14 AM Michael Niedermayer
wrote:
>
> On Fri, Jun 26, 2020 at 12:22:22AM +0530, Gautam Ramakrishnan wrote:
> > On Tue, Jun 23, 2020 at 8:04 AM Gautam Ramakrishnan
> > wrote:
> > >
> > > On Tue, Jun 23, 2020 at 2:55 AM Carl Eugen Hoyos
On Tue, Jun 23, 2020 at 8:04 AM Gautam Ramakrishnan
wrote:
>
> On Tue, Jun 23, 2020 at 2:55 AM Carl Eugen Hoyos wrote:
> >
> > Am Mo., 22. Juni 2020 um 04:57 Uhr schrieb Gautam Ramakrishnan
> > :
> > >
> > > On Mon, Jun 22, 2020 at 1:54 AM Carl Eugen
On Thu, Jun 25, 2020 at 12:50 AM Carl Eugen Hoyos wrote:
>
> Am Mi., 24. Juni 2020 um 20:55 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > This patch support to read and decode
> > pgx files.
> > ---
> > libavcodec/Makefile
On Thu, Jun 25, 2020 at 12:43 AM Nicolas George wrote:
>
> Thanks for the patch. Here are a few preliminary remarks.
>
> gautamr...@gmail.com (12020-06-24):
> > From: Gautam Ramakrishnan
> >
> > This patch support to read and decode
> > pgx files.
> &g
On Wed, Jun 24, 2020 at 11:54 PM wrote:
>
> From: Gautam Ramakrishnan
>
> This patch support to read and decode
> pgx files.
> ---
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/codec_id.h| 1 +
> libavcodec/pgx.h
On Tue, Jun 23, 2020 at 2:55 AM Carl Eugen Hoyos wrote:
>
> Am Mo., 22. Juni 2020 um 04:57 Uhr schrieb Gautam Ramakrishnan
> :
> >
> > On Mon, Jun 22, 2020 at 1:54 AM Carl Eugen Hoyos wrote:
> > >
> > > Am So., 21. Juni 2020 um 21:11 Uhr schrieb :
&g
On Tue, Jun 23, 2020 at 2:48 AM Michael Niedermayer
wrote:
>
> On Mon, Jun 22, 2020 at 12:12:06AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > libopenjpeg2000 uses ceiling division while dividing tile
> > co-ordinates with the sample
On Mon, Jun 22, 2020 at 11:37 PM Gautam Ramakrishnan
wrote:
>
> On Mon, Jun 22, 2020 at 11:30 PM Carl Eugen Hoyos wrote:
> >
> > Am Mo., 22. Juni 2020 um 19:40 Uhr schrieb Gautam Ramakrishnan
> > :
> > >
> > > On Mon, Jun 22, 2020
On Mon, Jun 22, 2020 at 11:30 PM Carl Eugen Hoyos wrote:
>
> Am Mo., 22. Juni 2020 um 19:40 Uhr schrieb Gautam Ramakrishnan
> :
> >
> > On Mon, Jun 22, 2020 at 8:07 PM Carl Eugen Hoyos wrote:
> > >
> > >
> > >
> > > > Am 22.06.2020 um
On Mon, Jun 22, 2020 at 8:07 PM Carl Eugen Hoyos wrote:
>
>
>
> > Am 22.06.2020 um 12:42 schrieb Moritz Barsnick :
> >
> >> On Mon, Jun 22, 2020 at 12:47:11 +0530, Gautam Ramakrishnan wrote:
> >> On Mon, Jun 22, 2020 at 12:38 PM Carl Eugen Hoyos
> >&
On Mon, Jun 22, 2020 at 12:38 PM Carl Eugen Hoyos wrote:
>
>
>
> > Am 22.06.2020 um 07:32 schrieb Gautam Ramakrishnan :
> >
> > Hello,
> >
> > JPEG2000 uses .pgx format for conformance testing. Is it a good idea
> > to allow the ffmpeg
> > native
Hello,
JPEG2000 uses .pgx format for conformance testing. Is it a good idea
to allow the ffmpeg
native decoder to have an option to dump .pgx files? This would help
with testing additions
to the code.
--
-
Gautam |
___
ffmpeg-devel mailing
On Mon, Jun 22, 2020 at 1:54 AM Carl Eugen Hoyos wrote:
>
> Am So., 21. Juni 2020 um 21:11 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > The log2_chroma_wh is derived from the sample separations of the
> > codestream if the file is a j2k codestream.
On Mon, Jun 22, 2020 at 12:12 AM wrote:
>
> From: Gautam Ramakrishnan
>
> The log2_chroma_wh is derived from the sample separations of the
> codestream if the file is a j2k codestream. Not sure if sample
> separation is same is subsampling and whether using sample
> separ
On Sat, Jun 20, 2020 at 9:48 AM Gautam Ramakrishnan
wrote:
>
> On Sat, Jun 20, 2020 at 1:29 AM Michael Niedermayer
> wrote:
> >
> > On Thu, Jun 18, 2020 at 11:55:20PM +0530, gautamr...@gmail.com wrote:
> > > From: Gautam Ramakrishnan
> > >
> > >
On Thu, Jun 18, 2020 at 3:06 AM Carl Eugen Hoyos wrote:
>
> Am Mi., 17. Juni 2020 um 23:30 Uhr schrieb Carl Eugen Hoyos
> :
>
> > (A wild guess is that gray8 has to be added to RGB_PIXEL_FORMATS)
>
> If this is the issue, GRAY_PIXEL_FORMATS have to be added to
> yuv_pix_fmts[]
>
> Carl Eugen
> ___
On Sat, Jun 20, 2020 at 1:29 AM Michael Niedermayer
wrote:
>
> On Thu, Jun 18, 2020 at 11:55:20PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This is with reference to my previous email on the mailing list
> > with subject: "que
On Fri, Jun 19, 2020 at 1:34 AM Carl Eugen Hoyos wrote:
>
> Am Do., 18. Juni 2020 um 21:50 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > This is with reference to my previous email on the mailing list
> > with subject: "query on pixel formats&q
Hi all,
I am working on the JPEG2000 decoder. However I am having trouble
understanding pixel formats correctly.
For example, from my understanding, the reference file p1_01.j2k pixel
format does not get recognized by the native decoder. When I force a
gray8 format on it, I am able to get output s
On Thu, Jun 11, 2020 at 9:41 PM Michael Bradshaw
wrote:
>
> On Thu, Jun 11, 2020 at 9:42 AM Gautam Ramakrishnan
> wrote:
>
> > Got it. In that case we can safely ignore the patch to fix libopenjpeg.
> > However, p1_03.j2k is one of the 2 files to have ppm marker. How coul
On Thu, Jun 11, 2020 at 11:42 AM Michael Bradshaw wrote:
>
> On Wed, Jun 10, 2020 at 9:35 PM Gautam Ramakrishnan
> wrote:
>
> > The reference file has 4 components, Whereas all the Bayer formats
> > have 3 components. Are we missing any Bayer pixel format in ffmpeg?
>
On Tue, Jun 9, 2020 at 11:55 PM Carl Eugen Hoyos wrote:
>
> Am Di., 9. Juni 2020 um 19:12 Uhr schrieb Gautam Ramakrishnan
> :
> >
> > On Tue, Jun 9, 2020 at 10:24 PM Carl Eugen Hoyos wrote:
> > >
> > > Am Di., 9. Juni 2020 um 14:07 Uhr schrieb :
&g
On Tue, Jun 9, 2020 at 10:24 PM Carl Eugen Hoyos wrote:
>
> Am Di., 9. Juni 2020 um 14:07 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > This patch makes selection of pix_fmt similar to
> > that in the native decoder. This makes samples such
> &g
On Mon, Jun 8, 2020 at 1:25 AM Michael Niedermayer
wrote:
>
> On Sun, Jun 07, 2020 at 10:36:38PM +0530, Gautam Ramakrishnan wrote:
> > Hi,
> >
> > I am trying to decode the p1_03.j2k reference file. However, while
> > trying to use libopenjpeg instead of
On Mon, Jun 8, 2020 at 1:25 AM Michael Niedermayer
wrote:
>
> On Sun, Jun 07, 2020 at 10:36:38PM +0530, Gautam Ramakrishnan wrote:
> > Hi,
> >
> > I am trying to decode the p1_03.j2k reference file. However, while
> > trying to use libopenjpeg instead of
Hi,
I am trying to decode the p1_03.j2k reference file. However, while
trying to use libopenjpeg instead of the native decoder, I get the
following error,
[libopenjpeg @ 0x55f249d7e180] Unable to determine pixel format.
The exact command run was:
ffmpeg -vcodec libopenjpeg -i p1_03.j2k -f framec
On Fri, Jun 5, 2020 at 8:23 AM Gautam Ramakrishnan wrote:
>
> On Fri, Jun 5, 2020 at 3:21 AM Michael Niedermayer
> wrote:
> >
> > On Thu, Jun 04, 2020 at 01:24:42PM +0530, gautamr...@gmail.com wrote:
> > > From: Gautam Ramakrishnan
> > >
> > > I
On Fri, Jun 5, 2020 at 3:21 AM Michael Niedermayer
wrote:
>
> On Thu, Jun 04, 2020 at 01:24:42PM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > I have attempted to write a JPEG2000 Parser. Have tested
> > by generating a file containing
On Wed, Jun 3, 2020 at 3:27 AM Michael Niedermayer
wrote:
>
> On Wed, Jun 03, 2020 at 12:49:10AM +0530, Gautam Ramakrishnan wrote:
> > On Tue, Jun 2, 2020 at 1:55 AM Carl Eugen Hoyos wrote:
> > >
> > > Am Mo., 1. Juni 2020 um 21:26 Uhr schrieb Gautam Ramakrishnan
&
On Tue, Jun 2, 2020 at 1:55 AM Carl Eugen Hoyos wrote:
>
> Am Mo., 1. Juni 2020 um 21:26 Uhr schrieb Gautam Ramakrishnan
> :
>
> > > > > can you add some test to fate for this ?
> > > > > (doesnt need to be related to the tests you did, but can of course
On Fri, May 29, 2020 at 11:54 PM Michael Niedermayer
wrote:
>
> On Fri, May 29, 2020 at 11:23:20PM +0530, Gautam Ramakrishnan wrote:
> > On Fri, May 29, 2020 at 5:01 AM Michael Niedermayer
> > wrote:
> > >
> > > On Fri, May 29, 2020 at 12:33:01AM +0530, gaut
On Sun, May 31, 2020 at 7:21 PM Michael Niedermayer
wrote:
>
> Fixes: use after free
> Fixes:
> 22484/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5671488765296640
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Sig
On Sun, May 31, 2020 at 10:12 PM Michael Niedermayer
wrote:
>
> On Sun, May 31, 2020 at 09:22:46PM +0530, Gautam Ramakrishnan wrote:
> > On Sun, May 31, 2020 at 7:21 PM Michael Niedermayer
> > wrote:
> > >
> > > Fixes: use after free
> > > Fixes
On Sun, May 31, 2020 at 7:21 PM Michael Niedermayer
wrote:
>
> Fixes: use after free
> Fixes:
> 22484/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5671488765296640
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Sig
On Fri, May 29, 2020 at 5:01 AM Michael Niedermayer
wrote:
>
> On Fri, May 29, 2020 at 12:33:01AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > I have attempted to write a JPEG2000 Parser. Have tested
> > by generating a file containing
On Fri, May 29, 2020 at 5:01 AM Michael Niedermayer
wrote:
>
> On Fri, May 29, 2020 at 12:33:01AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > I have attempted to write a JPEG2000 Parser. Have tested
> > by generating a file containing
On Sat, May 23, 2020 at 1:08 AM Michael Niedermayer
wrote:
>
> On Thu, May 21, 2020 at 09:42:18PM +0200, Carl Eugen Hoyos wrote:
> > Am Mi., 20. Mai 2020 um 22:21 Uhr schrieb Michael Niedermayer
> > :
> > >
> > > On Wed, May 20, 2020 at 08:48:41PM +0530, Gauta
On Thu, May 21, 2020 at 1:51 AM Michael Niedermayer
wrote:
>
> On Wed, May 20, 2020 at 08:48:41PM +0530, Gautam Ramakrishnan wrote:
> > On Tue, Apr 21, 2020 at 3:41 AM Michael Niedermayer
> > wrote:
> > >
> > > On Mon, Apr 20, 2020 at 04:13:44PM +0530, Gauta
On Tue, Apr 21, 2020 at 3:41 AM Michael Niedermayer
wrote:
>
> On Mon, Apr 20, 2020 at 04:13:44PM +0530, Gautam Ramakrishnan wrote:
> > On Mon, Apr 20, 2020 at 3:38 PM Michael Niedermayer
> > wrote:
> > >
> > > On Mon, Apr 20, 2020 at 01:36:47AM +0530, gaut
On Thu, May 14, 2020 at 2:19 AM Michael Niedermayer
wrote:
>
> Fixes: memleak
> Fixes:
> 21784/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-565256551058636
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-
On Wed, Apr 22, 2020 at 3:04 AM Michael Niedermayer
wrote:
>
> On Tue, Apr 21, 2020 at 01:07:39AM +0530, gautamr...@gmail.com wrote:
> > From: Gautam Ramakrishnan
> >
> > This patch adds support for decoding images
> > with a Region of Interest. Allows decoding
On Tue, Apr 21, 2020 at 1:12 AM Carl Eugen Hoyos wrote:
>
> Am Mo., 20. Apr. 2020 um 21:38 Uhr schrieb :
> >
> > From: Gautam Ramakrishnan
> >
> > This patch adds support for CRG marker. Allows
> > samples such as p0_03.j2k to be decoded.
>
> The patc
1 - 100 of 137 matches
Mail list logo