summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c (follow)
Commit message (Expand)AuthorAge
* Clean up some #includesBertrik Sikken2009-03-08
* Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis2009-02-19
* Fix too-soon frequency unboost when pcm buffer crosses watermark from the low...Michael Sevakis2009-02-16
* Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis2009-02-08
* Red build fix.Björn Stenberg2009-01-10
* Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg2009-01-10
* Check that PCM is playing/recording *after* getting the current position from...Michael Sevakis2008-12-14
* Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis2008-12-13
* Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t...Michael Sevakis2008-12-13
* Fix red and a couple other things I somehow missed.Michael Sevakis2008-12-10
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis2008-12-07
* Style police, place opening braces for function definitions on new linesNils Wallménius2008-12-03
* Fix FS#9507 - video audio is not played if song is paused. Audio was not bein...Michael Sevakis2008-12-02
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* PCM buffer muting doesn't seem benificial for wm8978 so turn it off.Michael Sevakis2008-05-05
* Removed unused function get_pcmbuf_descsize from pcmbuf.cBertrik Sikken2008-04-19
* Simplify pcmbuf_beep() a little, should be no functional change but it seems ...Steve Bavin2008-04-03
* Fixes FS#8651 (noise and/or crash while crossfading). Latest ARM-asm submit f...Andree Buschmann2008-03-30
* 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
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Fix typo.Nicolas Pennequin2008-01-08
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Couple more tiny changes. :)Michael Sevakis2007-11-16
* Missed a couple changesMichael Sevakis2007-11-16
* Use sized data types for audio data in the pcm buffer. Speed up the clipping ...Michael Sevakis2007-11-16
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem ...Michael Sevakis2007-06-24
* SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis2007-03-19
* Put the sims in their place.Michael Sevakis2007-03-06
* Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis2007-03-06
* Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis2007-02-07
* Next round of static'ing and related fixes.Jens Arnold2006-12-25
* Priority overriding was not working correctly.Miika Pekkarinen2006-11-22
* Removed muting from pcm buffer during starts, stops and pauses for tlv320 and...Michael Sevakis2006-11-16
* Calculation was wrong in pcmbuf_is_same_size such that is would almost certai...Michael Sevakis2006-11-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
* Just take out some out-of-date TODOs from playback.c and put a big FIXME in p...Brandon Low2006-10-13
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* Fix for crossfade crashes if in or out delay are zeroSteve Bavin2006-09-27
* Fix a crash and CPU being left boosted when using voice - FS#6024Steve Bavin2006-09-26
* FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed toMiika Pekkarinen2006-09-17
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* 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
* Adjusted buffer watermarks for better crossfade and playback stability.Miika Pekkarinen2006-08-02
* Correctly enable crossfade mixmode only when not skipping tracksMiika Pekkarinen2006-05-14