summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold5-146/+125
2005-09-09Exact song length calculation for CBR mpeg audio files (without Info header).Jens Arnold1-6/+5
2005-09-08The previous commit had a distressing lack of words. This time I deliver the ...Jonas Häggqvist1-3/+4
2005-09-07Added support for additional ID3v1 genres, including such gems as "Christian ...Jonas Häggqvist1-1/+5
2005-09-07coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th...Jens Arnold1-2/+2
2005-09-07Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist1-2/+20
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-2/+15
2005-09-06Moved the system_reboot() call to the correct placeLinus Nielsen Feltzing1-1/+1
2005-09-06Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha...Jens Arnold3-0/+9
2005-09-06Call system_reboot() instead of rolo_load() in the UIE handlerLinus Nielsen Feltzing1-2/+1
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold2-3/+11
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing1-0/+2
2005-09-05Archos recording: yield() within audio_beep() to avoid starving the mpeg thre...Jens Arnold1-1/+2
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold4-171/+184
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe10-20/+20
2005-09-02Adjusted the file size calculation when prerecordingLinus Nielsen Feltzing1-2/+10
2005-09-01Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and...Jens Arnold1-2/+2
2005-09-01Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold1-11/+14
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold2-10/+11
2005-09-01Corrected the codec format tableLinus Nielsen Feltzing1-8/+0
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing2-12/+1
2005-08-30Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing1-4/+10
2005-08-30Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing1-3/+2
2005-08-30Archos: Trap UserBrk in the gdb debuggerLinus Nielsen Feltzing1-0/+6
2005-08-30Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ...Linus Nielsen Feltzing1-3/+8
2005-08-30Change ROMbox to use BootBox-suitable start address. This will "break" it unt...Jörg Hohensohn6-6/+12
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold26-126/+126
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold1-7/+7
2005-08-28iRiver: Reduced pops from the line out connector.Miika Pekkarinen2-7/+9
2005-08-26SH1: Tiny optimisation of the thread scheduler.Jens Arnold1-3/+4
2005-08-24Ooops, didn't mean to commit thatLinus Nielsen Feltzing1-3/+3
2005-08-24FM radio: fix by Antonius Hellman, no more crash when loading preset files wi...Linus Nielsen Feltzing1-3/+3
2005-08-23allow the flash plugin to verify the RomBox link addressJörg Hohensohn1-0/+8
2005-08-22Trying to enter STANDBY mode when entering USB mode seems to cause more troub...Linus Nielsen Feltzing1-1/+0
2005-08-22Some slight size optimisations.Jens Arnold1-10/+10
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing6-8/+108
2005-08-21Coldfire: assembler optimised SWAB32() inline function. Added SWAW32() even i...Jens Arnold1-3/+23
2005-08-21Hooked up the runtime database on archos.Jens Arnold2-7/+125
2005-08-21Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen1-24/+33
2005-08-21Fixed the usb mode. We did hit the thread limit which was nowMiika Pekkarinen1-1/+1
2005-08-20Fixed "if there are less than 2 bytes left in the buffer, thenMiika Pekkarinen1-1/+1
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2-16/+7
2005-08-19More mpeg.c cleanup: collected variables and declarations at the top, more #i...Jens Arnold1-146/+136
2005-08-19Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing1-27/+3
2005-08-19Properly skip the ID3v2 extended header for both 2.3 and 2.4Linus Nielsen Feltzing1-3/+20
2005-08-19Cleaned up remnants of early iriver development. First part of #if/#ifdef cle...Jens Arnold1-99/+67
2005-08-18Use the provided function to calculate the unsaved space in rec_tick().Jens Arnold1-6/+1
2005-08-17Avoid zero values for defines to minimize problems where they're compared to ...Jonas Häggqvist1-3/+3
2005-08-16Enlarged the buffer for DEBUGF()Linus Nielsen Feltzing1-2/+2
2005-08-16FM radio simulation working againLinus Nielsen Feltzing4-11/+11