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.3
/
src
a661e50
Disable NEON code on Native Client
by Sam Clegg
· 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
77544d5
fix iOS arm64 build with Xcode 6.3
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
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
3ae78eb
multi-thread fix: lock each entry points with a static var
by Pascal Massimino
· 11 years ago
c5ceea4
enc_neon: fix building with non-Xcode clang (iOS)
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
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
eec5f5f
enc/vp8enci.h: update version number
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
b65727b
Premultiply with alpha during U/V downsampling
by skal
· 11 years ago
9102a7b
Add a WebPExtractAlpha function to dsp
by Pascal Massimino
· 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
23d4fb3
dsp/lossless: workaround gcc-4.9 bug on arm
by James Zern
· 11 years ago
5af7719
dsp.h: collect gcc/clang version test macros
by James Zern
· 11 years ago
90d1124
enc_neon: enable QuantizeBlock for aarch64
by James Zern
· 11 years ago
ee78e78
SmartRGBYUV: fix odd-width problem with pixel replication
by skal
· 11 years ago
c9ac204
fix some MSVC64 warning about float conversion
by Pascal Massimino
· 11 years ago
f4497a1
cpu: check for _MSC_VER before using msvc inline asm
by James Zern
· 11 years ago
e2159fd
faster RGB->YUV conversion function (~7% speedup)
by skal
· 11 years ago
21abaa0
Add smart RGB->YUV conversion option -pre 4
by skal
· 11 years ago
55b10de
MIPS: mips32r2: added optimization for BSwap32
by Djordje Pesut
· 11 years ago
29a9db1
MIPS: detect mips32r6 and disable mips32r1 code
by Djordje Pesut
· 11 years ago
40aa8b6
cosmetics
by James Zern
· 11 years ago
2ddcca5
cosmetics: remove some extraneous 'extern's
by James Zern
· 11 years ago
f40dd7c
vp8enci.h: cosmetics: fix '*' placement
by James Zern
· 11 years ago
4610c9c
bit_writer: cosmetics: rename kFlush() -> Flush()
by James Zern
· 11 years ago
fc3c175
dsp: detect mips64 & disable mips32 code
by James Zern
· 11 years ago
57a7e73
correct alpha_dithering_strength ABI check
by James Zern
· 11 years ago
6c83157
correct WebPMemoryWriterClear ABI check
by James Zern
· 11 years ago
85213b9
bump version to 0.4.1
by James Zern
· 11 years ago
695f80a
Merge "restore mux API compatibility" into 0.4.1
by James Zern
· 11 years ago
862d296
restore mux API compatibility
by James Zern
· 11 years ago
8f6f8c5
remove the !WEBP_REFERENCE_IMPLEMENTATION tweak in Put8x8uv
by skal
· 11 years ago
c2fc52e
restore encode API compatibility
by James Zern
· 11 years ago
793368e
restore decode API compatibility
by James Zern
· 11 years ago
d2cc61b
Extend MakeARGB32() to accept Alpha channel.
by Vikas Arora
· 11 years ago
3398d81
Actuate memory stats for PRINT_MEMORY_INFO
by skal
· 11 years ago
6c347bb
move WebPPictureInit to picture.c
by skal
· 11 years ago
1549d62
reorder the YUVA->ARGB and ARGB->YUVA functions correctly
by Pascal Massimino
· 11 years ago
736f2a1
extract colorspace code from picture.c into picture_csp.c
by Pascal Massimino
· 11 years ago
fbadb48
split monolithic picture.c into picture_{tools,psnr,rescale}.c
by Pascal Massimino
· 11 years ago
c76f07e
dec_neon/TransformAC3: initialize vector w/vcreate
by James Zern
· 11 years ago
bb4fc05
gif2webp: Allow single-frame animations
by Urvang Joshi
· 11 years ago
46fd44c
thread: remove harmless race on status_ in End()
by James Zern
· 11 years ago
6781423
configure: check for __builtin_bswapXX()
by James Zern
· 11 years ago
6422e68
VP8LFillBitWindow: enable fast path for 32-bit builds
by James Zern
· 11 years ago
4f7f52b
VP8LFillBitWindow: respect WEBP_FORCE_ALIGNED
by James Zern
· 11 years ago
e458bad
endian_inl.h: implement htoleXX with BSwapXX
by James Zern
· 11 years ago
f2664d1
endian_inl.h: add BSwap16
by James Zern
· 11 years ago
6fbf534
Merge "configure: add --enable-aligned"
by James Zern
· 11 years ago
dc0f479
configure: add --enable-aligned
by James Zern
· 11 years ago
257adfb
remove experimental YUV444 YUV422 and YUV400 code
by Pascal Massimino
· 11 years ago
380cca4
configure.ac: add AC_C_BIGENDIAN
by James Zern
· 11 years ago
ee70a90
endian_inl.h: add BSwap64
by James Zern
· 11 years ago
47779d4
endian_inl.h: add BSwap32
by James Zern
· 11 years ago
d5104b1
utils: add endian_inl.h
by James Zern
· 11 years ago
516971b
lossless: Remove unaligned read warning
by Vikas Arora
· 11 years ago
e59f536
neon: normalize vdup_n_* usage
by James Zern
· 11 years ago
6ee7160
Merge changes I0da7b3d3,Idad2f278,I4accc305
by James Zern
· 11 years ago
abc02f2
Merge "fix (uncompiled) typo"
by skal
· 11 years ago
bc03670
neon: add INIT_VECTOR4
by James Zern
· 11 years ago
6c1c632
neon: add INIT_VECTOR3
by James Zern
· 11 years ago
dc7687e
neon: add INIT_VECTOR2
by James Zern
· 11 years ago
4536e7c
add WebPMuxSetCanvasSize() to the mux API
by skal
· 11 years ago
824eab1
fix (uncompiled) typo
by skal
· 11 years ago
1f3e5f1
remove unused 'shift' argument and QFIX2 define
by Pascal Massimino
· 11 years ago
1da3d46
VP8LoadNewBytes: use __builtin_bswap32 if available
by James Zern
· 11 years ago
25aaddc
rename interface -> winterface
by Pascal Massimino
· 11 years ago
5584d9d
make WebPSetWorkerInterface() check its arguments
by skal
· 11 years ago
a9cf319
cosmetics: update thread.h comments
by James Zern
· 12 years ago
27bfeee
QuantizeBlock SSE2 Optimization:
by levytamar82
· 12 years ago
c5c6b40
Merge "add alpha dithering for lossy"
by skal
· 12 years ago
6e93317
muxread: fix out of bounds read
by James Zern
· 12 years ago
bbe32df
add alpha dithering for lossy
by skal
· 12 years ago
7902076
Merge "make error-code reporting consistent upon malloc failure"
by skal
· 12 years ago
77bf441
make error-code reporting consistent upon malloc failure
by skal
· 12 years ago
7a93c00
**/Makefile.am: remove unused AM_CPPFLAGS
by James Zern
· 12 years ago
24e3080
Add an interface abstraction to the WebP worker thread implementation
by skal
· 12 years ago
32b3137
configure: move config.h to src/webp/config.h
by James Zern
· 12 years ago
90090d9
Merge changes I7c675e51,I84f7d785
by James Zern
· 12 years ago
Next »