summaryrefslogtreecommitdiff
path: root/firmware/export
AgeCommit message (Expand)Author
2005-11-14completed the CONFIG_BACKLIGHT transitionDaniel Stenberg
2005-11-14H300 backlightLinus Nielsen Feltzing
2005-11-14New type for the LCD frame buffer dataLinus Nielsen Feltzing
2005-11-14H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing
2005-11-14H300: Correct LCD type and CODEC buffer sizeLinus Nielsen Feltzing
2005-11-13Allow S/PDIF as recording source in the archos simsLinus Nielsen Feltzing
2005-11-13Force -mlong-calls for iPod builds. This issue still needs investigating as ...Dave Chapman
2005-11-13Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman
2005-11-12iPod changesDave Chapman
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy
2005-11-12Fix for broken simulatorsAndy
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen
2005-11-09Correct the LCD definition for the NanoDave Chapman
2005-11-09SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold
2005-11-0816-bit color for h300 for nowLinus Nielsen Feltzing
2005-11-08Unified the H100 and H300 startupLinus Nielsen Feltzing
2005-11-08Remove unnecessary #ifdefDave Chapman
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-11-07Adjusted MAX_THREADS to be 2 more than the number of standard threads on all ...Jens Arnold
2005-11-06The const police strikes and hits itself.Jens Arnold
2005-11-06Fixed recorder v2 simulators.Jens Arnold
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold
2005-10-31Oops. Forgot to increase the codec size for H100.Dave Chapman
2005-10-31Increase codec size to 512KB in preparation for AAC codecDave Chapman
2005-10-31Add AAC audio typeDave Chapman
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen
2005-10-07Fixed the bootloader compile failure by disabling new directory cacheMiika Pekkarinen
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...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-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-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