..
alpha.c
modulate alpha-compression effort according to config.method
2012-05-24 01:54:12 -07:00
analysis.c
remove some variable shadowing
2012-05-15 14:04:24 -07:00
backward_references.c
remove some variable shadowing
2012-05-15 14:04:24 -07:00
backward_references.h
fixed signed/unsigned comparison warning
2012-05-09 13:45:26 -07:00
config.c
Guard the lossless encoder (in flux) under a flag
2012-05-07 14:24:23 -07:00
cost.c
Only recompute level_cost_[] when needed
2012-01-25 07:52:34 -08:00
cost.h
use 16bit counters for recording proba counts
2012-01-23 17:50:58 -08:00
filter.c
add -print_psnr and -print_ssim options to cwebp.
2012-01-20 07:37:29 -08:00
frame.c
minor style fixes
2012-05-04 19:01:11 -07:00
histogram.c
remove arch-dependent rand()
2012-05-22 00:17:04 -07:00
histogram.h
fix VP8LHistogramNumCodes to handle the case palette_code_bits == 0
2012-05-14 01:23:58 -07:00
iterator.c
store prediction mode array as uint8_t[16], not int[16].
2012-01-27 03:17:41 -08:00
layer.c
cosmetics: normalize copyright headers
2012-01-06 14:49:06 -08:00
Makefile.am
Makefile.am: header file maintenance
2012-04-23 18:53:48 -07:00
picture.c
cosmetics: shorten long line
2012-05-09 13:42:31 -07:00
quant.c
Merge "store prediction mode array as uint8_t[16], not int[16]."
2012-01-27 07:16:50 -08:00
syntax.c
silence some type size related warnings
2012-02-09 13:00:09 -08:00
tree.c
Only recompute level_cost_[] when needed
2012-01-25 07:52:34 -08:00
vp8enci.h
make WebPEncodingSetError() take a const picture
2012-05-22 02:51:38 -07:00
vp8l.c
add VP8LEncodeStream() to compress lossless image stream
2012-05-22 03:15:58 -07:00
vp8li.h
add VP8LEncodeStream() to compress lossless image stream
2012-05-22 03:15:58 -07:00
webpenc.c
make WebPEncodingSetError() take a const picture
2012-05-22 02:51:38 -07:00