summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* More complete gapless playback implementation in the MP3 codec (using LAME ↵Magnus Holmgren2005-08-13
| | | | | | header values). Some cleanups as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7312 a1c6a512-1295-4272-9138-f99709370657
* Update to nederlands.lang by Sander SweersJonas Häggqvist2005-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7311 a1c6a512-1295-4272-9138-f99709370657
* Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold2005-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7310 a1c6a512-1295-4272-9138-f99709370657
* Backlight dimming: Protect from extraneous calls with the same target value. ↵Jens Arnold2005-08-11
| | | | | | This led to very short boost/unboost sequences for every button event before, one trigger for the volume lag bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7309 a1c6a512-1295-4272-9138-f99709370657
* Updated german translation.Jens Arnold2005-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7308 a1c6a512-1295-4272-9138-f99709370657
* prevent an empty "codecs" directory for models without software codecsDaniel Stenberg2005-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7307 a1c6a512-1295-4272-9138-f99709370657
* Only check for frames with three-letter names when parsing ID3V2.2 tags (and ↵Magnus Holmgren2005-08-11
| | | | | | only check four-letter names when parsing ID3V2.3+ tags). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7306 a1c6a512-1295-4272-9138-f99709370657
* Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a ↵Magnus Holmgren2005-08-11
| | | | | | negative array index). With a cast to unsigned char, the macros work as expected. The other macros were changed accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7305 a1c6a512-1295-4272-9138-f99709370657
* iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from ↵Linus Nielsen Feltzing2005-08-11
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7304 a1c6a512-1295-4272-9138-f99709370657
* Added pre-amp setting for files with ReplayGain information.Magnus Holmgren2005-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7303 a1c6a512-1295-4272-9138-f99709370657
* Updated ID3 info screen for devices with a bitmapped screen: show a list of ↵Magnus Holmgren2005-08-11
| | | | | | all items, rather than item one at a time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7302 a1c6a512-1295-4272-9138-f99709370657
* patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing2005-08-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7301 a1c6a512-1295-4272-9138-f99709370657
* iriver: fix by Frederic Devernay, Rockbox could crash if the metadata ↵Linus Nielsen Feltzing2005-08-10
| | | | | | reading failed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7300 a1c6a512-1295-4272-9138-f99709370657
* mp3 codec: simpler seeking, and now sets the sample frequency dynamically ↵Linus Nielsen Feltzing2005-08-10
| | | | | | from the mp3 frame headers rather than from the frequency found by the metadata parser git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7299 a1c6a512-1295-4272-9138-f99709370657
* iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ↵Linus Nielsen Feltzing2005-08-10
| | | | | | changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7298 a1c6a512-1295-4272-9138-f99709370657
* iriver: always save resume offset, not only if it's bigger than the already ↵Linus Nielsen Feltzing2005-08-10
| | | | | | stored one. This fixes the bug where rewinding doesn't save the resume position git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7297 a1c6a512-1295-4272-9138-f99709370657
* SpellingLinus Nielsen Feltzing2005-08-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7296 a1c6a512-1295-4272-9138-f99709370657
* convbdf: fixed a problem with 16 pixel wide characters. It now also refuses ↵Linus Nielsen Feltzing2005-08-09
| | | | | | to convert fonts with >16 pixel characters, since it can't yet convert them correctly (bitmap_t is 16 bits wide). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7295 a1c6a512-1295-4272-9138-f99709370657
* Moved hebrew bidi setting to the Display menuLinus Nielsen Feltzing2005-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7294 a1c6a512-1295-4272-9138-f99709370657
* feature freezeBjörn Stenberg2005-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7293 a1c6a512-1295-4272-9138-f99709370657
* Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional ↵Linus Nielsen Feltzing2005-08-08
| | | | | | text support for Hebrew and Arabic git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7292 a1c6a512-1295-4272-9138-f99709370657
* Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko2005-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7291 a1c6a512-1295-4272-9138-f99709370657
* Add this back in, for now. Will turn into real codec later, when plugins ↵Stepan Moskovchenko2005-08-07
| | | | | | support the codec api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7290 a1c6a512-1295-4272-9138-f99709370657
* Woah, that was not supposed to happenStepan Moskovchenko2005-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7289 a1c6a512-1295-4272-9138-f99709370657
* Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko2005-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7288 a1c6a512-1295-4272-9138-f99709370657
* typos fixed...Michiel Van Der Kolk2005-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7287 a1c6a512-1295-4272-9138-f99709370657
* iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner2005-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7286 a1c6a512-1295-4272-9138-f99709370657
* Put back the line (accidentally?) removed on the last commit. That isMiika Pekkarinen2005-08-06
| | | | | | | necessary to prevent playback stuttering when fast skipping tracks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7285 a1c6a512-1295-4272-9138-f99709370657
* Fixed track changing in REPEAT_ONE mode and playlists with only one track. ↵Ryan Jackson2005-08-05
| | | | | | Removed previous workaround for this bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7284 a1c6a512-1295-4272-9138-f99709370657
* Synced.Mats Lidell2005-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7283 a1c6a512-1295-4272-9138-f99709370657
* don't assume ../firmware, use the passed in dir pathDaniel Stenberg2005-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7282 a1c6a512-1295-4272-9138-f99709370657
* point to the wikiBjörn Stenberg2005-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7281 a1c6a512-1295-4272-9138-f99709370657
* Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg2005-08-03
| | | | | | | | 10000 bytes. Also adjusted the buildzip script to dynamically figure out the maximum buffer size for the particular build that the zip is made for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7280 a1c6a512-1295-4272-9138-f99709370657
* headphone volume should be correct nowChristian Gmeiner2005-08-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7279 a1c6a512-1295-4272-9138-f99709370657
* Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ↵Jens Arnold2005-08-01
| | | | | | max_iter decrease amount. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7278 a1c6a512-1295-4272-9138-f99709370657
* Fixed comma display of these fonts. Thanks to Antonius Hellmann for pointing ↵Jens Arnold2005-08-01
| | | | | | out the problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7277 a1c6a512-1295-4272-9138-f99709370657
* Another small opt for the SH1 64 bit multiplication.Jens Arnold2005-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7276 a1c6a512-1295-4272-9138-f99709370657
* Killed signed/unsigned inconsistencyJens Arnold2005-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7275 a1c6a512-1295-4272-9138-f99709370657
* Further optimised asm 64 bit multiplication for SH1, speedup around 20%.Jens Arnold2005-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7274 a1c6a512-1295-4272-9138-f99709370657
* fixed comment in generated header fileDaniel Stenberg2005-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7273 a1c6a512-1295-4272-9138-f99709370657
* oops... fixes red buildChristian Gmeiner2005-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7272 a1c6a512-1295-4272-9138-f99709370657
* iAudio, iRiver: As both platforms use the same i2c interface i have renamed ↵Christian Gmeiner2005-07-31
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7271 a1c6a512-1295-4272-9138-f99709370657
* iAudio: adding support for mcf5250Christian Gmeiner2005-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7270 a1c6a512-1295-4272-9138-f99709370657
* Fixed a hang with backward skipping.Miika Pekkarinen2005-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7269 a1c6a512-1295-4272-9138-f99709370657
* All repeat modes now work correctly if there is only one track in the ↵Ryan Jackson2005-07-30
| | | | | | playlist. Fixed a track-changing bug in 'Move to Next Folder' mode that could cause Rockbox to crash. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7268 a1c6a512-1295-4272-9138-f99709370657
* Now playlist ending and skipping to a next directory should work.Miika Pekkarinen2005-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7267 a1c6a512-1295-4272-9138-f99709370657
* Fixed a problem that wps didn't exit at end of the playlist.Miika Pekkarinen2005-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7266 a1c6a512-1295-4272-9138-f99709370657
* 'Move to Next Folder' didn't work if it involved going up to the root of the ↵Magnus Holmgren2005-07-30
| | | | | | drive. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7265 a1c6a512-1295-4272-9138-f99709370657
* Correctly setting the last_index to prevent playback stuttering.Miika Pekkarinen2005-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7264 a1c6a512-1295-4272-9138-f99709370657
* Now removing right tracks from playlist.Miika Pekkarinen2005-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7263 a1c6a512-1295-4272-9138-f99709370657