summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling
2012-05-19Make lbitlib.c include its own header (for the luaopen_bit prototype)Bertrik Sikken
2012-05-18Don't trigger a skin refresh from skinlist_draw()Frank Gevaerts
2012-05-17Zero out voice buffer memory immediately after allocation.Michael Sevakis
2012-05-16(hopefully) Fix FS#12639 and other skin related buflib corruption issues.Jonathan Gordon
2012-05-14Remove < and > from voice strings.Dominik Riebeling
2012-05-13Touchscreen: Check if click is outside of list. Fixes FS#12669Thomas Martitz
2012-05-13More strictly enforce "no PCM insert" rules for codecs.Michael Sevakis
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius
2012-05-08fix yellow introduced in 10829b2Marcin Bukat
2012-05-08Add more #ifdefsNils Wallménius
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat
2012-05-07Don't reinvent ctype.h functionsNils Wallménius
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius
2012-05-07Stop clickiness on manual track changes as best as possible.Michael Sevakis
2012-05-07remove debug-target.hRafaël Carré
2012-05-06Remove extraneous parensRafaël Carré
2012-05-06get_image_filename() return value is never usedRafaël Carré
2012-05-06skin_parser: simplify skin_buffer_allocRafaël Carré
2012-05-03rbcodec: Hooks for target specific functions in dsp_process loopMichael Sevakis
2012-05-03Add rbcodecplatform.h and rbcodecconfig.h.Sean Bartell
2012-05-02Clean up peak calculating code.Michael Sevakis
2012-05-02Oops, need to init the voice_buf indexes too. :-)Michael Sevakis
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis
2012-05-02hm801: Tweak keymap.Andrew Ryabinin
2012-05-01rbcodec refactoring: autoresumableSean Bartell
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis
2012-04-30brickmania: Disable resuming after game overWieland Hoffmann
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis
2012-04-29M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.Michael Sevakis
2012-04-29Oops forgot to remove test_codec from plugin SOURCES.Michael Sevakis
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis
2012-04-28rbcodec refactoring: get_audio_base_data_typeSean Bartell
2012-04-27Fix up some more type stuff in pcmbuf.c.Michael Sevakis
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis
2012-04-26Oops, Shoulda been "int16_t" not "uint16_t".Michael Sevakis
2012-04-26Adjust some typing in voice_thread.c. Constants are also counts, not sizes.Michael Sevakis
2012-04-26test_codec: Fix some problems with writing WAV with DSPMichael Sevakis
2012-04-26MPEGPlayer: Fixup typecasting for PCM buffer a bit.Michael Sevakis
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-04-22cook: fix incorrect memset size argumentBertrik Sikken
2012-04-22libgme: fix incorrect memset size argumentBertrik Sikken
2012-04-22Simplify warning suppression for unused argumentBertrik Sikken
2012-04-22Fix Rockblox plugin display issues on Clip ZipMarty Miller
2012-04-19hm801: Update keymaps.Andrew Ryabinin
2012-04-19hm60x: Update keymaps.Andrew Ryabinin
2012-04-19hm801: Add support for plugins.Andrew Ryabinin
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin
2012-04-19hm60x/hm801: Buttons rework.Andrew Ryabinin