Michael Sevakis
|
979c2b7c66
|
Add lcd_sleep stub to sim too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13819 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 13:13:25 +00:00 |
|
Michael Sevakis
|
1bbd58e2d8
|
e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all power options so that LCD driver IC's visible display is shut down with backlight and make the Sleep option available 3) Better framebuffer copy routine in assembly that confines updates to the specified rectangle _and_ is faster than memcpy 4) Some other offhand changes out of preference.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13818 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 13:02:52 +00:00 |
|
Jens Arnold
|
32eddb44be
|
Jewels: repair resuming of puzzle mode games.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13817 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 12:28:56 +00:00 |
|
Michael Giacomelli
|
cf872bd594
|
Remove test_codec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13816 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 06:06:38 +00:00 |
|
Michael Giacomelli
|
93bc5ef1d6
|
Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is now slightly faster. Thanks to preglow for suggesting I test with a full scale normalized square wave.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13815 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 06:06:00 +00:00 |
|
Michael Giacomelli
|
030dce6f88
|
Fix previous
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13814 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 05:57:14 +00:00 |
|
Michael Giacomelli
|
f5114daa73
|
Move MDCT reconstruction window code over to new trig function. Improves accuracy significantly and slightly reduces code size. Codec SNR now appears to be limited by truncation to 16 bit. Comparison to MS decoder gives > 91 dB of agreement, and a lower RMS error verses the source wav then MS. Additionally, move one commonly accessed table into IRAM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13813 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-08 05:16:24 +00:00 |
|
Nils Wallménius
|
68d70b35d8
|
Turn on backlight when test_codec speed test is finished
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13812 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-07 13:53:29 +00:00 |
|
Jens Arnold
|
1cf80c3c95
|
Improved clock estimation in debug menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13811 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-07 05:59:35 +00:00 |
|
Jens Arnold
|
c6437185b7
|
Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) introduced by the recent clock setup changes. Looks like some revisions of the chip don't reset the PLL_locked bit immediately after PLL setup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13810 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-07 05:58:29 +00:00 |
|
Michael Sevakis
|
68f975be85
|
e200: Better power_off to lock the system down while waiting for PMU to cut power.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13809 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-07 03:51:50 +00:00 |
|
Steve Bavin
|
276ff3bceb
|
Copy current track path as a string, not a slightly-oversized block.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13808 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-06 22:34:18 +00:00 |
|
Michael Sevakis
|
77789f0f8d
|
Gigabeat: oops, forgot to set correct timer prescaler limit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13807 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-06 22:08:07 +00:00 |
|
Michael Sevakis
|
4ae87c8b8a
|
Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100Hz. Metronome should work now but some pcm changes are needed to have faster tocks work correctly (in the works).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13806 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-06 21:36:32 +00:00 |
|
Steve Bavin
|
cbed7a2cd2
|
Fix problem where follow playlist picks the next track, not the current one (FS#7244). Hopefully also fixes the wrong filename being displayed on the WPS (FS#7248).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13805 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-06 20:49:40 +00:00 |
|
Michael Giacomelli
|
2f1da8d24a
|
Merged in first part of ffmpeg accuracy improvments. No change on my samples, but brings us closer to ffmpeg's source and clears the way for additional bug fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13804 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-06 02:44:58 +00:00 |
|
Michael Giacomelli
|
e0473717e5
|
Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and gives a nice speed increase. Brings code much closer to ffmpeg's.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13803 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-06 01:50:24 +00:00 |
|
Peter D'Hoye
|
16b67e5812
|
Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time variable around and added init of info struct.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13802 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 23:20:58 +00:00 |
|
Dominik Wenger
|
9b20dfd88f
|
rbuti: fix the same false error message, when uninstalling the ipod bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13801 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 20:12:53 +00:00 |
|
Peter D'Hoye
|
96e8a1b08d
|
Increase filetypes array a bit more to give headroom...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13800 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 20:02:09 +00:00 |
|
Peter D'Hoye
|
cc1c237261
|
Give credit to the chip8 developer(s) and the contributor who ported it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13799 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 19:59:25 +00:00 |
|
Dominik Wenger
|
83d04f840a
|
rbutil: fix false error message when installing ipod bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13798 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 19:56:01 +00:00 |
|
Peter D'Hoye
|
e3d7c5c464
|
Fix a (minor) disk corruption when moving directories around. Fixes FS #7359
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13797 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 18:30:55 +00:00 |
|
Dominik Riebeling
|
b0ce5ad856
|
add reversi sources to tarball.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13796 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 16:28:15 +00:00 |
|
Robert Keevil
|
7785d6949e
|
Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when seeking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13795 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 10:19:06 +00:00 |
|
Michael Sevakis
|
391e944b8e
|
Get rid of yellow plus an optimization I should have seen in the first place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13794 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 08:21:10 +00:00 |
|
Michael Sevakis
|
6f36bf4483
|
Oops...that wasn't suppose to get left there. :P
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13793 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 07:16:28 +00:00 |
|
Michael Sevakis
|
60efd38bbe
|
Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13792 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-05 07:14:24 +00:00 |
|
Dave Chapman
|
21b90e3466
|
Ooops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13791 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 21:07:18 +00:00 |
|
Dave Chapman
|
b081b94d17
|
Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure it deals correctly with very long tags and the id3v2/v2 buffers becoming full. 2) Review the entire parser and attempt to reduce the binary size.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13790 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 20:55:59 +00:00 |
|
Dave Chapman
|
9b96d66621
|
Yet more dead code removal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13789 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 20:45:00 +00:00 |
|
Dave Chapman
|
ba3f4ed565
|
Remove some unused code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13788 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 20:27:26 +00:00 |
|
Jens Arnold
|
e7cdd6cbc6
|
Assemblerised CMUL() for ARM, giving ~20% speedup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13787 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 19:23:18 +00:00 |
|
Michael Giacomelli
|
fe8ae10ab4
|
Attempt #2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13786 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 17:51:52 +00:00 |
|
Michael Giacomelli
|
51b3bbbf1c
|
Opps fix static ASM function on coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13785 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 17:26:24 +00:00 |
|
Michael Giacomelli
|
a16d0f389e
|
Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13784 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 17:15:09 +00:00 |
|
Jens Arnold
|
5717a0af87
|
Shorten the coldfire fixmul32() by 2 instructions and use one register less. Smaller code, but practically no speed change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13783 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-04 00:31:17 +00:00 |
|
Peter D'Hoye
|
c7c21ae03d
|
Remove tabs (I wonder why Anjuta decided to insert them there)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13782 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 23:45:00 +00:00 |
|
Peter D'Hoye
|
11b559a027
|
Use splashes for errors in the properties plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13781 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 23:38:22 +00:00 |
|
Peter D'Hoye
|
76855f0039
|
File/Dir properties should at least print an error message when something goes wrong
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13780 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 23:18:14 +00:00 |
|
Thom Johansen
|
4aeab55f67
|
Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots closer to realtime on those targets now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13779 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 19:36:26 +00:00 |
|
Peter D'Hoye
|
9337efdb7a
|
Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in main menu. Also changes a small naming inconsistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13778 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 18:31:13 +00:00 |
|
Peter D'Hoye
|
98d4e09094
|
Increase filetypes array to make room for our latest supported audioformat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13777 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 17:45:54 +00:00 |
|
Magnus Holmgren
|
c09fcc48c6
|
Fix serious bug in FAT filename check, preventing most files from being created (if they contain a '.', no less). Also allow a few more chars in the long filename and make the code a bit smaller (as in FS #6358).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13776 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 17:03:33 +00:00 |
|
Jonathan Gordon
|
d4a9713d49
|
Updated Italian translation (FS#7389)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13775 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 15:24:06 +00:00 |
|
Dave Chapman
|
14193471db
|
The WMA decoder crashes when attempting to decode files encoded at less than 32kbps, so reject them at the metadata parsing stage. Current SVN ffmpeg can decode these files, so hopefully this can be fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13774 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 14:22:56 +00:00 |
|
Dave Chapman
|
48304ce6d9
|
Add .wmv and .asf as supported filetypes for the WMA codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13773 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 13:16:49 +00:00 |
|
Dave Chapman
|
92718a8068
|
Oops, this change shouldn't have been committed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13772 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 10:26:04 +00:00 |
|
Dave Chapman
|
9cb40ea5e3
|
WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13771 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 10:21:23 +00:00 |
|
Jonathan Gordon
|
fe163c5178
|
Proper filename checking in the FAT driver (FS#7222 and FS#6358)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13770 a1c6a512-1295-4272-9138-f99709370657
|
2007-07-03 09:53:16 +00:00 |
|