summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold1-0/+3
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2-1/+21
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-0/+5
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen1-1/+1
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing1-0/+3
2005-07-05New power-conserving CPU idle modeLinus Nielsen Feltzing1-0/+2
2005-07-05More accurate runtime estimate calculation for iriver (still not veryMiika Pekkarinen1-11/+15
2005-07-05New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...Linus Nielsen Feltzing1-0/+1
2005-07-04Preparation for 4-grey LCD mode on H1x0.Jens Arnold9-0/+11
2005-07-04Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16.Jens Arnold1-1/+2
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk1-0/+13
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold1-0/+12
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold1-7/+30
2005-07-01New config option for optical out on iriverLinus Nielsen Feltzing1-2/+2
2005-07-01- enable S/PDIF optical outputMarcoen Hirschberg1-0/+2
2005-06-30Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold1-7/+9
2005-06-30decrease to 30Michiel Van Der Kolk1-1/+1
2005-06-30better logfMichiel Van Der Kolk1-1/+1
2005-06-29Small copy/paste error..Miika Pekkarinen1-1/+0
2005-06-29Always use crossfade if it's enabled.Miika Pekkarinen1-0/+1
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen1-0/+2
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-1/+1
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold2-17/+26
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-4/+5
2005-06-27Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg11-0/+48
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen1-3/+3
2005-06-26Quick menu for iRiver: A long press on the PLAY key in the browser or the WP...Christi Scarborough1-0/+2
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-1/+7
2005-06-25Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold1-0/+4
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold1-4/+0
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold1-2/+2
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-7/+19
2005-06-24BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC...Christi Scarborough1-1/+1
2005-06-23Fix red builds.Jens Arnold1-1/+1
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold2-87/+105
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold5-0/+15
2005-06-22Make the simulator builds know about software poweroff, for more consistent b...Jens Arnold8-24/+24
2005-06-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger1-0/+1
2005-06-22Increased max number of tick tasksLinus Nielsen Feltzing1-1/+1
2005-06-22The iriver simulator now uses the correct LCD driverLinus Nielsen Feltzing1-2/+2
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold1-0/+1
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold1-0/+7
2005-06-20Crossfade fixes.Miika Pekkarinen1-1/+1
2005-06-19iriver: Prescale the digital volume when boosting treble/bass by decreasing t...Jens Arnold1-1/+2
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy2-1/+55
2005-06-18Initial setup for the H300 keypadDaniel Stenberg2-2/+24
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman1-0/+31
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold2-3/+1
2005-06-17iriver: LCD flip for H1x0 remote, some code cleanup.Jens Arnold1-1/+1
2005-06-16Iriver: Sleep timer now powers off the box even when the charger is connected.Jens Arnold2-0/+6