summaryrefslogtreecommitdiff
path: root/firmware/pcm_record.c (follow)
Commit message (Expand)AuthorAge
* 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