libwebp/src
Pascal Massimino 690b491af1 fix loop bug in DispatchAlpha()
* We were re-doing most of the work in plain-C as 'left-over'.
* we were always returning has_alpha = true because of a bad mask all_0xff

These bugs were conservative and silent, in the sense that we were 'just' doing
more work than necessary.

Now, the SSE2 version is really 2x faster than the C version.

Change-Id: I6c8132a267fe3c7a3d1fa70e7a5fcd10719543fa
2014-09-11 22:35:08 +02:00
..
dec fix loop bug in DispatchAlpha() 2014-09-11 22:35:08 +02:00
demux bump version to 0.4.1 2014-07-23 17:17:25 -07:00
dsp fix loop bug in DispatchAlpha() 2014-09-11 22:35:08 +02:00
enc enc/histogram.c: reindent after f4059d0 2014-09-03 16:58:49 -07:00
mux libwebp 0.4.1 2014-07-29 18:06:58 -07:00
utils make VP8LSetBitPos() set br->eos_ flag 2014-09-06 08:40:20 +02:00
webp Add smart RGB->YUV conversion option -pre 4 2014-08-15 10:55:09 -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.4.1 2014-07-23 17:17:25 -07:00