summaryrefslogtreecommitdiff
path: root/firmware/pcm_record.c
AgeCommit message (Expand)Author
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-04-25Make recording complain about every little file I/O problem (error on close()...Michael Sevakis
2007-03-31Recording queue should be set to IRQ safe mode as well.Miika Pekkarinen
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-16Fix errors I hope.Michael Sevakis
2007-02-16SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush...Michael Sevakis
2007-01-31Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULI...Michael Sevakis
2006-12-25Make recording compile without priority schedulingBrandon Low
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis
2006-12-17SWCODEC: More recording simplifications and less UI hanging in some cases usi...Michael Sevakis
2006-12-16Commit the kinds of changes that queue_send is mean for.Michael Sevakis
2006-12-10Place all recording functionality on pcmrec thread to serialize all recording...Michael Sevakis
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis
2006-11-22Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin
2006-09-20Forgot to remove a must_boost reference. Unboost after fsyncMichael Sevakis
2006-09-20Make sure CPU is boosted when writing recorded dataMichael Sevakis
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-09-02Display bitrate (Q value for Archos), samplerate, channels and recording form...Martin Scarratt
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis
2006-07-21Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing
2006-06-30For iriver recording: do not boost while recording unless source is spdif. Wh...Peter D'Hoye
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold
2006-05-12H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss...Jens Arnold
2006-05-12Iriver recording: Always route the signals through the coldfire audio interfa...Jens Arnold
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye
2006-03-09Yet another recording peakmeter sensitivity fix: only reset peak values after...Peter D'Hoye
2006-03-09Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated ...Peter D'Hoye
2006-03-01Stop mixing signed and unsigned when dealing with audioPeter D'Hoye
2006-02-27Oops: clipping detection optimization broke pre-recordingPeter D'Hoye
2006-02-26Store recorded peak values in short; this should fix an issue where clipping ...Peter D'Hoye
2006-02-24use all recorded samples for peak metering and clipping detectionPeter D'Hoye
2005-12-23Committed the pre-recording patch for iriver (#1387531 by Peter D'Hoye).Miika Pekkarinen
2005-12-15H300 FM radio support, with help from Peter D'HoyeLinus Nielsen Feltzing
2005-12-02Fixed recording peak meters to always work. Now it should be easy toMiika Pekkarinen
2005-12-02Fixed ui lag while writing recorded data to disk.Miika Pekkarinen
2005-12-02iRiver recording changes:Andy
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy