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