summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz3-11/+9
2011-08-30Fix red.Andree Buschmann1-0/+1
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann13-29/+38
2011-08-30Bump plugin api version.Thomas Martitz1-1/+1
2011-08-30Remove buflib from the pluginlib and use the core one.Thomas Martitz6-417/+39
2011-08-30Clean up and simplify the voice thread code.Michael Sevakis1-171/+148
2011-08-30Fix h100 red and other warnings.Thomas Martitz2-5/+3
2011-08-30Fix hwcodec red.Thomas Martitz1-0/+1
2011-08-30Bump plugin API.Thomas Martitz1-1/+1
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz25-264/+781
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz16-108/+211
2011-08-30Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ...Andree Buschmann3-1/+18
2011-08-30Make tdspeed.c a bit nicer to read. No functional changes.Michael Sevakis1-43/+99
2011-08-29Final commit to get test_codec working properly for both freq-scaling and non...Andree Buschmann1-7/+7
2011-08-29Fix logic of test_codec for targets with HAVE_ADJUSTABLE_CPU_FREQ.Andree Buschmann1-18/+15
2011-08-28codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis1-2/+0
2011-08-28libtremor: comment out some more unused functions, make a function param unsi...Nils Wallménius2-11/+14
2011-08-28libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius1-5/+0
2011-08-28libtremor: comment out some unused functions and mark some file local functio...Nils Wallménius2-17/+32
2011-08-28Restore functionality of pcmbuf_is_lowdata. It fell out of sync since the mix...Michael Sevakis1-1/+3
2011-08-28Remove obsolete 'ci->set_elapsed()' from mpc.Andree Buschmann1-1/+0
2011-08-28Remove INT_MAX from pcmbuf.c. Win32 sim compained about it and it isn't speci...Michael Sevakis1-1/+1
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis31-809/+944
2011-08-27Initial framework for the Sandisk Sansa Clip ZipBertrik Sikken2-0/+2
2011-08-27FS#12163 by Sean BartellNils Wallménius2-12/+12
2011-08-27FS#12207 - Fast second july update of Czech language by Marek SalabaBertrik Sikken1-20/+20
2011-08-26Change the cuesheet fix from r30359 to have a minor binsize increase on SH1.Andree Buschmann1-1/+4
2011-08-26Utterly pointless fix for an unused Doom module (but while the code is in our...Steve Bavin1-1/+1
2011-08-26Minor libwmavoice fixes; initialise the entire VBM tree and remove file handl...Steve Bavin2-1/+2
2011-08-26Avoid overflow in cuesheet marker positioning. Fixes FS#12246. Thanks to Nick...Andree Buschmann1-1/+1
2011-08-26Fix marginal buffer overflow in chessbox.Steve Bavin1-1/+1
2011-08-26Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck t...Steve Bavin1-1/+1
2011-08-26Fix an issue in libfaad found by static code analysis. Two arrays within the ...Andree Buschmann1-2/+4
2011-08-25Add the codec_main declaration to apps/codecs.hBertrik Sikken1-0/+1
2011-08-25Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down()Thomas Jarosch1-4/+4
2011-08-25Fix file descriptor leak on errorThomas Jarosch1-0/+3
2011-08-25Fix file descriptor leak on errorThomas Jarosch1-1/+4
2011-08-25Fix use of uninitialized memory in xlcd_scroll_left() / xlcd_scroll_right() i...Thomas Jarosch1-6/+6
2011-08-25Clean up redundant assignmentThomas Jarosch1-4/+2
2011-08-25Remove now unneeded variableThomas Jarosch1-1/+0
2011-08-25Fix off-by-one memory corruption in resistor plugin.Thomas Jarosch1-2/+2
2011-08-25Do sync between pcmbuf volume controls without explicit IRQ masking, which is...Michael Sevakis1-12/+16
2011-08-23Fix FS#12239, data abort after going from FMS to WPS.Thomas Martitz1-0/+6
2011-08-23Fix a miscomment in pcmbuf.cMichael Sevakis1-1/+2
2011-08-23Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...Michael Sevakis4-72/+130
2011-08-22Move stuff a bit down to fix red on TALK_PARTIAL_LOAD.Thomas Martitz1-8/+15
2011-08-22Fix red on hwcodec.Thomas Martitz1-2/+10
2011-08-22Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cue...Michael Sevakis1-0/+1
2011-08-21Bookmarking no longer need worry about inability to speak while paused on SWC...Michael Sevakis1-0/+2
2011-08-21Talk: Unify hwcodec and swcodec handling.Thomas Martitz1-23/+16