Age | Commit message (Expand) | Author | Files | Lines |
2005-08-06 | typos fixed... | Michiel Van Der Kolk | 1 | -2/+2 |
2005-08-06 | iAudio: First unfinished attempt for tlv320 driver and rockbox integration | Christian Gmeiner | 8 | -142/+441 |
2005-08-06 | Put back the line (accidentally?) removed on the last commit. That is | Miika Pekkarinen | 1 | -0/+11 |
2005-08-05 | Fixed track changing in REPEAT_ONE mode and playlists with only one track. R... | Ryan Jackson | 1 | -25/+8 |
2005-08-04 | Synced. | Mats Lidell | 1 | -1/+73 |
2005-08-04 | don't assume ../firmware, use the passed in dir path | Daniel Stenberg | 1 | -1/+3 |
2005-08-04 | point to the wiki | Björn Stenberg | 1 | -3/+2 |
2005-08-03 | Increased maximum file size for models with LCD height larger than 64 to | Daniel Stenberg | 2 | -10/+27 |
2005-08-02 | headphone volume should be correct now | Christian Gmeiner | 1 | -16/+16 |
2005-08-01 | Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ... | Jens Arnold | 1 | -2/+46 |
2005-08-01 | Fixed comma display of these fonts. Thanks to Antonius Hellmann for pointing ... | Jens Arnold | 2 | -15/+6 |
2005-08-01 | Another small opt for the SH1 64 bit multiplication. | Jens Arnold | 1 | -6/+6 |
2005-08-01 | Killed signed/unsigned inconsistency | Jens Arnold | 1 | -2/+2 |
2005-08-01 | Further optimised asm 64 bit multiplication for SH1, speedup around 20%. | Jens Arnold | 1 | -49/+41 |
2005-07-31 | fixed comment in generated header file | Daniel Stenberg | 1 | -1/+1 |
2005-07-31 | oops... fixes red build | Christian Gmeiner | 1 | -1/+1 |
2005-07-31 | iAudio, iRiver: As both platforms use the same i2c interface i have renamed i... | Christian Gmeiner | 8 | -29/+32 |
2005-07-31 | iAudio: adding support for mcf5250 | Christian Gmeiner | 2 | -0/+65 |
2005-07-30 | Fixed a hang with backward skipping. | Miika Pekkarinen | 1 | -3/+3 |
2005-07-30 | All repeat modes now work correctly if there is only one track in the playlis... | Ryan Jackson | 2 | -2/+7 |
2005-07-30 | Now playlist ending and skipping to a next directory should work. | Miika Pekkarinen | 1 | -2/+6 |
2005-07-30 | Fixed a problem that wps didn't exit at end of the playlist. | Miika Pekkarinen | 1 | -2/+1 |
2005-07-30 | 'Move to Next Folder' didn't work if it involved going up to the root of the ... | Magnus Holmgren | 1 | -1/+8 |
2005-07-30 | Correctly setting the last_index to prevent playback stuttering. | Miika Pekkarinen | 1 | -7/+9 |
2005-07-30 | Now removing right tracks from playlist. | Miika Pekkarinen | 1 | -1/+1 |
2005-07-30 | Fixed a hang on track changed. Automatically deleting invalid track | Miika Pekkarinen | 1 | -24/+36 |
2005-07-30 | Make simulator version of FRACMUL correct. Also corrected related comments. | Magnus Holmgren | 1 | -6/+5 |
2005-07-30 | Fixed MAC initialization problem with mpa codec and removed workaround | Miika Pekkarinen | 5 | -18/+10 |
2005-07-30 | Ooops, the adapted maximum iteration count was off by 60... | Jens Arnold | 1 | -1/+1 |
2005-07-30 | Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin... | Jens Arnold | 1 | -77/+252 |
2005-07-30 | typo, pointed out by Dave Wiard | Daniel Stenberg | 1 | -1/+1 |
2005-07-29 | iAudio: Preperations for audio codec driver | Christian Gmeiner | 2 | -0/+119 |
2005-07-28 | And fix that red build too... | Magnus Holmgren | 1 | -1/+1 |
2005-07-28 | Fixed a bug that prevented the last tag in a flac file from being read. | Ryan Jackson | 1 | -8/+18 |
2005-07-28 | Added comments, Replay Gain, and resume/bookmarks for FLAC. | Ryan Jackson | 8 | -181/+310 |
2005-07-28 | Mandelbrot plugin fixes: (1) Aspect handling was broken, it has to keep the x... | Jens Arnold | 1 | -37/+37 |
2005-07-28 | bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs in... | Jens Arnold | 1 | -33/+49 |
2005-07-28 | Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin... | Jens Arnold | 1 | -4/+2 |
2005-07-28 | Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ... | Magnus Holmgren | 5 | -9/+13 |
2005-07-28 | Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s... | Jens Arnold | 1 | -19/+44 |
2005-07-28 | Fixed scroll step settings >127 pixels not working (reported on irc). Changed... | Jens Arnold | 5 | -23/+31 |
2005-07-27 | Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ... | Jens Arnold | 1 | -24/+25 |
2005-07-27 | Adjusted mandelbrot plugin to H1x0: (1) Working button assignment. (2) Differ... | Jens Arnold | 1 | -17/+14 |
2005-07-27 | Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the... | Jens Arnold | 6 | -218/+620 |
2005-07-27 | Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t... | Magnus Holmgren | 7 | -96/+235 |
2005-07-26 | Moved implementation of user timer to the firmware layer, implemented it for ... | Jens Arnold | 12 | -200/+335 |
2005-07-25 | Complete rework of the grayscale library: (1) Implemented the new rockbox gra... | Jens Arnold | 37 | -3330/+2147 |
2005-07-25 | Added font_getstringsize to the plugin api, needed for the reworked grayscale... | Jens Arnold | 2 | -1/+8 |
2005-07-25 | Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG... | Magnus Holmgren | 1 | -2/+1 |
2005-07-25 | The peak meter on iRiver didn't look right to me and the code seemed to be | Dave Bryant | 1 | -73/+54 |