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