summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Safety net for devices with no hardware poweroff mechanism - hold STOP for ↵Linus Nielsen Feltzing2005-09-12
| | | | | | several seconds to force a poweroff if the normal shutdown fails git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7512 a1c6a512-1295-4272-9138-f99709370657
* Fixed compiler error in the X11 iriver simulatorLinus Nielsen Feltzing2005-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7511 a1c6a512-1295-4272-9138-f99709370657
* Now panicf() shuts off the hard drive and lowers the CPU frequency, it also ↵Linus Nielsen Feltzing2005-09-12
| | | | | | reboots if ON is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7510 a1c6a512-1295-4272-9138-f99709370657
* Rockboy: Asm optimised updatepatpix() for coldfire. The vertical-mirroring ↵Jens Arnold2005-09-11
| | | | | | pattern copy profits from burst mode (line aligned movem). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7509 a1c6a512-1295-4272-9138-f99709370657
* Fixed comment.Jens Arnold2005-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7508 a1c6a512-1295-4272-9138-f99709370657
* ID3 tag priority setting wasn't applied on startup.Jens Arnold2005-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7507 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Correctly keeping playback paused when skipping tracks.Miika Pekkarinen2005-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7506 a1c6a512-1295-4272-9138-f99709370657
* Reworked handling of MPEG audio frame & file info: * Fixed frame size ↵Jens Arnold2005-09-10
| | | | | | calculation for layer 1 (all versions) and layer 2 (V2/V2.5). * Exact frame time (expressed as a fraction) for way more precise playtime calculation at 44100/22050/11025Hz sample frequency. * Exact playtime<->position conversion for CBR also used for resume position. * More compact code, long policy. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7505 a1c6a512-1295-4272-9138-f99709370657
* Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen2005-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7504 a1c6a512-1295-4272-9138-f99709370657
* Removed the risk of getting a zero CRC for a valid file.Daniel Stenberg2005-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7503 a1c6a512-1295-4272-9138-f99709370657
* Exact song length calculation for CBR mpeg audio files (without Info header).Jens Arnold2005-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7502 a1c6a512-1295-4272-9138-f99709370657
* Patch #1285659 by Stephan Wezel, adds the %bp tag to the WPS (external power ↵Linus Nielsen Feltzing2005-09-09
| | | | | | adapter) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7501 a1c6a512-1295-4272-9138-f99709370657
* The previous commit had a distressing lack of words. This time I deliver the ↵Jonas Häggqvist2005-09-08
| | | | | | promised Christian Gangsta Rap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7500 a1c6a512-1295-4272-9138-f99709370657
* Added support for additional ID3v1 genres, including such gems as "Christian ↵Jonas Häggqvist2005-09-07
| | | | | | gangsta rap" and "Negerpunk". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7499 a1c6a512-1295-4272-9138-f99709370657
* WPS: 1) Increased the WPS buffer size from 800 to 1600 bytes, 2) Increased ↵Linus Nielsen Feltzing2005-09-07
| | | | | | the number of images from 26 to 52, using both a-z and A-Z as image ID 3) Fixed a bug that inserted empty lines if an image tag was wrong git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7498 a1c6a512-1295-4272-9138-f99709370657
* WPS: 1) Bitmaps are drawn after formatting the entire WPS, 2) Most tags are ↵Linus Nielsen Feltzing2005-09-07
| | | | | | now marked REFRESH_DYNAMIC, 3) Conditional bitmaps are now drawn with DRMODE_SOLID git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7497 a1c6a512-1295-4272-9138-f99709370657
* Put some FLAC data in IRAM. Will clean up code later.Thom Johansen2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7496 a1c6a512-1295-4272-9138-f99709370657
* Removed another warningLinus Nielsen Feltzing2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7495 a1c6a512-1295-4272-9138-f99709370657
* Removed a warningLinus Nielsen Feltzing2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7494 a1c6a512-1295-4272-9138-f99709370657
* Use splash() when displaying the end-of-playlist messageLinus Nielsen Feltzing2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7493 a1c6a512-1295-4272-9138-f99709370657
* Properly stop the audio in the win32 simulated playbackLinus Nielsen Feltzing2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7492 a1c6a512-1295-4272-9138-f99709370657
* coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let ↵Jens Arnold2005-09-07
| | | | | | the compiler choose whether to use a register or an immediate. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7491 a1c6a512-1295-4272-9138-f99709370657
* Nitpicking.Jonas Häggqvist2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7490 a1c6a512-1295-4272-9138-f99709370657
* Fix red build with a comment for now.Thom Johansen2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7489 a1c6a512-1295-4272-9138-f99709370657
* Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7488 a1c6a512-1295-4272-9138-f99709370657
* Adds a filename sanity check to add_dir_entry that at the moment only checks ↵Jonas Häggqvist2005-09-07
| | | | | | for names ending in a period, but can easily be extended. Changes the error codes for add_dir_entry. Fixes bug #782248. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7487 a1c6a512-1295-4272-9138-f99709370657
* Couple of nitpick fixes.Thom Johansen2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7486 a1c6a512-1295-4272-9138-f99709370657
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7485 a1c6a512-1295-4272-9138-f99709370657
* The status bas wasn't correctly redrawn in the FM radio screenLinus Nielsen Feltzing2005-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7484 a1c6a512-1295-4272-9138-f99709370657
* Moved the system_reboot() call to the correct placeLinus Nielsen Feltzing2005-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7483 a1c6a512-1295-4272-9138-f99709370657
* Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ↵Jens Arnold2005-09-06
| | | | | | have S/PDIF input. Bumped config block version so save your settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7482 a1c6a512-1295-4272-9138-f99709370657
* fixed the removal of the codec dir properly in case of no codecs availableDaniel Stenberg2005-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7481 a1c6a512-1295-4272-9138-f99709370657
* A larger Hebrew (ISO8859-8) font from the Xorg distribution. Public domain.Jonas Häggqvist2005-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7480 a1c6a512-1295-4272-9138-f99709370657
* Call system_reboot() instead of rolo_load() in the UIE handlerLinus Nielsen Feltzing2005-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7479 a1c6a512-1295-4272-9138-f99709370657
* For targets without an RTC, use the rockbox build date as the start date in ↵Jens Arnold2005-09-06
| | | | | | the FAT driver. No more 2003-08-01 files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7478 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew fonts to be ISO8859-8, which is compatible with the current ↵Jonas Häggqvist2005-09-06
| | | | | | Hebrew.lang. If this causes problems, revert this change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7477 a1c6a512-1295-4272-9138-f99709370657
* Changed WPS enum conditional functionality, displaying the last part in the ↵Linus Nielsen Feltzing2005-09-06
| | | | | | list if the tag has no value. Also added enum support for battery (5 steps) and volume (10 steps). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7476 a1c6a512-1295-4272-9138-f99709370657
* Archos recording: yield() within audio_beep() to avoid starving the mpeg ↵Jens Arnold2005-09-05
| | | | | | thread; recording beep should no longer disturb prerecording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7475 a1c6a512-1295-4272-9138-f99709370657
* Ondio FM button assignment: The recording screen now uses up/down to select ↵Jens Arnold2005-09-05
| | | | | | the setting, and left/right to adjust it, like the recorders. Start/pause recording is short MODE. The radio screen now requires a MODE doubleclick to start recording. This should prevent unwanted recordings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7474 a1c6a512-1295-4272-9138-f99709370657
* Updated hebrew Language.Jonas Häggqvist2005-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7473 a1c6a512-1295-4272-9138-f99709370657
* Archos recording: Always prepend ID3V2 and Xing header to a recording file, ↵Jens Arnold2005-09-04
| | | | | | even with prerecording and file splitting. Adjusted Xing header creation to create smaller headers. Fixed missing break; in the mpeg thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7472 a1c6a512-1295-4272-9138-f99709370657
* Adding a few strings as English again.Jonas Häggqvist2005-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7471 a1c6a512-1295-4272-9138-f99709370657
* Added missing credit.Jens Arnold2005-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7470 a1c6a512-1295-4272-9138-f99709370657
* Adding a few strings as English. This is not strictly necessary, but make ↵Jonas Häggqvist2005-09-04
| | | | | | life easier for me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7469 a1c6a512-1295-4272-9138-f99709370657
* Fixed possible problem with move to next folder option enabled. PlacedMiika Pekkarinen2005-09-04
| | | | | | | | voice codec stack on iram and reduced both codec stack sizes by 0x500. Now voice codec should be much faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7468 a1c6a512-1295-4272-9138-f99709370657
* Updated Dutch translation by Sander Sweers.Jonas Häggqvist2005-09-03
| | | | | | | Completely reworked Hebrew translation by Liberman Shachar. It still has a few issues, but better than what's currently there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7467 a1c6a512-1295-4272-9138-f99709370657
* Updated the Finnish language file.Miika Pekkarinen2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7466 a1c6a512-1295-4272-9138-f99709370657
* Updated Greek translation by XavierGrJonas Häggqvist2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7465 a1c6a512-1295-4272-9138-f99709370657
* Changed encoding from UTF-8 to latin1Marcoen Hirschberg2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7464 a1c6a512-1295-4272-9138-f99709370657
* slight change in the bad CRC returned, to make rundb code handle it better.Michiel Van Der Kolk2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7463 a1c6a512-1295-4272-9138-f99709370657