index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
pcm_record.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Make recording compile without priority scheduling
Brandon Low
2006-12-25
*
Convert queues to use intptr_t for event data and return values as most of th...
Michael Sevakis
2006-12-19
*
SWCODEC recording: More cleanup of stuff after queue additions and audio driv...
Michael Sevakis
2006-12-17
*
SWCODEC: More recording simplifications and less UI hanging in some cases usi...
Michael Sevakis
2006-12-17
*
Commit the kinds of changes that queue_send is mean for.
Michael Sevakis
2006-12-16
*
Place all recording functionality on pcmrec thread to serialize all recording...
Michael Sevakis
2006-12-10
*
SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...
Michael Sevakis
2006-12-07
*
Small change to PCM recording API for low latency effects. Latency can be as ...
Michael Sevakis
2006-12-06
*
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
2006-12-05
*
PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...
Michael Sevakis
2006-11-29
*
iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...
Michael Sevakis
2006-11-23
*
Audio bugfixes. Should wait for voice codec to reload before returning buffer...
Michael Sevakis
2006-11-22
*
H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...
Michael Sevakis
2006-11-13
*
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-11-06
*
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-10-05
*
Forgot to remove a must_boost reference. Unboost after fsync
Michael Sevakis
2006-09-20
*
Make sure CPU is boosted when writing recorded data
Michael Sevakis
2006-09-20
*
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-16
*
Display bitrate (Q value for Archos), samplerate, channels and recording form...
Martin Scarratt
2006-09-02
*
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...
Michael Sevakis
2006-08-28
*
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
Linus Nielsen Feltzing
2006-07-21
*
For iriver recording: do not boost while recording unless source is spdif. Wh...
Peter D'Hoye
2006-06-30
*
Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...
Jens Arnold
2006-05-14
*
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-12
*
Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...
Thom Johansen
2006-05-11
*
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-04-30
*
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-09
*
Stop mixing signed and unsigned when dealing with audio
Peter D'Hoye
2006-03-01
*
Oops: clipping detection optimization broke pre-recording
Peter D'Hoye
2006-02-27
*
Store recorded peak values in short; this should fix an issue where clipping ...
Peter D'Hoye
2006-02-26
*
use all recorded samples for peak metering and clipping detection
Peter D'Hoye
2006-02-24
*
Committed the pre-recording patch for iriver (#1387531 by Peter D'Hoye).
Miika Pekkarinen
2005-12-23
*
H300 FM radio support, with help from Peter D'Hoye
Linus Nielsen Feltzing
2005-12-15
*
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-12-02
*
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-12
*
Fixup of the MCF5249 memory mapped register definitions.
Jens Arnold
2005-11-05
*
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-10-06
*
Add pcm_set_mux() for switching between FM radio and Line input
Linus Nielsen Feltzing
2005-08-13
*
iAudio: First unfinished attempt for tlv320 driver and rockbox integration
Christian Gmeiner
2005-08-06
*
Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...
Jens Arnold
2005-07-08
*
Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...
Andy
2005-06-19