| Commit message (Expand) | Author | Age |
| * | Fix a problem with audio not starting on a list of short files | Michael Sevakis | 2017-04-06 |
| * | 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 up some more type stuff in pcmbuf.c. | Michael Sevakis | 2012-04-27 |
| * | pcmbuf minor cleaning | Michael Sevakis | 2012-02-20 |
| * | Commit work started in FS#12153 to put timing/position information in PCM | Michael Sevakis | 2011-08-28 |
| * | Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I... | Michael Sevakis | 2011-08-23 |
| * | Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat... | Michael Sevakis | 2011-06-29 |
| * | Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib... | Michael Sevakis | 2011-04-27 |
| * | Give playback engine better control over the codec. Codec simply follows comm... | Michael Sevakis | 2011-02-23 |
| * | Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond... | Jeffrey Goode | 2009-11-10 |
| * | pcmbuf: moved some functions around, no functional changes yet | Jeffrey Goode | 2009-11-08 |
| * | pcmbuf: sorted functions into logical sections for readability. Tiny changes,... | Jeffrey Goode | 2009-11-06 |
| * | pcmbuf: clarify and simplify crossfade code, etc. | Jeffrey Goode | 2009-11-05 |
| * | pcmbuf: better latency calculation, added debug code | Jeffrey Goode | 2009-11-05 |
| * | Clarify track transition code in pcmbuf and playback. No functional changes yet. | Jeffrey Goode | 2009-11-04 |
| * | Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l... | Jeffrey Goode | 2009-11-01 |
| * | Replace limiter with dynamic range compressor | Jeffrey Goode | 2009-09-25 |
| * | FS#10199: Adds limiter DSP function | Jeffrey Goode | 2009-08-18 |
| * | Commit FS#10335 from Jeffrey Goode. | Dan Everton | 2009-06-17 |
| * | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg | 2009-01-10 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Removed unused function get_pcmbuf_descsize from pcmbuf.c | Bertrik Sikken | 2008-04-19 |
| * | Revert my earlier const madness, we'll keep the parameter lists simple. | Steve Bavin | 2008-03-28 |
| * | The const police raid playback.c, should be no change to behaviour. | Steve Bavin | 2008-03-28 |
| * | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis | 2007-11-18 |
| * | Code cleaning - remove some unnecessary defined(SIMULATOR) checks | Dave Chapman | 2007-05-10 |
| * | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis | 2007-03-19 |
| * | Fix resampling clicking as much as possible at the moment. 1) Upsampling clic... | Michael Sevakis | 2007-02-07 |
| * | Big Patch adds primarily: Samplerate and format selection to recording for SW... | Michael Sevakis | 2006-11-06 |
| * | Removed ugly boosting solutions from playback code and let scheduler | Miika Pekkarinen | 2006-10-15 |
| * | Don't unboost CPU in an ISR | Steve Bavin | 2006-10-15 |
| * | Memory size checks in .c/.h files should use MEM, not MEMORYSIZE | Dave Chapman | 2006-08-13 |
| * | Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx). | Tomasz Malesinski | 2006-08-12 |
| * | Revert a previous change, works around the problem of freezing on stop-while-... | Brandon Low | 2006-05-08 |
| * | Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin... | Brandon Low | 2006-04-23 |
| * | First commit of reworking voice to be mroe stable on swcodec | Brandon Low | 2006-04-22 |
| * | Fix some of the voice and beep bugs that people have noticed since my new pcm... | Brandon Low | 2006-02-22 |
| * | Rework PCM buffer | Brandon Low | 2006-02-07 |
| * | Reduce latency when configuring the EQ. | Miika Pekkarinen | 2006-02-07 |
| * | Don't use crossfader mix mode when skipping tracks manually. | Miika Pekkarinen | 2006-01-27 |
| * | Continue to update playback status after decoding is complete (the progress b... | Brandon Low | 2006-01-21 |
| * | iRiver: New crossfader with more configuration capability. Might still | Miika Pekkarinen | 2005-11-06 |
| * | Define empty macros for cpu boosting on targets with no such a feature. | Miika Pekkarinen | 2005-08-28 |
| * | Fixed iriver cpu boosting problems. | Miika Pekkarinen | 2005-08-28 |
| * | Initial voice ui support for software codec platforms. Added also a | Miika Pekkarinen | 2005-08-20 |
| * | It's now possible to select the crossfading mode: "Off, Crossfade, | Miika Pekkarinen | 2005-07-22 |
| * | Crossfade (and pcm buffer size) length is now configurable. | Miika Pekkarinen | 2005-07-21 |
| * | Separated buffering stuff from pcm_playback to pcmbuf. Renamed some | Miika Pekkarinen | 2005-07-13 |