summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-04-03Migrate the buffering code to the new events system.Nicolas Pennequin3-111/+44
2008-04-03Fix an issue introduced by r16930 where rebuffering would happen one track to...Nicolas Pennequin1-1/+1
2008-04-03Simplify pcmbuf_beep() a little, should be no functional change but it seems ...Steve Bavin1-60/+49
2008-04-03Small fix to be able to use F3 to quit the F3 quick menu on the Archos RecorderLinus Nielsen Feltzing1-1/+1
2008-04-03Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr...Nicolas Pennequin2-58/+58
2008-04-03Sync Danish translation.Jonas Häggqvist1-9/+7
2008-04-03Remove obsolete commentNils Wallménius1-3/+0
2008-04-03fix FS#8841 - scrolling doesnt work when using cursor seelction iconJonathan Gordon1-4/+8
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-10/+15
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold10-40/+11
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold10-11/+40
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold5-209/+290
2008-04-02Fix a possible (though unlikely) deadlock condition spotted by jhMikeS. It wo...Nicolas Pennequin1-1/+1
2008-04-02Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...Nicolas Pennequin3-16/+23
2008-04-02remove some really old and out of date code... (drawing API changed about 3 t...Jonathan Gordon1-6/+0
2008-04-01WPS parser: also revert to the default WPS when there were bitmap loading err...Nicolas Pennequin1-5/+6
2008-04-01Place a limit on the estimate fudging when searching timestamps in mpegplayer...Michael Sevakis1-5/+16
2008-03-31Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox InfoLinus Nielsen Feltzing1-4/+6
2008-03-30Fixes FS #8389 (wv error). For WavPack files that don't have the length store...Dave Bryant1-3/+21
2008-03-30Fixes FS#8651 (noise and/or crash while crossfading). Latest ARM-asm submit f...Andree Buschmann1-4/+17
2008-03-30Fixes FS#8597 (dropouts while crossfading) via keeping CPU boosted while cros...Andree Buschmann1-1/+5
2008-03-30In the equalizer menu, switch to low-latency mode in the smallest scope rathe...Dan Everton1-45/+50
2008-03-29Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp...Michael Sevakis1-1/+1
2008-03-29Change the default buffer filechunk back to 32KB and bump the buffering threa...Michael Sevakis1-2/+2
2008-03-29Fix sim warnings.Nicolas Pennequin2-2/+4
2008-03-29Boost the audio thread while it's filling the buffer. In the audio and the bu...Nicolas Pennequin2-3/+8
2008-03-29Correct some windows line endings back to unix.Nicolas Pennequin2-9/+9
2008-03-29Use queue_empty instead of queue_peek again now that we don't care about the ...Nicolas Pennequin1-2/+1
2008-03-29Oops. test_codec should be updated too.Michael Sevakis1-11/+0
2008-03-29Move codec_get_file_pos somewhere else like the comment said should be done. ...Michael Sevakis4-72/+54
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman13-40/+4
2008-03-28Track playback filling state with a state-machine approach. There shouldn't b...Nicolas Pennequin1-17/+33
2008-03-28Update the LCD after setting flip status as required by the LCD drivers. Fixe...Jens Arnold1-0/+1
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin11-184/+181
2008-03-28Oops, another pondlife puddle of red.Steve Bavin1-4/+5
2008-03-28...and that plugin API has changed again.Steve Bavin1-2/+2
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin14-107/+144
2008-03-27Enable the greyscale library for ZXbot on M3.Jens Arnold1-2/+1
2008-03-27Update Dutch language filePeter D'Hoye1-8/+6
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg2-305/+0
2008-03-27initial Meizu M6SL portMarcoen Hirschberg2-0/+305
2008-03-27Fix misleading debug statement.Michael Giacomelli1-1/+1
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman6-9/+11
2008-03-26Move checkwps to its own subdir in preparation for compiling target-specific ...Dave Chapman1-1/+1
2008-03-26Fix yellow, and at the same time simplify some #ifdefsDave Chapman1-8/+15
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman2-10/+37
2008-03-26fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808)Jonathan Gordon1-10/+3
2008-03-26kill the release script and build tarball from *everything* in SVN...Daniel Stenberg1-117/+0
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon4-18/+49
2008-03-26More consts that require no functional change.Steve Bavin3-69/+71