summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02I though I removed this unnecessary lineJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6982 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-01Fixed pops from headphone audio output.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6977 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-01Fixed pause.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6968 a1c6a512-1295-4272-9138-f99709370657
2005-07-01Vorbis playback problems fixed.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6967 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-01Don't update playlist when no tracks in memory. Fixes looping bug when ↵Hardeep Sidhu
repeat shuffle is enabled in a directory that contains only invalid tracks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6964 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-01the h300 models have hold tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6962 a1c6a512-1295-4272-9138-f99709370657
2005-07-01set right type in binary for h300 buildsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6961 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-01- enable S/PDIF optical outputMarcoen Hirschberg
- set the proper noise shape filter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6959 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-30New fonts + slight fix to rockbox_default by Antonius Hellman (patch #1228206)Christi Scarborough
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6957 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-30runtime database support for the tester..Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6955 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Fixed a crash with pcm audio pausing. This should prevent manyMiika Pekkarinen
crashes from happening. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6954 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-30Graphics: Lowlevel block function are in IRAM now as they're called often. ↵Jens Arnold
Switched the masking logic for better readability. Draw modes and lowlevel function types are now defined for all platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6952 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-30decrease to 30Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6950 a1c6a512-1295-4272-9138-f99709370657
2005-06-30better logfMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6949 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-30Removed outdated win32.makLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6947 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Removed firmware/fontsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6946 a1c6a512-1295-4272-9138-f99709370657
2005-06-30The firmware/fonts directory is now removed, and we now use ↵Linus Nielsen Feltzing
fonts/rockbox_default.bdf to create the internal font git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6945 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-30I believe this is more likely to reflect the h300 keypadDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6942 a1c6a512-1295-4272-9138-f99709370657
2005-06-30pcm_record.c depends on UDA1380, not h100...Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6941 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Ooops, the rockbox_default.bdf font was not in sync with the internal oneLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6940 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Now checks that sed works right before the Makefile for a simulator is created,Daniel Stenberg
since there are broken ones in use out there and they make bad Makefiles. Details at: http://www.rockbox.org/twiki/bin/view/Main/BrokenSed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6939 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-29Crossfade works better for high bitrate vorbis files.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6937 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-29Ooops...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6935 a1c6a512-1295-4272-9138-f99709370657