Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-10 Thread Aaron Boxer
On Fri, Mar 10, 2017 at 12:00 AM, Michael Bradshaw wrote: > On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: > > > > Thanks, Michael. Here are those changes. > > > Applied. Thanks for the patch! > My pleasure. If there are any changes people are interested in for openjpeg encode/decode, let

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-10 Thread Aaron Boxer
On Fri, Mar 10, 2017 at 7:52 AM, Paul B Mahol wrote: > On 3/10/17, Michael Bradshaw wrote: > > On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: > >> > >> Thanks, Michael. Here are those changes. > > > > > > Applied. Thanks for the patch! > > AFAIK some of those could make use of BOOL. > Yes,

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-10 Thread Paul B Mahol
On 3/10/17, Michael Bradshaw wrote: > On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: >> >> Thanks, Michael. Here are those changes. > > > Applied. Thanks for the patch! AFAIK some of those could make use of BOOL. ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-09 Thread Michael Bradshaw
On Thu, Mar 9, 2017 at 8:09 PM, Aaron Boxer wrote: > > Thanks, Michael. Here are those changes. Applied. Thanks for the patch! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-09 Thread Aaron Boxer
On Thu, Mar 9, 2017 at 10:31 PM, Michael Bradshaw wrote: > On Wed, Mar 8, 2017 at 5:19 AM, Aaron Boxer wrote: > > > Final version of simple patch to : > > > > limit encoder to single layer > > add lossless option > > set better defaults for a few encoding parameters. > > > I think I'd prefer to

Re: [FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-09 Thread Michael Bradshaw
On Wed, Mar 8, 2017 at 5:19 AM, Aaron Boxer wrote: > Final version of simple patch to : > > limit encoder to single layer > add lossless option > set better defaults for a few encoding parameters. I think I'd prefer to remove the numlayers option altogether if the only possible value it can hav

[FFmpeg-devel] [PATCH] libavcodec/libopenjpegenc.c

2017-03-08 Thread Aaron Boxer
Final version of simple patch to : limit encoder to single layer add lossless option set better defaults for a few encoding parameters. Cheers, Aaron 0001-1.-limit-to-single-layer-as-there-is-no-current-supp.patch Description: Binary data ___ ffmpeg-d