summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen1-1/+1
2005-10-07Fixed the bootloader compile failure by disabling new directory cacheMiika Pekkarinen1-1/+1
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-0/+7
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-10/+49
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold2-6/+12
2005-09-24H1x0: More precise tuning; corrected xtal frequency in comments + #defines.Jens Arnold2-2/+2
2005-09-22Add ALAC audio typeDave Chapman1-0/+1
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold2-6/+7
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing1-1/+1
2005-09-12Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...Linus Nielsen Feltzing1-0/+1
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold2-32/+32
2005-09-07coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th...Jens Arnold1-2/+2
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-2/+15
2005-09-06Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha...Jens Arnold3-0/+9
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing1-0/+2
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold2-1/+3
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe10-20/+20
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold1-4/+2
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing1-8/+1
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 Arnold18-26/+26
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing5-0/+48
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 Arnold1-0/+7
2005-08-21Fixed the usb mode. We did hit the thread limit which was nowMiika Pekkarinen1-1/+1
2005-08-17Avoid zero values for defines to minimize problems where they're compared to ...Jonas Häggqvist1-3/+3
2005-08-16FM radio simulation working againLinus Nielsen Feltzing4-11/+11
2005-08-13Corrected UART register namesLinus Nielsen Feltzing1-4/+2
2005-08-13Forgot that the simulator doesn't simulate the FM radioLinus Nielsen Feltzing2-6/+6
2005-08-13Very lame, initial support for FM radio on the iriverLinus Nielsen Feltzing2-0/+6
2005-08-13The Ondio uses a different crystal for the TEA5767 than iriverLinus Nielsen Feltzing1-0/+1
2005-08-13Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing1-0/+2
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren1-0/+1
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing1-0/+23
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-7/+12
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg1-2/+6
2005-08-02headphone volume should be correct nowChristian Gmeiner1-16/+16
2005-08-01Killed signed/unsigned inconsistencyJens Arnold1-2/+2
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner6-10/+13
2005-07-31iAudio: adding support for mcf5250Christian Gmeiner2-0/+65
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen1-0/+4
2005-07-29iAudio: Preperations for audio codec driverChristian Gmeiner2-0/+119
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren2-2/+6
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold2-3/+34
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-7/+18
2005-07-24ReplayGain support files.Magnus Holmgren1-0/+26
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen1-1/+1
2005-07-22More accurate playback position calculation.Miika Pekkarinen1-0/+1
2005-07-21Forgot to commit these files.Miika Pekkarinen1-0/+1
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold1-1/+4