index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
pcm_record.c
Age
Commit message (
Expand
)
Author
2006-07-21
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
Linus Nielsen Feltzing
2006-06-30
For iriver recording: do not boost while recording unless source is spdif. Wh...
Peter D'Hoye
2006-05-14
Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...
Jens Arnold
2006-05-12
H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss...
Jens Arnold
2006-05-12
Iriver recording: Always route the signals through the coldfire audio interfa...
Jens Arnold
2006-05-11
Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...
Thom Johansen
2006-04-30
Recording buffer offset must be passed on to the firmware calls, not the othe...
Peter D'Hoye
2006-04-30
The recording buffer should not try to use the voice buffer, so map our buffe...
Peter D'Hoye
2006-03-09
Yet another recording peakmeter sensitivity fix: only reset peak values after...
Peter D'Hoye
2006-03-09
Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated ...
Peter D'Hoye
2006-03-01
Stop mixing signed and unsigned when dealing with audio
Peter D'Hoye
2006-02-27
Oops: clipping detection optimization broke pre-recording
Peter D'Hoye
2006-02-26
Store recorded peak values in short; this should fix an issue where clipping ...
Peter D'Hoye
2006-02-24
use all recorded samples for peak metering and clipping detection
Peter D'Hoye
2005-12-23
Committed the pre-recording patch for iriver (#1387531 by Peter D'Hoye).
Miika Pekkarinen
2005-12-15
H300 FM radio support, with help from Peter D'Hoye
Linus Nielsen Feltzing
2005-12-02
Fixed recording peak meters to always work. Now it should be easy to
Miika Pekkarinen
2005-12-02
Fixed ui lag while writing recorded data to disk.
Miika Pekkarinen
2005-12-02
iRiver recording changes:
Andy
2005-11-12
Removed monitor option from audio_set_recording_options and the global settin...
Andy
2005-11-12
iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...
Andy
2005-11-05
Fixup of the MCF5249 memory mapped register definitions.
Jens Arnold
2005-10-06
Fix channel-swapping bug in iriver recordings. Left and Right channels shoul...
Dave Chapman
2005-10-06
Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...
Dave Chapman
2005-08-13
Add pcm_set_mux() for switching between FM radio and Line input
Linus Nielsen Feltzing
2005-08-06
iAudio: First unfinished attempt for tlv320 driver and rockbox integration
Christian Gmeiner
2005-07-08
Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...
Jens Arnold
2005-06-19
Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...
Andy