summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2011-09-18Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts
2011-09-17Fix some 'set but not used' warnings.Andree Buschmann
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken
2011-09-17Add an option to shuffle the playlist in the playlist viewerJonathan Gordon
2011-09-16libtremor: save a kB or two limiting an array size to the maximum number of c...Nils Wallménius
2011-09-16libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...Nils Wallménius
2011-09-15fix warningJonathan Gordon
2011-09-15skin_engine: make sure to free all buflib allocations so we dont leak handles...Jonathan Gordon
2011-09-15Fix FS#12278 - saving a full .cfg file would crashJonathan Gordon
2011-09-15codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.Nils Wallménius
2011-09-15skin-touchscreen: make %T(..., setting_set, ...) apply sound settingsJonathan Gordon
2011-09-14Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add some...Magnus Holmgren
2011-09-14Remove some old code which tries to clear/set the backdrop when starting plug...Jonathan Gordon
2011-09-14codeclib: further tweaks to the cf fft asm for a small speedup.Nils Wallménius
2011-09-14Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work...Andree Buschmann
2011-09-13imx233/fuze+: add buggy and unfinished keymapAmaury Pouly
2011-09-13Add a missing string to the US English translation. Thanks to Richard Brittai...Frank Gevaerts
2011-09-13codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...Nils Wallménius
2011-09-13Make sure to set the current lcd backdrop id so the buflib move callback can ...Jonathan Gordon
2011-09-12codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius
2011-09-12if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so...Jonathan Gordon
2011-09-12AAC: Enable SBR decoding for all targetsRafaël Carré
2011-09-11Second attempt at making %ss utf8-cleanFrank Gevaerts
2011-09-11Make %ss utf8-awareFrank Gevaerts
2011-09-11fix redJonathan Gordon
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon
2011-09-11Fix albumart which r30500 broke (FS#12271)Jonathan Gordon
2011-09-11New tag %ss() which lets you get a substring of another tag.Jonathan Gordon
2011-09-11Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ...Jonathan Gordon
2011-09-10libgme: make local functions static, where possibleBertrik Sikken
2011-09-10Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann
2011-09-10Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann
2011-09-10Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann
2011-09-10Migrate some floating point code to fixed point in libgme.Andree Buschmann
2011-09-09Remove a stray include that managed to slip into the previous commitFrank Gevaerts
2011-09-09Extend $if() to also allow lt, gt, lte, and gte for strings.Frank Gevaerts
2011-09-09Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif...Andree Buschmann
2011-09-09Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts
2011-09-08Buflib/swcodec: Improve playback stopping behavior on allocation.Thomas Martitz
2011-09-08FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displ...Nils Wallménius
2011-09-08Use buflib for skin images. Allows much more images to be loadedJonathan Gordon
2011-09-08make some stuff staticJonathan Gordon
2011-09-08fix checkwpsJonathan Gordon
2011-09-08Use buflib for the skin backdrop images potentially allowing multiple images ...Jonathan Gordon
2011-09-08MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'...Andree Buschmann
2011-09-07Buflib: Clarification about invalid handlesThomas Martitz
2011-09-07Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann
2011-09-07Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used.Andree Buschmann
2011-09-07Fix FS#12262 - Volume (and all sound settings and anything using the "table" ...Jonathan Gordon
2011-09-06fix the last of the errorJonathan Gordon