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.6.0
/
src
32ed856
Fix "all|no frames are keyframes" settings.
by Jehan
· 9 years ago
f4dc56f
disable GradientUnfilter_NEON
by Pascal Massimino
· 9 years ago
36c42ea
bump version to 0.6.0
by James Zern
· 9 years ago
919f9e2
Merge "add .rc files for windows dll versioning"
by James Zern
· 9 years ago
4689ce1
cwebp: add a -sharp_yuv option for 'sharp' RGB->YUV conversion
by Pascal Massimino
· 9 years ago
79bf46f
rename the pretentious SmartYUV into SharpYUV
by Pascal Massimino
· 9 years ago
eb1dc89
silently expose use_delta_palette in the WebPConfig API
by Pascal Massimino
· 9 years ago
43d3f01
add .rc files for windows dll versioning
by James Zern
· 9 years ago
668e1dd
src/{dec,enc,utils}: give filenames a unique suffix
by James Zern
· 9 years ago
71c53f1
NEON: speed-up strong filtering
by Pascal Massimino
· 9 years ago
a345068
ARM: speed up bitreader by avoiding tables
by Pascal Massimino
· 9 years ago
1dc82a6
Merge "introduce a generic GetCoeffs() function pointer"
by Pascal Massimino
· 9 years ago
8074b89
introduce a generic GetCoeffs() function pointer
by Pascal Massimino
· 9 years ago
749a45a
Merge "NEON: implement alpha-filters (horizontal/vertical/gradient)"
by Pascal Massimino
· 9 years ago
74c053b
Merge "NEON: fix overflow in SSE NxN calculation"
by Pascal Massimino
· 9 years ago
0a3aeff
Merge "dsp: WebPExtractGreen function for alpha decompression"
by Pascal Massimino
· 9 years ago
1de931c
NEON: implement alpha-filters (horizontal/vertical/gradient)
by Pascal Massimino
· 9 years ago
9b3aca4
NEON: fix overflow in SSE NxN calculation
by Pascal Massimino
· 9 years ago
1c07a3c
dsp: WebPExtractGreen function for alpha decompression
by Pascal Massimino
· 9 years ago
9ed5e3e
use pointers for WebPRescaler's in WebPDecParams
by Pascal Massimino
· 9 years ago
db013a8
Merge "ARM: don't use USE_GENERIC_TREE"
by James Zern
· 9 years ago
fcd4784
use a 8b table for C-version for clz()
by Pascal Massimino
· 9 years ago
fbb5c47
ARM: don't use USE_GENERIC_TREE
by Pascal Massimino
· 9 years ago
8fda561
Merge "add a kSlowSSSE3 feature for CPUInfo"
by Pascal Massimino
· 9 years ago
86bbd24
add a kSlowSSSE3 feature for CPUInfo
by Pascal Massimino
· 9 years ago
7c2779e
Get code to fully compile in C++.
by Vincent Rabaud
· 9 years ago
250c358
Merge "When compiling as C++, avoid narrowing warnings."
by Vincent Rabaud
· 9 years ago
c0648ac
When compiling as C++, avoid narrowing warnings.
by Vincent Rabaud
· 9 years ago
0d55f60
40% faster ApplyAlphaMultiply_SSE2
by Pascal Massimino
· 9 years ago
49d0280
NEON: implement several alpha-processing functions
by Pascal Massimino
· 9 years ago
48b1e85
SSE2: 15% faster alpha-processing functions
by Pascal Massimino
· 9 years ago
e3b8abb
fix warning from static analysis.
by Pascal Massimino
· 9 years ago
28fe054
SSE2: 30% faster ApplyAlphaMultiply()
by Pascal Massimino
· 9 years ago
f44acd2
Merge "Properly compute the optimal color cache size."
by Vincent Rabaud
· 9 years ago
527844f
Properly compute the optimal color cache size.
by Vincent Rabaud
· 9 years ago
be0ef63
fix a comment typo
by Pascal Massimino
· 9 years ago
8874b16
Fix a non-deterministic color cache size computation.
by Vincent Rabaud
· 9 years ago
d712e20
Do not allow a color cache size bigger than the number of colors.
by Vincent Rabaud
· 9 years ago
ecff04f
re-introduce some comments in Huffman Cost.
by Vincent Rabaud
· 9 years ago
00b08c8
Merge "NEON: 5% faster conversion to RGB565 and RGBA4444"
by Pascal Massimino
· 9 years ago
0e7f444
Merge "NEON: faster fancy upsampling"
by Pascal Massimino
· 9 years ago
b016cb9
NEON: faster fancy upsampling
by Pascal Massimino
· 9 years ago
1cb6380
Call the C function to finish off lossless SSE loops only when necessary.
by Vincent Rabaud
· 9 years ago
875fafc
Implement BundleColorMap in SSE2.
by Vincent Rabaud
· 9 years ago
f04eb37
Merge tag 'v0.5.2'
by James Zern
· 9 years ago
341d711
NEON: 5% faster conversion to RGB565 and RGBA4444
by Pascal Massimino
· 9 years ago
24eb394
Remove some errors when compiling the code as C++.
by Vincent Rabaud
· 9 years ago
a4bbe4b
fix indentation
by Pascal Massimino
· 9 years ago
5ab6d9d
AnimEncoder: avoid freeing uninitialized memory pointer.
by hui su
· 9 years ago
f29bf58
WebPAnimEncoder: If 'minimize_size' and 'allow_mixed' on, try lossy + lossless.
by Urvang Joshi
· 9 years ago
3ebe1c0
AnimEncoder: avoid freeing uninitialized memory pointer.
by hui su
· 9 years ago
df780e0
fix a potential overflow with MALLOC_LIMIT
by Pascal Massimino
· 9 years ago
58fc507
Merge "PredictorSub: implement fully-SSE2 version"
by Pascal Massimino
· 9 years ago
9cc4216
PredictorSub: implement fully-SSE2 version
by Pascal Massimino
· 9 years ago
827d3c5
Merge "fix a potential overflow with MALLOC_LIMIT"
by Pascal Massimino
· 9 years ago
218460c
bump version to 0.5.2
by James Zern
· 9 years ago
76bbcf2
fix a potential overflow with MALLOC_LIMIT
by Pascal Massimino
· 9 years ago
2423017
dsp/lossless.c,cosmetics: fix indent
by James Zern
· 9 years ago
fbba5bc
optimize predictor #1 in plain-C
by Pascal Massimino
· 9 years ago
9ae0b3f
Merge "SSE2: slightly (~2%) faster Predictor #1"
by Pascal Massimino
· 9 years ago
c1f97bd
SSE2: slightly (~2%) faster Predictor #1
by Pascal Massimino
· 9 years ago
ea664b8
SSE2: 10% faster Predictor #11
by Pascal Massimino
· 9 years ago
be7dcc0
AnimEncoder: Correctly skip a frame when sub-rectangle is empty.
by Hui Su
· 9 years ago
4088583
Fix assertions in WebPRescalerExportRow()
by Hui Su
· 9 years ago
8f38c72
fix a typo in WebPPictureYUVAToARGB's doc
by Pascal Massimino
· 9 years ago
33ca93f
systematically call WebPDemuxReleaseIterator() on dec->prev_iter_
by Pascal Massimino
· 9 years ago
f91ba96
Anim_encoder: correctly handle enc->prev_candidate_undecided_
by hui su
· 9 years ago
25d74e6
WebPPictureDistortion(): free() -> WebPSafeFree()
by Pascal Massimino
· 9 years ago
03f1c00
mux/Makefile.am: add missing -lm
by James Zern
· 9 years ago
58410cd
fix bug in RefineUsingDistortion()
by Pascal Massimino
· 9 years ago
e168af8
fix filtering auto-adjustment
by Pascal Massimino
· 9 years ago
ed9dec4
fix doc and code snippet for WebPINewDecoder() doc
by Pascal Massimino
· 9 years ago
3c49178
prevent 32b overflow for very large canvas_width / height
by Pascal Massimino
· 9 years ago
b3fb8bb
slightly faster Predictor #11 in NEON
by Pascal Massimino
· 9 years ago
a0d2753
lower WEBP_MAX_ALLOCABLE_MEMORY default
by James Zern
· 9 years ago
31fe11a
fix infinite loop in case of PARTITION0 overflow
by Pascal Massimino
· 9 years ago
532215d
Change the rule of picking UV mode in MBAnalyzeBestUVMode()
by hui su
· 9 years ago
7416280
Fix an unsigned integer overflow error in enc/cost.h
by hui su
· 9 years ago
13cf1d2
Do token recording and counting in a single loop
by hui su
· 9 years ago
eb9a4b9
Reset segment id if we decide not to update segment map
by hui su
· 9 years ago
76ebbff
NEON: implement predictor #13
by Pascal Massimino
· 9 years ago
95b12a0
Merge "Revert Average3 and Average4"
by Vincent Rabaud
· 9 years ago
54ab2e7
Revert Average3 and Average4
by Vincent Rabaud
· 9 years ago
fe12330
3-5% faster Predictor #5, #6, #7 and #10 for NEON
by Pascal Massimino
· 9 years ago
fbfb3be
~2% faster predictor #10 for NEON
by Pascal Massimino
· 9 years ago
d4b7d80
lossless_sse2: use the local functions
by Pascal Massimino
· 9 years ago
a5e3b22
Lossless decoder SSE2 improvements.
by Vincent Rabaud
· 9 years ago
58a1f12
~2% faster predictor #12 in NEON.
by Pascal Massimino
· 9 years ago
906c3b6
Merge "Implement lossless transforms in NEON."
by Pascal Massimino
· 9 years ago
d23abe4
Implement lossless transforms in NEON.
by Vincent Rabaud
· 9 years ago
2e6cb6f
Give more flexibility to the predictor generating macro.
by Vincent Rabaud
· 9 years ago
28e0bb7
Merge "Fix race condition in multi-threading initialization."
by Vincent Rabaud
· 9 years ago
6470453
Fix race condition in multi-threading initialization.
by Vincent Rabaud
· 9 years ago
1cc79e9
AnimEncoder: Correctly skip a frame when sub-rectangle is empty.
by Hui Su
· 9 years ago
ea72cd6
add missing 'extern' keyword for predictor dcl
by Pascal Massimino
· 9 years ago
67879e6
SSE implementation of decoding predictors.
by Vincent Rabaud
· 9 years ago
a41296a
Fix potentially uninitialized value.
by Vincent Rabaud
· 9 years ago
4239a14
Make the lossless predictors work on a batch of pixels.
by Vincent Rabaud
· 9 years ago
bc18eba
fix extra 'const's in signatures
by Pascal Massimino
· 9 years ago
71e2f5c
Remove memcpy in lossless decoding.
by Vincent Rabaud
· 9 years ago
Next »