summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
...
* Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon2011-09-24
* last warningJonathan Gordon2011-09-24
* Fix the build errorsJonathan Gordon2011-09-24
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken2011-09-24
* libtremor: arm asm for ff_vector_fmul_window_c on v4 and v5 cores, speeds up ...Nils Wallménius2011-09-23
* libtremor: small whitespace cleanup.Nils Wallménius2011-09-23
* libtremor: cf asm for ff_vector_fmul_window_c, gives a speedup of ~0.3MHz.Nils Wallménius2011-09-22
* libtremor: rename file that now contains more ffmpeg code.Nils Wallménius2011-09-22
* libtremor: port over ffmpeg's windowing codeNils Wallménius2011-09-22
* codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius2011-09-21
* fix FIX_PTR macro so it actually fixes every pointer (was skipping x == curre...Jonathan Gordon2011-09-21
* Revert r30480 "Buflib/swcodec: Improve playback stopping behavior on allocati...Thomas Martitz2011-09-19
* libtremor: pass the floor1 lookup table pointer as a param to the render_line...Nils Wallménius2011-09-19
* Add the plugin_start prototype to plugin.hBertrik Sikken2011-09-18
* Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts2011-09-18
* Fix some 'set but not used' warnings.Andree Buschmann2011-09-17
* plugins: make local functions static for a subset of pluginsBertrik Sikken2011-09-17
* Add an option to shuffle the playlist in the playlist viewerJonathan Gordon2011-09-17
* libtremor: save a kB or two limiting an array size to the maximum number of c...Nils Wallménius2011-09-16
* libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...Nils Wallménius2011-09-16
* fix warningJonathan Gordon2011-09-15
* skin_engine: make sure to free all buflib allocations so we dont leak handles...Jonathan Gordon2011-09-15
* Fix FS#12278 - saving a full .cfg file would crashJonathan Gordon2011-09-15
* codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.Nils Wallménius2011-09-15
* skin-touchscreen: make %T(..., setting_set, ...) apply sound settingsJonathan Gordon2011-09-15
* Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add some...Magnus Holmgren2011-09-14
* Remove some old code which tries to clear/set the backdrop when starting plug...Jonathan Gordon2011-09-14
* codeclib: further tweaks to the cf fft asm for a small speedup.Nils Wallménius2011-09-14
* Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work...Andree Buschmann2011-09-14
* imx233/fuze+: add buggy and unfinished keymapAmaury Pouly2011-09-13
* Add a missing string to the US English translation. Thanks to Richard Brittai...Frank Gevaerts2011-09-13
* codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...Nils Wallménius2011-09-13
* Make sure to set the current lcd backdrop id so the buflib move callback can ...Jonathan Gordon2011-09-13
* codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius2011-09-12
* if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so...Jonathan Gordon2011-09-12
* AAC: Enable SBR decoding for all targetsRafaël Carré2011-09-12
* Second attempt at making %ss utf8-cleanFrank Gevaerts2011-09-11
* Make %ss utf8-awareFrank Gevaerts2011-09-11
* fix redJonathan Gordon2011-09-11
* Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon2011-09-11
* Fix albumart which r30500 broke (FS#12271)Jonathan Gordon2011-09-11
* New tag %ss() which lets you get a substring of another tag.Jonathan Gordon2011-09-11
* Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ...Jonathan Gordon2011-09-11
* libgme: make local functions static, where possibleBertrik Sikken2011-09-10
* Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann2011-09-10
* Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann2011-09-10
* Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann2011-09-10
* Migrate some floating point code to fixed point in libgme.Andree Buschmann2011-09-10
* Remove a stray include that managed to slip into the previous commitFrank Gevaerts2011-09-09