Age | Commit message (Expand) | Author | Files | Lines |
2005-06-30 | Fixed a crash with pcm audio pausing. This should prevent many | Miika Pekkarinen | 1 | -2/+10 |
2005-06-30 | Graphics: Lowlevel block function are in IRAM now as they're called often. Sw... | Jens Arnold | 4 | -31/+81 |
2005-06-30 | Fixed a bug where a few seconds from end of a song was cut out. | Miika Pekkarinen | 1 | -19/+4 |
2005-06-30 | decrease to 30 | Michiel Van Der Kolk | 1 | -1/+1 |
2005-06-30 | better logf | Michiel Van Der Kolk | 2 | -5/+6 |
2005-06-30 | Removed outdated win32.mak | Linus Nielsen Feltzing | 2 | -84/+0 |
2005-06-30 | Removed firmware/fonts | Linus Nielsen Feltzing | 1 | -1/+0 |
2005-06-30 | The firmware/fonts directory is now removed, and we now use fonts/rockbox_def... | Linus Nielsen Feltzing | 2 | -2896/+1 |
2005-06-30 | I believe this is more likely to reflect the h300 keypad | Daniel Stenberg | 1 | -3/+2 |
2005-06-30 | pcm_record.c depends on UDA1380, not h100... | Daniel Stenberg | 1 | -1/+1 |
2005-06-29 | Crossfade works better for high bitrate vorbis files. | Miika Pekkarinen | 1 | -15/+27 |
2005-06-29 | Ooops... | Jens Arnold | 3 | -3/+3 |
2005-06-29 | Small copy/paste error.. | Miika Pekkarinen | 1 | -1/+0 |
2005-06-29 | Always use crossfade if it's enabled. | Miika Pekkarinen | 1 | -0/+1 |
2005-06-29 | Fixed slow track switching and track pre-buffering. Fixed rockboy | Miika Pekkarinen | 2 | -26/+73 |
2005-06-29 | for now, the build assumes a LCD_S1D15E06 display on the h300 | Daniel Stenberg | 1 | -1/+0 |
2005-06-29 | remove a warning from the h300 build | Daniel Stenberg | 1 | -0/+5 |
2005-06-29 | Hristo Kovachev's keypad fixes for the H300 build | Daniel Stenberg | 1 | -1/+1 |
2005-06-29 | Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund... | Christi Scarborough | 1 | -1/+2 |
2005-06-29 | Oops, that was no optimisation, but a bug. | Jens Arnold | 2 | -10/+6 |
2005-06-29 | Third part of graphics api rework. Some small but effective optimisations. Po... | Jens Arnold | 5 | -298/+411 |
2005-06-28 | Second part of graphics api rework. Bitmap drawing and text output converted;... | Jens Arnold | 3 | -346/+378 |
2005-06-27 | Moved the codec and plugin buffer sizes to the config-*.h files instead of | Daniel Stenberg | 12 | -10/+50 |
2005-06-27 | Replaced some size_t with longs. That might solve some problems. Fixed | Miika Pekkarinen | 2 | -18/+23 |
2005-06-27 | H1x0: Reordered lcd init sequence to match the datasheet, including the recom... | Jens Arnold | 1 | -8/+10 |
2005-06-27 | Another crossfade related crash possible fixed. | Miika Pekkarinen | 1 | -1/+1 |
2005-06-27 | Possible crash fixed while crossfade is enabled. | Miika Pekkarinen | 1 | -26/+24 |
2005-06-26 | Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tags | Jonas Häggqvist | 1 | -2/+6 |
2005-06-26 | Quick menu for iRiver: A long press on the PLAY key in the browser or the WP... | Christi Scarborough | 1 | -0/+2 |
2005-06-26 | Initial DSP implementation. DSP supports resampling audio stream from | Miika Pekkarinen | 2 | -21/+120 |
2005-06-25 | Added new shuffle repeat mode that reshuffles playlist before repeating. Als... | Hardeep Sidhu | 1 | -6/+10 |
2005-06-25 | Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back. | Jens Arnold | 3 | -6/+10 |
2005-06-25 | Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli... | Jens Arnold | 3 | -14/+8 |
2005-06-24 | Fixed yellow FM builds, and changed the function type names according to the ... | Jens Arnold | 3 | -16/+16 |
2005-06-24 | First part of graphics api rework. Special functions, parameter handling, pix... | Jens Arnold | 3 | -290/+497 |
2005-06-24 | BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC... | Christi Scarborough | 2 | -2/+2 |
2005-06-23 | Fixed a warning. | Jens Arnold | 1 | -1/+1 |
2005-06-23 | Fix red builds. | Jens Arnold | 2 | -1/+3 |
2005-06-23 | Preparations for implementing the new graphics api: Ordered lcd bitmap driver... | Jens Arnold | 6 | -1409/+1319 |
2005-06-23 | Change current estimation for USB powered mode only if CURRENT_USB is less th... | Jens Arnold | 1 | -1/+1 |
2005-06-23 | New feature for units that can be powered or charged from USB (Recorder fm/v2... | Jens Arnold | 7 | -31/+70 |
2005-06-22 | Make the simulator builds know about software poweroff, for more consistent b... | Jens Arnold | 8 | -24/+24 |
2005-06-22 | Fixed CODEC_BUFFER_SIZE mismatch | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-06-22 | Fixed formatting (uniform indentation of 4 spaces, removed tab chars). Some s... | Jens Arnold | 1 | -381/+382 |
2005-06-22 | H1x0: rolo_restart() now uses the actual destination address to start the cod... | Jens Arnold | 1 | -7/+9 |
2005-06-22 | Moved to logf.h | Tomas Salfischberger | 1 | -1/+0 |
2005-06-22 | My gcc v3.3.5 choked on the bool type, solved with this include. | Tomas Salfischberger | 1 | -0/+1 |
2005-06-22 | New debug screen for sw codec audio thread | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-06-22 | Increased max number of tick tasks | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-06-22 | Better values for the iriver battery | Marcoen Hirschberg | 1 | -1/+2 |