..
bit_reader.c
Remove ReadOneBit() and ReadSymbolUnsafe()
2013-02-20 00:13:23 +01:00
bit_reader.h
add support for BITS > 32
2013-03-15 18:37:08 -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
make alpha unfilter work in-place
2013-03-15 01:36:38 +01: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
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
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