libwebp/src
Urvang Joshi 96ad0e0aef VPLBitReader bugfix: Catch error if bit_pos > LBITS too.
Earlier we were only testing for bit_pos == LBITS. But this is not
sufficient,
as bit_pos can jump from < LBITS to > LBITS.

This was resulting in some bit-stream truncation errors not being
caught.

Note: Not a security bug though, as br->pos wasn't incremented in such
cases
and so we weren't reading beyond the buffer.

Change-Id: Idadcdcbc6a5713f8fac3470f907fa37a63074836
2013-10-30 16:33:36 -07:00
..
dec filtering: precompute ilimit and hev_threshold 2013-10-28 13:37:33 +01:00
demux Demux: Correct the extended format validation 2013-10-23 17:25:23 -07:00
dsp make use of 'extern' consistent in function declarations 2013-10-30 03:23:21 -07:00
enc add helpful PrintBlockInfo() function 2013-10-30 19:25:27 +01:00
mux fix some warnings from static analysis 2013-09-13 11:33:30 +02:00
utils VPLBitReader bugfix: Catch error if bit_pos > LBITS too. 2013-10-30 16:33:36 -07:00
webp add a 'format' field to WebPBitstreamFeatures 2013-10-25 20:34:06 +02:00
.gitignore build: add pkgconfig files 2011-03-26 10:15:44 -07:00
libwebp.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebpdecoder.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
Makefile.am bump version to 0.3.1 2013-06-12 23:19:13 -07:00