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