Re: [FFmpeg-devel] [PATCH]lavc/j2kenc: Support AV_PIX_FMT_PAL8

2018-05-25 Thread Carl Eugen Hoyos
2018-05-24 1:16 GMT+02:00, Michael Niedermayer : > On Tue, May 22, 2018 at 02:23:50AM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch allows pal8 encoding into j2k, tested with libopenjpeg, >> kakadu and jasper. >> >> Please comment, Carl Eugen > >> j2kenc.c | 40

Re: [FFmpeg-devel] [PATCH]lavc/j2kenc: Support AV_PIX_FMT_PAL8

2018-05-23 Thread Michael Niedermayer
On Tue, May 22, 2018 at 02:23:50AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows pal8 encoding into j2k, tested with libopenjpeg, > kakadu and jasper. > > Please comment, Carl Eugen > j2kenc.c | 40 > version.h |2 +- > 2 files ch

[FFmpeg-devel] [PATCH]lavc/j2kenc: Support AV_PIX_FMT_PAL8

2018-05-21 Thread Carl Eugen Hoyos
Hi! Attached patch allows pal8 encoding into j2k, tested with libopenjpeg, kakadu and jasper. Please comment, Carl Eugen From ffc9968279ecbf8b0b6659e9a07539edb9787e44 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 22 May 2018 02:21:04 +0200 Subject: [PATCH] lavc/j2kenc: Support AV_PI