Commit Graph

  • b97a4003c0 simplify QuantizeBlock code a bit Pascal Massimino 2011-02-27 10:46:28 -08:00
  • 84b58ebba3 add more checks around picture allocation Pascal Massimino 2011-02-27 10:31:20 -08:00
  • b65a3e101e remove absolute_delta_ field and syntax code Pascal Massimino 2011-02-27 10:22:54 -08:00
  • 0744e8420e Dont' open output file until we're sure the input file is valid Pascal Massimino 2011-02-25 12:03:27 -08:00
  • d5bd54c712 fix typo and buggy line Pascal Massimino 2011-02-20 11:57:49 -08:00
  • f7a9549dcb Add a simple top-level makefile.unix for quick & easy build. Pascal Massimino 2011-02-20 11:11:55 -08:00
  • 5f36b94403 update the doc for the -f option Pascal Massimino 2011-02-19 09:34:48 -08:00
  • f61d14aabf a WebP encoder converts PNG & JPEG to WebP Pascal Massimino 2011-02-18 23:33:46 -08:00
  • 81c966215b oops: forgotten call to Initialize() + move the error message to a more useful place Pascal Massimino 2011-02-18 10:26:42 -08:00
  • 87ffa005de typo: fix a missing 'R', was confusing. Pascal Massimino 2011-02-17 09:59:34 -08:00
  • b04b857a35 * add decoding measurement using stopwatch.h (use -v option) * support PNG output through WIC on Win32 Pascal Massimino 2011-02-16 15:01:27 -08:00
  • 746a4820b9 * make (*put)() hook return a bool for abort request. * add an enum for VP8Status() to make things clearer Pascal Massimino 2011-02-16 14:33:16 -08:00
  • 73c973e6da * strengthen riff/chunk size checks * don't consider odd-sized chunks being an error Pascal Massimino 2011-02-16 13:24:55 -08:00
  • 1dc4611a3a add support for PNG output (default) regularize include guards Pascal Massimino 2011-01-31 22:00:33 -08:00
  • 860641df3f fix a typo: sizeof(kYModeProbaInter0) => sizeof(kUVModeProbaInter0) Pascal Massimino 2011-01-31 21:08:26 -08:00
  • 3254fc5259 fix some petty constness fix the ./configure file too Pascal Massimino 2011-01-23 12:47:44 -08:00
  • 504d33937c fix eof_ mis-initialization Pascal Massimino 2011-01-17 00:25:18 -08:00
  • 2bc0778f85 leftover Makefile.* from previous commit Pascal Massimino 2011-01-08 07:16:20 -08:00
  • d2cf04e48e move Makefile.am one level below, to src/dec fix typos here and there dwebp is now an installed program Pascal Massimino 2011-01-07 18:15:12 -08:00
  • ade92de8e0 typo: vp8.h -> decode_vp8.h Pascal Massimino 2011-01-07 10:34:26 -08:00
  • d7241241d1 forgot to declare types.h to be installed Pascal Massimino 2011-01-06 19:44:43 -08:00
  • 6421a7a4fb move the decoder sourcetree to a sub-location src/dec to make room for future libs sources Pascal Massimino 2011-01-06 07:25:43 -08:00
  • a9b3eab6fd correct layout name is IMC4. Pascal Massimino 2011-01-03 11:05:13 -08:00
  • 2330522cff handle corner case of zero-dimensions Pascal Massimino 2010-12-20 12:09:07 -08:00
  • 280c36583f make VP8Init() handle short buffers (< 2 bytes) correctly Pascal Massimino 2010-12-20 05:45:49 -08:00
  • b1c9e8b48c handle error cases more robustly Pascal Massimino 2010-12-20 05:26:08 -08:00
  • 0e94935ca9 Merge "table-less version of clip_8b()" Pascal Massimino 2010-12-17 11:10:00 -08:00
  • 1e0a2d25f6 table-less version of clip_8b() Pascal Massimino 2010-12-17 05:56:37 -08:00
  • e12109eefc dwebp: change -yuv option to -raw change the layout to IMC2 Pascal Massimino 2010-12-17 05:53:50 -08:00
  • d72180a489 speed-up fancy upscaler Pascal Massimino 2010-12-14 13:52:07 -08:00
  • 9145f3bc93 reset eof_ at construction time Pascal Massimino 2010-12-02 11:31:53 -08:00
  • a7ee0559f3 simplify the logic of GetCoeffs() Pascal Massimino 2010-11-26 09:53:26 -08:00
  • f67b5939ad lot of cosmetics Pascal Massimino 2010-11-17 20:06:01 -08:00
  • ea27d7c6a8 fix endian problem on PowerPC Pascal Massimino 2010-11-08 15:44:37 -08:00
  • beb0a1badb fix signature of VP8StoreBlock Pascal Massimino 2010-11-03 17:52:00 -07:00
  • b128c5e268 Merge "fancy chroma upscaling" Pascal Massimino 2010-11-03 16:33:13 -07:00
  • 6a37a2aaa9 fancy chroma upscaling Pascal Massimino 2010-11-03 14:27:51 -07:00
  • ff565edc25 fix two numeric typos Pascal Massimino 2010-11-03 14:17:21 -07:00
  • 5a936a0a21 use uintptr_t for casting pointers to ints Pascal Massimino 2010-11-01 15:07:12 -07:00
  • e14a0301f8 for cross_compiling=yes to prevent executing any binary Pascal Massimino 2010-11-01 12:56:39 -07:00
  • 83b545eea7 add vc9+ makefile Pierre Joye 2010-10-28 11:39:15 -04:00
  • 296f691441 fix output loop for small height Pascal Massimino 2010-10-31 09:27:06 -07:00
  • cbfbb5c3b5 convert to plain-C Pascal Massimino 2010-10-31 00:36:33 -07:00
  • f09f96ee3f Fix declaration after statement warning Pascal Massimino 2010-10-19 17:16:49 -04:00
  • 5981ee55ce Fix UV plane ac/dc quantizer transposition Pascal Massimino 2010-10-14 20:33:43 -04:00
  • c8d15efa12 convert to ANSI-C Pierre Joye 2010-10-05 16:58:47 -07:00
  • c3f41cb47e Initial commit Pascal Massimino 2010-09-30 09:34:38 -04:00