Age | Commit message (Expand) | Author |
2008-12-08 | Fix red player build | Björn Stenberg |
2008-12-07 | fix "warning: comparison between signed and unsigned" | Daniel Stenberg |
2008-12-07 | Apply FS#9368 : add generic settings tag to WPS. | Antoine Cellerier |
2008-12-07 | Add new cfg_to_string function (this just splits existing code). | Antoine Cellerier |
2008-12-07 | Meg F/X can beep and click using a hardware timer so let us try it out. To ma... | Michael Sevakis |
2008-12-04 | Sansa AMS: PCM driver (FS#9592) | Rafaël Carré |
2008-12-04 | Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) | Björn Stenberg |
2008-12-04 | Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config... | Björn Stenberg |
2008-12-04 | playback: sanity check for pcmbuf_init() requirement (enabled in DEBUG) | Rafaël Carré |
2008-12-04 | Fix FS#8282 - if next-dir fails resume the old playlist | Jonathan Gordon |
2008-12-04 | Place cleanup TODO notice in a comment and not in the desc: field. | Michael Sevakis |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-12-03 | Move #defines and #include into c file as this is the only place they are used | Nils Wallménius |
2008-12-03 | Style police, place opening braces for function definitions on new lines | Nils Wallménius |
2008-12-03 | revert part of r18933 which fixes FS#9600. | Jonathan Gordon |
2008-12-02 | Fix FS#9507 - video audio is not played if song is paused. Audio was not bein... | Michael Sevakis |
2008-12-02 | Fix FS#9319 and its (probably) duplicate, FS#9576. They both describe the boo... | Nicolas Pennequin |
2008-12-02 | Language updates: | Jonas Häggqvist |
2008-12-02 | Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo... | Jens Arnold |
2008-12-02 | fix FS#9569 - exiting the time&date screen goes to the wrong screen | Jonathan Gordon |
2008-12-01 | Static police. | Bertrik Sikken |
2008-12-01 | Updated italian translation. | Alessio Lenzi |
2008-12-01 | Shuffling around register allocation allows to keep decoded0 and decoded1 in ... | Jens Arnold |
2008-12-01 | FS#8814 - remove the "restarting playback" splash because its pointless.. | Jonathan Gordon |
2008-12-01 | Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix sugges... | Nils Wallménius |
2008-12-01 | fix yellow | Jonathan Gordon |
2008-12-01 | FS#9173 - move all time/clock related settings in the menus into system > "ti... | Jonathan Gordon |
2008-11-30 | Restore compiler optimization level for libmad, was lost in the buildsystem r... | Nils Wallménius |
2008-11-30 | Make struct text_message const in apps/onplay.c | Bertrik Sikken |
2008-11-30 | Remove extraneous semicolons, and fix a comment. | Jens Arnold |
2008-11-30 | Remove extraneous semicolons, and fix a comment. | Jens Arnold |
2008-11-30 | FS #9589 by Melba Sitjar: updated strings for Tagalog language file. | Robert Menes |
2008-11-30 | Fix APE 16-bit mono output: mono signals need to be scaled for rockbox. | Jens Arnold |
2008-11-29 | Fix wrong data type. | Jens Arnold |
2008-11-28 | Resurrect the ARM7 16-bit packed vector addition/subtraction for ARMv5, givin... | Jens Arnold |
2008-11-28 | Recording: Change some encoder code the operation of which was apparantly unc... | Michael Sevakis |
2008-11-28 | Fix FS#8998 - statusbar in plugin menus was sometimes a different colour. | Jonathan Gordon |
2008-11-28 | Replace the bubbles start screen with a standard menu to fix FS#8950. | Jonathan Gordon |
2008-11-28 | Sansa Clip: build plugins (FS#9578) | Rafaël Carré |
2008-11-27 | On ARM9TDMI (e.g. Gigabeat F) it's faster to use a ldr/str pair than add+ldmi... | Jens Arnold |
2008-11-27 | Sansa Clip: grey lib support (not calibrated yet) | Rafaël Carré |
2008-11-27 | Speed up the predictor a little by using ldrd/strd on ARMv5+. This required s... | Jens Arnold |
2008-11-27 | Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri ... | Dominik Riebeling |
2008-11-27 | Sansa Clip: Make show_logo() put the text in the yellow area of the screen | Rafaël Carré |
2008-11-27 | Language updates: | Jonas Häggqvist |
2008-11-26 | Bug fix: $@ should not be used in rules with multiple targets targets (causes... | Björn Stenberg |
2008-11-26 | Add hardware backlight fading on Gigabeat S with fade up and down options in ... | Michael Sevakis |
2008-11-26 | Get rid of unused return values, except the one from decode_chunk() which wil... | Jens Arnold |
2008-11-26 | FS#9580 by Thomas Martitz, split the two types of backlight fading into two s... | Nils Wallménius |
2008-11-26 | Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe... | Steve Bavin |