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