summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Accept FS#12136: Save some binsize in tagtree.c. Thanks to sideral for testing.Nils Wallménius1-68/+91
2011-05-30FS#12139 - Galician translation update by Ismael Castiñeira ÁlvarezBertrik Sikken1-1205/+1614
2011-05-26Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...Michael Giacomelli3-3/+3
2011-05-25Workaround an occasional problem where album art or cuesheets might not be re...Michael Sevakis3-0/+24
2011-05-24Fix 2 'set but not used' warnings.Nils Wallménius2-6/+7
2011-05-24FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...Nils Wallménius1-48/+57
2011-05-23Remove next reported 'set but unused' warnings.Andree Buschmann2-5/+3
2011-05-23Remove residual float operations from sid codec.Andree Buschmann1-4/+32
2011-05-23Make volume and progresssbar touch regions work with touch timeoutsJonathan Gordon1-0/+1
2011-05-23Fix yellow.Andree Buschmann1-3/+3
2011-05-23Fix %Tl 'last touch' tag not accepting the timeoutJonathan Gordon1-1/+2
2011-05-22Save a large static buffer in sid codec.Andree Buschmann1-4/+3
2011-05-22S5L870x is fast enough to play spc with gaussian interpolation and echo proce...Andree Buschmann2-1/+2
2011-05-22Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P...Andree Buschmann4-27/+117
2011-05-22Fix unintentional removal of an if-statement.Andree Buschmann1-0/+1
2011-05-22Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscree...Andree Buschmann3-8/+16
2011-05-22Update Latvian language, FS#12123 by Mārtiņš ŠimisBertrik Sikken1-6/+19
2011-05-20Use more IRAM on S5L870x to speed up wmapro by ~2%.Andree Buschmann3-10/+22
2011-05-20Use more IRAM on S5L870x to speed up wma by ~3%.Andree Buschmann3-19/+36
2011-05-20Fix FS#12118 - Voice UI has issues talking various issues in menus and in the...Michael Sevakis1-1/+1
2011-05-20FS#12122 - Translated the missing string in Romanian. by Sergiu RotaruBertrik Sikken1-11/+21
2011-05-18Reduce FRACMUL calls in equalizer.Andree Buschmann1-18/+25
2011-05-17don't install boomshine.lua if lua.rock isn't builtRafaël Carré1-0/+4
2011-05-16FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...Andree Buschmann4-34/+41
2011-05-16Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.Andree Buschmann5-5/+29
2011-05-16FS#12119 - June update of Czech language by Marek SalabaBertrik Sikken1-12/+23
2011-05-15FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% ...Andree Buschmann5-31/+50
2011-05-15FS#12113: Optimize IRAM configuration for NES Sound Format. Performance is st...Andree Buschmann1-25/+40
2011-05-15Update french translation for LANG_PAUSE_REWIND by Ophir LojkineBertrik Sikken1-7/+19
2011-05-15FS#12116 - Update of Portuguese (Portugal) language - Rewind on Pause by Gabr...Bertrik Sikken1-7/+18
2011-05-15FS#12113: Optimize IRAM configuration for Atari SAP format. Performance gains...Andree Buschmann5-39/+45
2011-05-15Prefill the playlist name when creating a new playlist from the file browser....Frank Gevaerts1-1/+5
2011-05-15test_codec: Allow user to abort tests using target-defined TESTCODEC_EXITBUTTON.Michael Sevakis1-5/+22
2011-05-14Remove a tab character from the bulgarian translationJonas Häggqvist1-1/+1
2011-05-14Disktidy: New default files and folders for disktidy.config;Robert Menes1-0/+5
2011-05-13mpegplayer: Adapt to new pause_rewind setting and apply it for allMichael Hohmuth1-9/+9
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth6-26/+36
2011-05-13Fix last known 'set but not used' warning by GCC 4.6.1.Andree Buschmann1-0/+4
2011-05-13Fix another 'set but not used' warning.Andree Buschmann1-0/+2
2011-05-13Fix even more 'set but not used' warnings and a regression.Andree Buschmann3-9/+32
2011-05-13Fix further 'set but not used' warnings.Andree Buschmann1-10/+39
2011-05-13Fix several 'variable set but not used' warnings reported by GCC 6.4.1.Andree Buschmann13-42/+51
2011-05-13Skin engine: Swap meaning of & and * for touch regions.Thomas Martitz1-2/+2
2011-05-12Trapped into ifdef-hell. Configure libfaad's IRAM/DRAM usage like it is meant...Andree Buschmann2-2/+3
2011-05-12The last submit had one define too much. Nevertheless fix the IRAM configurat...Andree Buschmann2-5/+8
2011-05-12libfaad: AAC including HE-profile needs ~470 KB for playback (measured on ARM...Andree Buschmann1-5/+3
2011-05-12Make libfaad compilable again without PS_DEC.Andree Buschmann1-0/+2
2011-05-11FS#12076 - DB stats resurrection: If the filename was changed, requireMichael Hohmuth1-2/+2
2011-05-11libfaad: Move PS related variables to sbr_info struct. This allows dynamic al...Andree Buschmann5-45/+26
2011-05-10Implement error handling for libfaad's memory allocation. Do not allocate PS ...Andree Buschmann7-35/+66