Age | Commit message (Expand) | Author |
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-07 | 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-06 | 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-05 | Remove an #ifdef SIMULATOR in favor of using a stub | Thomas Martitz |
2009-05-04 | Fix red on Player | Andrew Mahone |
2009-05-04 | Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d... | Andrew Mahone |
2009-05-04 | CONFIG_BACKLIGHT_FADING is always defined, so better ask for BACKLIGHT_NO_FAD... | Thomas Martitz |
2009-05-04 | M:Robe 500: Add backlight cleanups and fix power management so that dangerous... | Karl Kurbjun |
2009-05-03 | Make local function static in jpeg_load.c, add missing header file in read_im... | Bertrik Sikken |
2009-05-03 | Fix red | Karl Kurbjun |
2009-05-02 | M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in... | Karl Kurbjun |
2009-05-02 | Cleanup and un-gui ZipInstaller class: | Dominik Riebeling |
2009-05-02 | Clean up ProgressLogger state handling: | Dominik Riebeling |
2009-05-02 | Fix for noise after vorbis skipping introduced in r20783 - thanks to Aoyumi a... | Dave Hooper |
2009-05-02 | Fix red. | Andrew Mahone |
2009-05-02 | PictureFlow JPEG AA support for all non-mono targets (mono targets will need ... | Andrew Mahone |
2009-05-02 | Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ... | Andrew Mahone |
2009-05-02 | Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o... | Andrew Mahone |
2009-05-01 | Fix AA search for file with same basename to test all extensions. | Andrew Mahone |
2009-05-01 | Search for, and load, JPEG album art files. | Andrew Mahone |
2009-05-01 | Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang... | Andrew Mahone |
2009-05-01 | Make sure the global buffers for ipodpatcher and sansapatcher get allocated a... | Dominik Riebeling |
2009-05-01 | Fix another FS#10130 issue - Set backlight and button light brightness via th... | Boris Gjenero |
2009-04-30 | rbutil: correct use of parent ptr in constructor. | Dominik Wenger |
2009-04-30 | Bootloader installation for ipod and sansa: override the scanning with the de... | Dominik Riebeling |
2009-04-30 | Remove the (part of the) check that is actually not needed since the 'propert... | Alexander Levin |
2009-04-29 | Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix... | Thomas Martitz |
2009-04-29 | Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight... | Thomas Martitz |
2009-04-29 | Allow to specify DWIDTH at font level making DWIDTH at char level optional (F... | Alexander Levin |
2009-04-29 | Move Settings class to base. | Dominik Riebeling |
2009-04-29 | rbutil: ups, forgot to update the .pro file. | Dominik Wenger |