summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2012-05-21voice_thread_init was left INIT_ATTR but is being called too late.Michael Sevakis1-1/+1
2012-05-21Fix some lockup caused by handles not being initialized to < 0...Michael Sevakis4-43/+37
2012-05-20Creative Zen x-fi: fix battery bench pluginBertrik Sikken1-0/+1
2012-05-20_lists_uiviewport_update_callback can be made staticBertrik Sikken1-1/+1
2012-05-19Fix typo in error messageFrank Gevaerts1-1/+1
2012-05-19zenxfi3&stfm1000: implement fmradio i2c and debug screenAmaury Pouly1-0/+9
2012-05-19Update Dutch translationPeter D'Hoye1-2/+151
2012-05-19Initial commit for the Creative ZEN X-Fi2 and X-Fi3 portsAmaury Pouly6-3/+531
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling2-3/+20
2012-05-19Make lbitlib.c include its own header (for the luaopen_bit prototype)Bertrik Sikken1-0/+1
2012-05-18Don't trigger a skin refresh from skinlist_draw()Frank Gevaerts1-4/+1
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