summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-06-17Shrink binsize by using shorts instead of ints for colorsBrandon Low1-1/+1
2007-06-17Fix some bugs with the colors stuff. You can now specify folder color with t...Brandon Low3-7/+24
2007-06-17Fix yellowBrandon Low2-1/+2
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low10-69/+210
2007-06-17Fix 2 puzzle levels. Don't lose if no moves are left in puzzle mode, restart ...Antoine Cellerier1-15/+49
2007-06-17gigabeat remote: hold fast-forward to get to the context menu, hold rewind to...Marcoen Hirschberg1-1/+3
2007-06-16Ahem ... fix compilation. I also forgot to mention that puzzle images don't l...Antoine Cellerier1-1/+1
2007-06-16Add "Puzzle" game type to jewels. Idea from Sam Hocevar's MonsterZ (http://sa...Antoine Cellerier8-28/+198
2007-06-16move the speex and vorbis ogg parsers together in ogg.cMarcoen Hirschberg3-213/+213
2007-06-16Correct the (C) yearDave Chapman1-1/+1
2007-06-16Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...Brandon Low4-23/+49
2007-06-16fix build for big-endian targetsMarcoen Hirschberg2-3/+5
2007-06-16split up the metadata parserMarcoen Hirschberg18-2148/+2601
2007-06-16AAC: Add support for iTunes-style gapless playback.Magnus Holmgren2-2/+102
2007-06-16Ignore SYS_CHARGER_DISCONNECTED event in yesno screen (other events may need ...Peter D'Hoye1-0/+2
2007-06-16Make test_codec work in the sim again.Dave Chapman1-0/+1
2007-06-16change the Gigabeat remote control mapping: long-play is stop. play resumes p...Marcoen Hirschberg1-4/+14
2007-06-15Add missing voice string for 'Force mono'; thanks to James Teh.Steve Bavin1-1/+1
2007-06-14Mandelbrot: slight speedup on coldfire targets. Only noticeable at high itera...Jens Arnold1-11/+11
2007-06-14Remove some unused codeDave Chapman3-57/+1
2007-06-14Replace VU meter menu with a new one using the new menu api, fixes some Nils Wallménius3-138/+86
2007-06-14Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h...Nils Wallménius12-54/+20
2007-06-13Oops, forgot to set keywords propDave Chapman1-1/+1
2007-06-13ARM assembler predictor decoding function. This increases my -c1000 test tra...Dave Chapman4-2/+520
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius17-24/+95
2007-06-11Make the screen draw correctly with the user iconsetJonathan Gordon1-1/+1
2007-06-11..and add a couple of comments.Steve Bavin1-2/+2
2007-06-11...forgot one.Steve Bavin1-3/+3
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin9-26/+48
2007-06-10Move the root_menu() call out of tree.c.Jonathan Gordon3-9/+9
2007-06-10C optimisations to the predictor decoding - create a single function for deco...Dave Chapman4-130/+203
2007-06-10Fix a minor annoyance with the last commit where selecting an item could resu...Jonathan Gordon1-13/+14
2007-06-10Really fix FS#7274Jonathan Gordon1-1/+1
2007-06-10Fix metronome errors for hw codec.Michael Sevakis1-0/+2
2007-06-10Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis7-13/+59
2007-06-09simple fix for FS#7274 - selected item might not be shown when a list is draw...Jonathan Gordon1-1/+6
2007-06-09Define and use a local APE_MAX function to make the standalone demac decoder ...Dave Chapman1-2/+7
2007-06-09Fix small preprocessor goofup.Michael Sevakis1-2/+2
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis10-111/+184
2007-06-08Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,...Nils Wallménius1-1/+7
2007-06-08Seeking and resume support for Monkey's AudioDave Chapman7-18/+202
2007-06-08Add test_codec to viewers.config. As Jens pointed out, if it's not built, it...Dave Chapman1-0/+1
2007-06-08Correct the parsing of v3.97 Monkey's Audio files.Dave Chapman1-3/+3
2007-06-07Fix a bug concerning difficulty, pointed out by DerPapst in IRC.Paul Louden1-1/+1
2007-06-07Add a mode the lists which doesnt show the selection marker.Jonathan Gordon3-5/+51
2007-06-07Forgot this one. We should maybe use enums more...Steve Bavin1-1/+1
2007-06-07Separate out voice options for .talk clips (FS #7249). This removes the assu...Steve Bavin6-48/+87
2007-06-07Include mac decoder in tarballsNils Wallménius1-0/+2
2007-06-07show the version in the rockbox info screenJonathan Gordon1-4/+20
2007-06-06Assumption about there being MPEG1-only samplerates available and therefore M...Michael Sevakis1-3/+13