libwebp/src/enc
Pascal Massimino 650ffa3bbb add version getters for decoder and encoder
WebPGetDecoderVersion() and WebPGetEncoderVersion()
will not return 0.1.2 encoded as 0x000102

dwebp and cwebp also have a new "-version" flag

Change-Id: I4fb4b5a8fc4e53681a386ff4b74fffb639fa237a
2011-03-24 16:17:10 -07:00
..
analysis.c a WebP encoder 2011-02-18 23:54:59 -08:00
bit_writer.c emit 9 - nb_bits trailing zeros instead of 8 2011-03-10 14:57:38 -08:00
bit_writer.h a WebP encoder 2011-02-18 23:54:59 -08:00
config.c add missing extern "C" 2011-03-09 21:25:53 -08:00
cost.c a WebP encoder 2011-02-18 23:54:59 -08:00
cost.h a WebP encoder 2011-02-18 23:54:59 -08:00
dsp.c move the quantization function to dsp.c 2011-03-23 17:41:00 -07:00
filter.c add missing extern "C" 2011-03-09 21:25:53 -08:00
frame.c a WebP encoder 2011-02-18 23:54:59 -08:00
iterator.c a WebP encoder 2011-02-18 23:54:59 -08:00
Makefile.am Makefile: allow out of tree builds 2011-03-15 15:31:25 -07:00
Makefile.in Makefile: allow out of tree builds 2011-03-15 15:31:25 -07:00
picture.c add more checks around picture allocation 2011-02-27 10:31:20 -08:00
quant.c move the quantization function to dsp.c 2011-03-23 17:41:00 -07:00
syntax.c remove absolute_delta_ field and syntax code 2011-02-27 10:27:07 -08:00
tree.c a WebP encoder 2011-02-18 23:54:59 -08:00
vp8enci.h add version getters for decoder and encoder 2011-03-24 16:17:10 -07:00
webpenc.c add version getters for decoder and encoder 2011-03-24 16:17:10 -07:00