summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-14FS#12611 - European Portuguese translation update (11th March)Gabriel Maia1-0/+28
2012-04-10Remove a useless sleep() from hosted's init().Thomas Martitz1-1/+0
2012-04-10Call radio_init() from hosted's init() too.Thomas Martitz1-0/+3
2012-04-10touchscreen: fix some issues/crashes with clicking the list title.Thomas Martitz1-7/+12
2012-04-09Use two lined display in properties.Dominik Riebeling1-48/+56
2012-04-08touchscreen: fix swipe scrolling (jumped back to previous item).Thomas Martitz1-2/+3
2012-04-08touchscreen: Rewrite kinetic scrolling using a state machine.Thomas Martitz1-203/+213
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz3-4/+5
2012-04-05Build libspc with -03 on m68k (Coldfire).Michael Sevakis1-0/+1
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz10-30/+10
2012-04-03More completely flush WMA decoder state on seek to prevent artifact.Michael Giacomelli1-7/+13
2012-03-30android: Fix crash on start up.Thomas Martitz1-1/+1
2012-03-29Split sleep timer activation and default duration setting.Nick Peskett2-45/+67
2012-03-28build system: completely autodetect target cpu architecture.Thomas Martitz6-7/+7
2012-03-28tlsf: move to /lib (it's also used by plugins).Thomas Martitz15-1420/+6
2012-03-28FS#12627 - March update of Czech languageMarek Salaba1-55/+86
2012-03-28quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon5-0/+33
2012-03-28shortcuts: Don't enter shortcuts menu if there are noneJonathan Gordon1-0/+5
2012-03-27skin_engine: Allow negative numbers for the start offset in %ssJonathan Gordon1-1/+4
2012-03-26(Hopefully) fix overlay plugins.Thomas Martitz1-1/+1
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz5-15/+16
2012-03-26skin_engine: fix scrolling lines with dynamic contentJonathan Gordon1-1/+1
2012-03-25buflib/shrink_callback: Resume playback only if it was playing (not paused).Thomas Martitz1-1/+2