summaryrefslogtreecommitdiff
path: root/image/webp.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-4/+132
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix compilationChris Young2011-03-211-2/+1
| | | | svn path=/trunk/netsurf/; revision=12118
* Update to use official libwebp 0.1Chris Young2011-03-201-30/+15
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+3
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* ConstifyJohn Mark Bell2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+1
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* SimplifyChris Young2010-10-161-11/+9
| | | | svn path=/trunk/netsurf/; revision=10889
* Make properly endian-safeChris Young2010-10-161-16/+19
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=10888
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-161-2/+18
| | | | | | | Direct links work, images embedded in web pages are not showing up - test page at http://www.unsatisfactorysoftware.co.uk/netsurf/webptest/ svn path=/trunk/netsurf/; revision=10886
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+137
Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860