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
/
apps
/
recorder
/
pcm_record.c
Age
Commit message (
Expand
)
Author
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-10-15
Revert 30754 because the codecs won't build correctly, anyway.
Fred Bauer
2011-10-14
undef DEBUG in pcm_record.c because it's broken and breaks DEBUG builds
Fred Bauer
2011-08-14
Fix errors and warnings.
Thomas Martitz
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-03-05
Change the thread api a bit.
Thomas Martitz
2011-02-23
Give playback engine better control over the codec. Codec simply follows comm...
Michael Sevakis
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-07-04
Simulator: build recording code
Rafaël Carré
2010-06-26
e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...
Michael Sevakis
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-16
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...
Jonathan Gordon
2010-05-14
Enable recording on clipv1/m200v4/c200v2
Rafaël Carré
2010-01-03
Fix further tabs
Andree Buschmann
2009-07-14
FS#10080
Nils Wallménius
2009-02-08
Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...
Michael Sevakis
2008-12-13
Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...
Michael Sevakis
2008-12-13
PCM buffer beeping needs the audio buffer reset in order to work after operat...
Michael Sevakis
2008-12-10
Fix red and a couple other things I somehow missed.
Michael Sevakis
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-14
Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...
Björn Stenberg