Age | Commit message (Expand) | Author |
2009-12-06 | Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes. | Andrew Mahone |
2009-12-06 | slightly faster asm av_log2 for armv6 (currently only Gigabeat S) | Nils Wallménius |
2009-12-05 | Fix yellow: mixed signed/unsigned in conditional. | Andrew Mahone |
2009-12-05 | Slightly improve av_log2 in codeclib on ARMv6. | Andrew Mahone |
2009-12-05 | Updated Hebrew translation | Tomer Shalev |
2009-12-05 | Yes/No screen: Add proper message for touchscreen targets | Tomer Shalev |
2009-12-05 | Touchscreen mapping: Fix setting context | Tomer Shalev |
2009-12-05 | Touchscreen button mapping enhancement in WPS context | Tomer Shalev |
2009-12-05 | Cowon D2: In WPS context, assign BUTTON_POWER to ACTION_WPS_BROWSE | Tomer Shalev |
2009-12-05 | Move av_log2 function and asociated table to the codec lib, remove 3 identica... | Nils Wallménius |
2009-12-05 | Touchscreen keymapping enhancements | Tomer Shalev |
2009-12-05 | Cowon D2: Fix standard keymaps | Tomer Shalev |
2009-12-05 | On RTL mode, flip + and - buttons (Cowon D2) | Tomer Shalev |
2009-12-05 | A few more GoGear SA9200 plugin keymaps. | Robert Menes |
2009-12-05 | spacerocks: Fix indentation and remove trailing spaces. Fix some minor bugs. | Teruaki Kawashima |
2009-12-05 | boomshine: use theme colour to draw text so that text would be more readable ... | Teruaki Kawashima |
2009-12-05 | plasma: clean up button definition. | Teruaki Kawashima |
2009-12-05 | Fix division by 0 by clamping freq value a little higher, some minor style an... | Nils Wallménius |
2009-12-04 | png: Change zoom in/out method and don't center the view on zoom. | Teruaki Kawashima |
2009-12-04 | Skin parser: Use parse_list() when possible | Tomer Shalev |
2009-12-04 | text editor: Return pointer to buffer but position in buffer for ACTION_GET t... | Teruaki Kawashima |
2009-12-04 | blackjack: Set foreground color and background color properly after canceled ... | Teruaki Kawashima |
2009-12-04 | Fix a typo for the GoGear SA9200 on chessclock, and got the LCD resolution | Robert Menes |
2009-12-04 | Dice: Prevent a divide by 0 | Karl Kurbjun |
2009-12-04 | fix red - add missing #elif | Michael Chicoine |
2009-12-04 | 2 equal signs are better than waaa-huunn.... | Jonathan Gordon |
2009-12-03 | Another round of plugin keymaps for the Philips GoGear SA9200. | Robert Menes |
2009-12-03 | rockblox: Correct wrong access to array of highscores. | Teruaki Kawashima |
2009-12-03 | fix FS#10674 - make skin debugger count the lines correctly so the line numbe... | Jonathan Gordon |
2009-12-02 | Update Dutch langfile | Peter D'Hoye |
2009-12-02 | Updated hungarian translation. | Mustapha Senhaji |
2009-12-02 | Remove a typo. | Mustapha Senhaji |
2009-12-02 | Updated finnish translation. | Mustapha Senhaji |
2009-12-02 | Red is bad, mmmkay? And this should get rid of all that | Robert Menes |
2009-12-02 | Begone, red! | Robert Menes |
2009-12-02 | Fix red. | Robert Menes |
2009-12-02 | Start committing plugin keymaps for the Philips GoGear SA9200. | Robert Menes |
2009-12-01 | Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDS | Laurent Gautier |
2009-11-30 | fix segfault on %Rb token | Jonathan Gordon |
2009-11-29 | Oops, correct typo that made the previous commit useless | Nils Wallménius |
2009-11-29 | Disable strict aliasing for speex for now to get rid of warnings, some very n... | Nils Wallménius |
2009-11-29 | Fix yellow by making the ifdef hell slightly worse | Nils Wallménius |
2009-11-29 | Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a... | Nils Wallménius |
2009-11-29 | Use clz instruction to calculate integer logarithms, speeds up decoding of on... | Nils Wallménius |
2009-11-29 | #if 0 out unused stuff | Nils Wallménius |
2009-11-29 | Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup... | Nils Wallménius |
2009-11-29 | These macros have been replaced by (UN)LIKELY macros and were not used anywhere. | Nils Wallménius |
2009-11-28 | Updated italian translation. | Alessio Lenzi |
2009-11-26 | Move strip_volume() to filefuncs.c and set properties. | Maurus Cuelenaere |
2009-11-26 | Fix crash when crossfading at natural track transition - FS#10814 | Steve Bavin |