summaryrefslogtreecommitdiff
path: root/firmware/pcm_record.c (follow)
Commit message (Expand)AuthorAge
* 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
* Yet another recording peakmeter sensitivity fix: only reset peak values after...Peter D'Hoye2006-03-09
* Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated ...Peter D'Hoye2006-03-09
* Stop mixing signed and unsigned when dealing with audioPeter D'Hoye2006-03-01
* Oops: clipping detection optimization broke pre-recordingPeter D'Hoye2006-02-27
* Store recorded peak values in short; this should fix an issue where clipping ...Peter D'Hoye2006-02-26
* use all recorded samples for peak metering and clipping detectionPeter D'Hoye2006-02-24
* Committed the pre-recording patch for iriver (#1387531 by Peter D'Hoye).Miika Pekkarinen2005-12-23
* H300 FM radio support, with help from Peter D'HoyeLinus Nielsen Feltzing2005-12-15
* Fixed recording peak meters to always work. Now it should be easy toMiika Pekkarinen2005-12-02
* Fixed ui lag while writing recorded data to disk.Miika Pekkarinen2005-12-02
* iRiver recording changes:Andy2005-12-02
* Removed monitor option from audio_set_recording_options and the global settin...Andy2005-11-12
* iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy2005-11-12
* Fixup of the MCF5249 memory mapped register definitions.Jens Arnold2005-11-05
* Fix channel-swapping bug in iriver recordings. Left and Right channels shoul...Dave Chapman2005-10-06
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing2005-08-13
* iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner2005-08-06
* Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold2005-07-08
* Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy2005-06-19