summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-10-03iRiver: remove some code that isn't needed any more.Magnus Holmgren
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-09-30Ooops, forgot to fix that comment.Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-09-25Rather obvious simplification of the mpeg frametime fraction calculation.Jens Arnold
2005-09-24H1x0 radio: Fixed the volume changing issue with non-flat tone controls.Jens Arnold
2005-09-24H1x0: More precise tuning; corrected xtal frequency in comments + #defines.Jens Arnold
2005-09-22Add ALAC audio typeDave Chapman
2005-09-22Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist
2005-09-22Fix to remote-hold check by Stephan Wezel - it always returned true when the ...Jonas Häggqvist
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing
2005-09-12Safety net for devices with no hardware poweroff mechanism - hold STOP for se...Linus Nielsen Feltzing
2005-09-12Fixed compiler error in the X11 iriver simulatorLinus Nielsen Feltzing
2005-09-12Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...Linus Nielsen Feltzing
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold
2005-09-09Exact song length calculation for CBR mpeg audio files (without Info header).Jens Arnold
2005-09-08The previous commit had a distressing lack of words. This time I deliver the ...Jonas Häggqvist
2005-09-07Added support for additional ID3v1 genres, including such gems as "Christian ...Jonas Häggqvist
2005-09-07coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th...Jens Arnold
2005-09-07Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-09-06Moved the system_reboot() call to the correct placeLinus Nielsen Feltzing
2005-09-06Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha...Jens Arnold
2005-09-06Call system_reboot() instead of rolo_load() in the UIE handlerLinus Nielsen Feltzing
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing
2005-09-05Archos recording: yield() within audio_beep() to avoid starving the mpeg thre...Jens Arnold
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe
2005-09-02Adjusted the file size calculation when prerecordingLinus Nielsen Feltzing
2005-09-01Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and...Jens Arnold
2005-09-01Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold
2005-09-01Corrected the codec format tableLinus Nielsen Feltzing
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing
2005-08-30Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing
2005-08-30Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing
2005-08-30Archos: Trap UserBrk in the gdb debuggerLinus Nielsen Feltzing
2005-08-30Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ...Linus Nielsen Feltzing
2005-08-30Change ROMbox to use BootBox-suitable start address. This will "break" it unt...Jörg Hohensohn
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold
2005-08-28iRiver: Reduced pops from the line out connector.Miika Pekkarinen
2005-08-26SH1: Tiny optimisation of the thread scheduler.Jens Arnold
2005-08-24Ooops, didn't mean to commit thatLinus Nielsen Feltzing
2005-08-24FM radio: fix by Antonius Hellman, no more crash when loading preset files wi...Linus Nielsen Feltzing
2005-08-23allow the flash plugin to verify the RomBox link addressJörg Hohensohn
2005-08-22Trying to enter STANDBY mode when entering USB mode seems to cause more troub...Linus Nielsen Feltzing