index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
pcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-08
Greatly reduce volume-change zipper artifacts with SW volume.
Michael Sevakis
1
-0
/
+4
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
1
-0
/
+6
2013-04-27
Provide high resolution volume and prescaler to hosted targets.
Michael Sevakis
1
-3
/
+4
2013-04-11
Implement universal in-PCM-driver software volume control.
Michael Sevakis
1
-103
/
+92
2012-05-02
Clean up peak calculating code.
Michael Sevakis
1
-48
/
+44
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-51
/
+64
2011-12-08
AS3525v1/v2:
Michael Sevakis
1
-8
/
+1
2011-12-05
Use a macro for aligning PCM chunks instead of explictly coding it each time.
Michael Sevakis
1
-12
/
+5
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
1
-0
/
+31
2011-07-02
Use playback channel directly for peakmeters and plugins using peak calculati...
Michael Sevakis
1
-26
/
+27
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
1
-2
/
+16
2010-09-17
Allow e200 to compile without HAVE_RECORDING
Frank Gevaerts
1
-0
/
+2
2010-06-26
Should clear up rest of red. Add a required #define in the config for c200. F...
Michael Sevakis
1
-1
/
+3
2010-06-26
e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...
Michael Sevakis
1
-2
/
+18
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
1
-58
/
+92
2010-05-13
Trim down peak calculation a bit.
Michael Sevakis
1
-21
/
+21
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
1
-9
/
+53
2010-04-27
Remove pcm_mute() which has been unused since r19308
Rafaël Carré
1
-10
/
+0
2010-02-10
New plugin: FFT, A frequency analyzer plugin
Frank Gevaerts
1
-0
/
+5
2009-10-22
Code cleanup in dsp.c and misc.c, some comments
Jeffrey Goode
1
-0
/
+3
2009-02-08
Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...
Michael Sevakis
1
-1
/
+2
2008-12-14
Check that PCM is playing/recording *after* getting the current position from...
Michael Sevakis
1
-10
/
+10
2008-12-13
Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...
Michael Sevakis
1
-0
/
+5
2008-12-12
Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...
Michael Sevakis
1
-15
/
+10
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
1
-9
/
+59
2008-07-13
Fix a slightly misleading logf
Rob Purchase
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
1
-7
/
+7
2007-10-07
Still on the post-big-commit policing. Correct a function call order. Comment...
Michael Sevakis
1
-2
/
+5
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
1
-0
/
+437