summaryrefslogtreecommitdiff
path: root/image/webp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-1/+1
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-8/+22
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+0
* Initial image content handler refactorVincent Sanders2011-08-271-71/+22
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-3/+3
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-12/+8
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+7
* Untested fix and tile implementation for webp.Michael Drake2011-05-091-4/+12
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-4/+132
* Fix compilationChris Young2011-03-211-2/+1
* Update to use official libwebp 0.1Chris Young2011-03-201-30/+15
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+3
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+1
* SimplifyChris Young2010-10-161-11/+9
* Make properly endian-safeChris Young2010-10-161-16/+19
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-161-2/+18
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+137