summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
AgeCommit message (Expand)Author
2006-05-20Patch #5362 from Alexander Spyridakis - fixes bugs #5159 and #5061Dave Chapman
2006-05-18Fix jpeg viewer crashing in directories with files without extension.Hristo Kovachev
2006-05-03Correct a Coldfire asm constraint.Magnus Holmgren
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner
2006-03-29its much better to clear everytime the lcdChristian Gmeiner
2006-03-29oops.. fix yellow buildsChristian Gmeiner
2006-03-29Patch #4936 from Jonathan Gordon with a small change by me. slideshow support...Christian Gmeiner
2006-03-03Removed unused debug function which caused a warning for 64bit simulators.Jens Arnold
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold
2006-02-24first gigabeat commitMarcoen Hirschberg
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing
2006-02-19Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen
2006-02-19Repeat rate adaption is now handled by the button driver.Jens Arnold
2006-02-19Replace the range_limit lookup table with an inline function, asm optimised f...Jens Arnold
2006-02-18Oops, fix the simulator buildsHristo Kovachev
2006-02-18Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev
2006-02-18"Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyrid...Hristo Kovachev
2006-02-17Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and iP...Jens Arnold
2006-02-17Use macro instead of literal constant for readability.Jens Arnold
2006-02-17Colour JPEG display on colour targets.Jens Arnold
2006-02-16the JPEG core can now also decode color images, this has to be wired to the a...Jörg Hohensohn
2006-02-08JPEG viewer adapted to colour targets (greyscale only for now). New functions...Jens Arnold
2006-02-08Fix typo for iPod 3G keypad check.Dave Chapman
2006-02-05iPod: Make the plugins compile on the iPod 4G grayscaleDave Chapman
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold
2005-12-11Fix bug spotted by Alexander Spyridakis - ensure file descriptor is closed be...Dave Chapman
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-07-27Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ...Jens Arnold
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing
2005-02-04adapted to build on iRiverDaniel Stenberg
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold
2004-10-16Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold
2004-10-12grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold
2004-07-09scrollbar() parameters were swappedJens Arnold
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing
2004-06-10supporting 4:2:2 vertical subsamplingJörg Hohensohn
2004-05-23now supports images with restart markersJörg Hohensohn
2004-05-21Fixed behaviour when connecting USB, made scrolling a bit faster by not empty...Jens Arnold
2004-05-19JPEG viewer now uses the 'official' grayscale frameworkJens Arnold
2004-05-19o removed the grayscale framework, it gets linked in from the libplugin insteadDaniel Stenberg
2004-05-18maintain view center when zooming, cache the previous zoom image as far as me...Jörg Hohensohn
2004-05-17Included newest grayscale frameworkJens Arnold
2004-05-15Included improved grayscale frameworkJens Arnold
2004-05-14reject images with restart markers for nowJörg Hohensohn
2004-05-13more compatible huffman table parsing, tolerate restart markersJörg Hohensohn
2004-05-12jpeg viewer: use Play to zoom in, On to zoom out, arrows to scrollJörg Hohensohn