- 02512be Add the Sansa m200 to tcctool. by Robert Menes · 16 years ago
- b0f40b7 Documentation for pcm_play_data() API function. Info taken from http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-07/0059.shtml. by Marc Guay · 16 years ago
- 87978d4 Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-bootloader) by Maurus Cuelenaere · 16 years ago
- d2c1298 Never use upscaling IDCT for luma (to reduce blockiness), plus some small size optimizations by not calculating or storing scale factors or k_need/zero_need for chroma on greyscale. by Andrew Mahone · 16 years ago
- 3651a90 Add missing PictureFlow overlay source, fix properties on new files. by Andrew Mahone · 16 years ago
- 5621fd3 Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on all targets. by Andrew Mahone · 16 years ago
- 580b1a5 MIPS: don't save gp register when switching threads by Maurus Cuelenaere · 16 years ago
- 84ea3f2 Ingenic Jz4740: add a delay between enabling the RTC clock and setting the RTC time by Maurus Cuelenaere · 16 years ago
- b5886be Allow a clock divider larger than 255 for the internal i2c bus to the as3525 ascodec. by Bertrik Sikken · 16 years ago
- 330f935 Change (I)installer to (I)nstaller to match the convention. by Marc Guay · 16 years ago
- 5e43773 Add Sudoku to the plugins/CATEGORIES file. No functional change. by Marc Guay · 16 years ago
- 21d49b1 M:Robe 500: More plugin keymap changes for touchscreen by Karl Kurbjun · 16 years ago
- 30830fb M:Robe 500: Get the rest of the games except doom working with the touchscreen. by Karl Kurbjun · 16 years ago
- eef7945 Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. by Andrew Mahone · 16 years ago
- f779160 M:Robe 500: Make some plugins work with the touchscreen (remote support needs to be added back later) by Karl Kurbjun · 16 years ago
- 2677886 Keep the quickscreen from crashing the player with a divide by 0 by Karl Kurbjun · 16 years ago
- b2b3f39 Remove an #ifdef SIMULATOR in favor of using a stub by Thomas Martitz · 16 years ago
- 16908ad Fix red on Player by Andrew Mahone · 16 years ago
- 20f76d6 Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both defined for all targets that have HAVE_ALBUMART. Disable JPEG in PictureFlow and pluginlib album art search with 32KiB plugin buffer until PictureFlow by Andrew Mahone · 16 years ago
- dfb24d6 CONFIG_BACKLIGHT_FADING is always defined, so better ask for BACKLIGHT_NO_FADING. by Thomas Martitz · 16 years ago
- f9fae86 M:Robe 500: Add backlight cleanups and fix power management so that dangerous and shutoff voltages are taken care of, carge discharge curves are better modeled. by Karl Kurbjun · 16 years ago
- ad031e9 Make local function static in jpeg_load.c, add missing header file in read_image.c by Bertrik Sikken · 16 years ago
- a4c4281 Fix red by Karl Kurbjun · 16 years ago
- fe23193 M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease inacurate reads, add support for dynamic frequency (was running at 87.5 MHz, now it runs at 175 MHz when boosted), disable clock to unneded modules (decreased power by 20 mA), LCD turnoff now works without graphic glitches, battery ADC read now returns scaled voltage, define backlight fading by Karl Kurbjun · 16 years ago
- d5f7dab Cleanup and un-gui ZipInstaller class: by Dominik Riebeling · 16 years ago
- 7cfdd47 Clean up ProgressLogger state handling: by Dominik Riebeling · 16 years ago
- b10ba5e Fix for noise after vorbis skipping introduced in r20783 - thanks to Aoyumi and learman by Dave Hooper · 16 years ago
- d2ffe43 Fix red. by Andrew Mahone · 16 years ago
- a8912a0 PictureFlow JPEG AA support for all non-mono targets (mono targets will need overlay for this). by Andrew Mahone · 16 years ago
- 3d4c68b Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling for them, and add read_image.[ch] wrapper for reading image files with automatic type detection. by Andrew Mahone · 16 years ago
- 75f2629 Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c on mono targets. by Andrew Mahone · 16 years ago
- b408780 Fix AA search for file with same basename to test all extensions. by Andrew Mahone · 16 years ago
- 54e6eb3 Search for, and load, JPEG album art files. by Andrew Mahone · 16 years ago
- 60d4209 Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. by Andrew Mahone · 16 years ago
- b22516f Make sure the global buffers for ipodpatcher and sansapatcher get allocated and freed only once. Fixes segfaults when the bootloader install class was instanciated multiple times. by Dominik Riebeling · 16 years ago
- f4943b9 Fix another FS#10130 issue - Set backlight and button light brightness via the backlight thread to avoid potential concurrency issues. by Boris Gjenero · 16 years ago
- 3c15e78 rbutil: correct use of parent ptr in constructor. by Dominik Wenger · 16 years ago
- f679cf9 Bootloader installation for ipod and sansa: override the scanning with the device pointed to by the mountpoint. This allows selecting the correct player if two of the same brand are connected (FS#10096). by Dominik Riebeling · 16 years ago
- 549fc95 Remove the (part of the) check that is actually not needed since the 'properties' section is optional by Alexander Levin · 16 years ago
- 23e505b Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix as I don't know a better solution yet) :/ by Thomas Martitz · 16 years ago
- a7f4e1f Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. by Thomas Martitz · 16 years ago
- ecd4394 Allow to specify DWIDTH at font level making DWIDTH at char level optional (FS#10176 by Yoshihisa Uchida with minor modifications by me) by Alexander Levin · 16 years ago
- 19c2588 Move Settings class to base. by Dominik Riebeling · 16 years ago
- 2265691 rbutil: ups, forgot to update the .pro file. by Dominik Wenger · 16 years ago
- 357d35c rbutil: move the tts and encoders and its settings interface to base/ by Dominik Wenger · 16 years ago
- 5b85ef6 rbutil: completely rework how tts and encoders are configured. (FS#10070) by Dominik Wenger · 16 years ago
- 3d2e42a Completely rework RbSettings class. by Dominik Riebeling · 16 years ago
- 3c5e675 FS#10151 - e200v2: scrollwheel acceleration by Dustin Skoracki. Improves the scroll wheel acceleration on the e200v2 mainly by not decrementing the counter which which causes the acceleration if a wheel read was missed due to lcd operation. by Thomas Martitz · 16 years ago
- 0a1baa3 Fix FS#10174 by correcting an oversimplification of the AAC window switching code I introduced with the unified IMDCT library. Should significantly improve accuracy for all AAC files. by Michael Giacomelli · 16 years ago
- 14731bc Hopefully fix lcd_sleep() from not be being called for targets without fading at all and being and being called too early for backlight always of on PWM fading targets. Also, clean up the code a bit by renaming the function that initiates fading on PWM. by Thomas Martitz · 16 years ago
- bee99e4 M:Robe 500: Fix red, commit missing work, reduce lcd wakeup time. by Karl Kurbjun · 16 years ago
- 57ca7cc M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hack to get lcd_sleep working/called again, fix the panic handler so that it waits for the power button to be pressed instead of freezing the player by Karl Kurbjun · 16 years ago
- 4e747f1 If downloading the build information didn't work don't try to populate the version information. by Dominik Riebeling · 16 years ago
- a357c20 Fix missing include. by Dominik Riebeling · 16 years ago
- e993d77 Rename display names for Sansas to include "series" to make it more clear that it's not a player model "e200". Change casing of e200 / c200 to lowercase to be in line with the actual print on the player. Include "v1" to be more specific. by Dominik Riebeling · 16 years ago
- 244ab33 Fix the includes I forgot when renaming the ZipInstaller class file. by Dominik Riebeling · 16 years ago
- 9104b80 Rename installzip.{cpp,h} to better reflect the actual class name. by Dominik Riebeling · 16 years ago
- 9adc039 Revert r20786 as it caused problems with alternating sublines (they need to be reset if gui_wps_refresh() wasn't called for some time, since the subline timeout gets confused). Also, it needs to be set to get the update, since do_full_update will be set to false after track change no matter if an update happened. by Thomas Martitz · 16 years ago
- d111f3b Qt always assumes ini files to use Latin1 encoding but the theme site uses utf-8. Explicitly convert texts displayed to the user. Fixes non-ascii characters showing up incorrectly. by Dominik Riebeling · 16 years ago
- 40137a9 Trim description text before displaying and display newlines as line breaks. by Dominik Riebeling · 16 years ago
- 0d6a28e Enable FM radio on the sansa c200v2 (untested). by Bertrik Sikken · 16 years ago
- e45a249 Bump rbutil version to 1.2.1. by Dominik Riebeling · 16 years ago rbutil_1.2.1
- 7e3f8e0 Remove workaround for FS#10130 from 5G iPod LCD sleep code by Boris Gjenero · 16 years ago
- 444080a Correct error in previous commit - the recording screen is again now only included in the manual if the target can record. by Alex Parker · 16 years ago
- 3ea02a8 Fix order of Recording settings and Manage settings in the manual. Thanks to Grahack in IRC for pointing out. by Alex Parker · 16 years ago
- fe1f8d5 Let unzip class accept files created by Info-Zip 3.0 instead of rejecting the files without reporting an error. Seems to not cause negative side effects but further investigation needed. by Dominik Riebeling · 16 years ago
- f43515e Update OSDaB Zip class to most current version from the projects svn repo (r7). by Dominik Riebeling · 16 years ago
- 8e8c360 FS#10126 - lcd_e200v2 cleanup by Michael Chicoine by Thomas Martitz · 16 years ago
- ace509a FS#10158 - e200v2 button delay revisited by Michael Chicoine to fix some weirdnesses with button reading. by Thomas Martitz · 16 years ago
- 48db5b5 Change two occurences of m3u to m3u8, as this is what Rockbox saves in. Thanks to Grahack on IRC for pointing out. by Alex Parker · 16 years ago
- 690f1f1 Fix wrong path to "Recursively Insert Directories" setting. Thanks to Grahack on IRC for pointing it out. by Dominik Riebeling · 16 years ago
- 13477a0 Set keywords and eol-style properties for the new backlight-sim.h. by Thomas Martitz · 16 years ago
- 0a5beba Move the sim stubs into a seperate file to clean backlight.c up a bit. by Thomas Martitz · 16 years ago
- 179ac10 Remove two calls backlight_lcd_sleep_countdown() more, this time in backlight.c by Thomas Martitz · 16 years ago
- cbe67dc Replace the condition with a more obvious function call, which is the same. by Thomas Martitz · 16 years ago
- 6abae1f Remove the calls to backlight_lcd_sleep_countdown from target specific code and move it into backlight.c by Thomas Martitz · 16 years ago
- c40af94 Remove the backlight tick task in favor of handling timeouts through a 1s timeout in the backlight thread. by Thomas Martitz · 16 years ago
- dccdce6 Remove unnecessary #include "adc.h" by Bertrik Sikken · 16 years ago
- d4d1215 Remove unnecessary #include "backlight.h" by Bertrik Sikken · 16 years ago
- 5b316af Restructure backlight timeout management a bit by factoring out the get_current_timeout code. No functional change. by Thomas Martitz · 16 years ago
- c066258 Merge Onda VX7?7 backlight-target.h by Maurus Cuelenaere · 16 years ago
- 0600b4b Fix onda red. Unlike all other targets, it built the whole backlight driver in the bootloader. by Thomas Martitz · 16 years ago
- 29cf2e1 Setting do_full_update isn't actually needed, since the track changed event will set it if needed. by Thomas Martitz · 16 years ago
- 7a4145c Fix red. by Thomas Martitz · 16 years ago
- 0017dfb Rename _buttonlight_timeout and use a function call instead of extern'ing buttonlight_timeout to be more inline with backlight, and use a #define instead of a const variable for !HAVE_LCD_SLEEP_SETTING (no functional changes) by Thomas Martitz · 16 years ago
- 67fb541 Commit FS#9882 - make better use of iram at different quality encodings, remove redundant memsets, implement doublebuffer if it will fit in iram to save a mempcy each frame, and some alignment fixes for coldfire by Dave Hooper · 16 years ago
- 738824c Might as well enable SPC so that all codecs build on the Clip. Not yet real time. by Michael Giacomelli · 16 years ago
- f5884fd Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introduced by this. Enable compiling the AAC codec on the Clip. Due to lack of memory for seek tables, files over 10 minutes long or so will probably fail. by Michael Giacomelli · 16 years ago
- 87b231c Enable WMA, MPC, ASAP, NSF, APE, and SID playback on the Sansa clip as these codecs already fit into IRAM. SPC could be made to fit by changing BRRcache define, but without MMU I doubt it would be realtime anyway. by Michael Giacomelli · 16 years ago
- b056f06 Add forgotton colon and fix red. by Thomas Martitz · 16 years ago
- b0ac944 Fix FS#10130 (Concurrent backlight function calls from backlight timeout settings menu) by ensuring that all calls of target-specific backlight code happen from backlight thread by Thomas Martitz · 16 years ago
- 17d9d80 Fix red by Maurus Cuelenaere · 16 years ago
- c89ac34 Fix yellow by Maurus Cuelenaere · 16 years ago
- 9f73a01 Add exit() implementation for plugins by Maurus Cuelenaere · 16 years ago
- d50d1df FS#10129 - Start LCD sleep timer after PWM fadeout is complete by Boris Gjenero · 16 years ago
- 29dbd8f Invalidate preview image cache when updating to prevent a resize event repainting the old image before the new image is downloaded. by Dominik Riebeling · 16 years ago
- c164b86 FS#9973 by Yoshihisa Uchida: Fix simulator build failure when using advanced configure options on targets which build RomBox (Archos Player, Ondio SP) by Boris Gjenero · 16 years ago
- 3369a74 Fix VX767 bootloader warning by Maurus Cuelenaere · 16 years ago
- 034547c Update jz4740_tools README by Maurus Cuelenaere · 16 years ago
- 6138a16 Gigabeat FX: Use the bootsplash stored in flash when bootloader is started from flash by Karl Kurbjun · 16 years ago