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.4.4
1525784
update ChangeLog
by James Zern
· 10 years ago
0.4.4
v0.4.4
46e18c0
vwebp: fix incorrect clipping w/NO_BLEND
by Pascal Massimino
· 10 years ago
v0.4.4-rc2
fcfde90
update issue tracker url
by James Zern
· 10 years ago
8c3fb33
update AUTHORS
by James Zern
· 10 years ago
808d4a6
update NEWS
by James Zern
· 10 years ago
6286404
bump version to 0.4.4
by James Zern
· 10 years ago
b8b314a
doc/webp-container-spec: update repo browser link
by James Zern
· 10 years ago
c3953e3
fix typo: constitutes -> constitute
by Pascal Massimino
· 10 years ago
cd377e2
Use __has_builtin to check clang support
by Johann
· 10 years ago
e2e8980
wicdec: fix alpha detection w/64bpp BGRA/RGBA
by James Zern
· 10 years ago
5c3fe77
iosbuild: fix linking with Xcode 7 / iOS SDK 9
by James Zern
· 10 years ago
f9f5498
VP8LAllocateHistogramSet: align histogram[] entries
by James Zern
· 10 years ago
3026db2
Loosen the buffer size checks for Y/U/V/A too.
by Pascal Massimino
· 10 years ago
d089362
loosen the padding check on buffer size
by Pascal Massimino
· 10 years ago
53d22c5
dec_neon: add whitespace around stringizing operator
by James Zern
· 10 years ago
8bcc4d4
dsp/mips: add whitespace around stringizing operator
by James Zern
· 10 years ago
d49c44f
Container spec: clarify ordering of ALPH chunk.
by Urvang Joshi
· 10 years ago
382de22
msvc: fix pointer type warning in BitsLog2Floor
by James Zern
· 10 years ago
84ecd9d
FlattenSimilarBlocks should only be tried when blending is possible.
by Urvang Joshi
· 10 years ago
f55ebbb
backport rescaler fix
by James Zern
· 10 years ago
2ff633c
fix mips2 build target
by James Zern
· 10 years ago
326b5fb
update ChangeLog
by James Zern
· 11 years ago
0.4.3
v0.4.3
a661e50
Disable NEON code on Native Client
by Sam Clegg
· 11 years ago
fcd94e9
update ChangeLog
by James Zern
· 11 years ago
v0.4.3-rc1
569fe57
update NEWS
by James Zern
· 11 years ago
bd852f5
bump version to 0.4.3
by James Zern
· 11 years ago
2d58b64
WebPPictureRescale: add a note about 0 width/height
by James Zern
· 11 years ago
a0d8ca5
examples/Android.mk: add webpmux_example target
by James Zern
· 11 years ago
34b1d29
Android.mk: add webpmux target
by James Zern
· 11 years ago
7561988
Android.mk: add webpdemux target
by James Zern
· 11 years ago
a987576
Android.mk: add webpdecoder{,_static} targets
by James Zern
· 11 years ago
a6d4859
Android.mk: split source lists per-directory
by James Zern
· 11 years ago
77544d5
fix iOS arm64 build with Xcode 6.3
by James Zern
· 11 years ago
6dea157
doc/webp-container-spec: note MSB order for chunk diagrams
by James Zern
· 11 years ago
f7cd57b
doc/webp-container-spec: cosmetics
by James Zern
· 11 years ago
1d6b250
vwebp: clear canvas at the beginning of each loop
by James Zern
· 11 years ago
f97b3f8
webp-container-spec: clarify background clear on loop
by James Zern
· 11 years ago
4ba83c1
vwebp: remove unnecessary static Help() prototype
by James Zern
· 11 years ago
d34e8e3
vwebp/animation: display last frame on end-of-loop
by James Zern
· 11 years ago
bbbc524
dec/vp8: clear 'dither_' on skipped blocks
by James Zern
· 11 years ago
0339fa2
lossless_neon: enable subtract green for aarch64
by James Zern
· 11 years ago
5a0c220
Regression fix for lossless decoding
by Urvang Joshi
· 11 years ago
6e3a31d
wicdec: (msvs) quiet some /analyze warnings
by James Zern
· 11 years ago
b49a578
dwebp/WritePNG: mark png variables volatile
by James Zern
· 11 years ago
0a4391a
dwebp: include setjmp.h w/WEBP_HAVE_PNG
by James Zern
· 11 years ago
90f1ec5
dwebp: correct sign in format strings
by James Zern
· 11 years ago
b61ce86
VP8LEncodeStream: add an assert
by James Zern
· 11 years ago
df1081b
dsp/cpu: (msvs) add include for __cpuidex
by James Zern
· 11 years ago
39aa055
dsp/cpu: (msvs) avoid immintrin.h on _M_ARM
by James Zern
· 11 years ago
f814f42
dsp/cpu: add include for _xgetbv() w/MSVS
by James Zern
· 11 years ago
8508ab9
cpu: fix AVX2 detection for gcc/clang targets
by James Zern
· 11 years ago
5769623
fix handling of zero-sized partition #0 corner case
by Pascal Massimino
· 11 years ago
b2e71a9
make the 'last_cpuinfo_used' variable names unique
by James Zern
· 11 years ago
1273e84
add -Wformat-nonliteral and -Wformat-security
by Pascal Massimino
· 11 years ago
3ae78eb
multi-thread fix: lock each entry points with a static var
by Pascal Massimino
· 11 years ago
5c1eeda
webp-container-spec: remove references to fragments
by James Zern
· 11 years ago
c5ceea4
enc_neon: fix building with non-Xcode clang (iOS)
by James Zern
· 11 years ago
d0859d6
iosbuild: add x64_64 simulator support
by James Zern
· 11 years ago
046732c
WebPEncode: Support encoding same pic twice (even if modified)
by Urvang Joshi
· 11 years ago
4426f50
webp/types.h: use inline for clang++/-std=c++11
by James Zern
· 11 years ago
e297fc7
gif2webp: Use the default hint instead of WEBP_HINT_GRAPH.
by Urvang Joshi
· 11 years ago
855fe43
Makefile.vc: add a 'legacy' RTLIBCFG option
by James Zern
· 11 years ago
b7eb6d5
gif2webp: Support GIF_DISPOSE_RESTORE_PREVIOUS
by Urvang Joshi
· 11 years ago
5691bdd
gif2webp: Handle frames with odd offsets + disposal to background.
by Urvang Joshi
· 11 years ago
8301da1
stopwatch.h: fix includes
by James Zern
· 11 years ago
6a2209a
update ChangeLog
by James Zern
· 11 years ago
0.4.2
v0.4.2
36cad6a
bit_reader.h: cosmetics: fix a typo
by James Zern
· 11 years ago
e2ecae6
enc_mips32: workaround gcc-4.9 bug
by James Zern
· 11 years ago
243e68d
update ChangeLog
by James Zern
· 11 years ago
v0.4.2-rc2
eec5f5f
enc/vp8enci.h: update version number
by James Zern
· 11 years ago
0c1b98d
update NEWS
by James Zern
· 11 years ago
69b0fc9
update AUTHORS
by James Zern
· 11 years ago
857578a
bump version to 0.4.2
by James Zern
· 11 years ago
9129deb
restore encode API compatibility
by James Zern
· 11 years ago
f17b95e
AssignSegments: quiet -Warray-bounds warning
by James Zern
· 11 years ago
9c56c8a
enc_neon: initialize vectors w/vdup_n_u32
by James Zern
· 11 years ago
a008902
iosbuild: cleanup
by James Zern
· 11 years ago
cc6de53
iosbuild: output autoconf req. on failure
by James Zern
· 11 years ago
740d765
iosbuild: make iOS 6 the minimum requirement
by James Zern
· 11 years ago
403023f
iobuild.sh: only install .h files in Headers
by James Zern
· 11 years ago
b65727b
Premultiply with alpha during U/V downsampling
by skal
· 11 years ago
8de0deb
gif2webp: Background color correction
by Urvang Joshi
· 11 years ago
f8b7d94
Amend the lossless spec according to issue #205, #206 and #224
by Pascal Massimino
· 11 years ago
9102a7b
Add a WebPExtractAlpha function to dsp
by Pascal Massimino
· 11 years ago
e407b5d
webpmux: simplify InitializeConfig()
by James Zern
· 11 years ago
3e70e64
webpmux: fix indent
by James Zern
· 11 years ago
be38f1a
webpmux: fix exit status on numeric value parse error
by James Zern
· 11 years ago
94dadcb
webpmux: fix loop_count range check
by James Zern
· 11 years ago
40b3a61
examples: warn on invalid numeric parameters
by James Zern
· 11 years ago
b7d209a
gif2webp: Handle frames with missing graphic control extension
by Urvang Joshi
· 11 years ago
bf0eb74
configure: simplify libpng-config invocation
by James Zern
· 11 years ago
3740f7d
Rectify bug in lossless incremental decoding.
by Vikas Arora
· 11 years ago
3ab0a37
make VP8LSetBitPos() set br->eos_ flag
by Pascal Massimino
· 11 years ago
2e4312b
Lossless decoding: fix eos_ flag condition
by Pascal Massimino
· 11 years ago
e6609ac
fix erroneous dec->status_ setting
by Pascal Massimino
· 11 years ago
5692eae
add a fallback to ALPHA_NO_COMPRESSION
by skal
· 11 years ago
6ecd5bf
ExUtilReadFromStdin: (windows) open stdin in bin mode
by James Zern
· 11 years ago
4206ac6
webpmux: (windows) open stdout in binary mode
by James Zern
· 11 years ago
d40e885
cwebp: (windows) open stdout in binary mode
by James Zern
· 11 years ago
4aaf463
example_util: add ExUtilSetBinaryMode
by James Zern
· 11 years ago
Next »