summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-08-16FM radio simulation working againLinus Nielsen Feltzing1-0/+7
2005-08-15One more gapless fix for LAME MP3 files.Magnus Holmgren1-3/+3
2005-08-15Fixed the problem where a scrolling subline could keep scrolling with old inf...Linus Nielsen Feltzing1-0/+8
2005-08-14Use the system font in the debug screensLinus Nielsen Feltzing1-0/+2
2005-08-14Pre-amp is signed...Magnus Holmgren1-1/+1
2005-08-13argh, unused variable removedDaniel Stenberg1-1/+1
2005-08-13reverted the fixed 4 bytes write, made the read code more reliable, useDaniel Stenberg1-6/+9
2005-08-13Patch by XavierGrTomas Salfischberger1-1/+2
2005-08-13Very lame, initial support for FM radio on the iriverLinus Nielsen Feltzing1-4/+41
2005-08-13Show VBR info in the ID3 info screen.Magnus Holmgren2-2/+9
2005-08-13More complete gapless playback implementation in the MP3 codec (using LAME he...Magnus Holmgren1-14/+27
2005-08-13Update to nederlands.lang by Sander SweersJonas Häggqvist1-36/+48
2005-08-11Updated german translation.Jens Arnold1-14/+104
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren6-33/+87
2005-08-11Updated ID3 info screen for devices with a bitmapped screen: show a list of a...Magnus Holmgren2-157/+197
2005-08-10patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing2-18/+44
2005-08-10iriver: fix by Frederic Devernay, Rockbox could crash if the metadata reading...Linus Nielsen Feltzing1-0/+1
2005-08-10mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro...Linus Nielsen Feltzing1-28/+41
2005-08-10iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing2-1/+4
2005-08-10iriver: always save resume offset, not only if it's bigger than the already s...Linus Nielsen Feltzing1-1/+1
2005-08-09Moved hebrew bidi setting to the Display menuLinus Nielsen Feltzing1-1/+1
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing4-1/+28
2005-08-07Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko1-1/+1
2005-08-07Add this back in, for now. Will turn into real codec later, when plugins supp...Stepan Moskovchenko1-0/+238
2005-08-07Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko3-12/+17
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-29/+50
2005-08-06Put back the line (accidentally?) removed on the last commit. That isMiika Pekkarinen1-0/+11
2005-08-05Fixed track changing in REPEAT_ONE mode and playlists with only one track. R...Ryan Jackson1-25/+8
2005-08-04Synced.Mats Lidell1-1/+73
2005-08-01Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ...Jens Arnold1-2/+46
2005-08-01Another small opt for the SH1 64 bit multiplication.Jens Arnold1-6/+6
2005-08-01Further optimised asm 64 bit multiplication for SH1, speedup around 20%.Jens Arnold1-49/+41
2005-07-30Fixed a hang with backward skipping.Miika Pekkarinen1-3/+3
2005-07-30All repeat modes now work correctly if there is only one track in the playlis...Ryan Jackson2-2/+7
2005-07-30Now playlist ending and skipping to a next directory should work.Miika Pekkarinen1-2/+6
2005-07-30Fixed a problem that wps didn't exit at end of the playlist.Miika Pekkarinen1-2/+1
2005-07-30'Move to Next Folder' didn't work if it involved going up to the root of the ...Magnus Holmgren1-1/+8
2005-07-30Correctly setting the last_index to prevent playback stuttering.Miika Pekkarinen1-7/+9
2005-07-30Now removing right tracks from playlist.Miika Pekkarinen1-1/+1
2005-07-30Fixed a hang on track changed. Automatically deleting invalid trackMiika Pekkarinen1-24/+36
2005-07-30Make simulator version of FRACMUL correct. Also corrected related comments.Magnus Holmgren1-6/+5
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen3-5/+6
2005-07-30Ooops, the adapted maximum iteration count was off by 60...Jens Arnold1-1/+1
2005-07-30Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin...Jens Arnold1-77/+252
2005-07-28And fix that red build too...Magnus Holmgren1-1/+1
2005-07-28Fixed a bug that prevented the last tag in a flac file from being read.Ryan Jackson1-8/+18
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson8-181/+310
2005-07-28Mandelbrot plugin fixes: (1) Aspect handling was broken, it has to keep the x...Jens Arnold1-37/+37
2005-07-28Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin...Jens Arnold1-4/+2
2005-07-28Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren5-9/+13