libwebp/src/utils
skal 5cf7792e40 split quant_levels.c into decoder and encoder version
-> split libraries further into decoder / encoder
-> add libwebpdecoder.a in Makefile.unix
-> make dwebp link against libwebpdecoder.a in Makefile.unix

also: in makefile.unix, pass EXTRA_FLAGS to LDFLAGS too
(otherwise, -m32 wouldn't work, e.g.)

Change-Id: Ief3da02a729dd86bbaf949ed048836716941657f
2013-02-24 21:40:39 +01:00
..
bit_reader.c Remove ReadOneBit() and ReadSymbolUnsafe() 2013-02-20 00:13:23 +01:00
bit_reader.h Remove ReadOneBit() and ReadSymbolUnsafe() 2013-02-20 00:13:23 +01:00
bit_writer.c extra size check for security 2012-08-01 00:37:24 -07:00
bit_writer.h Enable lossless encoder code 2012-06-13 00:26:58 -07:00
color_cache.c harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc 2012-08-01 12:06:04 -07:00
color_cache.h harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
filters.c types.h: centralize use of stddef.h 2012-04-12 17:14:58 -07:00
filters.h Introduce a 'fast' alpha mode 2012-01-09 02:37:44 -08:00
huffman_encode.c handle malloc(0) and calloc(0) uniformly on all platforms 2013-01-22 23:40:16 +01:00
huffman_encode.h harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
huffman.c harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc 2012-08-01 12:06:04 -07:00
huffman.h harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
Makefile.am split quant_levels.c into decoder and encoder version 2013-02-24 21:40:39 +01:00
quant_levels_dec.c split quant_levels.c into decoder and encoder version 2013-02-24 21:40:39 +01:00
quant_levels_dec.h split quant_levels.c into decoder and encoder version 2013-02-24 21:40:39 +01:00
quant_levels.c split quant_levels.c into decoder and encoder version 2013-02-24 21:40:39 +01:00
quant_levels.h split quant_levels.c into decoder and encoder version 2013-02-24 21:40:39 +01:00
rescaler.c move the rescaling code into its own file and make enc/ and dec/ use it. 2012-03-30 12:16:25 -07:00
rescaler.h harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
thread.c harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
thread.h harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
utils.c catch malloc(0)/calloc(0) with an assert 2013-01-23 20:09:28 +01:00
utils.h Separate out mux and demux code and libraries: 2012-11-19 11:40:18 -08:00