Commit Graph

  • fd22104022 Introduce Token buffer (unused for now) Pascal Massimino 2012-01-23 05:57:12 -08:00
  • 5fa148f47c Merge "speed-up GetResidualCost()" Pascal Massimino 2012-01-23 02:50:58 -08:00
  • 28a9d9b41a speed-up GetResidualCost() Pascal Massimino 2012-01-23 00:58:09 -08:00
  • 11e7dadd96 Merge "misc cosmetics" Pascal Massimino 2012-01-22 23:52:29 -08:00
  • 378086bd0a misc cosmetics Pascal Massimino 2012-01-22 23:20:53 -08:00
  • d61479f95b add -print_psnr and -print_ssim options to cwebp. Pascal Massimino 2012-01-20 07:20:56 -08:00
  • 2e3e8b2ef5 add a WebPCleanupTransparentArea() method Pascal Massimino 2012-01-17 08:18:22 +00:00
  • 552c121715 Merge "mux: plug some memory leaks on error" James Zern 2012-01-18 13:46:37 -08:00
  • a2a81f7d61 Merge "fix Mach-O shared library build" James Zern 2012-01-18 13:16:12 -08:00
  • b3482c4300 Merge "fix gcc-4.0 apple 32-bit build" James Zern 2012-01-18 13:15:23 -08:00
  • e4e3ec19ad fix gcc-4.0 apple 32-bit build James Zern 2012-01-17 15:53:45 -08:00
  • b0d2fecf25 mux: plug some memory leaks on error Urvang Joshi 2012-01-17 05:41:56 +00:00
  • f0d2c7a76f pass of cosmetics Pascal Massimino 2012-01-17 08:49:56 +00:00
  • b309a6f901 fix Mach-O shared library build James Zern 2012-01-17 16:43:07 -08:00
  • 241ddd38e2 doc: delete mux container pdf James Zern 2012-01-17 12:54:51 -08:00
  • 8b1ba272d2 doc: update VP8 decode guide link James Zern 2012-01-17 12:52:27 -08:00
  • 7e4371c5b3 WebPMuxCreate: fix unchecked malloc James Zern 2012-01-13 20:16:52 -08:00
  • eb425586e1 Merge "have makefile.unix clean up src/webp/*~ too" James Zern 2012-01-13 14:27:46 -08:00
  • a85c363186 Merge "correct EncodeAlpha documentation" James Zern 2012-01-13 14:27:03 -08:00
  • a33842fdb0 Merge "Update webp container spec with alpha filter options." James Zern 2012-01-13 14:25:39 -08:00
  • 8d6490dae6 Incremental support for some of the mux APIs. Urvang Joshi 2012-01-13 14:46:30 +05:30
  • b8375abd08 have makefile.unix clean up src/webp/*~ too Pascal Massimino 2012-01-06 06:38:05 +00:00
  • b5855fc78d correct EncodeAlpha documentation James Zern 2012-01-12 18:37:45 -08:00
  • dba37fea0e Update webp container spec with alpha filter options. Urvang Joshi 2012-01-12 05:19:22 +00:00
  • 2e74ec8b5f fix compile under MINGW Pascal Massimino 2012-01-12 04:51:39 -08:00
  • 716d1d7f87 fix suboptimal MAX_LEN cut-off limit Pascal Massimino 2012-01-10 07:41:11 -08:00
  • 57cab7b891 Harmonize the alpha-filter predictions at boundary Pascal Massimino 2012-01-10 03:18:41 -08:00
  • 3a9895340f Merge "Fix bug for Alpha in RGBA_4444 color-mode." pascal massimino 2012-01-09 02:59:59 -08:00
  • 8ca2076de1 Introduce a 'fast' alpha mode Pascal Massimino 2012-01-08 19:27:21 -08:00
  • 221a06bb16 Fix bug for Alpha in RGBA_4444 color-mode. Vikas Arora 2012-01-09 14:05:28 +05:30
  • ad1e163a0d cosmetics: normalize copyright headers James Zern 2012-01-06 14:49:06 -08:00
  • c77424d7eb cosmetics: light include cleanup James Zern 2012-01-06 14:38:34 -08:00
  • 9d0e17c9a9 fix msvc build breakage after 252028a James Zern 2012-01-05 18:26:40 -08:00
  • 7c4c177c39 Some readability fixes for mux library Urvang Joshi 2012-01-05 17:51:27 +05:30
  • d8a47e66f7 Merge "Add predictive filtering option for Alpha." pascal massimino 2012-01-05 00:33:32 -08:00
  • 252028aaac Add predictive filtering option for Alpha. Vikas Arora 2012-01-05 13:04:30 +05:30
  • 9b69be1cdc Merge "Simplify mux library code" pascal massimino 2012-01-05 00:15:48 -08:00
  • a056170eca Simplify mux library code Urvang Joshi 2012-01-05 12:20:37 +05:30
  • 992187a380 improve log2 test James Zern 2012-01-04 18:38:07 -08:00
  • e852f83205 update Android.mk file list Pascal Massimino 2011-12-26 02:38:13 -08:00
  • a90cb2be6e reduce number of copies and mallocs in alpha plane enc/dec Pascal Massimino 2011-12-21 16:24:25 -08:00
  • b1662b0530 fix some more type conversion warnings w/MSVC James Zern 2011-12-21 15:46:19 -08:00
  • 223d8c60aa fix some uint64_t -> int conversion warnings with MSC Pascal Massimino 2011-12-21 14:43:52 -08:00
  • c1a0437b87 Merge "simplify checks for enabling SSE2 code" James Zern 2011-12-20 17:42:59 -08:00
  • f06817aaea simplify checks for enabling SSE2 code James Zern 2011-12-15 17:03:57 -08:00
  • 948d4fe94f silence a msvc build warning James Zern 2011-12-19 23:01:59 -08:00
  • 911795490e vwebp: msvc build tweaks James Zern 2011-12-16 19:30:33 -08:00
  • 7937b409e7 simple WebP viewer, based on OpenGL Pascal Massimino 2011-12-13 14:02:04 -08:00
  • 6aac1df17b add a bunch of missing 'extern "C"' Pascal Massimino 2011-12-13 10:51:32 -08:00
  • 421eb99db3 Merge "Remove assigned-but-not-used variable "br"" James Zern 2011-12-08 10:41:18 -08:00
  • 91e27f4573 better fitting names for upsampling functions Pascal Massimino 2011-12-08 06:42:53 -08:00
  • a5d7ed5c4b Remove assigned-but-not-used variable "br" Martin Olsson 2011-12-08 15:36:48 +01:00
  • f62d2c9497 remove unused 'has_alpha' from VP8GetInfo() signature Pascal Massimino 2011-12-08 06:39:53 -08:00
  • 08e865822a trap alpha-decoding error Pascal Massimino 2011-12-08 06:34:00 -08:00
  • b361eca1c5 add cut-off to arith coder probability update. Pascal Massimino 2011-12-08 06:27:11 -08:00
  • 8666a93aae Some bug-fixes for images with alpha. Urvang Joshi 2011-12-07 15:01:35 +05:30
  • 273a12a013 fix off-by-1 diff in case cropping and simple filtering Pascal Massimino 2011-12-05 08:37:55 -08:00
  • 2f741d1e13 webpmux: ReadImage: fix ptr free in error case James Zern 2011-12-02 16:00:51 -08:00
  • 721f3f48e7 fix alpha decode James Zern 2011-12-01 15:59:08 -08:00
  • 60942c8cea fix the has_alpha_ order Pascal Massimino 2011-12-02 10:26:42 -08:00
  • 30971c9e95 Implement progress report (and user abort) Pascal Massimino 2011-12-01 02:24:50 -08:00
  • eda520a92e cosmetics after 9523f2a James Zern 2011-12-01 13:05:31 -08:00
  • 38bd5bb524 Merge "Better alpha support in webpmux binary" pascal massimino 2011-12-01 06:01:33 -08:00
  • ccbaebfe30 Merge "Updated the includes to relative paths." pascal massimino 2011-12-01 04:20:46 -08:00
  • d71fbdcca3 fix small typo in error message array Pascal Massimino 2011-12-01 03:34:22 -08:00
  • cdf97aa265 Better alpha support in webpmux binary Urvang Joshi 2011-12-01 16:11:51 +05:30
  • 885f25bc83 Updated the includes to relative paths. Vikas Arora 2011-12-01 15:30:03 +05:30
  • a0ec9aace9 Update WebP encoder (cwebp) to support Alpha. Vikas Arora 2011-12-01 15:11:34 +05:30
  • 667b769aee Fixed the include for types.h within mux.h Vikas Arora 2011-12-01 13:45:01 +05:30
  • 9523f2a5de Add Alpha Encode support from WebPEncode. Vikas Arora 2011-12-01 12:14:15 +05:30
  • 16612ddd30 Merge "Add Alpha Decode support from WebPDecode." pascal massimino 2011-11-30 22:02:03 -08:00
  • d117a94046 Add Alpha Decode support from WebPDecode. Vikas Arora 2011-12-01 08:57:36 +05:30
  • 67228734dc cosmetics after e1947a9 James Zern 2011-11-30 17:01:53 -08:00
  • e1947a9299 Add Alpha encode/decode code. Vikas Arora 2011-11-30 17:46:45 +05:30
  • afc4c5d695 simplify code by introducing a CopyPlane() helper func Pascal Massimino 2011-11-23 22:17:40 +00:00
  • 113b312881 Merge "MUX API Updates" pascal massimino 2011-11-23 05:58:02 -08:00
  • c398f59536 MUX API Updates Urvang Joshi 2011-11-22 14:40:41 +05:30
  • 5acf04ef8c remove orphan source file Somnath Banerjee 2011-11-19 06:43:13 +00:00
  • 059f03ef99 Merge "dec: validate colorspace before using as array index" pascal massimino 2011-11-17 10:24:59 -08:00
  • 70a0398988 Merge "factorize some code" James Zern 2011-11-16 19:14:49 -08:00
  • 9b243b3db0 factorize some code Pascal Massimino 2011-11-15 21:10:09 +00:00
  • 372e2b463b Correct a bug in ReadPNG() with GRAY_ALPHA images Urvang Joshi 2011-11-10 11:35:54 +00:00
  • 469d6eb974 Merge "Makefile.am: remove redundant noinst_HEADERS" James Zern 2011-11-16 18:41:55 -08:00
  • 9fe3372f19 dec: validate colorspace before using as array index James Zern 2011-11-14 20:44:51 +00:00
  • 8962030f52 remove orphan source file James Zern 2011-11-14 18:25:46 -08:00
  • ced3e3f4e0 Makefile.am: remove redundant noinst_HEADERS James Zern 2011-11-11 16:29:32 -08:00
  • 964387ed19 use WEBP_INLINE for inline function declarations James Zern 2011-11-04 19:44:57 -07:00
  • 90880a11b4 Merge "manpages: break long lines" James Zern 2011-11-09 19:12:32 -08:00
  • b5910895ed Merge "manpages: minor formatting updates" James Zern 2011-11-09 19:11:56 -08:00
  • 4c451e4a34 Merge "Rectify the Chunk parsing logic." James Zern 2011-11-09 19:09:57 -08:00
  • 04e84cf1f1 examples: slight cleanup James Zern 2011-11-04 15:20:08 -07:00
  • 099717ce92 manpages: break long lines James Zern 2011-11-03 16:20:20 -07:00
  • 1daf39bbbc manpages: minor formatting updates James Zern 2011-11-03 16:10:27 -07:00
  • abd030b573 fix missing "(void)" in function signature Pascal Massimino 2011-11-01 06:24:34 -07:00
  • f6a7d75885 remove useless test Pascal Massimino 2011-11-01 05:18:46 -07:00
  • f07b2138cd Rectify the Chunk parsing logic. Vikas Arora 2011-10-31 04:38:25 +00:00
  • b8634f7d8f webpmux: fix lib link order James Zern 2011-10-28 18:11:00 -07:00
  • 42c2e682e0 Fix missing coma (on uncompiled code) Pascal Massimino 2011-10-27 06:37:36 -07:00
  • d8329d41e3 Android.mk: add missing source files James Zern 2011-10-19 20:02:23 -07:00
  • 13a54df529 Merge "More aggressive copy-edit; add TODO; validate HTML5" James Zern 2011-10-12 15:59:30 -07:00