summaryrefslogtreecommitdiff
path: root/firmware/export (unfollow)
Commit message (Expand)Author
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus 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-07coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th...Jens Arnold
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-09-06Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha...Jens Arnold
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing
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-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...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-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing
2005-08-21Coldfire: assembler optimised SWAB32() inline function. Added SWAW32() even i...Jens Arnold
2005-08-21Hooked up the runtime database on archos.Jens Arnold
2005-08-21Fixed the usb mode. We did hit the thread limit which was nowMiika Pekkarinen
2005-08-17Avoid zero values for defines to minimize problems where they're compared to ...Jonas Häggqvist
2005-08-16FM radio simulation working againLinus Nielsen Feltzing
2005-08-13Corrected UART register namesLinus Nielsen Feltzing
2005-08-13Forgot that the simulator doesn't simulate the FM radioLinus Nielsen Feltzing
2005-08-13Very lame, initial support for FM radio on the iriverLinus Nielsen Feltzing
2005-08-13The Ondio uses a different crystal for the TEA5767 than iriverLinus Nielsen Feltzing
2005-08-13Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg
2005-08-02headphone volume should be correct nowChristian Gmeiner
2005-08-01Killed signed/unsigned inconsistencyJens Arnold
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner
2005-07-31iAudio: adding support for mcf5250Christian Gmeiner
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-29iAudio: Preperations for audio codec driverChristian Gmeiner
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-24ReplayGain support files.Magnus Holmgren
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen
2005-07-22More accurate playback position calculation.Miika Pekkarinen
2005-07-21Forgot to commit these files.Miika Pekkarinen
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold
2005-07-19Added MODEL_NUMBER for H300Linus Nielsen Feltzing
2005-07-18Fixed RoLo for H100 targetsLinus Nielsen Feltzing
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen
2005-07-15iAudio: first try - things could be wrong or missingChristian Gmeiner
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen