Re: [FFmpeg-devel] [PATCH 1/1] Add support for Ericsson Texture Compression 1 (ETC1)

2017-02-27 Thread Paul B Mahol
On 2/22/17, Paul B Mahol wrote: > On 2/22/17, Devin Heitmueller wrote: >> This patch adds support for encoding/decoding ETC1 compressed >> textures. This includes support for the PKM file format. >> >> Example usage: >> >> ./ffmpeg -i

Re: [FFmpeg-devel] [PATCH 1/1] Add support for Ericsson Texture Compression 1 (ETC1)

2017-02-22 Thread Paul B Mahol
On 2/22/17, Devin Heitmueller wrote: > This patch adds support for encoding/decoding ETC1 compressed > textures. This includes support for the PKM file format. > > Example usage: > > ./ffmpeg -i input_image.jpg new.pkm > ./ffmpeg -i new.pkm foo.jpg > > Signed-off-by:

[FFmpeg-devel] [PATCH 1/1] Add support for Ericsson Texture Compression 1 (ETC1)

2017-02-22 Thread Devin Heitmueller
This patch adds support for encoding/decoding ETC1 compressed textures. This includes support for the PKM file format. Example usage: ./ffmpeg -i input_image.jpg new.pkm ./ffmpeg -i new.pkm foo.jpg Signed-off-by: Devin Heitmueller --- libavcodec/Makefile |