summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-03-30Be less aggressive when dropping frames - mpegplayer was dropping any frame w...Dave Chapman1-5/+14
2007-03-29set correct eol-style and keywords propertiesPeter D'Hoye2-2/+2
2007-03-29Cuesheet tweaks:Nicolas Pennequin2-12/+17
2007-03-29Fix icons for built-in types on charcell.Jens Arnold1-1/+1
2007-03-29Hopefully fix FS#6863 for good. (possible to get into infinite loop in the me...Jonathan Gordon1-50/+48
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon7-740/+238
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis5-117/+117
2007-03-28Use the left and right buttons for changing volume in mpegplayer on the gigab...Tom Ross1-2/+2
2007-03-28Fix the warning.Nicolas Pennequin1-4/+3
2007-03-28Improved cuesheet parser. Among other improvements, the use of quotation mark...Nicolas Pennequin1-52/+58
2007-03-28Use isspace() instead of a naive comparison.Nicolas Pennequin1-1/+1
2007-03-28Killing of threads enabled also for logf debug builds.Miika Pekkarinen1-1/+3
2007-03-28Adjust plugins to use the new menu API. Int settings still use the old API. R...Tom Ross5-563/+242
2007-03-28Ability to kill threads in debug screen by pressing select.Miika Pekkarinen1-0/+6
2007-03-27Make the charset more maintainable by using an enum for font indexing, fix wr...Jens Arnold1-2/+2
2007-03-27Move all valid menu return codes to a single file (root_menu.h) so we don't n...Jonathan Gordon4-10/+17
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla3-63/+15
2007-03-26Add support for the SONGWRITER cuesheet command, displayed as composer in the...Nicolas Pennequin2-2/+17
2007-03-26Those pesky 64-bit simulator builds..Dave Chapman1-1/+1
2007-03-26Improved (I hope) A/V sync. mpegplayer now takes account of the difference i...Dave Chapman1-0/+33
2007-03-26SWCODEC: Need to call resampler_new_delta when resetting DSP.Michael Sevakis1-0/+1
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen2-37/+18
2007-03-26Killed a logf warning.Miika Pekkarinen1-1/+1
2007-03-26Argh. Get the tabs out the asm again.Michael Sevakis1-16/+15
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla5-16/+63
2007-03-26Make the OS stacks usage debug screen nicer, and unfiy the code for charcell/...Jonathan Gordon1-113/+71
2007-03-26woops, used the wrong defineJonathan Gordon1-1/+1
2007-03-26Convert the playback control menu to the new API. Makes a good example Jonathan Gordon2-18/+29
2007-03-26Rockblox: Repair initial display on targets with no highscore list.Jens Arnold1-1/+1
2007-03-26Ooops.Jens Arnold1-1/+0
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold13-140/+120
2007-03-26Fix warningDave Chapman1-1/+1
2007-03-26mpegplayer for grayscale targets. Note that performance is slow...Dave Chapman4-6/+46
2007-03-25Initial attempt at rebufferingDave Chapman1-23/+103
2007-03-25Fix a few bugs in Xobox. Now menu isn't pure black on non-color targets and a...Tom Ross1-5/+11
2007-03-25fix bug where runtime data was not gathered for last track (end of playlist o...Robert Kukla1-0/+6
2007-03-25fix redJonathan Gordon1-0/+2
2007-03-25convert the xobox menu to the new API so it can be used as an example for plu...Jonathan Gordon3-65/+31
2007-03-25Allow clearing the backdrop on greyscale targets.Jens Arnold1-5/+9
2007-03-25SWCODEC & Coldfire: Do some more DSP straigntening out. Do as much Coldfire o...Michael Sevakis3-369/+468
2007-03-24FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski2-12/+101
2007-03-24FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski5-59/+168
2007-03-23Temporary workaround hard lockup with "nothing to resume" splash at end of th...Dominik Riebeling1-1/+1
2007-03-22Clamp output when converting from libmad's s3.28 format to 16-bit integers.Dave Chapman1-3/+22
2007-03-22Add the necessary action_signalscreenchange call to avoid going back one leve...Nicolas Pennequin1-0/+1
2007-03-22Use power for ACTION_STD_CANCEL when left is being used for something else Jonathan Gordon1-0/+1
2007-03-22Woops.. no longer neededJonathan Gordon1-21/+0
2007-03-22fix FS#6877 — Using the quickmenu in the database view causes problemsJonathan Gordon1-5/+0
2007-03-22Oops, only swcodec targets have pcm_get_bytes_waiting()Dave Chapman2-0/+4
2007-03-22Some small mpegplayer improvements/bug-fixes, and improved A/V sync. Audio i...Dave Chapman5-108/+109