Michiel Van Der Kolk
d6ab723584
moved rundb_init back to main, it has to be inited after audio_init, also, it has nothing to do with tree (though tagdb does have to do with tree)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7014 a1c6a512-1295-4272-9138-f99709370657
2005-07-04 22:10:42 +00:00
Michiel Van Der Kolk
afe0941ae5
song rating support.. should probably be moved with browse id3 to a "song options" submenu in the wps context menu...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7013 a1c6a512-1295-4272-9138-f99709370657
2005-07-04 22:01:31 +00:00
Christi Scarborough
d0ec0cec10
Move the 'manage settings' option onto the main menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7011 a1c6a512-1295-4272-9138-f99709370657
2005-07-04 09:24:31 +00:00
Dave Bryant
febd9750f1
Created new viewer application to test WavPack encoding. Accepts .wav file
...
and generates lossless .wv with the same name. Runs at about 150% realtime
for now. Only problem is that folder display (and playlist?) do not get
updated when finished and since files don't show extensions it's a little
hard to tell which is which (wav is first by alpha).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7010 a1c6a512-1295-4272-9138-f99709370657
2005-07-04 07:07:43 +00:00
Dave Bryant
dacbc16d5b
Added lossless encoding to WavPack library. Also made a few changes to
...
decoding stuff in preparation for future optimization and eliminated all tabs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7009 a1c6a512-1295-4272-9138-f99709370657
2005-07-04 06:38:00 +00:00
Miika Pekkarinen
8ad60cced2
Update the wps when next track info is available.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7005 a1c6a512-1295-4272-9138-f99709370657
2005-07-04 06:06:30 +00:00
Michiel Van Der Kolk
da326050de
forgot about the shutdown event hooks..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7004 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 22:53:47 +00:00
Michiel Van Der Kolk
75d16eeb5a
disable on archos units till the events are implemented
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7003 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 22:33:04 +00:00
Michiel Van Der Kolk
ca20abf66a
mrf... okay, i feel better now... findrundbentry does more than just check.. it has to be called...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7002 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 22:31:07 +00:00
Daniel Stenberg
aea3affc6e
fixed the warning on an empty block slightly differently (and added some white
...
space while at it)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7001 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 21:41:14 +00:00
Michiel Van Der Kolk
5f2ae711b9
no time. i hate people trying to force me when i have no time and i'm stressed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7000 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 21:33:20 +00:00
Michiel Van Der Kolk
765cd6d5e7
(in theory) more efficient (battery wise) runtime database code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6999 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 21:08:16 +00:00
Miika Pekkarinen
e21cf8440a
Fixed the warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6997 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 19:20:40 +00:00
Miika Pekkarinen
9bde0380a6
Updated the track_unbuffer event callback.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6995 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 18:36:24 +00:00
Miika Pekkarinen
f46c9f204c
Now next track info is always available.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6994 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 18:03:20 +00:00
Jens Arnold
bb3ed3cda9
Use the central IDATA_ATTR define.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6992 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 15:09:11 +00:00
Jens Arnold
d2456b44f7
Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and rockboy headers to avoid clashes with rockbox headers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6991 a1c6a512-1295-4272-9138-f99709370657
2005-07-03 14:05:12 +00:00
Miika Pekkarinen
d50ed1248d
The last small fix to the previous commit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6990 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 17:55:51 +00:00
Miika Pekkarinen
837c1e3cad
Correction to the previous commit when switching tracks manually.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6989 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 17:49:13 +00:00
Miika Pekkarinen
b469e73246
Use correct timing to display the next track wps screen when crossfade
...
is activated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6988 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 17:45:12 +00:00
Miika Pekkarinen
9c70b1b562
Make sure we stop the playback the right way.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6987 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 17:03:19 +00:00
Miika Pekkarinen
d54811fe22
Fixed mono playback support for mp3. Added two other event handlers in
...
playback.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6986 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 16:52:30 +00:00
Jens Arnold
8102f3da27
New option to enable/disable the runtime database. Moved the runtimedb init 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-02 10:50:42 +00:00
Michiel Van Der Kolk
a077b9ef12
long.. not int.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6983 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 10:35:03 +00:00
Jens Arnold
3291ae6bfa
A couple of optimisations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6981 a1c6a512-1295-4272-9138-f99709370657
2005-07-02 07:21:21 +00:00
Jens Arnold
876a044ae0
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6980 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 22:35:12 +00:00
Jens Arnold
84494dc3e2
Added missing voice: entries.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6979 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 22:34:50 +00:00
Michiel Van Der Kolk
b74db803af
disable compiling of (for now) unused code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6978 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 22:13:16 +00:00
Daniel Stenberg
cea09fa139
code police stand-in
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6976 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 21:08:12 +00:00
Miika Pekkarinen
2724d0bb55
Pause correctly while seeking.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6975 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 21:00:02 +00:00
Miika Pekkarinen
c520d69f68
Fixed codec switching.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6974 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 18:38:10 +00:00
Miika Pekkarinen
bbd42ad80b
Fixed seeking in mp3 files (and with other codecs which supports
...
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-01 18:22:04 +00:00
Michiel Van Der Kolk
2722ba87d1
warnings fixed....
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6972 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 18:06:07 +00:00
Michiel Van Der Kolk
10b2069aed
Fixed a warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6971 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 18:01:23 +00:00
Michiel Van Der Kolk
c828885c47
No audio track changed event on archos yet, someone please implement this.
...
Disabled runtime database on archos for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6970 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 17:49:20 +00:00
Michiel Van Der Kolk
c735ed7914
First runtime database support, self repairing, only playcount works for now,
...
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-01 17:29:44 +00:00
Jens Arnold
0ec97339ae
Check for features, not for models.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6966 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 16:22:56 +00:00
Jens Arnold
c5bdca9b62
Use macros instead of multiple #ifdef to make the code more readable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6965 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 16:22:15 +00:00
Hardeep Sidhu
71d2281d8b
Added new feature to move to next folder once the current one completes when playing directories
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6963 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 11:25:16 +00:00
Linus Nielsen Feltzing
8782bc8392
New config option for optical out on iriver
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6960 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 09:42:39 +00:00
Linus Nielsen Feltzing
c2577c8a47
Associated .nfo with the text viewer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6958 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 05:10:08 +00:00
Jens Arnold
93867305d5
Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6956 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 21:07:00 +00:00
Jonas Häggqvist
f2af800fcb
Updated Nederlands (Dutch) translation by Sander Sweers
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6953 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 18:51:35 +00:00
Miika Pekkarinen
3b90707fdd
Fixed a bug where a few seconds from end of a song was cut out.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6951 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 16:28:40 +00:00
Michiel Van Der Kolk
65ff219e8e
better logf stuff..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6948 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 15:14:08 +00:00
Linus Nielsen Feltzing
0ec1ad9951
vbrfix boosts the cpu frequency
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6944 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 10:45:53 +00:00
Daniel Stenberg
510a18d302
added strncmp() to the plugin API, based the patch 1170215 by Rick La Charité
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6943 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 10:39:28 +00:00
Dave Bryant
1983738ea1
Not sure if this is the right way to make "resume" work correctly for WavPack,
...
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-30 06:09:59 +00:00
Miika Pekkarinen
7d6d122441
Added event handler to register track changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6936 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 21:36:30 +00:00
Miika Pekkarinen
7b7d1e6802
Always use crossfade if it's enabled.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6933 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 21:13:46 +00:00
Jens Arnold
848be81828
No need to included unused data in the archos builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6932 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 21:06:19 +00:00
Jens Arnold
305a7ce1a2
Enabled sectioned compilation for the plugin library, and linking with 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-29 21:04:22 +00:00
Miika Pekkarinen
84d6f9e89b
Fixed slow track switching and track pre-buffering. Fixed rockboy
...
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-29 20:50:58 +00:00
Jens Arnold
cc377d5d18
Made it working again...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6929 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 18:54:56 +00:00
Jens Arnold
501d301170
Added missing quote.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6928 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 18:02:18 +00:00
Jens Arnold
ad0431e64a
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6927 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 18:01:15 +00:00
Jens Arnold
0207559f26
Removed some more TABs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6926 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 18:00:35 +00:00
Jens Arnold
40eeeb3f2f
Player fixup: Reset double font height before resuming.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6925 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 17:39:18 +00:00
Jens Arnold
f0622c930a
Don't spinup the disk on pause if at least one method ensures the resume 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-29 17:24:32 +00:00
Hardeep Sidhu
db7209616b
Always update resume info on track change. Fixes resume for codecs that don't update offset (eg. ogg).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6923 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 17:10:00 +00:00
Miika Pekkarinen
de3b04ee28
Fixed buffering problems with dynamic playlist handling. Increased
...
codec buffer default watermark to prevent skipping.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6922 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 14:46:27 +00:00
Daniel Stenberg
9a6a4e79a2
quick scren fixed for h300
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6920 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:47:22 +00:00
Daniel Stenberg
1c56afad5d
removed old codec leftovers
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6919 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:46:51 +00:00
Miika Pekkarinen
fa9cea64b1
Removed tabs which prevented compile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6918 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:39:17 +00:00
Daniel Stenberg
ba64081228
adjusted for the h300 to make it do similar as the h100
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6916 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:25:45 +00:00
Christi Scarborough
c811b97573
Oops. Put deprecated strings back in english.lang
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6915 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:23:02 +00:00
Daniel Stenberg
b49d384832
provide quick screen proto for h300 builds too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6914 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:16:10 +00:00
Daniel Stenberg
3a78ab9a4f
fix to enable plugins to build fine for h300
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6913 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 13:12:45 +00:00
Daniel Stenberg
01377e2e57
Hristo Kovachev's keypad fixes for the H300 build
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6912 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 12:47:24 +00:00
Christi Scarborough
9e8918b086
Resume rework. With the new resume function, 'Ask' and 'Ask Once' are 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-29 12:23:09 +00:00
Christi Scarborough
1f45cce426
Move quick menu to MODE button to avoid conflict with page up/down in WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6910 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 08:10:19 +00:00
Jens Arnold
5eb0fff07b
Fixed red H1x0 simulator build.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6909 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 02:01:24 +00:00
Jens Arnold
576908d36a
Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6907 a1c6a512-1295-4272-9138-f99709370657
2005-06-29 01:39:50 +00:00
Jens Arnold
7e11acbce9
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6906 a1c6a512-1295-4272-9138-f99709370657
2005-06-28 23:15:47 +00:00
Daniel Stenberg
c2bf5dfe12
For target builds, make the ELF files depend on its object file, but also
...
on the generic codec lib and the specific codec lib for each particular
codec. (Initial take, may need to adjusting to get optimal)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6905 a1c6a512-1295-4272-9138-f99709370657
2005-06-28 22:14:02 +00:00
Daniel Stenberg
2e88a90c0b
Request the audio buffer _before_ using any iram. By doing it in this order,
...
the music has stopped when we use the plugin iram area - which is shared with
the codecs!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6904 a1c6a512-1295-4272-9138-f99709370657
2005-06-28 21:19:40 +00:00
Jens Arnold
91f572c3b5
Iriver: Fix codec <-> plugin start address clash, leading to crashes when trying to run plugins while playing music.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6903 a1c6a512-1295-4272-9138-f99709370657
2005-06-28 21:12:11 +00:00
Daniel Stenberg
c9cb607a19
I bet nobody enters more than 100 letters in search strings, and since there
...
are 70 of these, we gain 10K in one single step.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6902 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 22:43:11 +00:00
Daniel Stenberg
a24017f4da
Moved the codec and plugin buffer sizes to the config-*.h files instead of
...
having it repeated in numerous files where they all had to be updated to the
same value if ever changed. This allows specific models to actually have its
own buffer sizes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 21:23:03 +00:00
Miika Pekkarinen
4613659643
Initializing resampler structure correctly with zeros.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6900 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 21:12:09 +00:00
Miika Pekkarinen
c2093538a4
Fixed a simulator warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6899 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 19:52:34 +00:00
Miika Pekkarinen
85f4973106
Replaced some size_t with longs. That might solve some problems. Fixed
...
also problem where codec buffer length indicator goes negative.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6898 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 19:29:49 +00:00
Thom Johansen
c6bd12f831
Turned off dithering in MPEG audio codec. It's just too slow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6896 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 18:06:25 +00:00
Jens Arnold
9ca433f7bb
Don't try to compile the grayscale lib for unsupported configurations, saves compile time.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6895 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 17:52:42 +00:00
Jonas Häggqvist
4e6daf8f60
Should've synced while I was at it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6893 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 09:47:44 +00:00
Jonas Häggqvist
10ce7b45c4
Oops
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6892 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 09:42:35 +00:00
Jens Arnold
ff74e7f18b
Small fix and synced to current english.lang.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6890 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 06:04:23 +00:00
Christi Scarborough
f4bbd06cd8
francais.lang update by Manuel Dejonghe
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6889 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 04:47:40 +00:00
Dave Bryant
24d6535b7a
Allow WavPack to use new sampling rate converter
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6888 a1c6a512-1295-4272-9138-f99709370657
2005-06-27 00:12:40 +00:00
Jonas Häggqvist
1505b4ce44
Small change
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6887 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 23:31:36 +00:00
Jonas Häggqvist
ba5f9cf181
Patch #1218188 by Konstantin Isakov: Don't wrap around scroll in file-browser when button is repeated.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6884 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 21:43:31 +00:00
Jens Arnold
9e376a557d
Iriver: remote FFWD/REW support
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6883 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 21:13:14 +00:00
Christi Scarborough
c567bb9c95
Fix broken sim builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6882 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 20:59:45 +00:00
Antoine Cellerier
2398b22549
* number of columns and rows can now be changed in menu
...
* remove trailing spaces
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6881 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 20:42:53 +00:00
Christi Scarborough
37c3d8b610
Quick menu for iRiver: A long press on the PLAY key in the browser or the WPS will take you into the quick menu screen where certain common settings can be adjusted. Works just the same as F2 menu on Archos.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6880 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 20:16:26 +00:00
Antoine Cellerier
59df31244a
* use *rb->current_tick for srand
...
* don't truncate last column on players that have screens larger than
the recorder's
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6879 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 20:12:56 +00:00
Miika Pekkarinen
65b840dbd1
Fixed one warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6878 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 20:01:33 +00:00
Miika Pekkarinen
d8cb703b1e
Initial DSP implementation. DSP supports resampling audio stream from
...
codecs (currently works corrently only with mp3's, somebody should fix
that).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6877 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 19:41:29 +00:00
Antoine Cellerier
316eb6538e
* fix some cursor bugs (patch 1222287)
...
* added call to srand (patch 1223090)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6876 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 19:35:29 +00:00
Christi Scarborough
b16cc2636e
Fix broken Ondio bulids
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6875 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 15:50:26 +00:00
Tomas Salfischberger
9bfea3e746
Some changes to image code, thanks to Daniel.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6874 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 15:42:34 +00:00
Christi Scarborough
37aaa13a3e
Ooops
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6873 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 15:25:06 +00:00
Christi Scarborough
314c2dec1e
Resume behaviour. Resume setting renamed to 'Resume on Startup'. Pressing the resume button from the WPS now resumes without prompting, regardless of the resume on startup setting. Error message displayed if no playlist in memory. (Bug in iriver playlist handling means that playlists don't get unloaded at the end of the playlist, so this feature does not currently work on iRiver.)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6872 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 15:21:29 +00:00
Thom Johansen
eca392e14b
Fixes and sync.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6870 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 13:01:38 +00:00
Linus Nielsen Feltzing
a26b153ec9
Made the FM frequency setting wrap around
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6869 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 12:15:40 +00:00
Jens Arnold
1a3a78863b
Fixed up WPS_*_PRE / WPS_RC_*_PRE handling. (Gimme back my RC_PAUSE on archos.)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6868 a1c6a512-1295-4272-9138-f99709370657
2005-06-26 07:58:01 +00:00
Daniel Stenberg
20c19dde35
No need to keep code around that we _know_ will cause crashes... Bail out
...
nicer when certain syntax errors are used with the bitmap option.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6867 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 21:22:18 +00:00
Tomas Salfischberger
af50cae14d
Fixed bug: "Not clearing the buffer causes a problem when switching from one WPS to another if they don't use the same image set."
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6866 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 17:34:05 +00:00
Jonas Häggqvist
f08a4ca028
Synced + small change
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6865 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 12:44:54 +00:00
Jens Arnold
09ba2636c3
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6864 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 07:48:35 +00:00
Jens Arnold
85be5d044c
Added missing voice: lines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6863 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 07:48:06 +00:00
Hardeep Sidhu
965c86a845
Forgot a const
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6862 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 06:28:55 +00:00
Hardeep Sidhu
74d082c038
Added new shuffle repeat mode that reshuffles playlist before repeating. Also added new shuffled insert mode that randomly inserts selected track(s) somewhere between current track and end of playlist.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6861 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 04:46:25 +00:00
Jens Arnold
934941294b
Core functions taking advantage of the new, optimised lcd_hline() and lcd_vline() functions. Some cleanup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6859 a1c6a512-1295-4272-9138-f99709370657
2005-06-25 00:28:09 +00:00
Jens Arnold
24a1f94cd7
Fixed yellow FM builds, and changed the function type names according to the rockbox coding style.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6858 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 23:06:06 +00:00
Linus Nielsen Feltzing
22c1a8e1d9
Added sound settings to the WPS context menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6857 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 22:33:42 +00:00
Jens Arnold
04daef17a1
First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6856 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 22:33:21 +00:00
Linus Nielsen Feltzing
0e935bdf01
Removed Create Playlist from the browser context menu, put Playlist first in all context menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6855 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 22:10:55 +00:00
Linus Nielsen Feltzing
37d7c472ba
Put back the playlist creation options in the main menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6854 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 16:32:30 +00:00
Christi Scarborough
7600708a7a
BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC keymappings changed to be consistent with main unit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6853 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 13:19:16 +00:00
Jörg Hohensohn
7bc6898e53
comment updated
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6851 a1c6a512-1295-4272-9138-f99709370657
2005-06-24 05:22:47 +00:00
Jens Arnold
145dca8ea5
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6850 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 23:02:39 +00:00
Jonas Häggqvist
46ae6640cc
A few changed translations. Not too happy with all of them. Any lurking Danes are welcome to help out here!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6849 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 21:46:08 +00:00
Daniel Stenberg
667f810c30
thy shall be called Reshuffle and thy shall be fine
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6848 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 21:38:39 +00:00
Hardeep Sidhu
0574151ee0
Don't need to stop audio before changing tracks. Fixes problem when selecting a new track in playlist viewer on iriver.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6846 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 17:31:44 +00:00
Tomas Salfischberger
bec1afada5
Make resume work with manually shuffled playlists (idea by hardeep on IRC)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6843 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 16:27:15 +00:00
Tomas Salfischberger
8fd0378c6f
Added a "Shuffle playlist" option to the context menu. Someone on the forum came up with it, and I liked the idea :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6842 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 15:49:36 +00:00
Jens Arnold
3e2b6ede5d
Don't clear the button queue.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6841 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 10:40:34 +00:00
Jens Arnold
da2b45f2e5
When exiting the context menu with the menu button, call the main menu. 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
2005-06-23 10:11:10 +00:00
Jens Arnold
3263620c5c
Fixe red player build.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6839 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 06:57:06 +00:00
Jens Arnold
422a141a6e
Fix some player build errors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6837 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 02:20:40 +00:00
Jens Arnold
97a8049389
New feature for units that can be powered or charged from USB (Recorder 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
2005-06-23 02:18:29 +00:00
Linus Nielsen Feltzing
6e0436f65c
Henrik Backes patch for WPS and tag database context menus. Tag database 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
2005-06-23 01:31:26 +00:00
Linus Nielsen Feltzing
8b493fa6c4
Leave the ID3 viewer with LEFT as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6834 a1c6a512-1295-4272-9138-f99709370657
2005-06-23 01:24:25 +00:00
Jens Arnold
337f3a1b99
Make the simulator builds know about software poweroff, for more consistent 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
2005-06-22 23:24:45 +00:00
Jens Arnold
7ec8aa2a2c
Undid the variable font size handling in audio_debug since it now uses the system default font.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6832 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 22:38:52 +00:00
Jens Arnold
e23348ac8b
Shutdown screen is for recorder v1 only.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6831 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 22:22:23 +00:00
Linus Nielsen Feltzing
df5170830c
Fixed CODEC_BUFFER_SIZE mismatch
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6830 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 22:03:13 +00:00
Thom Johansen
8b2531be27
Nicer code, removed rb references.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6829 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 22:02:11 +00:00
Linus Nielsen Feltzing
44bba0f2c0
Use system font for the audio thread debug screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6828 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 21:37:00 +00:00
Daniel Stenberg
d6cf3a0305
increase codec buffer size to fit the mpc codec properly (NOTE: the codec
...
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
2005-06-22 21:34:11 +00:00
Jonas Häggqvist
97a1cf80f7
Mind the line-height
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6826 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 21:30:34 +00:00
Thom Johansen
10426dbe22
Cleaned up code a bit, removed all rb references.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6825 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 21:18:05 +00:00
Daniel Stenberg
54c1c667de
this is not const
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6824 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 21:16:28 +00:00
Daniel Stenberg
091001179a
fix sim builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6823 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 21:13:10 +00:00
Daniel Stenberg
055303ad7d
rip out all the LCD junk from the codec API
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6821 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 20:40:35 +00:00
Linus Nielsen Feltzing
17098e1c08
More audio thread debug info
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6820 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 20:37:31 +00:00
Daniel Stenberg
3739d3aa34
codec lib sources
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6819 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 20:13:46 +00:00
Daniel Stenberg
b685ebd4f6
build codecs too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6818 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 20:13:18 +00:00
Daniel Stenberg
101872f570
no more codecbuf in here
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6816 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 20:05:59 +00:00
Daniel Stenberg
8c4bc22488
this code is for uda1380 only
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6815 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 20:03:33 +00:00
Daniel Stenberg
31efab4909
removed the use of the 2nd argument to codec_start() since no codec used
...
it anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6814 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 19:55:09 +00:00
Daniel Stenberg
1f3d08d600
fixed make clean for the codec lib
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6813 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 19:54:43 +00:00
Daniel Stenberg
1dd672fe32
moved and renamed the codecs, gave the codecs a new extension (.codec),
...
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
2005-06-22 19:41:30 +00:00
Tomas Salfischberger
4fd457a2bf
New WPS image code, introducing a new format :)
...
%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
2005-06-22 16:35:56 +00:00
Thom Johansen
714358a42c
Initial linear interpolating resampler. This resampler really needs to be 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
2005-06-22 14:52:02 +00:00
Linus Nielsen Feltzing
fcc282c48a
OOps, bad handling of tick_remove_task()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6806 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 14:09:07 +00:00
Linus Nielsen Feltzing
b5a0f70e5b
New debug screen for sw codec audio thread
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6805 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 14:03:04 +00:00
Tomas Salfischberger
6d4b78b12c
Image support for the WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6803 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 12:41:59 +00:00
Jonas Häggqvist
03ba079672
Synced
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6801 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 11:31:18 +00:00
Jörg Hohensohn
1b4e3091c8
no if(!usb_detect()) check around the autorock execution since we have early usb detection
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6797 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 06:11:51 +00:00
Jörg Hohensohn
36e2393ef9
allow smaller .ucl, to test bootbox
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6796 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 05:54:47 +00:00
Daniel Stenberg
aee2425f66
CODECS lists the codec plugins, so that the Makefile knows what ones to
...
link to the special codec address
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6795 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 04:09:43 +00:00
Linus Nielsen Feltzing
ecf2f747ed
Daniel's fix that loads codecs in their own memory space
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6794 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 02:47:54 +00:00
Pedro Vasconcelos
1b3622d589
Use asm optimised memset() in vorbis_apply_window.
...
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
2005-06-21 20:14:18 +00:00
Linus Nielsen Feltzing
ae45ec51b7
Made Supported the default File View option
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6791 a1c6a512-1295-4272-9138-f99709370657
2005-06-21 19:25:55 +00:00
Miika Pekkarinen
be918cdc72
Fixed a problem with playback when returning from usb mode.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6784 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 19:19:05 +00:00
Miika Pekkarinen
5936246fd0
Fixed glitches from crossfade.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6780 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 18:06:33 +00:00
Jens Arnold
61b9d34c7c
Iriver: Backlight fading is now configurable. Added a function to stop the 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
2005-06-20 17:03:09 +00:00
Miika Pekkarinen
3e88b58f6c
Crossfade fixes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6778 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 14:27:06 +00:00
Thom Johansen
cdcd651e7d
Musepack files should play (poorly) now.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6776 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 12:24:02 +00:00
Miika Pekkarinen
af53cef8ac
cpu_boost(true) was called twice.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6775 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 10:39:47 +00:00
Jens Arnold
6514435d3b
Iriver: Properly apply sound settings on startup. Moved some inits to more appropriate places.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6774 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 10:04:16 +00:00
Linus Nielsen Feltzing
ad839aec79
Added missing quote
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6773 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 09:45:50 +00:00
Linus Nielsen Feltzing
9a899213fc
Patch #1223219 by Dave Wiard - Add all supported audio files with Create Playlist
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6772 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 09:00:53 +00:00
Miika Pekkarinen
cf18f96b99
Elapsed counter resets correctly when changing tracks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6771 a1c6a512-1295-4272-9138-f99709370657
2005-06-20 06:49:21 +00:00
Jens Arnold
12a0e221de
iriver: Prescale the digital volume when boosting treble/bass by decreasing the mixer volume.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6770 a1c6a512-1295-4272-9138-f99709370657
2005-06-19 23:33:23 +00:00
Dave Bryant
2c28390972
Added code to handle APEv2 tags for WavPack files, although this should be
...
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
2005-06-19 20:27:46 +00:00
Linus Nielsen Feltzing
b08e2acf45
Fixed the dreaded iRiver simulator crash
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6767 a1c6a512-1295-4272-9138-f99709370657
2005-06-19 20:14:19 +00:00
Miika Pekkarinen
431e813532
Some re-desing to buffer filling and track loading code and a few bug
...
fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6766 a1c6a512-1295-4272-9138-f99709370657
2005-06-19 18:41:53 +00:00
Andy
e5d08722f8
Iriver: First attempt at recording. Use Info->Debug->PCM recording to test recording of wav-files. Seams to work fine except occasional 100 ms noise at pos 100 ms (not later) so initialization or synch problem..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6763 a1c6a512-1295-4272-9138-f99709370657
2005-06-19 03:05:53 +00:00
Daniel Stenberg
1753e98a70
behave the same way with the h300 keypad as with the h100 (for now at least)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6755 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 21:38:05 +00:00
Dave Chapman
defdf4b65d
First attempt at seeking in FLAC files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6750 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 20:57:01 +00:00
Dave Chapman
33001cb4f0
Add logf to the plugin interface (use the LOGF macro)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6749 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 19:19:12 +00:00
Dave Chapman
961c9a3e41
Added %fc WPS tag to display codec type - moved codectype from track_info struct into mp3info struct, initialise it on MAS platforms, and add it to the WPS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6748 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 16:24:27 +00:00
Jens Arnold
e2cd58145d
Proper MPEG layer 1 support.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6745 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 09:51:10 +00:00
Andy
59b78940e8
Center USB logo on all models
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6744 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 09:34:10 +00:00
Jens Arnold
9ed26cb16d
Button adjustments for H1x0: added mode button for leaving menus and cancelling settings, removed unnecessary soft keylock from wps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6743 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 08:41:16 +00:00
Jens Arnold
4c7da88618
Iriver UDA1380 volume and balance handling is now done in sound.c, similar to archos player; removed pcm_set_volume(). Implemented a dB-linear scale. Sorted & bumped plugin api. Removed audio test from the debug menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6741 a1c6a512-1295-4272-9138-f99709370657
2005-06-18 01:25:47 +00:00
Jens Arnold
bd1bb5f009
iriver: LCD flip for H1x0 remote, some code cleanup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6739 a1c6a512-1295-4272-9138-f99709370657
2005-06-17 21:43:00 +00:00
Daniel Stenberg
ffa3222709
improved ifdef and wrapped long lines
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6735 a1c6a512-1295-4272-9138-f99709370657
2005-06-17 07:52:12 +00:00
Jens Arnold
17f6d65da5
Adjusted settings bitfield to properly keep the bass setting on H1x0, and save some bits on treble. Bumped config block version, so save your settings to a file before upgrading.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6731 a1c6a512-1295-4272-9138-f99709370657
2005-06-16 21:20:00 +00:00
Miika Pekkarinen
53ce20a1ae
Killed all simulator warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6726 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 19:38:13 +00:00
Miika Pekkarinen
c3fed62fc7
Fixed the "last song bug".
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6725 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 18:59:04 +00:00
Miika Pekkarinen
e941289c2f
audio_is_initialized has to be set in playback.c.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6724 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 15:27:52 +00:00
Jonas Häggqvist
65e6a63026
The modifications are for all larger screens
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6723 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 13:56:54 +00:00
Miika Pekkarinen
92ea04a40a
Added stubs for simulator to reduce some #ifdefs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6722 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 12:53:50 +00:00
Daniel Stenberg
a7de2e28d3
use the 160 pixels wide logo for wider LCDs too (for now at least)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6720 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 11:48:50 +00:00
Dave Chapman
5b9eb29d12
Add A52/AC3 metadata parsing (samplerate, bitrate, track length)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6715 a1c6a512-1295-4272-9138-f99709370657
2005-06-14 23:12:34 +00:00
Dave Chapman
3ad485b15a
Move metadata parsing code from playback.c into metadata.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6714 a1c6a512-1295-4272-9138-f99709370657
2005-06-14 22:27:57 +00:00