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
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2007-11-30
Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-10
Fix FS #5852 by trying to properly close and update the recorded file, and gi...
Peter D'Hoye
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-09-30
Enable auto reply for queue messages sent with queue_send. It's only nescessa...
Michael Sevakis
2007-09-30
Remove the PCMREC_PARANOID support since the issues have been identified and ...
Michael Sevakis
2007-09-28
Commit a subset of the dual core changes that have to do with cache handling,...
Michael Sevakis
2007-06-08
Straighten out some audio path APIs and misc. audio stuff. Having recording i...
Michael Sevakis
2007-04-25
Make recording complain about every little file I/O problem (error on close()...
Michael Sevakis
2007-03-31
Recording queue should be set to IRQ safe mode as well.
Miika Pekkarinen
2007-03-29
Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...
Michael Sevakis
2007-03-20
More logf fixes. speex.c wants to format 64bit args so I didn't change that o...
Michael Sevakis
2007-03-05
More catching up on old work. Refine audio interface setup on Coldfire. Stop ...
Michael Sevakis
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-16
Fix errors I hope.
Michael Sevakis
2007-02-16
SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush...
Michael Sevakis
2007-01-31
Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULI...
Michael Sevakis
2006-12-25
Make recording compile without priority scheduling
Brandon Low
2006-12-19
Convert queues to use intptr_t for event data and return values as most of th...
Michael Sevakis
2006-12-17
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-16
Commit the kinds of changes that queue_send is mean for.
Michael Sevakis
2006-12-10
Place all recording functionality on pcmrec thread to serialize all recording...
Michael Sevakis
2006-12-07
SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...
Michael Sevakis
2006-12-06
Small change to PCM recording API for low latency effects. Latency can be as ...
Michael Sevakis
2006-12-05
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
2006-11-29
PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...
Michael Sevakis
2006-11-23
iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...
Michael Sevakis
2006-11-22
Audio bugfixes. Should wait for voice codec to reload before returning buffer...
Michael Sevakis
2006-11-13
H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...
Michael Sevakis
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-05
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-09-20
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-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-02
Display bitrate (Q value for Archos), samplerate, channels and recording form...
Martin Scarratt
2006-08-28
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...
Michael Sevakis
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
[next]