Re: [libav-devel] [PATCH 1/2] Alias PIX image encoder and decoder

2014-03-20 Thread Kostya Shishkov
On Thu, Mar 20, 2014 at 03:14:55AM +0100, Vittorio Giovara wrote: --- My first encoder/decoder \o/ A sum up of the format is available here http://www.mediatel.lu/workshop/graphic/2D_fileformat/h_aliaspix.html GIMP is able to read and write PIX images, it's completely compatibile with

Re: [libav-devel] [PATCH 1/2] Alias PIX image encoder and decoder

2014-03-20 Thread Diego Biurrun
On Thu, Mar 20, 2014 at 03:14:55AM +0100, Vittorio Giovara wrote: --- My first encoder/decoder \o/ \o/ --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -88,6 +88,8 @@ OBJS-$(CONFIG_AC3_FIXED_ENCODER) += ac3enc_fixed.o ac3enc.o ac3tab.o ac3.o OBJS-$(CONFIG_AIC_DECODER)

Re: [libav-devel] [PATCH 1/2] Alias PIX image encoder and decoder

2014-03-20 Thread Kostya Shishkov
On Thu, Mar 20, 2014 at 12:45:36PM +0100, Diego Biurrun wrote: On Thu, Mar 20, 2014 at 03:14:55AM +0100, Vittorio Giovara wrote: --- My first encoder/decoder \o/ \o/ --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -88,6 +88,8 @@ OBJS-$(CONFIG_AC3_FIXED_ENCODER) +=

[libav-devel] [PATCH 1/2] Alias PIX image encoder and decoder

2014-03-19 Thread Vittorio Giovara
--- My first encoder/decoder \o/ A sum up of the format is available here http://www.mediatel.lu/workshop/graphic/2D_fileformat/h_aliaspix.html GIMP is able to read and write PIX images, it's completely compatibile with the ones produced/read from this decoder/encoder. Cheers, Vittorio