summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
AgeCommit message (Expand)Author
2011-09-30Do a bandaid fix for the moment to address FS#12250 : Playback freezes when u...Michael Sevakis
2011-08-28Restore functionality of pcmbuf_is_lowdata. It fell out of sync since the mix...Michael Sevakis
2011-08-28Remove INT_MAX from pcmbuf.c. Win32 sim compained about it and it isn't speci...Michael Sevakis
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis
2011-08-25Do sync between pcmbuf volume controls without explicit IRQ masking, which is...Michael Sevakis
2011-08-23Fix a miscomment in pcmbuf.cMichael Sevakis
2011-08-23Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...Michael Sevakis
2011-07-21is_codec_thread() is not needed anymore since PCM buffer calls other than vol...Michael Sevakis
2011-07-09The voice PCM buffer has nothing to do with the playback PCM buffer any longe...Michael Sevakis
2011-07-06Fix FS#12179 - Simulator build fails when using "configure --sdl-threads". HA...Michael Sevakis
2011-06-29Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-05-09Fix whitespace and some comment typosJeffrey Goode
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2011-02-25pcmbuf: Clear last_chunksize at stop so we don't think there's a buffer in pr...Michael Sevakis
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis
2010-12-22Redo raising the priority of the codec (and voice) thread to fix audio dropou...Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-05-28Voice buffer can be much, much smaller. Code cleanup, logf fixJeffrey Goode
2009-11-26Fix crash when crossfading at natural track transition - FS#10814Steve Bavin
2009-11-18pcmbuf: better debug info, reinstate flush variable clearJeffrey Goode
2009-11-16Cleanup audio.h, related functionsJeffrey Goode
2009-11-16pcmbuf cleanupJeffrey Goode
2009-11-15pcmbuf: consolidate some similar codeJeffrey Goode
2009-11-13Crossfade: crossfaded manual skips now start fading immediatelyJeffrey Goode
2009-11-12Crossfade: fix shuffle OR manual skip functionality, verbiage and manualJeffrey Goode
2009-11-12pcmbuf: consolidated some crossfade codeJeffrey Goode
2009-11-11pcmbuf: bug fix with pcmbuf flush, code cleanup, added commentsJeffrey Goode
2009-11-11Crossfade: added a new option, rewrote decision logic, updated manual and men...Jeffrey Goode
2009-11-10HAVE_CROSSFADE defs: fix yellow and redJeffrey Goode
2009-11-10Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode
2009-11-09pcmbuf: simplify crossfade logicJeffrey Goode
2009-11-09pcmbuf: refactoringJeffrey Goode
2009-11-09pcmbuf: more refactoringJeffrey Goode
2009-11-09pcmbuf: eliminate add_chunk as a separate functionJeffrey Goode
2009-11-09pcmbuf: fix yellow. More renaming.Jeffrey Goode
2009-11-09pcmbuf: refactoring, renamed confusing variables, moved some code around, but...Jeffrey Goode
2009-11-08pcmbuf: moved some functions around, no functional changes yetJeffrey Goode
2009-11-06pcmbuf: need ifdef to fix yellowJeffrey Goode
2009-11-06pcmbuf: sorted functions into logical sections for readability. Tiny changes,...Jeffrey Goode
2009-11-05pcmbuf: clarify and simplify crossfade code, etc.Jeffrey Goode
2009-11-05pcmbuf: better latency calculation, added debug codeJeffrey Goode
2009-11-04Clarify track transition code in pcmbuf and playback. No functional changes yet.Jeffrey Goode
2009-11-01Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...Jeffrey Goode
2009-10-23Consolidate almost identical code in pcmbuf.cJeffrey Goode
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode
2009-08-18FS#10199: Adds limiter DSP functionJeffrey Goode
2009-08-12FS#10446: Bug defense in dsp.c, minor tweaks and commentsJeffrey Goode
2009-08-11FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ...Michael Giacomelli