summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mpegplayer/audio_thread.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-0/+1
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis1-1/+1
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-1/+1
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-22/+34
2011-03-05Change the thread api a bit.Thomas Martitz1-2/+2
2011-01-07Put illustrative switch case back, because it clarifies intention...maybe ;).Michael Sevakis1-0/+1
2011-01-07MPEGPlyaer: A bit of audio mutation. Remove a useless thread state. Take some...Michael Sevakis1-34/+23
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-0/+2
2010-08-01mpegplayer mad: apply r27655 fixRafaël Carré1-2/+1
2010-06-29r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ...Michael Sevakis1-10/+12
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode1-2/+2
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts1-1/+1
2009-11-09Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann1-1/+1
2009-08-15FS#10526: mpegplayer audio out of sync, reverts r22280Jeffrey Goode1-12/+3
2009-08-12FS#10504: Make mpegplayer audio thread use correct sample countJeffrey Goode1-3/+12
2009-07-11Fix plugins for the changed pitch scale from r21781Jens Arnold1-1/+1
2009-01-05Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis1-59/+16
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-3/+3
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-2/+2
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli1-0/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-2/+2
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-2/+4
2008-02-01mpegplayer: Use the core DSP to process audio. Removes the sample rate restri...Michael Sevakis1-44/+49
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis1-2/+1
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis1-0/+743