| Commit message (Expand) | Author | Age |
| * | Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using pat... | Dave Chapman | 2009-05-10 |
| * | Properly capitalise "Rockbox", and rewrite a couple of small sections. Some ... | Alex Parker | 2009-05-10 |
| * | Revert r20704 and only use the -r option when compiling binutils. This is go... | Dave Chapman | 2009-05-10 |
| * | Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from co... | Dave Chapman | 2009-05-09 |
| * | Patch by Mohamed Tarek - add #define to protect against multiple inclusion | Dave Chapman | 2009-05-09 |
| * | rbutil: make sure the voice creation window updates its display on startup. | Dominik Wenger | 2009-05-09 |
| * | rbutil: fix spelling, enginge -> engine | Bertrik Sikken | 2009-05-09 |
| * | rbutil: show logger windows earlier in bootloader install, to catch all errors. | Dominik Wenger | 2009-05-09 |
| * | Remove unused function audio_has_changed_track from apps/mpeg.c | Bertrik Sikken | 2009-05-09 |
| * | rbutil: enforce parents for bootloader install classes. and rework OF handlin... | Dominik Wenger | 2009-05-09 |
| * | Remove unneeded #include "backdrop.h" | Bertrik Sikken | 2009-05-09 |
| * | rbutil: make RbSettings a static class. (FS#10183 with improvements) | Dominik Wenger | 2009-05-09 |
| * | I defer to the OED -ise/-ize. | Alex Parker | 2009-05-09 |
| * | Correct a couple of spellings (US to UK). | Alex Parker | 2009-05-09 |
| * | Don't build 16-point IDCT on greyscale targets, since it's only used for chro... | Andrew Mahone | 2009-05-09 |
| * | Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H... | Andrew Mahone | 2009-05-09 |
| * | Fix test for direct JPEG output, bump plugin API as r20884 changed struct cus... | Andrew Mahone | 2009-05-09 |
| * | Split 8-bit-to-native conversion in bmp.c into a function, add support for pl... | Andrew Mahone | 2009-05-09 |
| * | The first part of Mohamed Tarek's Google Summer of Code work to implement Rea... | Dave Chapman | 2009-05-09 |
| * | Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ... | Dave Chapman | 2009-05-09 |
| * | Add missing screenshots to Gigabeat S (or other 240x320 targets with recordin... | Alex Parker | 2009-05-08 |
| * | Remove svn keywords from image files. | Alex Parker | 2009-05-08 |
| * | Add missing Calendar screenshots to the manual. Fixes FS#10036. | Alex Parker | 2009-05-08 |
| * | Correct location of frequency, quality and channel settings display, and chan... | Alex Parker | 2009-05-08 |
| * | Correct what happens when selecting Recording in the Main Menu in the manual.... | Alex Parker | 2009-05-08 |
| * | Add missing crossfade enable option - fixes FS#10170. Also re-arrange the op... | Alex Parker | 2009-05-08 |
| * | Check some previously unchecked return values in the standalone FLAC test pro... | Dave Chapman | 2009-05-08 |
| * | Convert Huffman decode from inline function to macro, for small code size sav... | Andrew Mahone | 2009-05-08 |
| * | Small size improvement for JPEG on ARM/Coldfire. | Andrew Mahone | 2009-05-08 |
| * | Fix red. | Andrew Mahone | 2009-05-08 |
| * | Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_... | Andrew Mahone | 2009-05-08 |
| * | Convert splashes to viewports for bitmap targets and only draw/update the vie... | Thomas Martitz | 2009-05-08 |
| * | Add the Sansa m200 to tcctool. | Robert Menes | 2009-05-07 |
| * | Documentation for pcm_play_data() API function. Info taken from http://www.r... | Marc Guay | 2009-05-07 |
| * | Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-... | Maurus Cuelenaere | 2009-05-07 |
| * | Never use upscaling IDCT for luma (to reduce blockiness), plus some small siz... | Andrew Mahone | 2009-05-07 |
| * | Add missing PictureFlow overlay source, fix properties on new files. | Andrew Mahone | 2009-05-07 |
| * | Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a... | Andrew Mahone | 2009-05-07 |
| * | MIPS: don't save gp register when switching threads | Maurus Cuelenaere | 2009-05-06 |
| * | Ingenic Jz4740: add a delay between enabling the RTC clock and setting the RT... | Maurus Cuelenaere | 2009-05-06 |
| * | Allow a clock divider larger than 255 for the internal i2c bus to the as3525 ... | Bertrik Sikken | 2009-05-06 |
| * | Change (I)installer to (I)nstaller to match the convention. | Marc Guay | 2009-05-06 |
| * | Add Sudoku to the plugins/CATEGORIES file. No functional change. | Marc Guay | 2009-05-06 |
| * | M:Robe 500: More plugin keymap changes for touchscreen | Karl Kurbjun | 2009-05-06 |
| * | M:Robe 500: Get the rest of the games except doom working with the touchscreen. | Karl Kurbjun | 2009-05-06 |
| * | Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang... | Andrew Mahone | 2009-05-06 |
| * | M:Robe 500: Make some plugins work with the touchscreen (remote support needs... | Karl Kurbjun | 2009-05-06 |
| * | Keep the quickscreen from crashing the player with a divide by 0 | Karl Kurbjun | 2009-05-06 |
| * | Remove an #ifdef SIMULATOR in favor of using a stub | Thomas Martitz | 2009-05-05 |
| * | Fix red on Player | Andrew Mahone | 2009-05-04 |