summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c (follow)
Commit message (Expand)AuthorAge
* Fix a problem with audio not starting on a list of short filesMichael Sevakis2017-04-06
* Fix previous errors for targets with no crossfade.Michael Sevakis2017-01-05
* Playback: Fix problems with crossfade on short tracks.Michael Sevakis2017-01-05
* Enable setting of global output samplerate on certain targets.Michael Sevakis2013-07-06
* Fix a bug in pcmbuf.c when doing offset with modulus.Michael Sevakis2013-06-28
* Fix whitespace for next commitMichael Sevakis2013-06-28
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* Fundamentally rewrite much of the audio DSP.Michael Sevakis2012-04-29
* Fix up some more type stuff in pcmbuf.c.Michael Sevakis2012-04-27
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* crosfade_mix_fade should be returning size_t, not int.Michael Sevakis2012-02-21
* pcmbuf minor cleaningMichael Sevakis2012-02-20
* Neaten up pcmbuf a bit with regards to differences determined by MEMORYSIZE.Michael Sevakis2012-01-20
* Collect the 16-bit signed range sample clipping routines scattered about, whi...Michael Sevakis2011-12-04
* Do a bandaid fix for the moment to address FS#12250 : Playback freezes when u...Michael Sevakis2011-09-30
* Restore functionality of pcmbuf_is_lowdata. It fell out of sync since the mix...Michael Sevakis2011-08-28
* Remove INT_MAX from pcmbuf.c. Win32 sim compained about it and it isn't speci...Michael Sevakis2011-08-28
* Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis2011-08-28
* Do sync between pcmbuf volume controls without explicit IRQ masking, which is...Michael Sevakis2011-08-25
* Fix a miscomment in pcmbuf.cMichael Sevakis2011-08-23
* Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...Michael Sevakis2011-08-23
* is_codec_thread() is not needed anymore since PCM buffer calls other than vol...Michael Sevakis2011-07-21
* The voice PCM buffer has nothing to do with the playback PCM buffer any longe...Michael Sevakis2011-07-09
* Fix FS#12179 - Simulator build fails when using "configure --sdl-threads". HA...Michael Sevakis2011-07-06
* Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis2011-06-29
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Fix whitespace and some comment typosJeffrey Goode2011-05-09
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* pcmbuf: Clear last_chunksize at stop so we don't think there's a buffer in pr...Michael Sevakis2011-02-25
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Redo raising the priority of the codec (and voice) thread to fix audio dropou...Thomas Martitz2010-12-22
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Voice buffer can be much, much smaller. Code cleanup, logf fixJeffrey Goode2010-05-28
* Fix crash when crossfading at natural track transition - FS#10814Steve Bavin2009-11-26
* pcmbuf: better debug info, reinstate flush variable clearJeffrey Goode2009-11-18
* Cleanup audio.h, related functionsJeffrey Goode2009-11-16
* pcmbuf cleanupJeffrey Goode2009-11-16
* pcmbuf: consolidate some similar codeJeffrey Goode2009-11-15
* Crossfade: crossfaded manual skips now start fading immediatelyJeffrey Goode2009-11-13
* Crossfade: fix shuffle OR manual skip functionality, verbiage and manualJeffrey Goode2009-11-12
* pcmbuf: consolidated some crossfade codeJeffrey Goode2009-11-12
* pcmbuf: bug fix with pcmbuf flush, code cleanup, added commentsJeffrey Goode2009-11-11
* Crossfade: added a new option, rewrote decision logic, updated manual and men...Jeffrey Goode2009-11-11
* HAVE_CROSSFADE defs: fix yellow and redJeffrey Goode2009-11-10
* Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode2009-11-10
* pcmbuf: simplify crossfade logicJeffrey Goode2009-11-09
* pcmbuf: refactoringJeffrey Goode2009-11-09
* pcmbuf: more refactoringJeffrey Goode2009-11-09
* pcmbuf: eliminate add_chunk as a separate functionJeffrey Goode2009-11-09
* pcmbuf: fix yellow. More renaming.Jeffrey Goode2009-11-09