Commit Graph

  • 9b3d1f3a1b decode.h: use size_t consistently James Zern 2012-04-17 16:01:33 -07:00
  • 64083d3c89 Merge "Makefile.am: cosmetics" pascal massimino 2012-04-19 13:51:33 -07:00
  • dceb8b4d9a Merge changes If1331d3c,I86fe3847 James Zern 2012-04-14 13:01:13 -07:00
  • 0e33d7bf42 Merge "webp/decode.h: fix prototypes" James Zern 2012-04-13 10:46:14 -07:00
  • fac0f12e1b rename BitReader to VP8LBitReader Pascal Massimino 2012-04-13 01:56:31 -07:00
  • fbd82b5a39 types.h: centralize use of stddef.h James Zern 2012-04-12 17:05:34 -07:00
  • 2154835f73 Makefile.am: cosmetics James Zern 2012-04-12 15:51:30 -07:00
  • 1c92bd37f3 vp8io: use size_t for buffer size James Zern 2012-04-12 13:43:37 -07:00
  • 90ead710dc fix some more uint32_t -> size_t typing James Zern 2012-04-12 13:06:54 -07:00
  • cbe705c78a webp/decode.h: fix prototypes James Zern 2012-04-12 12:52:17 -07:00
  • 3f8ec1c21f makefile.unix & Android.mk: cosmetics James Zern 2012-04-12 12:00:43 -07:00
  • 217ec7f4d0 Remove tabs in configure.ac Pascal Massimino 2012-04-12 00:13:06 -07:00
  • b3d35fc130 Merge "Android.mk & Makefile.vc: add new files" James Zern 2012-04-11 15:48:30 -07:00
  • 0df04b9e19 Android.mk & Makefile.vc: add new files James Zern 2012-04-11 14:55:11 -07:00
  • e4f20c5bd5 Merge "automake: replace 'silent-rules' w/AM_SILENT_RULES" James Zern 2012-04-11 15:45:55 -07:00
  • 8d254a0927 cosmetics James Zern 2012-03-30 15:26:07 -07:00
  • 6860c2ea9d fix some uint32_t -> size_t typing Pascal Massimino 2012-04-05 11:19:24 +00:00
  • 4af1858a10 Fix a crash due to max symbol in a tree >= alphabet size Urvang Joshi 2012-04-05 11:19:24 +00:00
  • 6f01b830e2 split the VP8 and VP8L decoding properly Pascal Massimino 2012-04-05 09:31:10 +00:00
  • f2623dbe58 enable lossless decoder James Zern 2012-04-10 18:41:18 -07:00
  • b96efd7d50 add dec/vp8i.h changes from experimental James Zern 2012-04-10 17:23:38 -07:00
  • 19f6398ed7 add dec/vp8l{i.h,.c} from experimental James Zern 2012-04-10 17:23:38 -07:00
  • c4ae53c8b3 add utils/bit_reader.[hc] changes from experimental James Zern 2012-04-10 17:23:38 -07:00
  • 514d008921 add dsp/lossless.[hc] from experimental James Zern 2012-04-10 17:23:38 -07:00
  • 9c67291d67 add utils/huffman.[hc] from experimental James Zern 2012-04-10 17:23:38 -07:00
  • 337914a036 add utils/color_cache.[hc] from experimental James Zern 2012-04-10 17:23:38 -07:00
  • b3bf8fe7a1 the read-overflow code-path wasn't reporting as an error Pascal Massimino 2012-02-24 07:59:44 +00:00
  • 1db888ba40 take colorspace into account when cropping Pascal Massimino 2012-03-27 12:24:56 +00:00
  • 61c2d51fd7 move the rescaling code into its own file and make enc/ and dec/ use it. Pascal Massimino 2012-03-22 10:30:20 +00:00
  • efc2016a31 Make rescaler methods generic Urvang Joshi 2012-03-21 06:48:50 +00:00
  • 3eacee8158 Move rescaler methods out of io.c. Urvang Joshi 2012-03-20 10:59:22 +00:00
  • a69b893dda automake: replace 'silent-rules' w/AM_SILENT_RULES James Zern 2012-03-28 22:46:12 -07:00
  • 6f7bf645b4 issue 111: fix little-endian problem in bit-reader Pascal Massimino 2012-03-27 05:55:20 -07:00
  • ed278e2279 Removed unnecessary lookup Scott LaVarnway 2012-03-26 11:44:04 -04:00
  • cd8c3ba78f fix some warnings: down-cast and possibly-uninitialized variable Pascal Massimino 2012-03-16 09:51:34 +00:00
  • 0a7102ba60 ~1% improvement of alpha compression Pascal Massimino 2012-02-24 18:36:57 +00:00
  • 3bc1b14191 Merge "Reformat container doc" James Zern 2012-02-24 19:30:40 -08:00
  • dc17abdcb6 mux: cosmetics James Zern 2012-02-23 13:21:43 -08:00
  • cb5810dfbe Merge "WebPMuxGetImage: allow image param to be NULL" pascal massimino 2012-02-22 21:58:48 -08:00
  • 506a4af2fa mux: cosmetics James Zern 2012-02-17 15:13:09 -08:00
  • 135e8b1942 WebPMuxGetImage: allow image param to be NULL James Zern 2012-02-16 17:41:29 -08:00
  • de556b6866 Merge "README.mux: reword some descriptions" pascal massimino 2012-02-22 15:02:50 -08:00
  • 0ee2aeb904 Makefile.vc: use batch mode rules James Zern 2012-02-21 17:06:44 -08:00
  • d9acddc010 msvc: move {i,p}db creation to object directory James Zern 2012-02-21 16:41:23 -08:00
  • 237c9aa727 Merge "expose WebPFree function for DLL builds" James Zern 2012-02-22 10:55:52 -08:00
  • b3e4054f14 silence msvc debug build warning James Zern 2012-02-21 13:57:48 -08:00
  • 45feb55dec expose WebPFree function for DLL builds James Zern 2012-02-21 13:44:39 -08:00
  • 11316d84b4 README.mux: reword some descriptions James Zern 2012-02-17 14:39:31 -08:00
  • 4be52f4a65 factorize WebPMuxValidate James Zern 2012-02-15 11:54:10 -08:00
  • 14f6b9f606 mux: light cleanup James Zern 2012-02-14 13:51:41 -08:00
  • 5e96a5dbef add more param checks to WebPPictureDistortion() Pascal Massimino 2012-02-10 02:52:48 -08:00
  • 8abaf82083 Merge "silence some type size related warnings" pascal massimino 2012-02-09 19:21:39 -08:00
  • 1601a39b09 silence some type size related warnings James Zern 2012-02-08 12:30:30 -08:00
  • f3abe520ac Merge "idec: simplify buffer size calculation" pascal massimino 2012-02-09 01:25:00 -08:00
  • a9c5cd4c97 idec: simplify buffer size calculation James Zern 2012-02-07 18:49:26 -08:00
  • 7b06bd7fcb Merge "configure/automake: add silent-rules option" pascal massimino 2012-02-08 14:04:12 -08:00
  • e9a7d145e7 Reformat container doc James Zern 2012-02-07 15:06:32 -08:00
  • d4e5c7f327 configure/automake: add silent-rules option James Zern 2012-02-07 18:08:08 -08:00
  • 5081db78be configure/automake: no -version-info for convenience libs James Zern 2012-02-07 18:06:20 -08:00
  • 85b6ff6897 Merge "idec: fix WebPIUpdate failure" pascal massimino 2012-01-31 23:39:02 -08:00
  • 7bb6a9ccd6 idec: fix internal state corruption James Zern 2012-01-31 15:17:49 -08:00
  • 89cd1bb85b idec: fix WebPIUpdate failure James Zern 2012-01-31 15:26:35 -08:00
  • 01b6380656 4-5% faster decoding, optimized byte loads in arithmetic decoder. Pascal Massimino 2012-01-29 17:38:37 -08:00
  • 631117ea5e Merge "cosmetics & warnings" pascal massimino 2012-01-30 22:04:11 -08:00
  • a0b2736d79 cosmetics & warnings James Zern 2012-01-27 17:39:47 -08:00
  • f73947f41d use 32bit for storing dequant coeffs, instead of 16b. Pascal Massimino 2012-01-29 17:38:37 -08:00
  • b9600308e8 Merge "store prediction mode array as uint8_t[16], not int[16]." Pascal Massimino 2012-01-27 07:16:50 -08:00
  • 7b67881a23 store prediction mode array as uint8_t[16], not int[16]. Pascal Massimino 2012-01-27 03:17:41 -08:00
  • cab8d4dc22 Merge "NEON TransformOne" Johann 2012-01-26 11:38:16 -08:00
  • ba503fdac6 NEON TransformOne Johann 2012-01-20 15:33:05 -08:00
  • 9f740e3b1a Merge "gcc warning fix: remove the 'const' qualifier." Pascal Massimino 2012-01-25 15:53:10 -08:00
  • f76d3587e5 gcc warning fix: remove the 'const' qualifier. Pascal Massimino 2012-01-25 15:50:24 -08:00
  • e78478d62c Merge "webpmux: make more use of WebPData" James Zern 2012-01-25 13:06:48 -08:00
  • f85bba3dae Merge "manpages: add BUGS section" James Zern 2012-01-25 12:43:16 -08:00
  • 48a43bbfae Merge "makefile.unix: variable cosmetics" James Zern 2012-01-25 12:42:09 -08:00
  • c274dc9679 makefile.unix: variable cosmetics James Zern 2012-01-24 17:54:49 -08:00
  • 1f7b8595ae re-organize the error-handling in the main loop a bit Pascal Massimino 2012-01-25 08:31:20 -08:00
  • 1336fa719d Only recompute level_cost_[] when needed Pascal Massimino 2012-01-25 07:45:34 -08:00
  • 771ee449b0 manpages: add BUGS section James Zern 2012-01-24 17:39:05 -08:00
  • 0f7820e65c webpmux: make more use of WebPData James Zern 2012-01-24 14:08:27 -08:00
  • 974aaff360 examples: logging updates James Zern 2012-01-24 12:46:46 -08:00
  • 6c14aaddc4 Merge "better token buffer code" Pascal Massimino 2012-01-23 18:55:11 -08:00
  • f40542508c better token buffer code Pascal Massimino 2012-01-23 16:56:33 -08:00
  • 18d959fa9a Merge "mux: add WebPData type" James Zern 2012-01-23 18:00:21 -08:00
  • eec4b87718 mux: add WebPData type James Zern 2012-01-07 12:44:01 -08:00
  • 0de3096b3a use 16bit counters for recording proba counts Pascal Massimino 2012-01-23 17:50:58 -08:00
  • 7f23678da0 fix for LevelCost + little speed-up Pascal Massimino 2012-01-23 09:17:35 -08:00
  • 7107d54483 further speed-up/cleanup of RecordCoeffs() and GetResidualCost() Pascal Massimino 2012-01-23 06:02:01 -08:00
  • 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