Age | Commit message (Expand) | Author |
2011-08-28 | 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-25 | Do sync between pcmbuf volume controls without explicit IRQ masking, which is... | Michael Sevakis |
2011-08-23 | 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-07-21 | is_codec_thread() is not needed anymore since PCM buffer calls other than vol... | Michael Sevakis |
2011-07-09 | The voice PCM buffer has nothing to do with the playback PCM buffer any longe... | Michael Sevakis |
2011-07-06 | Fix FS#12179 - Simulator build fails when using "configure --sdl-threads". HA... | Michael Sevakis |
2011-06-29 | 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-05-09 | Fix whitespace and some comment typos | Jeffrey Goode |
2011-04-27 | Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib... | Michael Sevakis |
2011-02-25 | pcmbuf: Clear last_chunksize at stop so we don't think there's a buffer in pr... | Michael Sevakis |
2011-02-23 | Give playback engine better control over the codec. Codec simply follows comm... | Michael Sevakis |
2010-12-22 | Redo raising the priority of the codec (and voice) thread to fix audio dropou... | Thomas Martitz |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-05-28 | Voice buffer can be much, much smaller. Code cleanup, logf fix | Jeffrey Goode |
2009-11-26 | Fix crash when crossfading at natural track transition - FS#10814 | Steve Bavin |
2009-11-18 | pcmbuf: better debug info, reinstate flush variable clear | Jeffrey Goode |
2009-11-16 | Cleanup audio.h, related functions | Jeffrey Goode |
2009-11-16 | pcmbuf cleanup | Jeffrey Goode |
2009-11-15 | pcmbuf: consolidate some similar code | Jeffrey Goode |
2009-11-13 | Crossfade: crossfaded manual skips now start fading immediately | Jeffrey Goode |
2009-11-12 | Crossfade: fix shuffle OR manual skip functionality, verbiage and manual | Jeffrey Goode |
2009-11-12 | pcmbuf: consolidated some crossfade code | Jeffrey Goode |
2009-11-11 | 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-10 | 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-09 | 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 | pcmbuf: refactoring, renamed confusing variables, moved some code around, but... | Jeffrey Goode |
2009-11-08 | pcmbuf: moved some functions around, no functional changes yet | Jeffrey Goode |
2009-11-06 | pcmbuf: need ifdef to fix yellow | Jeffrey Goode |
2009-11-06 | pcmbuf: sorted functions into logical sections for readability. Tiny changes,... | Jeffrey Goode |
2009-11-05 | pcmbuf: clarify and simplify crossfade code, etc. | Jeffrey Goode |
2009-11-05 | pcmbuf: better latency calculation, added debug code | Jeffrey Goode |
2009-11-04 | Clarify track transition code in pcmbuf and playback. No functional changes yet. | Jeffrey Goode |
2009-11-01 | Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l... | Jeffrey Goode |
2009-10-23 | Consolidate almost identical code in pcmbuf.c | Jeffrey Goode |
2009-10-22 | Code cleanup in dsp.c and misc.c, some comments | Jeffrey Goode |
2009-09-25 | Replace limiter with dynamic range compressor | Jeffrey Goode |
2009-08-18 | FS#10199: Adds limiter DSP function | Jeffrey Goode |
2009-08-12 | FS#10446: Bug defense in dsp.c, minor tweaks and comments | Jeffrey Goode |
2009-08-11 | FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ... | Michael Giacomelli |
2009-06-17 | Commit FS#10335 from Jeffrey Goode. | Dan Everton |