Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in
chromium
/
webm
/
libwebp
/
refs/heads/0.2.0
74fefc8
Update ChangeLog
by James Zern
· 13 years ago
0.2.0
v0.2.1
abc0604
Merge "update NEWS" into 0.2.0
by pascal massimino
· 13 years ago
57cf313
update NEWS
by James Zern
· 13 years ago
25f585c
bump version to 0.2.1
by James Zern
· 13 years ago
fed7c04
libwebp: validate chunk size in ParseOptionalChunks
by James Zern
· 13 years ago
552cd9b
cwebp (windows): fix alpha image import on XP
by James Zern
· 13 years ago
b14fea9
autoconf/libwebp: enable dll builds for mingw
by James Zern
· 13 years ago
4a8fb27
[cd]webp: always output windows errors
by James Zern
· 13 years ago
d662158
fix double to float conversion warning
by James Zern
· 13 years ago
72b96a6
cwebp: fix jpg encodes on XP
by James Zern
· 13 years ago
734f762
VP8LAllocateHistogramSet: fix overflow in size calculation
by James Zern
· 13 years ago
f9cb58f
GetHistoBits: fix integer overflow
by James Zern
· 13 years ago
b30add2
EncodeImageInternal: fix uninitialized free
by James Zern
· 13 years ago
3de58d7
fix the -g/O3 discrepancy for 32bit compile
by skal
· 13 years ago
77aa7d5
fix the BITS=8 case
by Pascal Massimino
· 13 years ago
e5970bd
Make *InitSSE2() functions be empty on non-SSE2 platform
by Pascal Massimino
· 13 years ago
ef5cc47
make *InitSSE2() functions be empty on non-SSE2 platform
by Pascal Massimino
· 13 years ago
c4ea259
make VP8DspInitNEON() public
by Pascal Massimino
· 13 years ago
4238bc0
Update ChangeLog
by James Zern
· 13 years ago
v0.2.0
c655380
dec/io.c: cosmetics
by James Zern
· 13 years ago
fe1958f
RGBA4444: harmonize lossless/lossy alpha values
by James Zern
· 13 years ago
681cb30
fix RGBA4444 output w/fancy upsampling
by James Zern
· 13 years ago
f06c1d8
Merge "Alignment fix" into 0.2.0
by James Zern
· 13 years ago
f56e98f
Alignment fix
by Urvang Joshi
· 13 years ago
6fe843b
avoid rgb-premultiply if there's only trivial alpha values
by Pascal Massimino
· 13 years ago
528a11a
fix the ARGB4444 premultiply arithmetic
by Pascal Massimino
· 13 years ago
a0a4885
Lossless decoder fix for a special transform order
by Urvang Joshi
· 13 years ago
62dd9bb
Update encoding heuristic w.r.t palette colors.
by Vikas Arora
· 13 years ago
6f4272b
remove unused ApplyInverseTransform()
by Pascal Massimino
· 13 years ago
93bf0fa
Update ChangeLog
by James Zern
· 13 years ago
v0.2.0-rc1
5934fc5
update AUTHORS
by James Zern
· 13 years ago
014a711
update NEWS
by James Zern
· 13 years ago
43b0d61
add support for ARGB -> YUVA conversion for lossless decoder
by Pascal Massimino
· 13 years ago
33705ca
bump version to 0.2.0
by Pascal Massimino
· 13 years ago
c40d7ef
fix alpha-plane check + add extra checks
by Pascal Massimino
· 13 years ago
a06f802
MODE_YUVA: set alpha to opaque if the image has none
by James Zern
· 13 years ago
52a87dd
Merge "silence one more warning" into 0.2.0
by James Zern
· 13 years ago
3b02309
silence one more warning
by James Zern
· 13 years ago
f94b04f
move some RGB->YUV functions to yuv.h
by Pascal Massimino
· 13 years ago
4b71ba0
README: sync [cd]webp help output
by James Zern
· 13 years ago
c9ae57f
man/dwebp.1: add links to output file format details
by James Zern
· 13 years ago
292ec5c
quiet a few 'uninitialized' warnings
by James Zern
· 13 years ago
4af3f6c
fix indentation
by Pascal Massimino
· 13 years ago
9b261bf
remove the last NOT_HAVE_LOG2 instances
by Pascal Massimino
· 13 years ago
323dc4d
remove use of log2(). Use VP8LFastLog2() instead.
by Pascal Massimino
· 13 years ago
8c515d5
Merge "harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc" into 0.2.0
by Pascal Massimino
· 13 years ago
d4b4bb0
Merge changes I46090628,I1a41b2ce into 0.2.0
by James Zern
· 13 years ago
bff34ac
harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc
by Pascal Massimino
· 13 years ago
a3c063c
Merge "extra size check for security" into 0.2.0
by Pascal Massimino
· 13 years ago
5e79630
Merge "WebPEncode: clear stats at the start of encode" into 0.2.0
by pascal massimino
· 13 years ago
f1edf62
Merge "rationalize use of color-cache" into 0.2.0
by Pascal Massimino
· 13 years ago
c193331
extra size check for security
by Pascal Massimino
· 13 years ago
906be65
rationalize use of color-cache
by Pascal Massimino
· 13 years ago
dd1c387
Add image-hint for low-color images.
by Vikas Arora
· 13 years ago
4eb7aa6
Merge "WebPCheckMalloc() and WebPCheckCalloc():" into 0.2.0
by Pascal Massimino
· 13 years ago
80cc730
WebPCheckMalloc() and WebPCheckCalloc():
by Pascal Massimino
· 13 years ago
183cba8
check VP8LBitWriterInit return
by James Zern
· 13 years ago
cbfa9ee
lossless: fix crash on user abort
by James Zern
· 13 years ago
256afef
cwebp: exit immediately on version mismatch
by James Zern
· 13 years ago
475d87d
WebPEncode: clear stats at the start of encode
by James Zern
· 13 years ago
a7cc729
fix type and conversion warnings
by Pascal Massimino
· 13 years ago
7d853d7
add stats for lossless
by Pascal Massimino
· 13 years ago
d39177b
make QuantizeLevels() store the sum of squared error
by Pascal Massimino
· 13 years ago
5955cf5
replace x*155/100 by x*101581>>16
by Pascal Massimino
· 13 years ago
7d732f9
make QuantizeLevels() store the sum of squared error
by Pascal Massimino
· 13 years ago
e45a446
replace x*155/100 by x*101581>>16
by Pascal Massimino
· 13 years ago
159b75d
cwebp output size consistency:
by Urvang Joshi
· 13 years ago
cbee59e
Merge commit 'v0.1.99'
by James Zern
· 13 years ago
1889e9b
dwebp: report -alpha option
by James Zern
· 13 years ago
3bc3f7c
Merge "dwebp: add PAM output support" into 0.2.0
by pascal massimino
· 13 years ago
d919ed0
dwebp: add PAM output support
by James Zern
· 13 years ago
85e215d
README/manpages/configure: update website link
by James Zern
· 13 years ago
c3a207b
Update ChangeLog
by James Zern
· 13 years ago
v0.1.99
d1fd782
Merge "add extra precision about default values and behaviour" into 0.2.0
by James Zern
· 13 years ago
efc826e
add extra precision about default values and behaviour
by Pascal Massimino
· 13 years ago
9f29635
header/doc clean up
by Pascal Massimino
· 13 years ago
ff9fd1b
Makefile.vc: fix webpmux.exe *-dynamic builds
by James Zern
· 13 years ago
8aacc7b
remove INAM, ICOP, ... chunks from the test webp file.
by Pascal Massimino
· 13 years ago
2fc1301
harmonize authors as "Name (mail@address)"
by Pascal Massimino
· 13 years ago
4a9f37b
Merge "update NEWS" into 0.2.0
by pascal massimino
· 13 years ago
7415ae1
makefile.unix: provide examples/webpmux target
by James Zern
· 13 years ago
ce82ced
update NEWS
by James Zern
· 13 years ago
641e28e
Merge "man/cwebp.1: wording, change the date" into 0.2.0
by pascal massimino
· 13 years ago
c37c23e
README: cosmetics
by James Zern
· 13 years ago
3976dcd
man/cwebp.1: wording, change the date
by James Zern
· 13 years ago
3e5bbe1
Merge "rename 'use_argb_input' to 'use_argb'" into 0.2.0
by James Zern
· 13 years ago
ce90847
Merge "add some padding bytes areas for later use" into 0.2.0
by James Zern
· 13 years ago
2390dab
Merge "fixing the findings by Frederic Kayser to the bitstream spec" into 0.2.0
by James Zern
· 13 years ago
0275159
add a very crude progress report for lossless
by Pascal Massimino
· 13 years ago
a4b9b1c
Remove some unused enum values.
by Urvang Joshi
· 13 years ago
dd10817
rename 'use_argb_input' to 'use_argb'
by Pascal Massimino
· 13 years ago
90516ae
add some padding bytes areas for later use
by Pascal Massimino
· 13 years ago
d03b250
fixing the findings by Frederic Kayser to the bitstream spec
by Jyrki Alakuijala
· 13 years ago
ce156af
add missing ABI compatibility checks
by James Zern
· 13 years ago
9d45416
Merge "Doc: container spec text tweaks" into 0.2.0
by James Zern
· 13 years ago
4e2e0a8
Doc: container spec text tweaks
by Lou Quillio
· 13 years ago
f7f16a2
add ABI compatibility check
by Pascal Massimino
· 13 years ago
2a77557
Merge "swig: add WebPEncodeLossless* wrappers" into 0.2.0
by James Zern
· 13 years ago
a3ec622
mux.h: remove '* const' from function parameters
by James Zern
· 13 years ago
31426eb
encode.h: remove '* const' from function parameters
by James Zern
· 13 years ago
Next »