summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-16/+19
2003-12-15kill an "unused variable" compiler warningDaniel Stenberg1-0/+2
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-0/+2
2003-12-03No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn1-1/+0
2003-11-20Removed startup_io test codeBjörn Stenberg1-32/+0
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing1-1/+1
2003-08-02Diagnostic code added, to find init problems (charging, etc.) when flashed: t...Jörg Hohensohn1-0/+32
2003-07-29no more startup-rolo of ajbrec.ajzJörg Hohensohn1-1/+4
2003-07-18call power_init() before the charging screen may open, thus before ata_init()...Jörg Hohensohn1-2/+2
2003-07-17A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn1-3/+13
2003-07-03detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn1-1/+22
2003-05-17Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing1-0/+1
2003-05-17Moved the power_init() call to after the mpeg_init() call, this is supposed t...Linus Nielsen Feltzing1-3/+4
2003-05-14call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg1-0/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-5/+12
2003-04-24Changed to runtime playlist initializationBjörn Stenberg1-0/+2
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-1/+1
2003-02-14Fixed simulator build errorLinus Nielsen Feltzing1-1/+2
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing1-1/+2
2003-01-13Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson1-0/+2
2003-01-10Starting the mpeg_thread for the simulator.Kjell Ericson1-0/+7
2002-10-28The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson1-3/+1
2002-10-21Fonts are only for recorder.Kjell Ericson1-1/+3
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg1-2/+9
2002-10-09No longer loads /.rockbox/default.*. Only selected files.Björn Stenberg1-6/+0
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-0/+3
2002-09-25load ".rockbox/default.lng" at startupDaniel Stenberg1-1/+3
2002-09-20Fixed default font name misspelling. Again.Björn Stenberg1-1/+1
2002-09-20Fixed default font name misspelling.Björn Stenberg1-1/+1
2002-09-20New full ISO-8859-1 system font.Björn Stenberg1-5/+3
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-10/+7
2002-08-16reverted Felix Arends' mistakeDaniel Stenberg1-1/+1
2002-08-16windows makefile for firmwareFelix Arends1-1/+1
2002-08-14Added Balance settingLinus Nielsen Feltzing1-0/+1
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg1-6/+0
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg1-0/+1
2002-08-12Remote control support addedBjörn Stenberg1-0/+6
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-3/+10
2002-08-09Ignore partition types, just try to mount all partitionsBjörn Stenberg1-6/+1
2002-08-08Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg1-1/+1
2002-08-06Added battery charger for the recorder and a power management debugger.Heikki Hannikainen1-0/+3
2002-08-06Removed powermgmt.hLinus Nielsen Feltzing1-1/+0
2002-08-06Now calls rtc_init()Linus Nielsen Feltzing1-1/+6
2002-07-28Removed the boot countLinus Nielsen Feltzing1-2/+0
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing1-1/+2
2002-07-22Added status_init() callLinus Nielsen Feltzing1-0/+2
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing1-1/+3
2002-07-16Allow LBA-less partitionsBjörn Stenberg1-1/+2
2002-07-15Trying to mount as raw disk if no partition is foundBjörn Stenberg1-1/+4
2002-07-15The partition search now stops when it finds a FAT32 partitionLinus Nielsen Feltzing1-0/+1