Commit Graph

  • c8f41ce54e Makefile.vc: condense directory creation rules James Zern 2011-10-04 13:39:39 -07:00
  • 2b877cd0c8 Some fixes to Makefile.vc to support the src\mux directory. Mikolaj Zalewski 2011-10-01 22:07:58 +02:00
  • 3eb969b3ed Merge "Add Makefile.vc for Mux library & binary." pascal massimino 2011-09-30 03:55:11 -07:00
  • e78e971e98 Add Makefile.vc for Mux library & binary. Vikas Arora 2011-09-30 15:14:06 +05:30
  • 6aedde5891 Add manual for WebPMux tool. Urvang Joshi 2011-09-30 13:41:29 +05:30
  • 8a360d0a69 Merge "Added WebPMux Binary." pascal massimino 2011-09-30 00:43:27 -07:00
  • a4f32caef4 Added WebPMux Binary. Urvang Joshi 2011-09-30 11:07:01 +05:30
  • f3bf4c769f Added Mux Container Spec & README for MUX-API. Vikas Arora 2011-09-30 10:49:26 +05:30
  • 9f761cfae9 Changed function signature for WebPMuxCreate Vikas Arora 2011-09-28 09:16:09 +05:30
  • 5f31b5ec64 Merge "Add Mux library for manipulating WebP container." James Zern 2011-09-27 11:55:45 -07:00
  • 2315785f2c Add Mux library for manipulating WebP container. Vikas Arora 2011-09-22 16:25:23 +05:30
  • 7e198abb48 update ChangeLog v0.1.3 James Zern 2011-08-30 12:48:01 -07:00
  • dfc9c1eaef Harmonize the dates Pascal Massimino 2011-09-19 09:12:39 +00:00
  • 28ad70c56d Fix PNG decoding bug Pascal Massimino 2011-09-20 07:51:02 -07:00
  • 846e93c5d1 Update AUTHORS & add .mailmap James Zern 2011-09-16 14:33:38 -07:00
  • 563e52d62e cosmetics after '76036f5 Refactor decoder library' James Zern 2011-09-16 12:07:55 -07:00
  • 76036f547e Refactor decoder library Urvang Joshi 2011-09-13 09:35:10 +00:00
  • 377ef43c3e configure.ac: update AC_INIT params James Zern 2011-09-09 20:00:30 -07:00
  • 7a8d8762c1 use a user-visible MACRO for max width/height. Pascal Massimino 2011-09-12 19:27:21 +00:00
  • d4e9f5598d NEON decode support in WebP Somnath Banerjee 2011-09-12 13:03:01 +00:00
  • 0ee683b593 update libtool version-info James Zern 2011-09-10 01:34:50 +00:00
  • fdbe02c581 windows: match _cond_destroy logic w/return variable name James Zern 2011-09-09 06:04:05 +00:00
  • 206b686b39 README: correct advanced decode api pseudo-code James Zern 2011-09-09 05:50:27 +00:00
  • 6a32a0f5bf make VP8BitReader a typedef, for better re-use Pascal Massimino 2011-09-07 20:38:31 +00:00
  • b112e83647 create a libwebputils under src/utils Pascal Massimino 2011-09-07 09:26:35 +00:00
  • ee697d9fc9 harmonize the include guards and #endif comments Pascal Massimino 2011-09-07 05:31:28 +00:00
  • a1ec07a618 Fixing compiler error in non x86 arch. Somnath Banerjee 2011-09-06 13:22:12 +00:00
  • dcfa509a28 Fixed recursive inclusion of bit_writer.h and vp8enci.h. Somnath Banerjee 2011-09-05 08:33:47 +00:00
  • e06ac0887f create a separate libwebpdsp under src/dsp Pascal Massimino 2011-09-02 21:30:08 +00:00
  • ebeb412aa5 use unsigned int for bitfields James Zern 2011-09-02 21:18:27 +00:00
  • 341cc56a8c make kNewRange a static array Pascal Massimino 2011-09-02 04:54:29 +00:00
  • 227a91e522 README: minor wording update James Zern 2011-08-30 17:21:53 -07:00
  • 05bd8e6af5 add man pages to dist James Zern 2011-08-30 13:44:03 -07:00
  • 812dfa1ae1 bump up versions in preparations for 0.1.3 Pascal Massimino 2011-08-29 22:13:02 -07:00
  • a5b78c81b5 wrap alpha-related options under WEBP_EXPERIMENTAL_FEATURES flag Pascal Massimino 2011-08-29 21:49:18 -07:00
  • 34dc790798 regen ChangeLog for 0.1.3-rc2 James Zern 2011-08-29 18:25:47 -07:00
  • 7c43663036 Silence some (more) Visual Studio warnings. James Zern 2011-08-29 18:03:31 -07:00
  • 60306e8cf3 add top-level gitattributes James Zern 2011-08-29 17:47:13 -07:00
  • 2aa6b80efe Slience some Visual Studio warnings. Mikolaj Zalewski 2011-06-28 16:02:56 +02:00
  • 4cbbb2901b Merge "bump up version for next freeze" Pascal Massimino 2011-08-26 16:24:23 -07:00
  • a329167426 bump up version for next freeze Pascal Massimino 2011-08-26 16:23:14 -07:00
  • c7e86abab6 cosmetics: fix comment line lengths James Zern 2011-08-25 14:22:32 -07:00
  • c9e037ab3e makefile.unix: add simple dist target James Zern 2011-08-25 21:33:28 -04:00
  • 87d58ce9cd makefile.unix: rule maintenance James Zern 2011-08-25 20:25:11 -04:00
  • d477de7759 mend Vikas Arora 2011-08-25 10:06:50 +05:30
  • fac15ec78e Update NEWS & README for next release V0.1.3 Vikas Arora 2011-08-25 09:11:08 +05:30
  • 6215595cd1 Merge "add a -partition_limit option to limit the number of bits used by intra4x4" Pascal Massimino 2011-08-23 16:09:10 -07:00
  • 3814b76c48 Merge "reorganize chunk-parsing code" Pascal Massimino 2011-08-23 16:03:05 -07:00
  • 900286e091 add a -partition_limit option to limit the number of bits used by intra4x4 Pascal Massimino 2011-08-23 15:58:22 -07:00
  • cd12b4b0ac add the missing cost for I4/I16 mode selection Pascal Massimino 2011-08-18 20:48:06 -07:00
  • dfcc2136e1 reorganize chunk-parsing code Pascal Massimino 2011-08-18 11:07:13 -07:00
  • 3cf2030653 initialize pointers to function within VP8DspInit() Pascal Massimino 2011-08-18 09:57:26 -07:00
  • d21b479581 Merge "windows: add decode threading support" James Zern 2011-08-05 16:31:50 -07:00
  • 473ae95324 fix hang on thread creation failure James Zern 2011-08-05 12:57:57 -07:00
  • fccca4202f windows: add decode threading support James Zern 2011-08-04 18:40:03 -07:00
  • a31f843a9f Use the exact PNG_INCLUDES/PNG_LIBS when testing for -lpng Pascal Massimino 2011-08-01 17:05:57 -07:00
  • ad9b45f1c8 Merge "Makefile.vc: rule maintenance" James Zern 2011-07-22 18:57:57 -07:00
  • 565a2cab22 Makefile.vc: rule maintenance James Zern 2011-07-22 18:40:35 -07:00
  • 2d0da681fb makefile.unix: disable Wvla by default James Zern 2011-07-22 18:52:17 -07:00
  • fc7815d692 multi-thread decoding: ~25-30% faster Pascal Massimino 2011-07-22 13:09:10 -07:00
  • acd8ba4229 io->teardown() was not always called upon error Pascal Massimino 2011-07-20 07:49:57 -07:00
  • c85527b1ae Merge "Makefile.vc: add DLL configs" James Zern 2011-07-19 13:38:45 -07:00
  • e1e9be3502 cosmetics: spelling/grammar in README and lib headers James Zern 2011-07-15 18:58:56 -07:00
  • b4d0ef8f58 Makefile.vc: add DLL configs James Zern 2011-07-15 14:53:03 -07:00
  • 998754a734 remove unused nb_i4_ and nb_i16_ fields. Pascal Massimino 2011-07-15 14:57:07 -07:00
  • 9f01ce3afa rename WebPDecBuffer::memory -> private_memory Pascal Massimino 2011-07-15 11:35:36 -07:00
  • fb5d659bbd fix an overflow bug in LUT calculation Pascal Massimino 2011-07-14 22:06:24 -07:00
  • d646d5c743 swig: add WebPDecodeARGB James Zern 2011-07-14 17:35:40 -07:00
  • 78aeed4088 add missing WebPDecodeARGBInto() and switch ARGB4444 to RGBA4444 as was intended Pascal Massimino 2011-07-14 11:41:23 -07:00
  • cd7c5292e9 explicitly mark library functions as extern James Zern 2011-07-12 19:43:15 -07:00
  • 19db59f80f add support for RGB565, ARGB4444 and ARGB colorspace (decoder) Pascal Massimino 2011-07-13 09:08:58 -07:00
  • c915fb2aa7 encoder speed-up: hardcode special level values Pascal Massimino 2011-07-12 15:52:43 -07:00
  • c558bdad28 Rename and improve the API to retrieve decoded area Pascal Massimino 2011-07-12 13:59:51 -07:00
  • bf599d74a4 Merge "makefile.unix: disable -Wvla by default" James Zern 2011-07-12 13:38:10 -07:00
  • c9ea03d770 SSE2 version of strong filtering Pascal Massimino 2011-07-11 23:04:26 -07:00
  • 993af3e29a makefile.unix: disable -Wvla by default James Zern 2011-06-24 16:37:19 -04:00
  • 3827e1bce4 Merge "examples: (windows/WIC) add alpha support" James Zern 2011-07-08 14:10:17 -07:00
  • e291fae0fc SSE2 functions for the fancy upsampler. Pascal Massimino 2011-07-07 16:50:04 -07:00
  • a06bbe2e80 add WebPISetIOHooks() to set some custom hooks on the incremental decoder object. Pascal Massimino 2011-07-07 16:38:03 -07:00
  • 7643a6f2ef Merge "makefile.unix: use uname to detect OSX environment" pascal massimino 2011-07-07 16:29:25 -07:00
  • 5142a0be3a export alpha channel (if present) when dumping to PGM format Pascal Massimino 2011-07-07 16:08:15 -07:00
  • 14d5731c7e makefile.unix: use uname to detect OSX environment James Zern 2011-06-24 16:47:59 -04:00
  • 0805706252 examples: quiet warnings James Zern 2011-06-24 16:50:02 -04:00
  • 3cfe0888ae examples: (windows/WIC) add alpha support James Zern 2011-06-21 18:29:30 -07:00
  • 13ed94b8ad add compile warning for variable-length-array Pascal Massimino 2011-06-20 17:42:25 -07:00
  • 5a18eb1a31 Merge "add Advanced Decoding Interface" Pascal Massimino 2011-06-20 16:30:01 -07:00
  • 5c4f27f9f5 add missing \n Pascal Massimino 2011-06-20 15:47:35 -07:00
  • f4c4e416c0 80 cols fix Pascal Massimino 2011-06-20 15:38:14 -07:00
  • d260310511 add Advanced Decoding Interface Pascal Massimino 2011-06-20 00:45:15 -07:00
  • bd2f65f67c sse2 version of the complex filter Pascal Massimino 2011-06-20 00:27:47 -07:00
  • 96ed9ce0fb perform two idct transforms at a time when possible Pascal Massimino 2011-06-20 00:22:37 -07:00
  • 01af7b69cd use aligned stored Pascal Massimino 2011-06-18 08:27:16 -07:00
  • 0e1d1fdfe0 Merge "Makefile.vc: add experimental target" James Zern 2011-06-17 18:34:29 -07:00
  • 2a1292a61f Makefile.vc: add experimental target James Zern 2011-06-17 11:50:21 -07:00
  • 23bf351e71 Enable decode SSE2 for Visual Studio James Zern 2011-06-17 18:12:01 -07:00
  • 131a4b7b7b dec/dsp_sse2: fix visual studio compile Somnath Banerjee 2011-06-17 17:55:06 -07:00
  • 00d9d6807c swig: file reorganization James Zern 2011-06-17 14:26:06 -07:00
  • 7fc7e0d9eb Merge "swig/java: basic encode support" pascal massimino 2011-06-16 13:45:50 -07:00
  • 3be57b166f fix MSVC compile for WEBP_EXPERIMENTAL_FEATURES Pascal Massimino 2011-06-16 13:33:07 -07:00
  • 40a7e347ff dec/dsp: disable sse2 for Visual Studio builds James Zern 2011-06-15 13:37:11 -07:00