libwebp/src/utils
Pascal Massimino 07db70d20f fix for big-endian
(Issue #150: https://code.google.com/p/webp/issues/detail?id=150)

Change-Id: Iad46d375a8c5eabae37cde8f55b3e7448601f264
(cherry picked from commit 4437061735)
2013-06-11 15:00:46 -07:00
..
bit_reader.c Remove ReadOneBit() and ReadSymbolUnsafe() 2013-02-20 00:13:23 +01:00
bit_reader.h fix for big-endian 2013-06-11 15:00:46 -07: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 WebP-Lossless encoding improvements. 2013-06-11 15:00:45 -07:00
filters.h make alpha unfilter work in-place 2013-03-15 01:36:38 +01: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 build: fix install race on shared headers 2013-03-16 13:29:49 -07: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 misc style fix 2013-03-29 15:49:05 -07:00
rescaler.h harmonize authors as "Name (mail@address)" 2012-07-19 16:09:47 -07:00
thread.c move the config check from .c to .h 2013-02-28 21:23:39 +01:00
thread.h move the config check from .c to .h 2013-02-28 21:23:39 +01: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