summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Zero out voice buffer memory immediately after allocation.Michael Sevakis1-8/+14
2012-05-16(hopefully) Fix FS#12639 and other skin related buflib corruption issues.Jonathan Gordon2-31/+18
2012-05-14Remove < and > from voice strings.Dominik Riebeling3-7/+7
2012-05-13Touchscreen: Check if click is outside of list. Fixes FS#12669Thomas Martitz1-0/+2
2012-05-13More strictly enforce "no PCM insert" rules for codecs.Michael Sevakis1-20/+27
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius14-29/+29
2012-05-08fix yellow introduced in 10829b2Marcin Bukat1-0/+2
2012-05-08Add more #ifdefsNils Wallménius1-0/+2
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat1-1/+1
2012-05-07Don't reinvent ctype.h functionsNils Wallménius4-26/+19
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius3-0/+107
2012-05-07Stop clickiness on manual track changes as best as possible.Michael Sevakis1-1/+1
2012-05-07remove debug-target.hRafaël Carré1-3/+1
2012-05-06Remove extraneous parensRafaël Carré3-3/+3
2012-05-06get_image_filename() return value is never usedRafaël Carré2-4/+2
2012-05-06skin_parser: simplify skin_buffer_allocRafaël Carré1-143/+121
2012-05-03rbcodec: Hooks for target specific functions in dsp_process loopMichael Sevakis1-0/+52
2012-05-03Add rbcodecplatform.h and rbcodecconfig.h.Sean Bartell2-0/+57
2012-05-02Clean up peak calculating code.Michael Sevakis5-11/+25
2012-05-02Oops, need to init the voice_buf indexes too. :-)Michael Sevakis1-0/+1
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis7-117/+200
2012-05-02hm801: Tweak keymap.Andrew Ryabinin1-7/+17
2012-05-01rbcodec refactoring: autoresumableSean Bartell1-0/+58
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis9-34/+76
2012-04-30brickmania: Disable resuming after game overWieland Hoffmann1-0/+6
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis19-22/+10
2012-04-29M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.Michael Sevakis1-2/+2
2012-04-29Oops forgot to remove test_codec from plugin SOURCES.Michael Sevakis1-2/+0
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis18-159/+181
2012-04-28rbcodec refactoring: get_audio_base_data_typeSean Bartell1-5/+4
2012-04-27Fix up some more type stuff in pcmbuf.c.Michael Sevakis2-11/+11
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell2-5/+12
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis4-22/+28
2012-04-26Oops, Shoulda been "int16_t" not "uint16_t".Michael Sevakis1-1/+1
2012-04-26Adjust some typing in voice_thread.c. Constants are also counts, not sizes.Michael Sevakis2-17/+21
2012-04-26test_codec: Fix some problems with writing WAV with DSPMichael Sevakis1-41/+34
2012-04-26MPEGPlayer: Fixup typecasting for PCM buffer a bit.Michael Sevakis2-3/+3
2012-04-25Add codecs to librbcodec.Sean Bartell742-247481/+1
2012-04-22cook: fix incorrect memset size argumentBertrik Sikken1-1/+1
2012-04-22libgme: fix incorrect memset size argumentBertrik Sikken1-1/+1
2012-04-22Simplify warning suppression for unused argumentBertrik Sikken1-1/+1
2012-04-22Fix Rockblox plugin display issues on Clip ZipMarty Miller3-12/+16
2012-04-19hm801: Update keymaps.Andrew Ryabinin1-34/+172
2012-04-19hm60x: Update keymaps.Andrew Ryabinin1-14/+156
2012-04-19hm801: Add support for plugins.Andrew Ryabinin49-20/+390
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin50-3/+488
2012-04-19hm60x/hm801: Buttons rework.Andrew Ryabinin1-4/+4
2012-04-17touchscreen/lists: fix two regressionsThomas Martitz1-8/+11
2012-04-14mikmod plugin: make functions static when possibleBertrik Sikken23-107/+107
2012-04-14superdom plugin: make functions/variables static where possibleBertrik Sikken1-43/+43