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_mixer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-03
pcm: Dynamically-size the mixer buffer at higher audio bitrates.
Solomon Peachy
1
-10
/
+29
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
1
-3
/
+24
2012-12-05
Add a true waveform display to the oscilloscope plugin.
Michael Sevakis
1
-0
/
+22
2012-05-02
Clean up peak calculating code.
Michael Sevakis
1
-13
/
+3
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
1
-0
/
+10
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
1
-1
/
+1
2012-03-12
Coldfire: Optimize emac context save/restore in mixer ISR.
Michael Sevakis
1
-0
/
+3
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-15
/
+20
2012-02-19
beep/mixer code: Code police a bit.
Michael Sevakis
1
-1
/
+3
2012-02-17
PCM mixer: Simplify mixer_channel_play_data.
Michael Sevakis
1
-27
/
+16
2012-01-22
Move pcm_mixer helper routines to firmware/asm.
Thomas Martitz
1
-102
/
+2
2012-01-04
PCM mixer: Get rid of an obsolete macro cruft.
Michael Sevakis
1
-5
/
+0
2011-12-24
Initial commit of the Samsung YP-R0 port.
Thomas Martitz
1
-0
/
+5
2011-12-05
Use a macro for aligning PCM chunks instead of explictly coding it each time.
Michael Sevakis
1
-8
/
+3
2011-12-04
Collect the 16-bit signed range sample clipping routines scattered about, whi...
Michael Sevakis
1
-7
/
+1
2011-07-02
Use playback channel directly for peakmeters and plugins using peak calculati...
Michael Sevakis
1
-1
/
+27
2011-06-29
Do some adjustments to alleviate IRAM congestion on some targets from r30097....
Michael Sevakis
1
-1
/
+1
2011-06-29
Get android to build. Forgo optimized mixing code for app builds for the mome...
Michael Sevakis
1
-0
/
+3
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
1
-0
/
+501