Commit Graph

  • 7f0064361a Makefile.vc: fix webp_quality.exe link James Zern 2019-12-20 08:50:48 -08:00
  • cf047e8347 Makefile.vc: fix webp_quality.exe link James Zern 2019-12-20 08:50:48 -08:00
  • c074c65368 update NEWS James Zern 2019-12-16 22:35:10 -08:00
  • 30f0955160 bump version to 1.1.0 James Zern 2019-12-16 20:56:09 -08:00
  • a76694a1d6 update AUTHORS James Zern 2019-12-16 20:42:57 -08:00
  • 6e3ef7b326 extras: fix WEBP_SWAP_16BIT_CSP check James Zern 2019-12-17 18:52:24 -08:00
  • 47178dbd45 extras: add WebPUnmultiplyARGB() convenience function Skal 2019-10-24 21:20:03 +02:00
  • 22cbae33e5 idec_dec: fix 0 offset of NULL pointer James Zern 2019-12-14 20:46:57 +00:00
  • 290dd0b426 muxread: fix 0 offset of NULL pointer James Zern 2019-12-14 20:43:15 +00:00
  • 0df474ac9e Merge "lossless_(enc_|)sse2: avoid offsetting a NULL pointer" James Zern 2019-12-13 22:04:44 +00:00
  • c6b75a1966 lossless_(enc_|)sse2: avoid offsetting a NULL pointer James Zern 2019-12-12 23:23:39 -08:00
  • 295e5e3801 fix UBSAN warning Skal 2019-12-13 14:21:09 +01:00
  • e2575e05cb DC8_NEON,aarch64: use vaddv James Zern 2019-12-05 21:00:10 -08:00
  • b0e09e346f dec_neon: Fix build failure under some toolchains Cheng Yi 2019-12-06 01:08:21 +00:00
  • cf0e903c89 dsp/lossless: Fix non gcc ARM builds Oliver Wolff 2019-11-27 15:03:57 +01:00
  • bb7bc40b6d Remove ubsan errors. Vincent Rabaud 2019-11-06 10:38:42 +01:00
  • 78881b769c CMake: fix GLUT library link Pascal Massimino 2019-10-08 13:29:27 +02:00
  • 9f750f7a06 cmake: fix BUILD_SHARED_LIBS build on mac James Zern 2019-10-22 12:01:03 -07:00
  • 17850e74ce libwebp: Remove char-subscripts warning in pnmdec.c Yannis Guyon 2019-10-16 17:58:30 +02:00
  • 2fa2552db1 Merge "Expose WebPMalloc() in addition to WebPFree()" Pascal Massimino 2019-10-16 05:48:18 +00:00
  • a4df4aae73 Expose WebPMalloc() in addition to WebPFree() Skal 2019-10-15 23:16:51 +02:00
  • 853ea3d846 imageio/tiff: Return error before allocating bad tile size Yannis Guyon 2019-10-15 10:44:17 +02:00
  • af650c0bd2 Fix a Wxor-used-as-pow false positive Nico Weber 2019-09-04 10:42:47 -04:00
  • 8bac4561bf bugfix: last alpha rows were incorrectly decoded Skal 2019-08-30 14:13:28 +02:00
  • 601ef17cf6 libwebp.py: update to swig 3.0.12 James Zern 2019-08-31 19:20:58 -07:00
  • 0e48d889eb bugfix: last alpha rows were incorrectly decoded Skal 2019-08-30 14:13:28 +02:00
  • 24d2ccb4e0 webp: Fix imageio ReadPNM() TUPLTYPE Yannis Guyon 2019-07-30 09:22:29 +02:00
  • fab8f9cfcf cosmetics: normalize '*' association James Zern 2019-07-26 00:46:40 -07:00
  • 94138e0e0d update .gitignore James Zern 2019-07-13 00:52:46 -07:00
  • 0fe1a89dbf update ChangeLog v1.0.3-rc1 v1.0.3 James Zern 2019-07-04 12:29:44 -07:00
  • 2ad0916d5a update NEWS James Zern 2019-07-04 11:43:29 -07:00
  • 1287362b9a bump version to 1.0.3 James Zern 2019-07-04 11:07:04 -07:00
  • 7b968cc2d5 update AUTHORS James Zern 2019-07-04 10:42:46 -07:00
  • 9d6988f44d Fix the oscillating prediction problem at low quality Pascal Massimino 2019-07-03 08:40:41 -07:00
  • 312f74d010 makefile.unix: allow *_LIBS to be overridden w/EXTRA_LIBS James Zern 2019-07-01 19:49:18 -07:00
  • 92dbf23775 filters_sse2,cosmetics: shorten some long lines James Zern 2019-07-01 12:17:43 -07:00
  • a277d197a2 filters_sse2.c: quiet integer sanitizer warnings James Zern 2019-07-01 11:09:52 -07:00
  • 804540f183 Fix cpufeatures in CMake. Vincent Rabaud 2019-06-27 14:06:40 +02:00
  • bf00c15b23 Add CMake option for bittrace. Vincent Rabaud 2019-06-27 11:36:07 +02:00
  • a788b49897 filters_sse2.c: quiet integer sanitizer warnings James Zern 2019-06-28 23:22:49 -07:00
  • e6a92c5e15 filters.c: quiet integer sanitizer warnings James Zern 2019-06-28 23:16:28 -07:00
  • ec1cc40a59 lossless.c: remove U32 -> S8 conversion warnings James Zern 2019-06-28 01:34:55 -07:00
  • 1106478f42 remove conversion U32 -> S8 warnings Pascal Massimino 2019-06-24 16:42:42 -07:00
  • 812a6b49fc lossless_enc: fix some conversion warning Skal 2019-06-24 16:16:18 +02:00
  • 4627c1c91b lossless_enc,TransformColorBlue: quiet uint32_t conv warning James Zern 2019-06-20 23:06:13 -07:00
  • c84673a62f lossless_enc_sse{2,41}: quiet signed conv warnings James Zern 2019-06-15 00:22:03 -07:00
  • 776a775709 dec_sse2: quiet signed conv warnings James Zern 2019-06-14 01:00:20 -07:00
  • bd39c063ce Merge "thread_utils: release mutex before signaling" James Zern 2019-06-12 06:15:22 +00:00
  • 0550576faa Merge "(alpha_processing,enc}_sse2: quiet signed conv warnings" James Zern 2019-06-11 17:42:04 +00:00
  • 6682f2c415 thread_utils: release mutex before signaling James Zern 2019-06-10 20:58:30 -07:00
  • e78dea7587 (alpha_processing,enc}_sse2: quiet signed conv warnings James Zern 2019-06-07 20:24:20 -07:00
  • 9acf18ba46 iosbuild.sh: add WebP{Demux,Mux}.framework Aidan O'Loan 2019-06-07 17:39:52 -07:00
  • b9be7e65f8 vwebp: remove the -fit option (and make it default) Pascal Massimino 2019-06-05 21:43:23 +02:00
  • 1394a2bb86 Merge "README.webp_js: update Emscripten.cmake note" James Zern 2019-05-31 08:40:50 +00:00
  • dd3e7f8a2f README.webp_js: update Emscripten.cmake note James Zern 2019-05-31 00:41:44 -07:00
  • 32cf880132 predictor_enc,GetBestGreenRedToBlue: quiet implicit conv warnings James Zern 2019-05-31 00:06:23 -07:00
  • e1c8acb5bd Merge "vwebp: add a -fit option" Pascal Massimino 2019-05-29 08:27:48 +00:00
  • cbd23dd5b4 vwebp: add a -fit option Pascal Massimino 2019-05-28 11:56:52 +02:00
  • 2e672351aa bit_writer_utils,Flush: quiet implicit conversion warnings James Zern 2019-05-25 12:31:09 -07:00
  • 1326988d10 swig: update libwebp_python_wrap.c James Zern 2019-04-18 15:30:11 -07:00
  • 0e7f854897 update generated swig files Skal 2019-04-18 06:47:07 +02:00
  • 17ed143879 Merge "PutLE{16,24}: quiet implicit conversion warnings" James Zern 2019-04-05 02:03:05 +00:00
  • 24686538be PutLE{16,24}: quiet implicit conversion warnings James Zern 2019-04-03 22:39:39 -07:00
  • 153bb3a0ef fix some clang-7 warnings: Pascal Massimino 2019-04-03 07:34:48 +02:00
  • 7c2c00851a Rescaler: fix rounding error Pascal Massimino 2019-03-28 19:44:39 +01:00
  • 067423687d Rescaler: fix rounding error Pascal Massimino 2019-03-28 19:44:39 +01:00
  • d8481223b3 Rescaler: fix rounding error Pascal Massimino 2019-03-28 19:44:39 +01:00
  • 4fdc903597 HistogramCombineStochastic: fix free of uninit value James Zern 2019-03-29 17:04:31 -07:00
  • ab2dc8939f Rescaler: fix rounding error Pascal Massimino 2019-03-28 19:44:39 +01:00
  • aa65f89a8f HistogramCombineStochastic: fix free of uninit value James Zern 2019-03-29 17:04:31 -07:00
  • af0bac643a Merge "encode.h: mention 'exact' default in WebPEncodeLossless*" James Zern 2019-03-18 18:04:55 +00:00
  • 6d2e11ec8b encode.h: mention 'exact' default in WebPEncodeLossless* James Zern 2019-03-15 18:07:11 -07:00
  • 8c3f04febb AndroidCPUInfo: reorder terms in conditional James Zern 2019-03-15 18:12:04 -07:00
  • fcfd9c71b4 BitTrace: if BITTRACE is > 0, record and print syntax bits used Pascal Massimino 2019-03-12 09:48:37 +01:00
  • 067031eaed Speedups for unused Huffman groups. Vincent Rabaud 2019-03-11 16:53:06 +01:00
  • 01ac46bae6 libwebp: Display "libjpeg error:" in imageio/jpegdec Yannis Guyon 2019-03-08 15:19:51 +01:00
  • d9a662e1aa WebPRescalerGetScaledDimensions: round scaled dimension up Skal 2019-02-18 14:34:03 +01:00
  • 62eb3f087a libwebp: Fix missing '{' in README Yannis Guyon 2019-02-15 09:45:34 +01:00
  • fa58371c6a unicode,INIT_WARGV: add missing cast James Zern 2019-01-23 22:59:48 -08:00
  • 84fdd0d12e Remove BINARYEN_METHOD in wasm settings. Vincent Rabaud 2019-01-23 11:12:26 +01:00
  • e05f785a66 Merge "unicode,INIT_WARGV: add missing cast" James Zern 2019-01-25 08:58:32 +00:00
  • 63c9a69fbd tag the VP8LHashPix() function for potential uint roll-over James Zern 2019-01-23 23:22:38 -08:00
  • 2b7214ab99 unicode,INIT_WARGV: add missing cast James Zern 2019-01-23 22:59:48 -08:00
  • bf424b46a3 tag the GetPixPairHash64() function for potential uint roll-over Skal 2019-01-23 21:29:54 +01:00
  • 7d05d6ca91 Have the color cache computation be u32-bit only. Vincent Rabaud 2019-01-22 10:04:51 +01:00
  • 6bcf876980 Remove BINARYEN_METHOD in wasm settings. Vincent Rabaud 2019-01-23 11:12:26 +01:00
  • 2b98df90cb update ChangeLog v1.0.2-rc1 v1.0.2 James Zern 2019-01-14 20:38:05 -08:00
  • 61e372b7e3 update NEWS James Zern 2019-01-14 20:24:07 -08:00
  • 7ae658a026 bump version to 1.0.2 James Zern 2019-01-14 19:57:05 -08:00
  • 51c4907d32 update AUTHORS James Zern 2019-01-14 19:43:29 -08:00
  • 666bd6c654 man/cwebp.1: refine near-lossless text James Zern 2019-01-11 22:55:24 -08:00
  • 561cdce5bd Clarify the doc about GetFeatures. Vincent Rabaud 2019-01-09 10:24:28 +01:00
  • aec2cf02d1 near_lossless: fix fuzzing-detected integer overflow Skal 2019-01-05 17:40:50 +01:00
  • 928a75deca webp: Fix VP8LBitWriterClone() bug Yannis Guyon 2018-12-21 17:57:47 +01:00
  • 5173d4ee6f neon IsFlat Johann 2018-11-13 14:25:59 -08:00
  • 5b081219c9 IsFlat: inline when possible Johann 2018-11-29 14:37:29 -08:00
  • 381b7b54a0 IsFlat: use int for thresh Johann 2018-11-29 14:34:17 -08:00
  • 6ed15ea1cd fix unprobable leak in webp_sdl.c Skal 2018-11-27 11:59:31 +01:00
  • 22bbb24ea8 Merge "IsFlat: return int" Johann Koenig 2018-11-18 16:31:47 +00:00
  • 8b3fb2389b Merge tag 'v1.0.1' James Zern 2018-11-16 23:14:29 -08:00