Commit Graph

  • 120f58c3aa Merge "lossless*sse2: improve non-const 16-bit vector creation" James Zern 2018-02-20 19:56:07 +00:00
  • a7fe9412d0 WebPPictureDistortion: fix big-endian results order James Zern 2018-02-19 13:19:41 -08:00
  • e26fe06680 cwebp,get_disto: report bpp James Zern 2018-02-19 13:33:45 -08:00
  • dcf860bad1 Import,RGBA: fix for BigEndian import Pascal Massimino 2018-02-15 21:44:39 -08:00
  • ab7b23e93c ReadWebP: fix for big-endian Pascal Massimino 2018-02-14 23:23:51 -08:00
  • 9df64e28dd Merge changes Id5b4a1a4,Ia20ce844 James Zern 2018-02-19 04:28:22 +00:00
  • 8043504f95 lossless*sse2: improve non-const 16-bit vector creation James Zern 2018-02-17 17:59:20 -08:00
  • 1e3dfc48fb Import: extract condition from loop James Zern 2018-02-17 13:30:28 -08:00
  • 3b07d32712 Import,RGBA: fix for BigEndian import Pascal Massimino 2018-02-15 21:44:39 -08:00
  • 551948e45f Remove unused argument in VP8LBitsEntropy. Vincent Rabaud 2018-02-16 16:05:28 +01:00
  • 3005237a5d ReadWebP: fix for big-endian Pascal Massimino 2018-02-14 23:23:51 -08:00
  • 499c395a35 Merge "anim_diff: expose the -max_diff option" Pascal Massimino 2018-02-09 19:39:03 +00:00
  • f69dcd692a Merge "remove WEBP_EXPERIMENTAL_FEATURES" Pascal Massimino 2018-02-09 18:53:59 +00:00
  • 07d884d59b anim_diff: expose the -max_diff option James Zern 2018-02-09 10:32:09 -08:00
  • f4dd92565e remove WEBP_EXPERIMENTAL_FEATURES James Zern 2018-02-09 00:11:52 -08:00
  • 94a8377b3e extract the command-line parsing helpers to example_util skal 2018-02-07 23:09:14 -08:00
  • fc09e6e252 PNM decoder: prevent unsupported depth=2 PAM case. skal 2018-02-07 13:43:57 -08:00
  • 6de58603b7 MIPS64: Fix defined-but-not-used errors with WEBP_REDUCE_CSP skal 2018-01-30 13:48:20 -08:00
  • cbde5728c8 gif2webp: add support for reading from stdin James Zern 2018-01-25 23:22:54 -08:00
  • cf1c5054c7 Add an SSE4 version of some lossless color transforms. Vincent Rabaud 2018-01-24 14:33:25 +01:00
  • 45a8b5eb59 Fix lint error with man page. Vincent Rabaud 2018-01-23 21:18:30 +01:00
  • cff38e8f4d Merge "PNG decoder: handle gAMA chunk" Pascal Massimino 2018-01-06 00:07:58 +00:00
  • 59cb1a48c1 Merge "enable dc error-diffusion always" Pascal Massimino 2018-01-05 22:51:58 +00:00
  • 78318b30e5 PNG decoder: handle gAMA chunk Pascal Massimino 2018-01-05 04:34:50 -08:00
  • 664c21dd01 Merge "remove some TODOs" Pascal Massimino 2017-12-28 14:39:35 +00:00
  • 815652de03 enable dc error-diffusion always Pascal Massimino 2017-12-22 08:01:48 -08:00
  • aec45cec33 remove some TODOs Pascal Massimino 2017-12-27 17:29:31 +01:00
  • 5715dfce2e fix block-count[] increment in case of large image Pascal Massimino 2017-12-27 17:10:39 +01:00
  • c2d04f3eb2 enable DC error-diffusion always for multi-pass Pascal Massimino 2017-12-12 15:00:45 +01:00
  • 96bf07c560 use DC error diffusion for U/V at low-quality Pascal Massimino 2017-12-11 05:07:13 -08:00
  • 1c59020b93 fix missing sse41 targets in makefile.unix Pascal Massimino 2017-12-11 00:00:19 -08:00
  • 7a8e814b57 cosmetics: s/color_space/colorspace/ James Zern 2017-12-08 12:37:38 -08:00
  • 05f6fe24c3 upsampling: rm asserts w/REDUCE_CSP+OMIT_C_CODE James Zern 2017-12-06 16:03:32 -08:00
  • b4cf5597f4 Merge "Upsampling SSE2/SSE4 speedup." Vincent Rabaud 2017-12-06 10:10:12 +00:00
  • ccbeb32c04 Makefile.vc: add missing sse41 files James Zern 2017-12-05 23:27:16 -08:00
  • 55403a9a5a Upsampling SSE2/SSE4 speedup. Vincent Rabaud 2017-12-05 22:27:29 +01:00
  • 807b53c47e Implement the upsampling/yuv functions in SSE41 Vincent Rabaud 2017-12-04 21:47:03 +01:00
  • 84101a8165 Fix wasm WebP compilation Vincent Rabaud 2017-12-04 13:39:50 +01:00
  • 8bebd2a32e fix warning on MSVC Pascal Massimino 2017-12-01 22:46:48 -08:00
  • a7f93fe32d webpmux: allow reading argument from a file Pascal Massimino 2017-12-01 00:21:13 -08:00
  • b69f18a73a gif2webp.1: fix -loop_compatibility layout James Zern 2017-11-29 22:59:30 -08:00
  • 72d530c01d Merge "fix lossless decoding w/WEBP_REDUCE_SIZE" James Zern 2017-11-30 06:42:20 +00:00
  • 296c7dc4ac fix lossless decoding w/WEBP_REDUCE_SIZE James Zern 2017-11-29 16:54:23 -08:00
  • 0d5d029c18 Merge "ImgIoUtilReadFile: fix file leak upon error" Pascal Massimino 2017-11-30 00:24:51 +00:00
  • ae568ce7c4 ImgIoUtilReadFile: fix file leak upon error Pascal Massimino 2017-11-29 21:30:22 +01:00
  • 796b5a8a8a Merge tag 'v0.6.1' James Zern 2017-11-28 15:03:15 -08:00
  • 6b7a95fd83 update ChangeLog v0.6.1 James Zern 2017-11-28 12:01:56 -08:00
  • f66955de5f WEBP_REDUCE_CSP: restrict colorspace support Pascal Massimino 2017-11-22 23:51:19 -08:00
  • 1af0df7662 Merge "WEBP_REDUCE_CSP: restrict colorspace support" Pascal Massimino 2017-11-27 20:08:55 +00:00
  • 6de20df02c WEBP_REDUCE_CSP: restrict colorspace support Pascal Massimino 2017-11-22 23:51:19 -08:00
  • a289d8e774 update ChangeLog v0.6.1-rc2 James Zern 2017-11-24 13:36:03 -08:00
  • c10a493caf vwebp: disable double buffering on windows & mac James Zern 2017-11-25 18:21:44 -08:00
  • 0d4466c2b4 webp_to_sdl.c: fix file mode James Zern 2017-11-25 13:52:03 -08:00
  • 1b27bf8b76 WEBP_REDUCE_SIZE: disable all rescaler code Pascal Massimino 2017-11-24 00:13:27 -08:00
  • 126be10950 webpinfo: add -version option James Zern 2017-11-24 14:17:51 -08:00
  • 0df22b9eed WEBP_REDUCE_SIZE: disable all rescaler code Pascal Massimino 2017-11-24 00:13:27 -08:00
  • 9add62b581 bump version to 0.6.1 James Zern 2017-11-24 00:27:22 -08:00
  • d3e2614493 update NEWS James Zern 2017-11-24 00:14:18 -08:00
  • 2edda639b2 README: add webpinfo section James Zern 2017-11-23 23:58:22 -08:00
  • 9ca568ef82 Merge "right-size some tables" James Zern 2017-11-24 06:28:02 +00:00
  • 31f1995cc5 Merge "SSE2 implementation of HasAlphaXXX" Pascal Massimino 2017-11-24 06:25:58 +00:00
  • a80c46bd87 SSE2 implementation of HasAlphaXXX Pascal Massimino 2017-11-23 13:38:20 +01:00
  • 083507f244 right-size some tables James Zern 2017-11-21 21:07:45 -08:00
  • 2e5785b233 anim_utils.c: remove warning when !defined(WEBP_HAVE_GIF) Pascal Massimino 2017-11-23 00:22:01 -08:00
  • b299c47eac add WEBP_REDUCE_SIZE James Zern 2017-11-22 17:35:39 -08:00
  • f593d71a64 enc: disable pic->stats/extra_info w/WEBP_DISABLE_STATS James Zern 2017-11-22 17:01:19 -08:00
  • 541179a9a5 Merge "predictor_enc: fix build w/--disable-near-lossless" James Zern 2017-11-23 01:02:59 +00:00
  • 5755a7ec53 predictor_enc: fix build w/--disable-near-lossless James Zern 2017-11-22 15:02:21 -08:00
  • eab5bab74f add WEBP_DISABLE_STATS James Zern 2017-11-22 12:41:17 -08:00
  • 8052c585b3 remove some petty TODOs from vwebp. Pascal Massimino 2017-11-21 23:57:57 -08:00
  • c245343dcb move LOAD8x4 and STORE8x2 closer to their use location Pascal Massimino 2017-11-21 23:44:39 -08:00
  • b9e734fd5c dec,cosmetics: normalize function naming style James Zern 2017-11-21 14:30:37 -08:00
  • c188d546b3 dec: harmonize function suffixes James Zern 2017-11-21 12:56:56 -08:00
  • 28c5ac8104 dec_sse41: harmonize function suffixes James Zern 2017-11-21 12:47:06 -08:00
  • e65b72a368 Merge "introduce WebPHasAlpha8b and WebPHasAlpha32b" Pascal Massimino 2017-11-21 06:21:44 +00:00
  • b94cee98fb dec_sse2: remove HE8uv_SSE2 James Zern 2017-11-20 20:34:05 -08:00
  • 44a0ee3fa7 introduce WebPHasAlpha8b and WebPHasAlpha32b Pascal Massimino 2017-11-16 06:59:52 -08:00
  • aebf59ac50 Merge "WebPPictureAllocARGB: align argb allocation" Pascal Massimino 2017-11-17 07:27:41 +00:00
  • c184665ecd WebPPictureAllocARGB: align argb allocation James Zern 2017-11-16 20:19:09 -08:00
  • 3daf7509c2 WebPParseHeaders: remove obsolete animation TODO James Zern 2017-11-16 20:15:57 -08:00
  • 80285d97ad cmake: avoid security warnings under msvc James Zern 2017-11-15 18:41:34 -08:00
  • 650eac5542 cmake: don't set -Wall with MSVC James Zern 2017-11-15 18:29:15 -08:00
  • c462cd0065 Remove useless code. Vincent Rabaud 2017-11-08 10:52:49 +01:00
  • 01a98217ad Merge "remove WebPWorkerImpl declaration from the header" Pascal Massimino 2017-11-06 20:37:08 +00:00
  • 3c49fc47e7 Merge "thread_utils: fix potentially bad call to Execute" Pascal Massimino 2017-11-06 20:36:13 +00:00
  • fde2782ecb thread_utils: fix potentially bad call to Execute Pascal Massimino 2017-11-05 16:39:29 -08:00
  • 2a270c1df5 remove WebPWorkerImpl declaration from the header Pascal Massimino 2017-11-05 12:31:48 -08:00
  • f1f437cc89 remove mention of 'lossy-only parameters' from the doc Pascal Massimino 2017-11-05 01:39:06 -08:00
  • 0d7614fddf README.wasm: add instructions for enabling mulhi portable-intrinsics James Zern 2017-11-02 11:20:09 -07:00
  • 88692490a5 WebPMemToUint32: remove ptr cast to int James Zern 2017-10-30 17:08:46 -07:00
  • 3879074d99 Merge "WebPMemToUint32: remove ptr cast to int" Pascal Massimino 2017-10-31 06:41:05 +00:00
  • 0af22e17d6 dec_wasm,NEON mulhi: use local vector types in cast James Zern 2017-10-30 20:14:56 -07:00
  • 04b029d236 WebPMemToUint32: remove ptr cast to int James Zern 2017-10-30 17:08:46 -07:00
  • 08af967025 add LOCAL_CLANG_PREREQ and avoid WORK_AROUND_GCC w/3.8+ James Zern 2017-09-19 20:15:31 -07:00
  • a26996116f define WEBP_USE_INTRINSICS w/gcc-4.9+ James Zern 2017-09-19 20:15:23 -07:00
  • 5505a5b107 Android.mk,mips: fix clang build with r15 James Zern 2017-08-31 22:42:14 -07:00
  • b7971d0e22 dsp: avoid defining _C functions w/NEON builds James Zern 2017-10-26 20:31:27 -07:00
  • 6ba98764e8 webpdec: correct alloc size check w/use_argb James Zern 2017-10-27 06:09:36 +00:00
  • 5cfb3b0f6c normalize include guards James Zern 2017-10-20 19:26:52 -07:00
  • f433205ee3 Merge changes Ia17c7dfc,I75423abb,Ia2f716b4,I161caa14,I4210081a, ... Pascal Massimino 2017-10-21 06:34:14 +00:00