- 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
- 329caa8 More mpeg.c cleanup: collected variables and declarations at the top, more #if/#ifdef fixup. Cut a bit of binary size by making debug_tags() an empty define for ordinary builds. by Jens Arnold · 19 years ago
- 6e4f07b This code wasn't used at all. by Jens Arnold · 19 years ago
- 7db258f Removed the uda1380_mute() calls, since they were called in interrupt context, which could lead to a big crash. This will reintroduce a slight pop when starting/stopping playbac, and when switching tracks. by Linus Nielsen Feltzing · 19 years ago
- d71f782 Properly skip the ID3v2 extended header for both 2.3 and 2.4 by Linus Nielsen Feltzing · 19 years ago
- 1d38aa1 Cleaned up remnants of early iriver development. First part of #if/#ifdef cleanup,adjusted comments. by Jens Arnold · 19 years ago
- 3070bac removed the text about h100 vs h120 changes by Björn Stenberg · 19 years ago
- 75ef312 iriver: slightly faster replaygain processing and clipping. by Magnus Holmgren · 19 years ago
- 49483bc Fixed sim warning by Linus Nielsen Feltzing · 19 years ago
- 670abf9 The shutdown message is now displayed before saving the database, giving better user feedback when whutting off the player by Linus Nielsen Feltzing · 19 years ago
- 9f30e1e added beep, removed 2004 entries to history (dast) by Björn Stenberg · 19 years ago
- 82ac901 iriver: Radio screen didn't properly filter stray FM_EXIT events by Linus Nielsen Feltzing · 19 years ago
- 57d8e8f Some more cosmetic fixes for bitmap displays in the debug menu by Linus Nielsen Feltzing · 19 years ago
- b3e49e2 The const police struck again by Linus Nielsen Feltzing · 19 years ago
- 604d59b iriver: exit the FM screen (with FM audio on) with joystick push instead of Play by Linus Nielsen Feltzing · 19 years ago
- a88d076 Preparation for runtimedb hookup on archos: don't pass software playback system specific structures. by Jens Arnold · 19 years ago
- 363bc49 Use the provided function to calculate the unsaved space in rec_tick(). by Jens Arnold · 19 years ago
- 39cb5b7 iriver: Do correct ReplayGain calculation. Fixes distortion problems (and lowers playback volume). by Magnus Holmgren · 19 years ago
- 280d9cc Undo my previous commit and do the same with a parantheses change in filetree.c by Jonas Häggqvist · 19 years ago
- b2b0a7e Updated Francais language file by Manuel Dejonghe by Jonas Häggqvist · 19 years ago
- 0e3caea This is getting embarrassing.. forgot this one too. Last one - I promise! by Jonas Häggqvist · 19 years ago
- 803d5cc Forgot this file. by Jonas Häggqvist · 19 years ago
- 1cd9993 Updated Islenska language from Richard O'Brien by Jonas Häggqvist · 19 years ago
- 96ff4b3 Don't show dirs when browsing WPS files, .cfg files, fonts, languages and firmwares by Jonas Häggqvist · 19 years ago
- a387805 Correct samplecount calculation, suggested by Markus Kaufhold by Linus Nielsen Feltzing · 19 years ago
- e1fb487 Avoid zero values for defines to minimize problems where they're compared to undefined values. by Jonas Häggqvist · 19 years ago
- 753a897 Fix for ff/rw in long MP3 files. by Magnus Holmgren · 19 years ago
- 1d28240 Enlarged the buffer for DEBUGF() by Linus Nielsen Feltzing · 19 years ago
- d3fde76 FM radio simulation working again by Linus Nielsen Feltzing · 19 years ago
- 1d4a6c0 One more gapless fix for LAME MP3 files. by Magnus Holmgren · 19 years ago
- d7dd2f8 iriver: Always turn on the backlight in backlight_init() by Linus Nielsen Feltzing · 19 years ago
- 46b3b86 Fixed the problem where a scrolling subline could keep scrolling with old information when displaying an alternate non-scrolling subline (say that quickly ten times) by Linus Nielsen Feltzing · 19 years ago
- 073f83a Correct usage of ICODE_ATTR in memcpy.c and strlen.c by Linus Nielsen Feltzing · 19 years ago
- f22eeee Use the system font in the debug screens by Linus Nielsen Feltzing · 19 years ago
- c78c229 Pre-amp is signed... by Magnus Holmgren · 19 years ago
- fb5d262 Corrected UART register names by Linus Nielsen Feltzing · 19 years ago
- 3a3418d argh, unused variable removed by Daniel Stenberg · 19 years ago
- 0a0be62 reverted the fixed 4 bytes write, made the read code more reliable, use by Daniel Stenberg · 19 years ago
- 6cf8df8 Patch by XavierGr by Tomas Salfischberger · 19 years ago
- 53d2fc3 CONFIG_TUNER is a bitmask by Linus Nielsen Feltzing · 19 years ago
- ab543c7 Forgot that the simulator doesn't simulate the FM radio by Linus Nielsen Feltzing · 19 years ago
- b626269 Oops by Linus Nielsen Feltzing · 19 years ago
- 8c7589b Very lame, initial support for FM radio on the iriver by Linus Nielsen Feltzing · 19 years ago
- adec21a The Ondio uses a different crystal for the TEA5767 than iriver by Linus Nielsen Feltzing · 19 years ago
- cc5d96f The iriver FM radio I2C cannot use the I2C controller, so we do the good old bitbanging instead by Linus Nielsen Feltzing · 19 years ago
- 4af4251 Add pcm_set_mux() for switching between FM radio and Line input by Linus Nielsen Feltzing · 19 years ago
- c0fc205 Show VBR info in the ID3 info screen. by Magnus Holmgren · 19 years ago
- 501ab1a Support the LAME Info header too. by Magnus Holmgren · 19 years ago
- 15e0aeb More complete gapless playback implementation in the MP3 codec (using LAME header values). Some cleanups as well. by Magnus Holmgren · 19 years ago
- e0776df Update to nederlands.lang by Sander Sweers by Jonas Häggqvist · 19 years ago
- f71d8d3 Backlight dimming: Don't unboost the CPU from within the isr. by Jens Arnold · 19 years ago
- 48b6130 Backlight dimming: Protect from extraneous calls with the same target value. This led to very short boost/unboost sequences for every button event before, one trigger for the volume lag bug. by Jens Arnold · 19 years ago
- 6eccb2b Updated german translation. by Jens Arnold · 19 years ago
- a52018c prevent an empty "codecs" directory for models without software codecs by Daniel Stenberg · 19 years ago
- 436901a Only check for frames with three-letter names when parsing ID3V2.2 tags (and only check four-letter names when parsing ID3V2.3+ tags). by Magnus Holmgren · 19 years ago
- 889ab16 Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a negative array index). With a cast to unsigned char, the macros work as expected. The other macros were changed accordingly. by Magnus Holmgren · 19 years ago
- dc4a6b8 iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from set_cpu_frequency(). The Coldfire I2C controller can't handle on-the-fly prescaler changes. Also removed the unnecessary slave address setting in i2c_init. by Linus Nielsen Feltzing · 19 years ago
- 5a8eac1 Added pre-amp setting for files with ReplayGain information. by Magnus Holmgren · 19 years ago
- eab21c6 Updated ID3 info screen for devices with a bitmapped screen: show a list of all items, rather than item one at a time. by Magnus Holmgren · 19 years ago
- 591d289 patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.c by Linus Nielsen Feltzing · 19 years ago
- 064c7af iriver: fix by Frederic Devernay, Rockbox could crash if the metadata reading failed by Linus Nielsen Feltzing · 19 years ago
- 0da0534 mp3 codec: simpler seeking, and now sets the sample frequency dynamically from the mp3 frame headers rather than from the frequency found by the metadata parser by Linus Nielsen Feltzing · 19 years ago
- 315304a iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency changes by Linus Nielsen Feltzing · 19 years ago
- 40a1988 iriver: always save resume offset, not only if it's bigger than the already stored one. This fixes the bug where rewinding doesn't save the resume position by Linus Nielsen Feltzing · 19 years ago
- 8982bfa Spelling by Linus Nielsen Feltzing · 19 years ago
- 5aeaed8 convbdf: fixed a problem with 16 pixel wide characters. It now also refuses to convert fonts with >16 pixel characters, since it can't yet convert them correctly (bitmap_t is 16 bits wide). by Linus Nielsen Feltzing · 19 years ago
- 4f6df49 Moved hebrew bidi setting to the Display menu by Linus Nielsen Feltzing · 19 years ago
- 571e226 feature freeze by Björn Stenberg · 19 years ago
- 41a53d2 Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text support for Hebrew and Arabic by Linus Nielsen Feltzing · 19 years ago
- 1874a33 Uncomment one line, which makes bad 80s music sound a bit better. by Stepan Moskovchenko · 19 years ago
- e46b988 Add this back in, for now. Will turn into real codec later, when plugins support the codec api. by Stepan Moskovchenko · 19 years ago
- 2be160a Woah, that was not supposed to happen by Stepan Moskovchenko · 19 years ago
- fb3e9a4 Fix error/warning, change pitch bend to 9 bits by Stepan Moskovchenko · 19 years ago
- 4a271b6 typos fixed... by Michiel Van Der Kolk · 19 years ago
- 14e8067 iAudio: First unfinished attempt for tlv320 driver and rockbox integration by Christian Gmeiner · 19 years ago
- 095854b Put back the line (accidentally?) removed on the last commit. That is by Miika Pekkarinen · 19 years ago
- 0812164 Fixed track changing in REPEAT_ONE mode and playlists with only one track. Removed previous workaround for this bug. by Ryan Jackson · 19 years ago
- e9c35b1 Synced. by Mats Lidell · 19 years ago
- 9990dec don't assume ../firmware, use the passed in dir path by Daniel Stenberg · 19 years ago
- b69d152 point to the wiki by Björn Stenberg · 19 years ago
- 0f820d6 Increased maximum file size for models with LCD height larger than 64 to by Daniel Stenberg · 19 years ago
- e6ad945 headphone volume should be correct now by Christian Gmeiner · 19 years ago
- 0c29589 Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper max_iter decrease amount. by Jens Arnold · 19 years ago
- 96ea362 Fixed comma display of these fonts. Thanks to Antonius Hellmann for pointing out the problem. by Jens Arnold · 19 years ago
- ec62b1a Another small opt for the SH1 64 bit multiplication. by Jens Arnold · 19 years ago
- a691db6 Killed signed/unsigned inconsistency by Jens Arnold · 19 years ago
- 6b749c5 Further optimised asm 64 bit multiplication for SH1, speedup around 20%. by Jens Arnold · 19 years ago
- e7bd73f fixed comment in generated header file by Daniel Stenberg · 19 years ago
- 102faf4 oops... fixes red build by Christian Gmeiner · 19 years ago
- 4894a06 iAudio, iRiver: As both platforms use the same i2c interface i have renamed i2c-h100.c/h to i2c-coldfire.c/h. Also i have changed some stuff in config.h and config-xx.h. Hope everybody agrees with this patch, else we can unroll and improve it. by Christian Gmeiner · 19 years ago
- 6109a3b iAudio: adding support for mcf5250 by Christian Gmeiner · 19 years ago
- 6378878 Fixed a hang with backward skipping. by Miika Pekkarinen · 19 years ago
- 1476fec All repeat modes now work correctly if there is only one track in the playlist. Fixed a track-changing bug in 'Move to Next Folder' mode that could cause Rockbox to crash. by Ryan Jackson · 19 years ago
- 05820cb Now playlist ending and skipping to a next directory should work. by Miika Pekkarinen · 19 years ago
- 47c82f2 Fixed a problem that wps didn't exit at end of the playlist. by Miika Pekkarinen · 19 years ago
- 97c6fd0 'Move to Next Folder' didn't work if it involved going up to the root of the drive. by Magnus Holmgren · 19 years ago
- 7e58bd7 Correctly setting the last_index to prevent playback stuttering. by Miika Pekkarinen · 19 years ago
- 4633d01 Now removing right tracks from playlist. by Miika Pekkarinen · 19 years ago
- fd7952e Fixed a hang on track changed. Automatically deleting invalid track by Miika Pekkarinen · 19 years ago
- 059a6c8 Make simulator version of FRACMUL correct. Also corrected related comments. by Magnus Holmgren · 19 years ago