summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold5-27/+39
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7755 a1c6a512-1295-4272-9138-f99709370657
2005-11-05Corrected a bug introduced with the multi screen settings handling code : ↵Kevin Ferrare1-12/+20
The current value wasn't voiced when entering the setting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7754 a1c6a512-1295-4272-9138-f99709370657
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ↵Thom Johansen1-5/+9
ReplayGain support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7753 a1c6a512-1295-4272-9138-f99709370657
2005-11-04Added proper metadata parsing for musepack files, including ReplayGain.Thom Johansen1-0/+66
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7752 a1c6a512-1295-4272-9138-f99709370657
2005-11-04Added documentation to the new select API, made settings.c to use ↵Kevin Ferrare2-9/+65
gui_syncsplash instead of splash to display on all screens git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7751 a1c6a512-1295-4272-9138-f99709370657
2005-11-04Added iriver remote keys support to the option selection in the menus, ↵Kevin Ferrare3-9/+46
corrected a silly c'n'p error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7750 a1c6a512-1295-4272-9138-f99709370657
2005-11-04Rolled back "Follow playlist" changeBjörn Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7749 a1c6a512-1295-4272-9138-f99709370657
2005-11-04oops ! fixed the compile error on the archos player, forgot a ifdef ...Kevin Ferrare1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7748 a1c6a512-1295-4272-9138-f99709370657
2005-11-04Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when ↵Kevin Ferrare5-252/+412
coming from some custom wps that erases it ; Initial support for options in the menus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7747 a1c6a512-1295-4272-9138-f99709370657
2005-11-03default for "Follow playlist" option is set to "yes"Anton Oleynikov1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7746 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Recorder v1: removed duplicate battery debug code.Jens Arnold1-6/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7745 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Coldfire: The memory guard configuration routine didn't correctly return the ↵Jens Arnold1-3/+3
old mode when setting a new one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7744 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Coldfire: Properly handle the SDRAM refresh timing on CPU frequency changes. ↵Jens Arnold1-4/+5
For >= 92 MHz operation, tRC needs to be 6 clocks, otherwise 3 clocks are sufficient. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7743 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test programDave Chapman2-5/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7742 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Move code into IRAM and explicitly inline some functions (gcc was inlining ↵Dave Chapman2-9/+30
them anyway, but this way is better) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7741 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Move all code into IRAMDave Chapman4-6/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7740 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Fixed a bug whith the multi-screen menus : when entering / leaving a menu, ↵Kevin Ferrare2-18/+22
the selected item was not voiced git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7739 a1c6a512-1295-4272-9138-f99709370657
2005-11-03Synced.Jens Arnold1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7738 a1c6a512-1295-4272-9138-f99709370657
2005-11-03LANG_RATING isn't used for voicing, so don't waste space in the voice file.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7737 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Added Anton to the creditsLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7736 a1c6a512-1295-4272-9138-f99709370657
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder ↵Anton Oleynikov8-22/+166
navigation for iRiver's remote git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7735 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Use direct non-interleaved full precision output data instead of converting ↵Thom Johansen2-6/+10
to 16 bit interleaved data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7734 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Better place for EMAC init.Thom Johansen1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7733 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Need to set sample depth before clip limits to avoid having clip limits ↵Thom Johansen1-1/+1
overridden. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7732 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Support large delay fields in LAME header, plus some cleanups.Thom Johansen1-28/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7731 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Allow bigger delay setting in LAME header.Thom Johansen1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7730 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Enable replaygain for the new FLAC decoderDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7729 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs ↵Dave Chapman2-7/+12
more work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7728 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Correctly clear the screen(s) after a dircache build - this fixes the I04 ↵Dave Chapman1-1/+6
error when leaving USB mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7727 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Check for and move .ovl files properly (Archos Recorder fix)Daniel Stenberg1-3/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7726 a1c6a512-1295-4272-9138-f99709370657
2005-11-02enables remote support only when LOGF is disabledKevin Ferrare1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7725 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Fix simulator builds - DEBUGF explicitly needs rb->Dave Chapman1-1/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7724 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Add const attribute to lookup tablesDave Chapman1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7723 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Cosmetic changes - use correct ICONST or IBSS attributes and refer to codec ↵Dave Chapman1-44/+44
api as "ci" instead of "rb" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7722 a1c6a512-1295-4272-9138-f99709370657
2005-11-02no more warnings (I hope)Kevin Ferrare2-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7721 a1c6a512-1295-4272-9138-f99709370657
2005-11-02*** empty log message ***Kevin Ferrare3-20/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7720 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Automatically set clipping limits based on sample precision.Thom Johansen1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7719 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Should be iso 8859 (perhaps...) aslo fixed the warningKevin Ferrare2-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7718 a1c6a512-1295-4272-9138-f99709370657
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old ↵Dave Chapman6-6/+6
API change that wasn't implemented in all the codecs) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7717 a1c6a512-1295-4272-9138-f99709370657
2005-11-01Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ↵Kevin Ferrare8-104/+173
), changed the internal multi-screen API a little bit, in a cleaner way git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7716 a1c6a512-1295-4272-9138-f99709370657
2005-11-01Init EMAC properly.Thom Johansen1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7715 a1c6a512-1295-4272-9138-f99709370657
2005-11-01Added some EMAC optimised fixed point routines.Thom Johansen1-1/+78
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7714 a1c6a512-1295-4272-9138-f99709370657
2005-11-01Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again.Jens Arnold1-92/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7713 a1c6a512-1295-4272-9138-f99709370657
2005-11-01added libm4aDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7712 a1c6a512-1295-4272-9138-f99709370657
2005-11-01iRiver: Fixed another mutex issue that caused problems with seeking.Miika Pekkarinen1-4/+10
Don't crossfade if audio is paused when selecting a new track. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7711 a1c6a512-1295-4272-9138-f99709370657
2005-11-01Fix gcc4 warnings for simulator buildsDave Chapman1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7710 a1c6a512-1295-4272-9138-f99709370657
2005-10-31Cosmetic change - correct the indenting to the standard Rockbox four spacesDave Chapman1-123/+123
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7709 a1c6a512-1295-4272-9138-f99709370657
2005-10-31Suppress compiler warningDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7708 a1c6a512-1295-4272-9138-f99709370657
2005-10-31Oops. Forgot to increase the codec size for H100.Dave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7707 a1c6a512-1295-4272-9138-f99709370657
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ↵Dave Chapman8-11/+220
and is not yet capable of realtime operation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7706 a1c6a512-1295-4272-9138-f99709370657