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
/
plugins
/
mpegplayer
/
audio_thread.c
Age
Commit message (
Expand
)
Author
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
2013-05-05
Purge the usage of DSP_SWITCH_FREQUENCY.
Michael Sevakis
2012-05-09
Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL
Nils Wallménius
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
2011-03-05
Change the thread api a bit.
Thomas Martitz
2011-01-07
Put illustrative switch case back, because it clarifies intention...maybe ;).
Michael Sevakis
2011-01-07
MPEGPlyaer: A bit of audio mutation. Remove a useless thread state. Take some...
Michael Sevakis
2010-09-17
Make disabling HAVE_PITCHSCREEN actually work without breaking the build
Frank Gevaerts
2010-08-01
mpegplayer mad: apply r27655 fix
Rafaël Carré
2010-06-29
r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ...
Michael Sevakis
2010-05-15
Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...
Jeffrey Goode
2010-05-14
Fix various size_t related warnings and errors
Frank Gevaerts
2009-11-09
Make the codecs use more IRAM on S5L870x, as we have plenty of it.
Michael Sparmann
2009-08-15
FS#10526: mpegplayer audio out of sync, reverts r22280
Jeffrey Goode
2009-08-12
FS#10504: Make mpegplayer audio thread use correct sample count
Jeffrey Goode
2009-07-11
Fix plugins for the changed pitch scale from r21781
Jens Arnold
2009-01-05
Have the codec thread do callbacks instead of messing with the stack which is...
Michael Sevakis
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-09-20
Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...
Michael Giacomelli
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-02-01
mpegplayer: Use the core DSP to process audio. Removes the sample rate restri...
Michael Sevakis
2008-01-03
Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...
Michael Sevakis
2007-12-29
mpegplayer: Make playback engine fully seekable and frame-accurate and split ...
Michael Sevakis