summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* call call_ata_idle_notifys on clean shutdown, this should work, butJonathan Gordon2006-11-09
| | | | | | | | threads with possible callbacks should deal with shutdown/usb themselves. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11480 a1c6a512-1295-4272-9138-f99709370657
* Recording trigger for software codec targetsMartin Scarratt2006-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11479 a1c6a512-1295-4272-9138-f99709370657
* Sample-accurate seeking for FLACAdam Boot2006-11-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11474 a1c6a512-1295-4272-9138-f99709370657
* Improve support for long MP4 files. Twice as long files can now play, and ↵Magnus Holmgren2006-11-08
| | | | | | for those that still are too long, exit with a codec failure rather than freeze Rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11471 a1c6a512-1295-4272-9138-f99709370657
* fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2006-11-08
| | | | | | | | | enable ata_idle callbacks in ata_mmc.c (calls the callbacks after 10s of real inactivity) fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11462 a1c6a512-1295-4272-9138-f99709370657
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
| | | | | | | | | | | | and shutdown and usb (it makes sense here). ata_sleep doesnt get broken by callbacks. * allow ata_sleep() at the end of buffering again * config block uses ata_idle instead of delayed sector when saving * remove delayed sector code from ata_mmc.c (idle callbacks are not yet implemented for ata_mmc.c tho) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11461 a1c6a512-1295-4272-9138-f99709370657
* Calculation was wrong in pcmbuf_is_same_size such that is would almost ↵Michael Sevakis2006-11-07
| | | | | | certainly return false. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11460 a1c6a512-1295-4272-9138-f99709370657
* UI simulator: fix startup freeze if a language had been selected.Magnus Holmgren2006-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11459 a1c6a512-1295-4272-9138-f99709370657
* allow the nano to rebuffer on "disk" spindown, seems to be fineJonathan Gordon2006-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11457 a1c6a512-1295-4272-9138-f99709370657
* Forgot to use cvs add on a few new files in the fresh checkout I used. woops.Michael Sevakis2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11453 a1c6a512-1295-4272-9138-f99709370657
* Big Patch adds primarily: Samplerate and format selection to recording for ↵Michael Sevakis2006-11-06
| | | | | | SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11452 a1c6a512-1295-4272-9138-f99709370657
* adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon2006-11-06
| | | | | | | | | | when the hard disk is idle but spinning, and just before shutting down. on SWCODEC targets with > 8MB RAM the playback engine will try to refill the buffer if it is less than 75% full while the disk is spinning (temporarily disabled on the nano) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11451 a1c6a512-1295-4272-9138-f99709370657
* dont allow the volume setting to wrapJonathan Gordon2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657
* Fix keymapping for pitchscreen on ipods - PLAY is now used to toggle between ↵Dave Chapman2006-11-06
| | | | | | percentage and semitone modes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11444 a1c6a512-1295-4272-9138-f99709370657
* Move the new pitch strings to the end of the language fileLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11443 a1c6a512-1295-4272-9138-f99709370657
* Patch #6145 by Alexander Levin - Pitch adjustment in semitone stepsLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
* fixes fs5913Jonathan Gordon2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11441 a1c6a512-1295-4272-9138-f99709370657
* H1x0/H3x0: Re-enable the 'big value step' (on+left or on+right) in the ↵Magnus Holmgren2006-11-05
| | | | | | graphic equalizer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11440 a1c6a512-1295-4272-9138-f99709370657
* Fix remote screen check in graphic equalizer, so that it can be used on ↵Magnus Holmgren2006-11-05
| | | | | | logf-enabled builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11439 a1c6a512-1295-4272-9138-f99709370657
* Doom bugfix: updating a saved tranmap didn't work.Jens Arnold2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11438 a1c6a512-1295-4272-9138-f99709370657
* JPEG viewer: Removed the playback control menu on archos. It made no sense ↵Jens Arnold2006-11-05
| | | | | | as the JPEG viewer always needs to use the main buffer on archos, and it could cause strange effects. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11437 a1c6a512-1295-4272-9138-f99709370657
* Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as ↵Jens Arnold2006-11-05
| | | | | | 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11436 a1c6a512-1295-4272-9138-f99709370657
* update by Jeong Taek InMarcoen Hirschberg2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11433 a1c6a512-1295-4272-9138-f99709370657
* Ooops, only the dest: field should have been updated with the "Cancelled" ↵Dave Chapman2006-11-04
| | | | | | change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11432 a1c6a512-1295-4272-9138-f99709370657
* Use the British English "Cancelled" instead of the US English "Canceled". ↵Dave Chapman2006-11-04
| | | | | | Closes FS#6286. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
* Add eqs to include that dir in tarballs. Hopefully I did this right, can't ↵Jonas Häggqvist2006-11-03
| | | | | | figure out how to check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11425 a1c6a512-1295-4272-9138-f99709370657
* Updated helptext to include all powerupsNils Wallménius2006-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11417 a1c6a512-1295-4272-9138-f99709370657
* A better fix for the crossfade setting crash (with no global variables added)Steve Bavin2006-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11415 a1c6a512-1295-4272-9138-f99709370657
* Remove unwanted logfSteve Bavin2006-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11414 a1c6a512-1295-4272-9138-f99709370657
* Fix up non-voice build and stop crashes if crossfade settings changed during ↵Steve Bavin2006-11-01
| | | | | | playback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11413 a1c6a512-1295-4272-9138-f99709370657
* fixes fs# 5938 - scrollbar with title enabled shows one less than it shouldJonathan Gordon2006-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11412 a1c6a512-1295-4272-9138-f99709370657
* Restore CPU default frequency when boosting cancelled in debug menuSteve Bavin2006-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11411 a1c6a512-1295-4272-9138-f99709370657
* player doesnt have lcd_update()... grr!Jonathan Gordon2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11407 a1c6a512-1295-4272-9138-f99709370657
* put the parameter name in the function prototypeJonathan Gordon2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11406 a1c6a512-1295-4272-9138-f99709370657
* * give tsr plugins the choice to quit or notJonathan Gordon2006-10-31
| | | | | | | * bumps plugin api version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11405 a1c6a512-1295-4272-9138-f99709370657
* Cardback design for Archos (even more natural...)Marianne Arnold2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11404 a1c6a512-1295-4272-9138-f99709370657
* Greek language update by Ioannis Koutoulakis - needs an increase of the ↵Marianne Arnold2006-10-30
| | | | | | language buffer once again (21kB) to fit in memory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11403 a1c6a512-1295-4272-9138-f99709370657
* Improve accuracy a little when seeking and resuming MP3 files. Mainly ↵Magnus Holmgren2006-10-30
| | | | | | noticable for low-bitrate files with large ID3V2 tags, and no effect if no ID3V2 tag. Should be ported to hwcodec targets. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11402 a1c6a512-1295-4272-9138-f99709370657
* Update several codec Makefiles so that the codec libs build again on ↵Magnus Holmgren2006-10-30
| | | | | | Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11401 a1c6a512-1295-4272-9138-f99709370657
* Little tidy-up - track_changed is now only updated on the audio threadSteve Bavin2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11400 a1c6a512-1295-4272-9138-f99709370657
* General: changed local adc to voltage conversions in several places to use ↵Michael Sevakis2006-10-30
| | | | | | battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11396 a1c6a512-1295-4272-9138-f99709370657
* Rearrange and comment variable declarations; no functional changeSteve Bavin2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11391 a1c6a512-1295-4272-9138-f99709370657
* Adapted more Makefiles to the more efficient info printing.Jens Arnold2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11390 a1c6a512-1295-4272-9138-f99709370657
* Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to ↵Jens Arnold2006-10-30
| | | | | | properly work with the multi-screen API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11389 a1c6a512-1295-4272-9138-f99709370657
* Remove format_align from the format_lines array, as it's unnecessary. Saves ↵Jens Arnold2006-10-30
| | | | | | code & memory. Patch by Mark Arigo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11388 a1c6a512-1295-4272-9138-f99709370657
* Moved the Ogg zero-length check to a better place. Also fixed so that really ↵Magnus Holmgren2006-10-29
| | | | | | short files (< 1s) doesn't trigger the same problem. Applied the fixes on most other susceptible formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11387 a1c6a512-1295-4272-9138-f99709370657
* Fixed division by zero in ogg metadata parser and crash when buildingMiika Pekkarinen2006-10-29
| | | | | | | tagcache (FS#6099). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11386 a1c6a512-1295-4272-9138-f99709370657
* H300: Don't read the button ADC as long as no button is pressed, utilising ↵Jens Arnold2006-10-29
| | | | | | the PCF50606 accessory detect feature. Ported from X5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11383 a1c6a512-1295-4272-9138-f99709370657
* Synced.Magnus Holmgren2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11382 a1c6a512-1295-4272-9138-f99709370657
* Cleanup of new button reading code. Moved functions for enabling of scanning ↵Michael Sevakis2006-10-28
| | | | | | and the decision to scan or not to button_read_device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11377 a1c6a512-1295-4272-9138-f99709370657