- 2023b47 Decreased pcm buffer low watermark when crossfade is not enabled. by Miika Pekkarinen · 20 years ago
- 65a1b1a Fix broken player build by Christi Scarborough · 20 years ago
- be78945 (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. by Christi Scarborough · 20 years ago
- 5081182 Added CRC32 of the compressed song data, since that is what the format wants. by Daniel Stenberg · 20 years ago
- 2e9ce4e Now codec names are in sync. by Miika Pekkarinen · 20 years ago
- df38408 Copy the right files to .rockbox/rocks. Only tested on Cygwin though... by Magnus Holmgren · 20 years ago
- 5c2c991 Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". by Miika Pekkarinen · 20 years ago
- 1e5119b Show the same information in the ID3 browser as in the WPS screen; use string version of tags if available, format time in the same way. by Magnus Holmgren · 20 years ago
- 3e33a0f More crossfade adjustments. Now crossfade should work shortly even if by Miika Pekkarinen · 20 years ago
- d6e7942 Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu by Miika Pekkarinen · 20 years ago
- 2d79df5 Fixed a problem that caused playback to stop on certain situations. Fixed by Miika Pekkarinen · 20 years ago
- eaf8b2d Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback by Linus Nielsen Feltzing · 20 years ago
- a10bb59 Now the CPU is idle in USB mode by Linus Nielsen Feltzing · 20 years ago
- 9b226fe New power-conserving CPU idle mode by Linus Nielsen Feltzing · 20 years ago
- aa30f04 Fixed crossfading. by Miika Pekkarinen · 20 years ago
- 72550d9 More accurate runtime estimate calculation for iriver (still not very by Miika Pekkarinen · 20 years ago
- 073406a Fixed player/studio warning by Linus Nielsen Feltzing · 20 years ago
- 6e80ac3 New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save their settings before powering off. by Linus Nielsen Feltzing · 20 years ago
- 839dbca Moved resume info updating to the mpeg/playback threads so that it's saved even when not in the WPS by Hardeep Sidhu · 20 years ago
- 3fd775b Playcount and rating support as a tag for the wps; %rp and %rr by Michiel Van Der Kolk · 20 years ago
- 713db30 Disable backlight in the bootloader by Linus Nielsen Feltzing · 20 years ago
- 0f38185 Boot from the correct address by Linus Nielsen Feltzing · 20 years ago
- d6ab723 moved rundb_init back to main, it has to be inited after audio_init, also, it has nothing to do with tree (though tagdb does have to do with tree) by Michiel Van Der Kolk · 20 years ago
- afe0941 song rating support.. should probably be moved with browse id3 to a "song options" submenu in the wps context menu... by Michiel Van Der Kolk · 20 years ago
- 55819b7 Increased low watermark limit. by Miika Pekkarinen · 20 years ago
- d0ec0ce Move the 'manage settings' option onto the main menu by Christi Scarborough · 20 years ago
- febd975 Created new viewer application to test WavPack encoding. Accepts .wav file by Dave Bryant · 20 years ago
- dacbc16 Added lossless encoding to WavPack library. Also made a few changes to by Dave Bryant · 20 years ago
- 1d5f07b Preparation for 4-grey LCD mode on H1x0. by Jens Arnold · 20 years ago
- f89f011 Converted to use the IRAM defines, and some small optimisations. by Jens Arnold · 20 years ago
- c0e6ed6 Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16. by Jens Arnold · 20 years ago
- 8ad60cc Update the wps when next track info is available. by Miika Pekkarinen · 20 years ago
- da32605 forgot about the shutdown event hooks.. by Michiel Van Der Kolk · 20 years ago
- 75d16ee disable on archos units till the events are implemented by Michiel Van Der Kolk · 20 years ago
- ca20abf mrf... okay, i feel better now... findrundbentry does more than just check.. it has to be called... by Michiel Van Der Kolk · 20 years ago
- aea3aff fixed the warning on an empty block slightly differently (and added some white by Daniel Stenberg · 20 years ago
- 5f2ae71 no time. i hate people trying to force me when i have no time and i'm stressed. by Michiel Van Der Kolk · 20 years ago
- 765cd6d (in theory) more efficient (battery wise) runtime database code. by Michiel Van Der Kolk · 20 years ago
- 0a9dec6 Make sure we unboost the cpu while stopping playback. by Miika Pekkarinen · 20 years ago
- e21cf84 Fixed the warnings. by Miika Pekkarinen · 20 years ago
- f3a1351 Slightly longer sleep to prevent pops when resuming from paused state. by Miika Pekkarinen · 20 years ago
- 9bde038 Updated the track_unbuffer event callback. by Miika Pekkarinen · 20 years ago
- f46c9f2 Now next track info is always available. by Miika Pekkarinen · 20 years ago
- 349f39a Fixed pops when starting playback. by Miika Pekkarinen · 20 years ago
- bb3ed3c Use the central IDATA_ATTR define. by Jens Arnold · 20 years ago
- d2456b4 Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and rockboy headers to avoid clashes with rockbox headers. by Jens Arnold · 20 years ago
- d50ed12 The last small fix to the previous commit. by Miika Pekkarinen · 20 years ago
- 837c1e3 Correction to the previous commit when switching tracks manually. by Miika Pekkarinen · 20 years ago
- b469e73 Use correct timing to display the next track wps screen when crossfade by Miika Pekkarinen · 20 years ago
- 9c70b1b Make sure we stop the playback the right way. by Miika Pekkarinen · 20 years ago
- d54811f Fixed mono playback support for mp3. Added two other event handlers in by Miika Pekkarinen · 20 years ago
- a8cadd8 Iriver: atomic I/O port manipulation macros, to avoid interference between normal and interrupt code. Todo: all other places that do port manipulation on ports which may also be changed from an intterupt should use that as well. It even decreases binary size a bit. by Jens Arnold · 20 years ago
- 8102f3d New option to enable/disable the runtime database. Moved the runtimedb init to a more appropriate place and added proper USB handling. by Jens Arnold · 20 years ago
- a077b9e long.. not int. by Michiel Van Der Kolk · 20 years ago
- 7de0905 I though I removed this unnecessary line by Jörg Hohensohn · 20 years ago
- 3291ae6 A couple of optimisations. by Jens Arnold · 20 years ago
- 876a044 Synced. by Jens Arnold · 20 years ago
- 84494dc Added missing voice: entries. by Jens Arnold · 20 years ago
- b74db80 disable compiling of (for now) unused code by Michiel Van Der Kolk · 20 years ago
- 45d6fa9 Fixed pops from headphone audio output. by Miika Pekkarinen · 20 years ago
- cea09fa code police stand-in by Daniel Stenberg · 20 years ago
- 2724d0b Pause correctly while seeking. by Miika Pekkarinen · 20 years ago
- c520d69 Fixed codec switching. by Miika Pekkarinen · 20 years ago
- bbd42ad Fixed seeking in mp3 files (and with other codecs which supports by Miika Pekkarinen · 20 years ago
- 2722ba8 warnings fixed.... by Michiel Van Der Kolk · 20 years ago
- 10b2069 Fixed a warning. by Michiel Van Der Kolk · 20 years ago
- c828885 No audio track changed event on archos yet, someone please implement this. by Michiel Van Der Kolk · 20 years ago
- c735ed7 First runtime database support, self repairing, only playcount works for now, by Michiel Van Der Kolk · 20 years ago
- 4ec8070 Fixed pause. by Miika Pekkarinen · 20 years ago
- 6d887af Vorbis playback problems fixed. by Miika Pekkarinen · 20 years ago
- 0ec9733 Check for features, not for models. by Jens Arnold · 20 years ago
- c5bdca9 Use macros instead of multiple #ifdef to make the code more readable. by Jens Arnold · 20 years ago
- c8ce78a Don't update playlist when no tracks in memory. Fixes looping bug when repeat shuffle is enabled in a directory that contains only invalid tracks by Hardeep Sidhu · 20 years ago
- 71d2281 Added new feature to move to next folder once the current one completes when playing directories by Hardeep Sidhu · 20 years ago
- 50264b2 the h300 models have hold too by Daniel Stenberg · 20 years ago
- 9a46adc set right type in binary for h300 builds by Daniel Stenberg · 20 years ago
- 8782bc8 New config option for optical out on iriver by Linus Nielsen Feltzing · 20 years ago
- e02a1a5 - enable S/PDIF optical output - set the proper noise shape filter by Marcoen Hirschberg · 20 years ago
- c2577c8 Associated .nfo with the text viewer by Linus Nielsen Feltzing · 20 years ago
- 13c0181 New fonts + slight fix to rockbox_default by Antonius Hellman (patch #1228206) by Christi Scarborough · 20 years ago
- 9386730 Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed. by Jens Arnold · 20 years ago
- 05c3cc2 runtime database support for the tester.. by Michiel Van Der Kolk · 20 years ago
- 87d4d12 Fixed a crash with pcm audio pausing. This should prevent many by Miika Pekkarinen · 20 years ago
- f2af800 Updated Nederlands (Dutch) translation by Sander Sweers by Jonas Häggqvist · 20 years ago
- a142d4d Graphics: Lowlevel block function are in IRAM now as they're called often. Switched the masking logic for better readability. Draw modes and lowlevel function types are now defined for all platforms. by Jens Arnold · 20 years ago
- 3b90707 Fixed a bug where a few seconds from end of a song was cut out. by Miika Pekkarinen · 20 years ago
- 8764bbc decrease to 30 by Michiel Van Der Kolk · 20 years ago
- 25b55e1 better logf by Michiel Van Der Kolk · 20 years ago
- 65ff219 better logf stuff.. by Michiel Van Der Kolk · 20 years ago
- b371cbb Removed outdated win32.mak by Linus Nielsen Feltzing · 20 years ago
- 2025d14 Removed firmware/fonts by Linus Nielsen Feltzing · 20 years ago
- e118154 The firmware/fonts directory is now removed, and we now use fonts/rockbox_default.bdf to create the internal font by Linus Nielsen Feltzing · 20 years ago
- 0ec1ad9 vbrfix boosts the cpu frequency by Linus Nielsen Feltzing · 20 years ago
- 510a18d added strncmp() to the plugin API, based the patch 1170215 by Rick La Charité by Daniel Stenberg · 20 years ago
- e8e953f I believe this is more likely to reflect the h300 keypad by Daniel Stenberg · 20 years ago
- b936d94 pcm_record.c depends on UDA1380, not h100... by Daniel Stenberg · 20 years ago
- 7651f52 Ooops, the rockbox_default.bdf font was not in sync with the internal one by Linus Nielsen Feltzing · 20 years ago
- 069e2a5 Now checks that sed works right before the Makefile for a simulator is created, by Daniel Stenberg · 20 years ago
- 1983738 Not sure if this is the right way to make "resume" work correctly for WavPack, by Dave Bryant · 20 years ago
- bc9a378 Crossfade works better for high bitrate vorbis files. by Miika Pekkarinen · 20 years ago