summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-08-13More complete gapless playback implementation in the MP3 codec (using LAME he...Magnus Holmgren
2005-08-13Update to nederlands.lang by Sander SweersJonas Häggqvist
2005-08-11Updated german translation.Jens Arnold
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren
2005-08-11Updated ID3 info screen for devices with a bitmapped screen: show a list of a...Magnus Holmgren
2005-08-10patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing
2005-08-10iriver: fix by Frederic Devernay, Rockbox could crash if the metadata reading...Linus Nielsen Feltzing
2005-08-10mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro...Linus Nielsen Feltzing
2005-08-10iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing
2005-08-10iriver: always save resume offset, not only if it's bigger than the already s...Linus Nielsen Feltzing
2005-08-09Moved hebrew bidi setting to the Display menuLinus Nielsen Feltzing
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing
2005-08-07Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko
2005-08-07Add this back in, for now. Will turn into real codec later, when plugins supp...Stepan Moskovchenko
2005-08-07Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner
2005-08-06Put back the line (accidentally?) removed on the last commit. That isMiika Pekkarinen
2005-08-05Fixed track changing in REPEAT_ONE mode and playlists with only one track. R...Ryan Jackson
2005-08-04Synced.Mats Lidell
2005-08-01Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ...Jens Arnold
2005-08-01Another small opt for the SH1 64 bit multiplication.Jens Arnold
2005-08-01Further optimised asm 64 bit multiplication for SH1, speedup around 20%.Jens Arnold
2005-07-30Fixed a hang with backward skipping.Miika Pekkarinen
2005-07-30All repeat modes now work correctly if there is only one track in the playlis...Ryan Jackson
2005-07-30Now playlist ending and skipping to a next directory should work.Miika Pekkarinen
2005-07-30Fixed 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-30Correctly setting the last_index to prevent playback stuttering.Miika Pekkarinen
2005-07-30Now removing right tracks from playlist.Miika Pekkarinen
2005-07-30Fixed a hang on track changed. Automatically deleting invalid trackMiika Pekkarinen
2005-07-30Make simulator version of FRACMUL correct. Also corrected related comments.Magnus Holmgren
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-30Ooops, the adapted maximum iteration count was off by 60...Jens Arnold
2005-07-30Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin...Jens Arnold
2005-07-28And fix that red build too...Magnus Holmgren
2005-07-28Fixed a bug that prevented the last tag in a flac file from being read.Ryan Jackson
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson
2005-07-28Mandelbrot plugin fixes: (1) Aspect handling was broken, it has to keep the x...Jens Arnold
2005-07-28Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin...Jens Arnold
2005-07-28Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren
2005-07-28Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s...Jens Arnold
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold
2005-07-27Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ...Jens Arnold
2005-07-27Adjusted mandelbrot plugin to H1x0: (1) Working button assignment. (2) Differ...Jens Arnold
2005-07-27Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the...Jens Arnold
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold
2005-07-25Added font_getstringsize to the plugin api, needed for the reworked grayscale...Jens Arnold
2005-07-25Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG...Magnus Holmgren