summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-10Remove unneeded file from SOURCES and partial SVN sync.Thom Johansen8-367/+9
2007-11-09Small fix to Swedish lang file, by Harry TuNils Wallménius1-2/+2
2007-11-09Swap two messages which were the wrong way round. Thanks to Barry Wardell fo...Dave Chapman1-2/+2
2007-11-09Sorry, switching back again to the "better behaved" ADX codec of r15494. Adam Gashlin1-52/+54
2007-11-09Remove some unneeded floating point usage, port some needed floating point co...Thom Johansen3-9/+17
2007-11-09git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15546 a1c6a512-1295-4272-9138...Jonathan Gordon1-0/+10
2007-11-08Disable another encoder only function.Thom Johansen1-0/+2
2007-11-08Updated Dutch language filePeter D'Hoye1-4/+32
2007-11-08Add check for e200 bootloaders and also for an already-patched e200r bootload...Dave Chapman1-10/+72
2007-11-08No functional changeBrandon Low1-3/+3
2007-11-08Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly.Nicolas Pennequin1-1/+4
2007-11-08Remove nexttrack_id3 and instead use the metadata present on the buffer.Nicolas Pennequin1-11/+7
2007-11-08Store the metadata of the first unbuffered track in a static struct so that i...Nicolas Pennequin1-0/+5
2007-11-08only display set rating menu entry if "gather runtime data" is enabled (was r...Robert Kukla1-1/+13
2007-11-08Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit.Nicolas Pennequin1-2/+4
2007-11-08Clean up a (nearly impossible) null check. Add a comment.Brandon Low1-0/+4
2007-11-08Change in function should be nearly zero, but change to proper naming and def...Brandon Low1-8/+6
2007-11-08No need to have this variable for targets that don't use itNils Wallménius1-0/+4
2007-11-08Fix some bad where a handle is held across a sleep. We should probably audit...Brandon Low1-15/+21
2007-11-08SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ...Michael Sevakis1-3/+1
2007-11-08Fix FS#8114 remove redundant screen updating and minor code police.Nils Wallménius1-32/+28
2007-11-08from ffmpeg: replace FIR with finite differences.Marcoen Hirschberg1-15/+15
2007-11-08rework the set song rating setting so it uses the standard list. also the men...Jonathan Gordon1-50/+14
2007-11-08Fix the bug where MPC files would be skipped by disabling the check of the re...Nicolas Pennequin1-4/+6
2007-11-08Code police; trailing spaces mainly.Steve Bavin1-14/+14
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin2-22/+57
2007-11-08Change oggmalloc.c to use size_t and kill a warning about type-punning. Align...Michael Sevakis1-6/+10
2007-11-08Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps ...Jens Arnold2-0/+11
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis8-5/+87
2007-11-08Trigger an additional battery level announcement when the levelStéphane Doyon1-1/+1
2007-11-07from ffmpeg: Add decoding support for variable block size FLAC files using th...Marcoen Hirschberg1-1/+1
2007-11-07Oops, BOM shouldn't have been included. Hope this removes it. :)Magnus Holmgren1-1/+1
2007-11-07Update Swedish translation, with a few minor changes to existing strings.Magnus Holmgren1-31/+90
2007-11-07Revert to old ADX codec, works around broken bacwards seekAdam Gashlin1-54/+52
2007-11-07from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...Marcoen Hirschberg1-3/+3
2007-11-07Updated italian translation.Alessio Lenzi1-4/+18
2007-11-07Ifdef out some more stuff we don't need.Thom Johansen2-0/+10
2007-11-07Add myself as Speex maintainer.Thom Johansen1-1/+1
2007-11-07fix redJonathan Gordon3-8/+5
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon6-67/+26
2007-11-07fix warningsJonathan Gordon1-2/+4
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun5-37/+34
2007-11-07Accept FS#7777: Voice for the "Running Time" screenStéphane Doyon1-3/+18
2007-11-07Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon6-9/+32
2007-11-07More voice for the radio: accept FS#6331.Stéphane Doyon2-10/+76
2007-11-07Accept FS#7653: Say file type.Stéphane Doyon1-2/+8
2007-11-07Straighten out voicing of yesno dialogs.Stéphane Doyon3-32/+28
2007-11-07Fix warning.Nicolas Pennequin1-1/+1
2007-11-07Fix tracks always being cleared on skip (reported by dionoea). The problem wa...Nicolas Pennequin1-1/+5
2007-11-07Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen3-1/+72