summaryrefslogtreecommitdiffstats
path: root/apps/pcmbuf.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-08Clean up some #includesBertrik Sikken1-1/+0
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis1-3/+1
2009-02-16Fix too-soon frequency unboost when pcm buffer crosses watermark from the low...Michael Sevakis1-4/+3
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis1-0/+5
2009-01-10Red build fix.Björn Stenberg1-0/+2
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-24/+35
2008-12-14Check that PCM is playing/recording *after* getting the current position from...Michael Sevakis1-2/+3
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-20/+37
2008-12-13Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t...Michael Sevakis1-17/+42
2008-12-10Fix red and a couple other things I somehow missed.Michael Sevakis1-1/+1
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-4/+4