Commit Graph

  • 9dbc9d1909 explicitly pad bitfields to 32-bits James Zern 2013-04-13 10:51:23 -07:00
  • 5369a80fd4 Merge "prevent signed int overflow in left shift ops" pascal massimino 2013-04-19 00:13:16 -07:00
  • 70e3971260 Merge "cosmetics: remove unnecessary ';'s" pascal massimino 2013-04-19 00:11:10 -07:00
  • d3136ce27d Merge "don't forward declare enums" pascal massimino 2013-04-19 00:10:39 -07:00
  • b26e5ad540 gif2webp: Fix ICC and XMP support Urvang Joshi 2013-04-18 14:19:25 -07:00
  • 46089b207d Add missing name to AUTHORS Christian Duvivier 2013-04-18 11:28:03 +02:00
  • 94328d6457 Demux: Fix a potential memleak Urvang Joshi 2013-04-16 14:13:45 -07:00
  • 96e948d7b0 don't forward declare enums James Zern 2013-04-13 10:38:09 -07:00
  • f4f90880a8 prevent signed int overflow in left shift ops James Zern 2013-04-13 10:33:41 -07:00
  • 0261545e0b cosmetics: remove unnecessary ';'s James Zern 2013-04-13 10:49:35 -07:00
  • 7ebdf110af Merge "Fix few missing comparisons to NULL" James Zern 2013-04-13 10:42:51 -07:00
  • 1579989e7b Fix few missing comparisons to NULL Pascal Massimino 2013-04-11 00:57:31 -07:00
  • ea1b21cfdb Cleaned up VP8GetHeaders() so that it parses only frame header Pascal Massimino 2013-04-11 11:35:18 -07:00
  • b66caee410 dwebp: add support for BMP output Pascal Massimino 2013-04-09 18:51:59 -07:00
  • ff885bfe1f add precision about dynamic output reallocation with IDecoder Pascal Massimino 2013-04-09 17:52:37 -07:00
  • 79241d5a0d Merge "Makefile.vc: have 'all' target build everything" James Zern 2013-04-09 14:02:22 -07:00
  • ac1c729bd8 Merge "Makefile.vc: flags cleanup" James Zern 2013-04-08 17:21:24 -07:00
  • 118a055c3d Merge "Makefile.vc: drop /FD flag" James Zern 2013-04-08 17:20:32 -07:00
  • ecad0109d5 Merge "update gitignore" James Zern 2013-04-08 17:20:02 -07:00
  • a681b4f4e5 Rename PRE_VP8 state to WEBP_HEADER Urvang Joshi 2013-04-08 12:19:29 -07:00
  • ead4d47859 Add incremental support for extended format files Urvang Joshi 2013-04-05 14:01:07 -07:00
  • 69d0f92658 Makefile.vc: have 'all' target build everything James Zern 2013-04-05 19:21:01 -07:00
  • 52967498b3 Makefile.vc: flags cleanup James Zern 2013-04-05 18:45:53 -07:00
  • c61baf0c10 Makefile.vc: drop /FD flag James Zern 2013-04-05 14:54:05 -07:00
  • 3a15125d2f update gitignore James Zern 2013-04-05 14:51:02 -07:00
  • 5167ca4759 Merge "WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha succeeded." James Zern 2013-04-05 12:00:46 -07:00
  • 67708d6701 WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha succeeded. Urvang Joshi 2013-04-05 11:33:44 -07:00
  • b68912af2c pngdec: Avoid a double-free. Urvang Joshi 2013-04-05 11:24:59 -07:00
  • 82abbe12fb Merge "configure.ac: add AM_PROG_AR for automake >= 1.12" James Zern 2013-04-04 20:09:00 -07:00
  • e7d9548c9b add WebPBlendAlpha() function to blend colors against background Pascal Massimino 2013-04-02 19:14:14 -07:00
  • ed4dc71769 configure.ac: add AM_PROG_AR for automake >= 1.12 James Zern 2013-04-02 18:45:02 -07:00
  • df4a406d8d Merge branch '0.3.0' James Zern 2013-04-01 19:11:52 -07:00
  • 1e0d4b8c8b Update ChangeLog v0.3.0-rc7 v0.3.0 James Zern 2013-03-29 12:28:32 -07:00
  • d52b405dbd Cosmetic fixes Urvang Joshi 2013-03-29 14:20:52 -07:00
  • 6cb4a61825 misc style fix Pascal Massimino 2013-03-29 03:13:43 -07:00
  • 68111ab02f add missing YUVA->ARGB automatic conversion in WebPEncode() Pascal Massimino 2013-03-29 04:28:49 -07:00
  • e9a7990bc5 Cosmetic fixes Urvang Joshi 2013-03-29 14:20:52 -07:00
  • 403bfe820c Container spec: Clarify frame disposal Urvang Joshi 2013-03-26 22:54:47 -07:00
  • 2aaa423b20 Merge "add missing YUVA->ARGB automatic conversion in WebPEncode()" James Zern 2013-03-29 11:39:04 -07:00
  • 07d87bda1b add missing YUVA->ARGB automatic conversion in WebPEncode() Pascal Massimino 2013-03-29 04:28:49 -07:00
  • 142c46291e misc style fix Pascal Massimino 2013-03-29 03:13:43 -07:00
  • 3e7a13a008 Merge "Container spec: clarify the background color field" into 0.3.0 James Zern 2013-03-26 17:38:07 -07:00
  • 14af77452b container doc: add a note about the 'ANMF' payload James Zern 2013-03-26 17:25:27 -07:00
  • cc635efa01 Container spec: clarify the background color field Urvang Joshi 2013-03-26 17:22:18 -07:00
  • e3e339497e container doc: move RIFF description to own section James Zern 2013-03-26 14:48:51 -07:00
  • 4299f39852 libwebp/mux: fix double free James Zern 2013-03-26 20:18:13 +00:00
  • 33f9a692d9 Merge "demux: keep a frame tail pointer; used in AddFrame" into 0.3.0 James Zern 2013-03-26 13:30:10 -07:00
  • a2a7b95916 use WebPDataCopy() instead of re-coding it. skal 2013-03-26 20:40:24 +01:00
  • 6f18f12f99 demux: keep a frame tail pointer; used in AddFrame James Zern 2013-03-25 23:33:38 -07:00
  • e5af49e9c0 add doc precision about WebPParseHeaders() return codes skal 2013-03-21 18:39:56 +01:00
  • db46daab97 Merge "Makefile.vc: fix dynamic builds" into 0.3.0 James Zern 2013-03-25 16:41:26 -07:00
  • 53c77afc52 Merge "gif2webp: Bgcolor fix for a special case" into 0.3.0 James Zern 2013-03-25 16:33:51 -07:00
  • a5ebd143d6 gif2webp: Bgcolor fix for a special case Urvang Joshi 2013-03-21 15:52:02 -07:00
  • 6378f23876 Merge "vwebp/animation: fix background dispose" into 0.3.0 James Zern 2013-03-25 16:24:02 -07:00
  • 3c8eb9a806 fix bad saturation order in QuantizeBlock Pascal Massimino 2013-03-24 08:47:41 -07:00
  • 04c7a2ecf0 vwebp/animation: fix background dispose James Zern 2013-03-23 12:45:11 -07:00
  • 81a50695de Makefile.vc: fix dynamic builds James Zern 2013-03-21 19:30:34 -07:00
  • 5f25c396ab update ChangeLog v0.3.0-rc6 James Zern 2013-03-20 17:09:12 -07:00
  • 14d42af207 examples: don't use C99 %zu James Zern 2013-03-20 16:59:35 -07:00
  • 5ccf1fe540 update ChangeLog James Zern 2013-03-20 15:02:23 -07:00
  • 2560c243f3 update NEWS James Zern 2013-03-20 14:59:58 -07:00
  • f43bafc3e6 Merge changes Iecccb09c,If5ee9fd2,I3e181ce4 into 0.3.0 James Zern 2013-03-20 14:56:29 -07:00
  • a788644f93 dwebp: warn when decoding animated webp's James Zern 2013-03-20 13:05:04 -07:00
  • 302efcdb41 Decode: return more meaningful error for animation James Zern 2013-03-20 12:59:29 -07:00
  • ad452735c3 WebPBitstreamFeatures: add has_animation field James Zern 2013-03-20 12:41:29 -07:00
  • 783dfa4995 disable FRGM decoding for good in libwebpmux Pascal Massimino 2013-03-20 20:27:52 +00:00
  • 4b956be095 Update ChangeLog James Zern 2013-03-19 18:12:49 -07:00
  • ad8b86d707 update NEWS James Zern 2013-03-18 18:48:29 -07:00
  • 3e084f63f5 Merge "demux cosmetics: comments/rename internal function" into 0.3.0 James Zern 2013-03-19 17:09:07 -07:00
  • d3f8c621b5 Merge "move WebPFeatureFlags declaration" into 0.3.0 James Zern 2013-03-19 17:08:31 -07:00
  • 7386fe5047 Merge "libwebp{demux,mux}: install mux_types.h" into 0.3.0 James Zern 2013-03-19 17:07:32 -07:00
  • d6cd4e9056 Merge "bump decode abi" into 0.3.0 pascal massimino 2013-03-19 16:52:06 -07:00
  • 17f8da5c51 bump decode abi James Zern 2013-03-19 16:48:56 -07:00
  • 97684ae269 Merge "add doc precision about WebPDemuxPartial()" into 0.3.0 Pascal Massimino 2013-03-19 16:44:26 -07:00
  • f933fd2a27 move WebPFeatureFlags declaration James Zern 2013-03-19 16:02:36 -07:00
  • 289bc47b65 libwebp{demux,mux}: install mux_types.h James Zern 2013-03-19 14:47:00 -07:00
  • 224e8d4630 add doc precision about WebPDemuxPartial() Pascal Massimino 2013-03-19 02:45:27 -07:00
  • 4c18e80cf7 demux cosmetics: comments/rename internal function James Zern 2013-03-19 13:55:29 -07:00
  • 7cfd1bf1fc update AUTHORS James Zern 2013-03-18 18:34:19 -07:00
  • 401f7b856f Merge "speed-up lossless (~3%) with ad-hoc histogram cost evaluation" into 0.3.0 James Zern 2013-03-18 17:48:59 -07:00
  • 1fc8ffca35 Merge "makefile.unix: dist related changes" into 0.3.0 James Zern 2013-03-18 16:53:46 -07:00
  • 8a89c6ed28 Merge changes I466c377f,Ib761ebd3,I694857fc into 0.3.0 James Zern 2013-03-18 16:52:28 -07:00
  • f4ffb2d59a speed-up lossless (~3%) with ad-hoc histogram cost evaluation skal 2013-03-18 22:34:32 +01:00
  • 723847d5d7 gif2webp: only write error messages to stderr James Zern 2013-03-17 18:08:01 -07:00
  • 701b9e2af4 makefile.unix: dist related changes James Zern 2013-03-17 17:14:40 -07:00
  • bb85b43727 Merge "update NEWS" into 0.3.0 pascal massimino 2013-03-17 23:39:21 -07:00
  • 59423a2486 gif2webp: fix crash on open failure with libgif5 James Zern 2013-03-17 18:06:39 -07:00
  • 9acb17dea4 gif2webp: silence a unused param warning James Zern 2013-03-17 17:04:54 -07:00
  • 7d9fdc2389 Merge "README updates" into 0.3.0 pascal massimino 2013-03-17 02:40:44 -07:00
  • 5621934e82 Merge "build: fix install race on shared headers" into 0.3.0 pascal massimino 2013-03-17 02:38:16 -07:00
  • 70809d89bb Merge "bump version to 0.3.0" into 0.3.0 pascal massimino 2013-03-17 02:32:37 -07:00
  • d851cd1d85 demux: make the parse a bit more strict James Zern 2013-03-16 16:32:30 -07:00
  • 28bb4107b1 update NEWS James Zern 2013-03-16 15:02:31 -07:00
  • cef9388283 bump version to 0.3.0 James Zern 2013-03-16 14:08:14 -07:00
  • 9048494df6 build: fix install race on shared headers James Zern 2013-03-16 13:29:49 -07:00
  • 1e67e8ef9e README updates James Zern 2013-03-16 12:35:49 -07:00
  • 42b611a491 Merge "configure: drop experimental from mux/demux" into 0.3.0 James Zern 2013-03-16 12:05:30 -07:00
  • 096a8e321d Merge "vwebp: add color profile support" into 0.3.0 James Zern 2013-03-16 11:58:19 -07:00
  • ddfee5dce5 vwebp: add color profile support James Zern 2013-03-07 19:31:27 -08:00
  • 0d6927d3cd Merge "Mark fragment options as experimental in webpmux" into 0.3.0 James Zern 2013-03-16 10:45:52 -07:00