summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c (follow)
Commit message (Expand)AuthorAge
* 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
* Revert a previous change, works around the problem of freezing on stop-while-...Brandon Low2006-05-08
* Hopefully fix some old audio playing during manual track skip w/o crossfade. ...Brandon Low2006-05-05
* Make crossfade less twitchy moreBrandon Low2006-04-25
* GOTO POWER. Improve crossfade performance, and cleanliness, and termination ...Brandon Low2006-04-25
* Make crossfade less twitchy about buffer levelBrandon Low2006-04-25
* Fix asymetric crossfade cases that were broken, and also a not yet reported b...Brandon Low2006-04-25
* Fix crossfade. Again.Brandon Low2006-04-25
* More crossfade work, should fix crossfade on coldfire, and possibly improve c...Brandon Low2006-04-25
* Fix another possible glitch causer on crossfadeBrandon Low2006-04-24
* Fix crossfade locational settingBrandon Low2006-04-24
* Remove accidentally commited commented code, no functional changesBrandon Low2006-04-24
* Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin...Brandon Low2006-04-23
* Whoops, forgot to 'duck' the music below the voice when I redid the mixBrandon Low2006-04-23
* First commit of reworking voice to be mroe stable on swcodecBrandon Low2006-04-22
* Fix a crossfade problem (not initializing quite right), and a end of track pr...Brandon Low2006-04-20
* Fix some stop/pause/boost stuffBrandon Low2006-04-14
* Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re...Brandon Low2006-04-13
* Add a comment onlyBrandon Low2006-04-07
* Fix bug #4896 and make the beep code a bit cleanerBrandon Low2006-04-05
* More work on swcodec. No significant pcmbuf functions are called from the au...Brandon Low2006-04-05
* New 'Track Skip Only' option for Crossfading; crossfading is disabled except ...Zakk Roberts2006-03-30
* Add comments, and avoid throw-away calculations in crossfade buffer processBrandon Low2006-03-30
* Fix lockups people have been having with track skipping during buffer fill, t...Brandon Low2006-03-25