Age | Commit message (Expand) | Author |
2005-08-11 | Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega... | Magnus Holmgren |
2005-08-11 | iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se... | Linus Nielsen Feltzing |
2005-08-11 | Added pre-amp setting for files with ReplayGain information. | Magnus Holmgren |
2005-08-11 | Updated ID3 info screen for devices with a bitmapped screen: show a list of a... | Magnus Holmgren |
2005-08-10 | patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.c | Linus Nielsen Feltzing |
2005-08-10 | iriver: fix by Frederic Devernay, Rockbox could crash if the metadata reading... | Linus Nielsen Feltzing |
2005-08-10 | mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro... | Linus Nielsen Feltzing |
2005-08-10 | iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ... | Linus Nielsen Feltzing |
2005-08-10 | iriver: always save resume offset, not only if it's bigger than the already s... | Linus Nielsen Feltzing |
2005-08-10 | Spelling | Linus Nielsen Feltzing |
2005-08-09 | convbdf: fixed a problem with 16 pixel wide characters. It now also refuses t... | Linus Nielsen Feltzing |
2005-08-09 | Moved hebrew bidi setting to the Display menu | Linus Nielsen Feltzing |
2005-08-08 | feature freeze | Björn Stenberg |
2005-08-08 | Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text... | Linus Nielsen Feltzing |
2005-08-07 | Uncomment one line, which makes bad 80s music sound a bit better. | Stepan Moskovchenko |
2005-08-07 | Add this back in, for now. Will turn into real codec later, when plugins supp... | Stepan Moskovchenko |
2005-08-07 | Woah, that was not supposed to happen | Stepan Moskovchenko |
2005-08-07 | Fix error/warning, change pitch bend to 9 bits | Stepan Moskovchenko |
2005-08-06 | typos fixed... | Michiel Van Der Kolk |
2005-08-06 | iAudio: First unfinished attempt for tlv320 driver and rockbox integration | Christian Gmeiner |
2005-08-06 | Put back the line (accidentally?) removed on the last commit. That is | Miika Pekkarinen |
2005-08-05 | Fixed track changing in REPEAT_ONE mode and playlists with only one track. R... | Ryan Jackson |
2005-08-04 | Synced. | Mats Lidell |
2005-08-04 | don't assume ../firmware, use the passed in dir path | Daniel Stenberg |
2005-08-04 | point to the wiki | Björn Stenberg |
2005-08-03 | Increased maximum file size for models with LCD height larger than 64 to | Daniel Stenberg |
2005-08-02 | headphone volume should be correct now | Christian Gmeiner |
2005-08-01 | Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ... | Jens Arnold |
2005-08-01 | Fixed comma display of these fonts. Thanks to Antonius Hellmann for pointing ... | Jens Arnold |
2005-08-01 | Another small opt for the SH1 64 bit multiplication. | Jens Arnold |
2005-08-01 | Killed signed/unsigned inconsistency | Jens Arnold |
2005-08-01 | Further optimised asm 64 bit multiplication for SH1, speedup around 20%. | Jens Arnold |
2005-07-31 | fixed comment in generated header file | Daniel Stenberg |
2005-07-31 | oops... fixes red build | Christian Gmeiner |
2005-07-31 | iAudio, iRiver: As both platforms use the same i2c interface i have renamed i... | Christian Gmeiner |
2005-07-31 | iAudio: adding support for mcf5250 | Christian Gmeiner |
2005-07-30 | Fixed a hang with backward skipping. | Miika Pekkarinen |
2005-07-30 | All repeat modes now work correctly if there is only one track in the playlis... | Ryan Jackson |
2005-07-30 | Now playlist ending and skipping to a next directory should work. | Miika Pekkarinen |
2005-07-30 | Fixed a problem that wps didn't exit at end of the playlist. | Miika Pekkarinen |
2005-07-30 | 'Move to Next Folder' didn't work if it involved going up to the root of the ... | Magnus Holmgren |
2005-07-30 | Correctly setting the last_index to prevent playback stuttering. | Miika Pekkarinen |
2005-07-30 | Now removing right tracks from playlist. | Miika Pekkarinen |
2005-07-30 | Fixed a hang on track changed. Automatically deleting invalid track | Miika Pekkarinen |
2005-07-30 | Make simulator version of FRACMUL correct. Also corrected related comments. | Magnus Holmgren |
2005-07-30 | Fixed MAC initialization problem with mpa codec and removed workaround | Miika Pekkarinen |
2005-07-30 | Ooops, the adapted maximum iteration count was off by 60... | Jens Arnold |
2005-07-30 | Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin... | Jens Arnold |
2005-07-30 | typo, pointed out by Dave Wiard | Daniel Stenberg |
2005-07-29 | iAudio: Preperations for audio codec driver | Christian Gmeiner |