summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
playback.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6986 a1c6a512-1295-4272-9138-f99709370657
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init ↵Jens Arnold
to a more appropriate place and added proper USB handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6984 a1c6a512-1295-4272-9138-f99709370657
2005-07-02long.. not int.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6983 a1c6a512-1295-4272-9138-f99709370657
2005-07-02A couple of optimisations.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6981 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Synced.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6980 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Added missing voice: entries.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6979 a1c6a512-1295-4272-9138-f99709370657
2005-07-01disable compiling of (for now) unused codeMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6978 a1c6a512-1295-4272-9138-f99709370657
2005-07-01code police stand-inDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6976 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Pause correctly while seeking.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6975 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Fixed codec switching.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6974 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen
seeking currently). Even long seeks should be possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6973 a1c6a512-1295-4272-9138-f99709370657
2005-07-01warnings fixed....Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6972 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Fixed a warning.Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6971 a1c6a512-1295-4272-9138-f99709370657
2005-07-01No audio track changed event on archos yet, someone please implement this.Michiel Van Der Kolk
Disabled runtime database on archos for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6970 a1c6a512-1295-4272-9138-f99709370657
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk
which is still rather crude; playcount gets increased even if the song started playback but was skipped... track rating should be trivial to add, autorating also works since its based on playcount. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6969 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Check for features, not for models.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6966 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Use macros instead of multiple #ifdef to make the code more readable.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6965 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Added new feature to move to next folder once the current one completes when ↵Hardeep Sidhu
playing directories git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6963 a1c6a512-1295-4272-9138-f99709370657
2005-07-01New config option for optical out on iriverLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6960 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Associated .nfo with the text viewerLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6958 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Player graphics library extended and converted to new api. Please note that ↵Jens Arnold
the player gfx bitmap format chas changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6956 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Updated Nederlands (Dutch) translation by Sander SweersJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6953 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6951 a1c6a512-1295-4272-9138-f99709370657
2005-06-30better logf stuff..Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6948 a1c6a512-1295-4272-9138-f99709370657
2005-06-30vbrfix boosts the cpu frequencyLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6944 a1c6a512-1295-4272-9138-f99709370657
2005-06-30added strncmp() to the plugin API, based the patch 1170215 by Rick La CharitéDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6943 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Not sure if this is the right way to make "resume" work correctly for WavPack,Dave Bryant
but it seems to work and if it's wrong it should only affect WavPack... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6938 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Added event handler to register track changes.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6936 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Always use crossfade if it's enabled.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6933 a1c6a512-1295-4272-9138-f99709370657
2005-06-29No need to included unused data in the archos builds.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6932 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Enabled sectioned compilation for the plugin library, and linking with ↵Jens Arnold
garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6931 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen
crash while audio is playing. Some buffering adjustments made. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6930 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Made it working again...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6929 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Added missing quote.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6928 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Synced.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6927 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Removed some more TABsJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6926 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Player fixup: Reset double font height before resuming.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6925 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Don't spinup the disk on pause if at least one method ensures the resume ↵Jens Arnold
position to be saved, RTC or software poweroff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6924 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Always update resume info on track change. Fixes resume for codecs that ↵Hardeep Sidhu
don't update offset (eg. ogg). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6923 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Fixed buffering problems with dynamic playlist handling. IncreasedMiika Pekkarinen
codec buffer default watermark to prevent skipping. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6922 a1c6a512-1295-4272-9138-f99709370657
2005-06-29quick scren fixed for h300Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6920 a1c6a512-1295-4272-9138-f99709370657
2005-06-29removed old codec leftoversDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6919 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Removed tabs which prevented compile.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6918 a1c6a512-1295-4272-9138-f99709370657
2005-06-29adjusted for the h300 to make it do similar as the h100Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6916 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Oops. Put deprecated strings back in english.langChristi Scarborough
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6915 a1c6a512-1295-4272-9138-f99709370657
2005-06-29provide quick screen proto for h300 builds tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6914 a1c6a512-1295-4272-9138-f99709370657
2005-06-29fix to enable plugins to build fine for h300Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6913 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6912 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are ↵Christi Scarborough
redundant options, since you can resume after any startup using the resume key. These have been stripped out, and the resume code has been streamlined. A small bug in button handler initialisation has been fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6911 a1c6a512-1295-4272-9138-f99709370657
2005-06-29Move quick menu to MODE button to avoid conflict with page up/down in WPSChristi Scarborough
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6910 a1c6a512-1295-4272-9138-f99709370657