Linus Nielsen Feltzing
28aaa0ade5
Metronome now builds on all targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8322 a1c6a512-1295-4272-9138-f99709370657
2006-01-10 09:41:22 +00:00
Dave Chapman
ccf3283a6f
Add iPod button definitions for Metronome
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8321 a1c6a512-1295-4272-9138-f99709370657
2006-01-10 08:59:08 +00:00
Linus Nielsen Feltzing
383b3c1b8d
Don't build metronome on the iPod
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8320 a1c6a512-1295-4272-9138-f99709370657
2006-01-10 03:49:11 +00:00
Linus Nielsen Feltzing
81c9d58c4e
Metronome plugin for iriver targets, by Sebastian Henriksen, Martin Scarratt and me
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8319 a1c6a512-1295-4272-9138-f99709370657
2006-01-10 02:51:50 +00:00
Daniel Stenberg
6422d07fa7
change separator for the LDFLAGS sed replacement since some people obviously
...
have commas in their LDFLAGS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8318 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 21:43:17 +00:00
Hristo Kovachev
9cf5270f10
Don't init the lcd twice - once on lcd_init_device and the other one on first call of lcd_enable() (an old, known bug).
...
Linus, please check whether lcd_enable(true) is still required for the h300 bootloader (lcd_init() calls lcd_init_device())
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8317 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 16:11:19 +00:00
Linus Nielsen Feltzing
1917cd5f12
H300: bootloader must call lcd_enable() since the backlight thread isn't running
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8316 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 13:22:00 +00:00
Linus Nielsen Feltzing
a5750f85f3
More distinct grayscales in the H1x0 SDl simulator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8315 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 12:46:08 +00:00
Daniel Stenberg
bea15897ed
check for sdl-config before using it, and present a more user-friendly
...
text if it isn't found
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8314 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 12:41:07 +00:00
Dave Chapman
84e2528271
Fix RGB565SWAPPED lcd output
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8313 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 11:53:45 +00:00
Daniel Stenberg
0e419987e4
SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third
...
simulator with the hope that once it works fine, we can remove the other two
and only have one unified simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8312 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 11:22:36 +00:00
Daniel Stenberg
d2a10f5676
removed the language choice, now always uses english built-in
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8311 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 10:43:51 +00:00
Jens Arnold
186d468588
Fixed a warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8310 a1c6a512-1295-4272-9138-f99709370657
2006-01-09 01:03:21 +00:00
Jens Arnold
a991de3730
Don't include the .bss section in the archos rockboy overlay as well. Explicitly add common symbols to .bss section for plugins and codecs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8309 a1c6a512-1295-4272-9138-f99709370657
2006-01-08 23:45:29 +00:00
Jens Arnold
07c4254135
Don't include the .bss and .ibss sections in the binary image for codecs and plugins. Saves quite some disk space (and buffer space in case of codec changes during playback).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8308 a1c6a512-1295-4272-9138-f99709370657
2006-01-08 22:50:14 +00:00
Magnus Holmgren
e8b1787296
Discard some LAME header fields if the file length has changed since the header was written. Fixes some NPR podcasts.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8307 a1c6a512-1295-4272-9138-f99709370657
2006-01-08 08:58:58 +00:00
Dave Bryant
c78b019944
I figured out what was *really* causing the MPC track-change noise, so I
...
backed out Thom's change and made the appropriate change. Note that this
should not fix the track change *pop* because there still seems to be a
problem decoding the first and last several hundred samples of MPC files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8306 a1c6a512-1295-4272-9138-f99709370657
2006-01-08 08:38:18 +00:00
Thom Johansen
dad0011e31
Quick fix for annoying musepack noise on track change bug. Proper fix coming Some Day Soon Now (tm). Thanks go out to David Bryant.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8305 a1c6a512-1295-4272-9138-f99709370657
2006-01-07 23:20:49 +00:00
Thom Johansen
557afd5f1e
Fix generic filtering routine to support non-interleaved audio as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8304 a1c6a512-1295-4272-9138-f99709370657
2006-01-07 23:16:38 +00:00
Dave Chapman
b82c441f29
iPod: Add USB detection. When inserting the USB cable, hold down MENU to charge via USB, otherwise Rockbox will reboot into the Disk Mode application stored in flash
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8303 a1c6a512-1295-4272-9138-f99709370657
2006-01-07 00:43:48 +00:00
Linus Nielsen Feltzing
ee927e6514
Faster updates of the virtual LED WPS tag
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8302 a1c6a512-1295-4272-9138-f99709370657
2006-01-05 21:05:42 +00:00
Dave Chapman
cb7e695ef9
iPod: Fix the bootloader so it can load and run the original Apple firmware again. The Rockbox firmware was doing too much to the hardware so we remove most of the initialisation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8301 a1c6a512-1295-4272-9138-f99709370657
2006-01-05 17:02:48 +00:00
Thom Johansen
5a313efa0c
Sync and fixes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8300 a1c6a512-1295-4272-9138-f99709370657
2006-01-04 15:47:42 +00:00
Linus Nielsen Feltzing
8d888cf76e
Patch #1381872 by Brandon Low - Add virtual HDD LED to WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8299 a1c6a512-1295-4272-9138-f99709370657
2006-01-03 12:08:21 +00:00
Dave Chapman
88f4c11789
iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so temporarily disable ICODE_ATTR to fix the broken builds. This needs reviewing anyway when the time comes to optimise Tremor for the iPod.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8298 a1c6a512-1295-4272-9138-f99709370657
2006-01-03 11:58:39 +00:00
Linus Nielsen Feltzing
4d03a466d2
iaudio: proper tlv320 prototypes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8297 a1c6a512-1295-4272-9138-f99709370657
2006-01-03 02:14:10 +00:00
Marcoen Hirschberg
60798cdf1e
commit the right files this time..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8296 a1c6a512-1295-4272-9138-f99709370657
2005-12-30 10:03:19 +00:00
Marcoen Hirschberg
cb87d19aa1
add a better default glyph
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8295 a1c6a512-1295-4272-9138-f99709370657
2005-12-30 09:39:21 +00:00
Linus Nielsen Feltzing
5caf36d122
Patch #1387569 by Stephan Wezel - page-down doesn't select the element before the last element
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8294 a1c6a512-1295-4272-9138-f99709370657
2005-12-29 00:21:55 +00:00
Linus Nielsen Feltzing
bd2f678b70
Patch #1392287 by Brandon Low - faster LCD update for H300 with ASM
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8293 a1c6a512-1295-4272-9138-f99709370657
2005-12-28 22:49:22 +00:00
Miika Pekkarinen
b770d53cb4
Fixed the crossfade and track skipping glitches.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8292 a1c6a512-1295-4272-9138-f99709370657
2005-12-28 21:13:52 +00:00
Magnus Holmgren
41cea75095
Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu boost ratio on a test track by about 6 percentage points. Also fixes broken simulator playback caused by my previous Tremor commit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8291 a1c6a512-1295-4272-9138-f99709370657
2005-12-28 20:42:24 +00:00
Linus Nielsen Feltzing
074999ded3
Added basic iAudio X5 support for the scramble and descramble tools
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8290 a1c6a512-1295-4272-9138-f99709370657
2005-12-27 23:14:49 +00:00
Miika Pekkarinen
64fe299d70
Don't put S/PDIF out of sync when audio is being paused.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8289 a1c6a512-1295-4272-9138-f99709370657
2005-12-27 18:00:45 +00:00
Dave Chapman
661e6bcb46
Add forgetten libraries to the codec "clean" rule
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8288 a1c6a512-1295-4272-9138-f99709370657
2005-12-25 20:13:27 +00:00
Miika Pekkarinen
482a242792
Committed the pre-recording patch for iriver ( #1387531 by Peter D'Hoye).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8287 a1c6a512-1295-4272-9138-f99709370657
2005-12-23 21:43:05 +00:00
Hristo Kovachev
10d989ca3e
Updated Korean translation by Jeong Taek In
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8286 a1c6a512-1295-4272-9138-f99709370657
2005-12-23 09:01:12 +00:00
Linus Nielsen Feltzing
c993f8c38d
Now the quick screen properly sorts the playlist when shuffle is disabled
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8285 a1c6a512-1295-4272-9138-f99709370657
2005-12-23 00:55:01 +00:00
Linus Nielsen Feltzing
e57471a1be
H300: RTC support
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8284 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 23:48:32 +00:00
Magnus Holmgren
0dac8b77b8
iRiver: improved handling of bad mpeg files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8283 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 21:53:21 +00:00
Magnus Holmgren
917f2c1804
Simulator fixes: id3 string pointers can be null.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8282 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 21:42:00 +00:00
Hristo Kovachev
b1a230353e
Oops:) Make the brightness setting purely numerical
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8281 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 13:31:14 +00:00
Hristo Kovachev
9b83c6c4bd
Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8280 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 10:43:36 +00:00
Linus Nielsen Feltzing
9d67765cae
Reverted the H300 LCD DMA patch, since it iterfered with the recording DMA
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8279 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 09:33:39 +00:00
Dave Chapman
bd544b6c20
iPod: Enable HAVE_SW_POWEROFF define and map power-off to a very long press on PLAY
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8278 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 09:27:23 +00:00
Thom Johansen
2e55f1c9b0
Button driver would insert erronous events when wheel position overflowed, this fixes it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8277 a1c6a512-1295-4272-9138-f99709370657
2005-12-22 00:01:36 +00:00
Dave Chapman
f9295a6a65
Remove unused variables
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8276 a1c6a512-1295-4272-9138-f99709370657
2005-12-21 23:47:43 +00:00
Dave Chapman
4ba9eac894
Put the ipod into standby mode on shutdown. This is untested on the 5g, but should work...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8275 a1c6a512-1295-4272-9138-f99709370657
2005-12-21 23:32:19 +00:00
Magnus Holmgren
085f2f428e
Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most used part of oggpack_look. Reduces CPU boost on a test track (208 kbps) by 2-3 percentage points.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8274 a1c6a512-1295-4272-9138-f99709370657
2005-12-21 19:46:34 +00:00
Miika Pekkarinen
783428d2ee
Fixed the misplaced w and v in morse input and removed scandinavian
...
characters for now to support utf8.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8273 a1c6a512-1295-4272-9138-f99709370657
2005-12-21 12:46:50 +00:00