summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Simplified ID3 tag handling, removing the nasty NULL pointer accesses. ↵Linus Nielsen Feltzing2004-11-17
| | | | | | Correct handling of missing/corrupt tracks in playlists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5416 a1c6a512-1295-4272-9138-f99709370657
* Added space to name prefixBjörn Stenberg2004-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5415 a1c6a512-1295-4272-9138-f99709370657
* Better feedbackLinus Nielsen Feltzing2004-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5414 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: Do only flush the sector buffer after writing head bytes if it ↵Jens Arnold2004-11-17
| | | | | | really needs to be. The old code did flush always, causing the huge slowdown of fprintf() and other places writing byte-wise git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5413 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing2004-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5412 a1c6a512-1295-4272-9138-f99709370657
* The tools are to be built with the native compilerLinus Nielsen Feltzing2004-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5411 a1c6a512-1295-4272-9138-f99709370657
* Handle invalid playlist entries properly in new_file(). This fixes bug ↵Linus Nielsen Feltzing2004-11-15
| | | | | | report #1060759 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5410 a1c6a512-1295-4272-9138-f99709370657
* Improved keyboard handling for Ondio, avoiding unintuitive key combos: (1) ↵Jens Arnold2004-11-14
| | | | | | Uses 2 modes, picker and line edit, selectable by moving the cursor vertically. (2) Flips between pages on left/right wrap. No dedicated shift key. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5409 a1c6a512-1295-4272-9138-f99709370657
* Increased MMC init timeout (again), and sleep() between consecutive tries.Jens Arnold2004-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5408 a1c6a512-1295-4272-9138-f99709370657
* Increased init timeout to account for some very slow (SD) cardsJens Arnold2004-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5407 a1c6a512-1295-4272-9138-f99709370657
* Only voice the MMC remove prompt if voicing is enabledJens Arnold2004-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5406 a1c6a512-1295-4272-9138-f99709370657
* Removed workaround for non-zeroed bss. Added a little optimization for pause ↵Jens Arnold2004-11-12
| | | | | | mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5405 a1c6a512-1295-4272-9138-f99709370657
* Prepend user to subject stringBjörn Stenberg2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5404 a1c6a512-1295-4272-9138-f99709370657
* New weird syntaxBjörn Stenberg2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5403 a1c6a512-1295-4272-9138-f99709370657
* Const is allowed.Björn Stenberg2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5402 a1c6a512-1295-4272-9138-f99709370657
* Use new info formatBjörn Stenberg2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5401 a1c6a512-1295-4272-9138-f99709370657
* Corrected hostnameBjörn Stenberg2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5400 a1c6a512-1295-4272-9138-f99709370657
* Using new debian syncmailBjörn Stenberg2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5399 a1c6a512-1295-4272-9138-f99709370657
* Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold2004-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5398 a1c6a512-1295-4272-9138-f99709370657
* Important step towards player flashing: LCD inits for both new LCD ↵Jens Arnold2004-11-11
| | | | | | (confirmed working) and old LCD. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5397 a1c6a512-1295-4272-9138-f99709370657
* Zero out plugin RAM before loading a plugin, to ensure a properly zeroed bss ↵Jens Arnold2004-11-10
| | | | | | area. This matters because gcc puts zero-initialized data into bss git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5396 a1c6a512-1295-4272-9138-f99709370657
* Downtime due to maintenanceBjörn Stenberg2004-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5395 a1c6a512-1295-4272-9138-f99709370657
* Set style for 'html' tooBjörn Stenberg2004-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5394 a1c6a512-1295-4272-9138-f99709370657
* Correct polarity for NewPlayer HD power control.Jens Arnold2004-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5393 a1c6a512-1295-4272-9138-f99709370657
* Fixed iriver simulator buildBjörn Stenberg2004-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5392 a1c6a512-1295-4272-9138-f99709370657
* Turn off the recording LED before reporting disk-full errors. Fixes bug ↵Linus Nielsen Feltzing2004-11-08
| | | | | | report #1061647 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5391 a1c6a512-1295-4272-9138-f99709370657
* Unique error codesJens Arnold2004-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5390 a1c6a512-1295-4272-9138-f99709370657
* New plugin: Oscilloscope, with the thought-to-be impossible horizontal aspectJens Arnold2004-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5389 a1c6a512-1295-4272-9138-f99709370657
* Ondio: Increased PLAY_PENDING thresholds for smooth playback of all bitrates ↵Jens Arnold2004-11-07
| | | | | | right from the start git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5388 a1c6a512-1295-4272-9138-f99709370657
* Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ↵Jens Arnold2004-11-07
| | | | | | layer 2 files. Others: Correct serial bitrate allows increasing the postpone_dma_tick delay a bit without disturbing playback of same files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5387 a1c6a512-1295-4272-9138-f99709370657
* Reverted to the earlier modulo method for creating a range of random ↵Linus Nielsen Feltzing2004-11-06
| | | | | | numbers, since the new method could generate too large numbers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5386 a1c6a512-1295-4272-9138-f99709370657
* Wrong typing caused a very skewed random number distributionLinus Nielsen Feltzing2004-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5385 a1c6a512-1295-4272-9138-f99709370657
* Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency.Jens Arnold2004-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5384 a1c6a512-1295-4272-9138-f99709370657
* new_file() now correctly bails out if all files in the playlist are corrupt. ↵Linus Nielsen Feltzing2004-11-05
| | | | | | This fixes bug report #1060753. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5383 a1c6a512-1295-4272-9138-f99709370657
* Removed #include math.hLinus Nielsen Feltzing2004-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5382 a1c6a512-1295-4272-9138-f99709370657
* Removed the depfile dependency for the .elf target, so all plugins aren't ↵Linus Nielsen Feltzing2004-11-04
| | | | | | relinked every time a plugin source file changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5381 a1c6a512-1295-4272-9138-f99709370657
* Changed windows installer infoLinus Nielsen Feltzing2004-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5380 a1c6a512-1295-4272-9138-f99709370657
* Updated uninstallation instructionsLinus Nielsen Feltzing2004-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5379 a1c6a512-1295-4272-9138-f99709370657
* Ported to iRiver (unfinished)Linus Nielsen Feltzing2004-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5378 a1c6a512-1295-4272-9138-f99709370657
* Proper USB detection for iRiverLinus Nielsen Feltzing2004-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5377 a1c6a512-1295-4272-9138-f99709370657
* Correct handling of unhandled exceptions for coldfireLinus Nielsen Feltzing2004-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5376 a1c6a512-1295-4272-9138-f99709370657
* Ported to iriverLinus Nielsen Feltzing2004-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5375 a1c6a512-1295-4272-9138-f99709370657
* Adjusted for iriverLinus Nielsen Feltzing2004-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5374 a1c6a512-1295-4272-9138-f99709370657
* Fixed VC6 simulator buildHardeep Sidhu2004-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5373 a1c6a512-1295-4272-9138-f99709370657
* Clearer installation instructionsLinus Nielsen Feltzing2004-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5372 a1c6a512-1295-4272-9138-f99709370657
* Server was downBjörn Stenberg2004-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5371 a1c6a512-1295-4272-9138-f99709370657
* Added 74 and 80 minute recording time splits, for convenient CD creation, ↵Linus Nielsen Feltzing2004-10-27
| | | | | | fixes feature request #1052616 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5370 a1c6a512-1295-4272-9138-f99709370657
* Removed font and language linksBjörn Stenberg2004-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5369 a1c6a512-1295-4272-9138-f99709370657
* Added Ondio to the list of playersLinus Nielsen Feltzing2004-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5368 a1c6a512-1295-4272-9138-f99709370657
* Coldfire: System tick at 10msLinus Nielsen Feltzing2004-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5367 a1c6a512-1295-4272-9138-f99709370657