summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2007-11-08No functional changeBrandon Low
2007-11-08Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly.Nicolas Pennequin
2007-11-08Remove nexttrack_id3 and instead use the metadata present on the buffer.Nicolas Pennequin
2007-11-08Store the metadata of the first unbuffered track in a static struct so that i...Nicolas Pennequin
2007-11-08only display set rating menu entry if "gather runtime data" is enabled (was r...Robert Kukla
2007-11-08Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit.Nicolas Pennequin
2007-11-08Clean up a (nearly impossible) null check. Add a comment.Brandon Low
2007-11-08Change in function should be nearly zero, but change to proper naming and def...Brandon Low
2007-11-08Fix some bad where a handle is held across a sleep. We should probably audit...Brandon Low
2007-11-08SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ...Michael Sevakis
2007-11-08Fix FS#8114 remove redundant screen updating and minor code police.Nils Wallménius
2007-11-08from ffmpeg: replace FIR with finite differences.Marcoen Hirschberg
2007-11-08rework the set song rating setting so it uses the standard list. also the men...Jonathan Gordon
2007-11-08Fix the bug where MPC files would be skipped by disabling the check of the re...Nicolas Pennequin
2007-11-08Change oggmalloc.c to use size_t and kill a warning about type-punning. Align...Michael Sevakis
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis
2007-11-07from ffmpeg: Add decoding support for variable block size FLAC files using th...Marcoen Hirschberg
2007-11-07Oops, BOM shouldn't have been included. Hope this removes it. :)Magnus Holmgren
2007-11-07Update Swedish translation, with a few minor changes to existing strings.Magnus Holmgren
2007-11-07Revert to old ADX codec, works around broken bacwards seekAdam Gashlin
2007-11-07from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...Marcoen Hirschberg
2007-11-07Updated italian translation.Alessio Lenzi
2007-11-07Ifdef out some more stuff we don't need.Thom Johansen
2007-11-07fix redJonathan Gordon
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon
2007-11-07fix warningsJonathan Gordon
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun
2007-11-07Accept FS#7777: Voice for the "Running Time" screenStéphane Doyon
2007-11-07Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon
2007-11-07More voice for the radio: accept FS#6331.Stéphane Doyon
2007-11-07Accept FS#7653: Say file type.Stéphane Doyon
2007-11-07Straighten out voicing of yesno dialogs.Stéphane Doyon
2007-11-07Fix warning.Nicolas Pennequin
2007-11-07Fix tracks always being cleared on skip (reported by dionoea). The problem wa...Nicolas Pennequin
2007-11-07Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen
2007-11-07Fix a flaw in prep_bufdata() that would lead to all kinds of problems with co...Nicolas Pennequin
2007-11-06Smaller and more correctly sized statically allocated arrays in decoder state...Thom Johansen
2007-11-06Exclude some unneeded LSP code. Add some #endif clarification comments here a...Thom Johansen
2007-11-06Fix thinko in last patch, shouldn't effect current buffering clients.Brandon Low
2007-11-06Pull the size range checking and disk request into a separate function that b...Brandon Low
2007-11-06Better behaved buffering.Adam Gashlin
2007-11-05This was (probably) committed by accident, remove it.Nicolas Pennequin
2007-11-05Don't yield twice in a rowBrandon Low
2007-11-05Types other than packet audio still need to yield while buffering.Nicolas Pennequin
2007-11-05Readd yield_codec, making it check for useful data through buffer_is_low. Fix...Nicolas Pennequin
2007-11-05This was a bad change on my part earlier. Do not immediately start buffering...Brandon Low
2007-11-05Don't keep resetting to default watermark during buffering, only do it once a...Brandon Low
2007-11-05Set all track handles to -1 on audio init to avoid calling bufclose(0) on all...Nicolas Pennequin
2007-11-05Fix some logf warnings.Nicolas Pennequin
2007-11-05Don't if this, it's a good idea for codecs to explicit seekBrandon Low