summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* When exiting the context menu with the menu button, call the main menu. ↵Jens Arnold2005-06-23
| | | | | | Mainly useful on Ondio which can't have both main menu and context menu bound in wps. Holding MODE on Ondio will now bring up the wps context menu instead of the main menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6840 a1c6a512-1295-4272-9138-f99709370657
* Fixe red player build.Jens Arnold2005-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6839 a1c6a512-1295-4272-9138-f99709370657
* Fix some player build errors.Jens Arnold2005-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6837 a1c6a512-1295-4272-9138-f99709370657
* New feature for units that can be powered or charged from USB (Recorder ↵Jens Arnold2005-06-23
| | | | | | fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6836 a1c6a512-1295-4272-9138-f99709370657
* Henrik Backes patch for WPS and tag database context menus. Tag database ↵Linus Nielsen Feltzing2005-06-23
| | | | | | context menus still don't work as expected. Hold Play/Select to pop up the menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6835 a1c6a512-1295-4272-9138-f99709370657
* Leave the ID3 viewer with LEFT as wellLinus Nielsen Feltzing2005-06-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6834 a1c6a512-1295-4272-9138-f99709370657
* Make the simulator builds know about software poweroff, for more consistent ↵Jens Arnold2005-06-22
| | | | | | behaviour to the targets. Changed some #if conditions to better reflect the hardware. Fixes iriver sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6833 a1c6a512-1295-4272-9138-f99709370657
* Undid the variable font size handling in audio_debug since it now uses the ↵Jens Arnold2005-06-22
| | | | | | system default font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6832 a1c6a512-1295-4272-9138-f99709370657
* Shutdown screen is for recorder v1 only.Jens Arnold2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6831 a1c6a512-1295-4272-9138-f99709370657
* Fixed CODEC_BUFFER_SIZE mismatchLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6830 a1c6a512-1295-4272-9138-f99709370657
* Nicer code, removed rb references.Thom Johansen2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6829 a1c6a512-1295-4272-9138-f99709370657
* Use system font for the audio thread debug screenLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6828 a1c6a512-1295-4272-9138-f99709370657
* increase codec buffer size to fit the mpc codec properly (NOTE: the codecDaniel Stenberg2005-06-22
| | | | | | | loader does not detect when the full codec doesn't fit) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6827 a1c6a512-1295-4272-9138-f99709370657
* Mind the line-heightJonas Häggqvist2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6826 a1c6a512-1295-4272-9138-f99709370657
* Cleaned up code a bit, removed all rb references.Thom Johansen2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6825 a1c6a512-1295-4272-9138-f99709370657
* this is not constDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6824 a1c6a512-1295-4272-9138-f99709370657
* fix sim buildsDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6823 a1c6a512-1295-4272-9138-f99709370657
* rip out all the LCD junk from the codec APIDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6821 a1c6a512-1295-4272-9138-f99709370657
* More audio thread debug infoLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6820 a1c6a512-1295-4272-9138-f99709370657
* codec lib sourcesDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6819 a1c6a512-1295-4272-9138-f99709370657
* build codecs tooDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6818 a1c6a512-1295-4272-9138-f99709370657
* no more codecbuf in hereDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6816 a1c6a512-1295-4272-9138-f99709370657
* this code is for uda1380 onlyDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6815 a1c6a512-1295-4272-9138-f99709370657
* removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg2005-06-22
| | | | | | | it anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6814 a1c6a512-1295-4272-9138-f99709370657
* fixed make clean for the codec libDaniel Stenberg2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6813 a1c6a512-1295-4272-9138-f99709370657
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
| | | | | | | | unified to a single codec-only API, made a new codeclib, disabled the building of the *2wav plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6812 a1c6a512-1295-4272-9138-f99709370657
* New WPS image code, introducing a new format :)Tomas Salfischberger2005-06-22
| | | | | | | | %xn|filename|x|y| for example: %x0|test.bmp|10|23| the example will load /.rockbox/test.bmp as image 0 on position 10,23 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6810 a1c6a512-1295-4272-9138-f99709370657
* Initial linear interpolating resampler. This resampler really needs to be ↵Thom Johansen2005-06-22
| | | | | | ripped out of the codec, and put into the playback system. Optimising probably wouldn't hurt either, currently it slows down playback quite a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6809 a1c6a512-1295-4272-9138-f99709370657
* OOps, bad handling of tick_remove_task()Linus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6806 a1c6a512-1295-4272-9138-f99709370657
* New debug screen for sw codec audio threadLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6805 a1c6a512-1295-4272-9138-f99709370657
* Image support for the WPS.Tomas Salfischberger2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6803 a1c6a512-1295-4272-9138-f99709370657
* SyncedJonas Häggqvist2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6801 a1c6a512-1295-4272-9138-f99709370657
* no if(!usb_detect()) check around the autorock execution since we have early ↵Jörg Hohensohn2005-06-22
| | | | | | usb detection git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6797 a1c6a512-1295-4272-9138-f99709370657
* allow smaller .ucl, to test bootboxJörg Hohensohn2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6796 a1c6a512-1295-4272-9138-f99709370657
* CODECS lists the codec plugins, so that the Makefile knows what ones toDaniel Stenberg2005-06-22
| | | | | | | link to the special codec address git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6795 a1c6a512-1295-4272-9138-f99709370657
* Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6794 a1c6a512-1295-4272-9138-f99709370657
* Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos2005-06-21
| | | | | | | Slight speed improvement. "Toughest" Q10 encodings play without skipping now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6792 a1c6a512-1295-4272-9138-f99709370657
* Made Supported the default File View optionLinus Nielsen Feltzing2005-06-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6791 a1c6a512-1295-4272-9138-f99709370657
* Fixed a problem with playback when returning from usb mode.Miika Pekkarinen2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6784 a1c6a512-1295-4272-9138-f99709370657
* Fixed glitches from crossfade.Miika Pekkarinen2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6780 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Backlight fading is now configurable. Added a function to stop the ↵Jens Arnold2005-06-20
| | | | | | backlight from using timer1, freeing it for usage in plugins. Grouped together some related settings functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6779 a1c6a512-1295-4272-9138-f99709370657
* Crossfade fixes.Miika Pekkarinen2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6778 a1c6a512-1295-4272-9138-f99709370657
* Musepack files should play (poorly) now.Thom Johansen2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6776 a1c6a512-1295-4272-9138-f99709370657
* cpu_boost(true) was called twice.Miika Pekkarinen2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6775 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Properly apply sound settings on startup. Moved some inits to more ↵Jens Arnold2005-06-20
| | | | | | appropriate places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6774 a1c6a512-1295-4272-9138-f99709370657
* Added missing quoteLinus Nielsen Feltzing2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6773 a1c6a512-1295-4272-9138-f99709370657
* Patch #1223219 by Dave Wiard - Add all supported audio files with Create ↵Linus Nielsen Feltzing2005-06-20
| | | | | | Playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6772 a1c6a512-1295-4272-9138-f99709370657
* Elapsed counter resets correctly when changing tracks.Miika Pekkarinen2005-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6771 a1c6a512-1295-4272-9138-f99709370657
* iriver: Prescale the digital volume when boosting treble/bass by decreasing ↵Jens Arnold2005-06-19
| | | | | | the mixer volume. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6770 a1c6a512-1295-4272-9138-f99709370657
* Added code to handle APEv2 tags for WavPack files, although this should beDave Bryant2005-06-19
| | | | | | | | applicable to Musepack files (and even MP3 files sometimes). Perhaps this should be integrated with the ID3 tag stuff at some point? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6769 a1c6a512-1295-4272-9138-f99709370657