summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Pacbox: Fix assumption about LCD width of 128 implying the display needs vert...Michael Sevakis2-3/+11
2011-01-25MPEGPlayer: Account for drivers that pass pointers to their internal state va...Michael Sevakis1-6/+7
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima37-68/+94
2011-01-22Declaration of 'pause' from robotfindskitten has conflicting types for 'pause...Thomas Martitz1-4/+4
2011-01-22Declaration of 'pause' from chessclock is redeclared as different kind of sym...Thomas Martitz1-7/+7
2011-01-22revert personal change accidentally included in r29110Teruaki Kawashima1-1/+1
2011-01-22FS#11819: image viewer: use magick number in file to determine image type.Teruaki Kawashima3-15/+72
2011-01-20pong: make related variables a structure. Correct collision detecting. Disabl...Teruaki Kawashima1-118/+144
2011-01-19image viewer: png: do not show custom error message when there is not enough ...Teruaki Kawashima3-26/+16
2011-01-19image viewer: ppm:Teruaki Kawashima3-64/+56
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-1/+0
2011-01-17image viewer:Teruaki Kawashima3-366/+414
2011-01-17FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima2-163/+35
2011-01-16image viewer: add quick guide describing how to add image decoder. also impro...Teruaki Kawashima2-8/+50
2011-01-14pitch_detector: add the key transposition feature which makes the plugin bett...Alexander Levin1-4/+44
2011-01-13SA9200: Modify pacbox keymap a slight bit to avoid bunchingRobert Menes1-2/+2
2011-01-12Add test_gfx and test_resize to CATEORIES so they show up in the right placeFrank Gevaerts1-0/+2
2011-01-11pitch_detector: bring the name of the settings file in line with the plugin nameAlexander Levin1-1/+1
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis1-1/+1
2011-01-10Add backgrounds for 128x160 displays to bubbles and rockblox. Set the coordin...Michael Sevakis5-12/+27
2011-01-09Fix r29016 red.Michael Sevakis1-1/+1
2011-01-09SA9200: Make plugins. Cheat a little just to get things to make at first by u...Michael Sevakis4-6/+16
2011-01-09jewels: hopefully fix FS#11842, by checking if there are available moves afte...Nils Wallménius1-8/+1
2011-01-09Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.Marcin Bukat12-358/+574
2011-01-09Gigabeat F can easily manage 60fps in pacbox.Michael Sevakis1-4/+4
2011-01-08Add AI to the pong plugin, to allow single-player operation.Frank Gevaerts1-12/+91
2011-01-08Revert r29004 putting the original comment back (sorry to fml for this :)Mustapha Senhaji1-1/+1
2011-01-08pitch detector: Fix a typo in a comment.Mustapha Senhaji1-1/+1
2011-01-07pitch_detector: remove a double 'break'Alexander Levin1-2/+0
2011-01-07pitch_detector: the menu function already returns a bool, so use the return v...Alexander Levin1-1/+2
2011-01-07Put illustrative switch case back, because it clarifies intention...maybe ;).Michael Sevakis1-0/+1
2011-01-07MPEGPlyaer: A bit of audio mutation. Remove a useless thread state. Take some...Michael Sevakis5-84/+141
2011-01-06Finally fix FS#10678. Now the mp3 encoder plugin supports mono/stereo and the...Andree Buschmann1-26/+18
2011-01-06Related to FS#10678. The mp3 encoder plugin of Rockbox does not encode MPEG2 ...Andree Buschmann1-15/+35
2011-01-05Fix FS#5317. mp3_encoder does now properly encode mono files. Still there is ...Andree Buschmann1-10/+19
2011-01-04Fix another comment typoAlexander Levin1-1/+1
2011-01-04MPEGPlayer: Give the parser a little stronger going over this time so it tole...Michael Sevakis1-42/+53
2011-01-04mpeg_parser: fix a typo in the commentAlexander Levin1-1/+1
2011-01-03MPEGPlayer: Try a few timestamps for all streams at the beginning, not just v...Michael Sevakis1-2/+5
2011-01-03MPEGPlayer graphics mutation: Implement a more visible FPS display and remove...Michael Sevakis8-93/+333
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann1-0/+10
2011-01-01Higher precision for test_mem plugin.Andree Buschmann1-1/+1
2010-12-28stats plugin: Add new things to count. Playlist and video files.Mustapha Senhaji1-11/+60
2010-12-28Use the filetype_get_attr function just added, to replace a const to count fo...Mustapha Senhaji1-19/+6
2010-12-27Vastly increase speed of SDL screen updates for RGB565.Thomas Martitz1-0/+1
2010-12-27Fix warning about using static vars in non static inline functions with gcc 4.5.Nils Wallménius1-1/+1
2010-12-25disktidy: Fix deleting of directories specified by a pattern (FS#11827)Alexander Levin1-2/+2
2010-12-25disktidy: add a debug message if a file cannot be deletedAlexander Levin1-1/+2
2010-12-25disktidy: fix the situation where specifying that a dir should be deleted cou...Alexander Levin1-1/+2
2010-12-25disktidy: add a comment to the functionAlexander Levin1-1/+4