summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
AgeCommit message (Expand)Author
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
2009-06-17Commit FS#10335 from Jeffrey Goode.Dan Everton
2009-03-08Clean up some #includesBertrik Sikken
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis
2009-02-16Fix too-soon frequency unboost when pcm buffer crosses watermark from the low...Michael Sevakis
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis
2009-01-10Red build fix.Björn Stenberg
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg
2008-12-14Check that PCM is playing/recording *after* getting the current position from...Michael Sevakis
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis
2008-12-13Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t...Michael Sevakis
2008-12-10Fix red and a couple other things I somehow missed.Michael Sevakis
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis
2008-12-03Style police, place opening braces for function definitions on new linesNils Wallménius
2008-12-02Fix FS#9507 - video audio is not played if song is paused. Audio was not bein...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-05PCM buffer muting doesn't seem benificial for wm8978 so turn it off.Michael Sevakis
2008-04-19Removed unused function get_pcmbuf_descsize from pcmbuf.cBertrik Sikken