summaryrefslogtreecommitdiff
path: root/firmware/pcm_record.c (follow)
Commit message (Expand)AuthorAge
* Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg2008-10-14
* New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye2008-10-08
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis2007-11-30
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* Enable auto reply for queue messages sent with queue_send. It's only nescessa...Michael Sevakis2007-09-30
* Remove the PCMREC_PARANOID support since the issues have been identified and ...Michael Sevakis2007-09-30
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis2007-06-08
* Make recording complain about every little file I/O problem (error on close()...Michael Sevakis2007-04-25
* Recording queue should be set to IRQ safe mode as well.Miika Pekkarinen2007-03-31
* Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis2007-03-29
* More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis2007-03-20
* More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis2007-03-05
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Fix errors I hope.Michael Sevakis2007-02-16
* SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush...Michael Sevakis2007-02-16
* Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULI...Michael Sevakis2007-01-31
* Make recording compile without priority schedulingBrandon Low2006-12-25
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis2006-12-17
* SWCODEC: More recording simplifications and less UI hanging in some cases usi...Michael Sevakis2006-12-17
* Commit the kinds of changes that queue_send is mean for.Michael Sevakis2006-12-16
* Place all recording functionality on pcmrec thread to serialize all recording...Michael Sevakis2006-12-10
* SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis2006-12-07
* Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis2006-12-06
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis2006-11-29
* iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis2006-11-23
* Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis2006-11-22
* H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis2006-11-13
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* Forgot to remove a must_boost reference. Unboost after fsyncMichael Sevakis2006-09-20
* Make sure CPU is boosted when writing recorded dataMichael Sevakis2006-09-20
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Display bitrate (Q value for Archos), samplerate, channels and recording form...Martin Scarratt2006-09-02
* Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis2006-08-28
* Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing2006-07-21
* For iriver recording: do not boost while recording unless source is spdif. Wh...Peter D'Hoye2006-06-30
* Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold2006-05-14
* H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss...Jens Arnold2006-05-12
* Iriver recording: Always route the signals through the coldfire audio interfa...Jens Arnold2006-05-12
* Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen2006-05-11
* Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye2006-04-30
* The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye2006-04-30