- 7de0905 I though I removed this unnecessary line by Jörg Hohensohn · 19 years ago
- 3291ae6 A couple of optimisations. by Jens Arnold · 19 years ago
- 876a044 Synced. by Jens Arnold · 19 years ago
- 84494dc Added missing voice: entries. by Jens Arnold · 19 years ago
- b74db80 disable compiling of (for now) unused code by Michiel Van Der Kolk · 19 years ago
- 45d6fa9 Fixed pops from headphone audio output. by Miika Pekkarinen · 19 years ago
- cea09fa code police stand-in by Daniel Stenberg · 19 years ago
- 2724d0b Pause correctly while seeking. by Miika Pekkarinen · 19 years ago
- c520d69 Fixed codec switching. by Miika Pekkarinen · 19 years ago
- bbd42ad Fixed seeking in mp3 files (and with other codecs which supports by Miika Pekkarinen · 19 years ago
- 2722ba8 warnings fixed.... by Michiel Van Der Kolk · 19 years ago
- 10b2069 Fixed a warning. by Michiel Van Der Kolk · 19 years ago
- c828885 No audio track changed event on archos yet, someone please implement this. by Michiel Van Der Kolk · 19 years ago
- c735ed7 First runtime database support, self repairing, only playcount works for now, by Michiel Van Der Kolk · 19 years ago
- 4ec8070 Fixed pause. by Miika Pekkarinen · 19 years ago
- 6d887af Vorbis playback problems fixed. by Miika Pekkarinen · 19 years ago
- 0ec9733 Check for features, not for models. by Jens Arnold · 19 years ago
- c5bdca9 Use macros instead of multiple #ifdef to make the code more readable. by Jens Arnold · 19 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 · 19 years ago
- 71d2281 Added new feature to move to next folder once the current one completes when playing directories by Hardeep Sidhu · 19 years ago
- 50264b2 the h300 models have hold too by Daniel Stenberg · 19 years ago
- 9a46adc set right type in binary for h300 builds by Daniel Stenberg · 19 years ago
- 8782bc8 New config option for optical out on iriver by Linus Nielsen Feltzing · 19 years ago
- e02a1a5 - enable S/PDIF optical output - set the proper noise shape filter by Marcoen Hirschberg · 19 years ago
- c2577c8 Associated .nfo with the text viewer by Linus Nielsen Feltzing · 19 years ago
- 13c0181 New fonts + slight fix to rockbox_default by Antonius Hellman (patch #1228206) by Christi Scarborough · 19 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 · 19 years ago
- 05c3cc2 runtime database support for the tester.. by Michiel Van Der Kolk · 19 years ago
- 87d4d12 Fixed a crash with pcm audio pausing. This should prevent many by Miika Pekkarinen · 19 years ago
- f2af800 Updated Nederlands (Dutch) translation by Sander Sweers by Jonas Häggqvist · 19 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 · 19 years ago
- 3b90707 Fixed a bug where a few seconds from end of a song was cut out. by Miika Pekkarinen · 19 years ago
- 8764bbc decrease to 30 by Michiel Van Der Kolk · 19 years ago
- 25b55e1 better logf by Michiel Van Der Kolk · 19 years ago
- 65ff219 better logf stuff.. by Michiel Van Der Kolk · 19 years ago
- b371cbb Removed outdated win32.mak by Linus Nielsen Feltzing · 19 years ago
- 2025d14 Removed firmware/fonts by Linus Nielsen Feltzing · 19 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 · 19 years ago
- 0ec1ad9 vbrfix boosts the cpu frequency by Linus Nielsen Feltzing · 19 years ago
- 510a18d added strncmp() to the plugin API, based the patch 1170215 by Rick La Charité by Daniel Stenberg · 19 years ago
- e8e953f I believe this is more likely to reflect the h300 keypad by Daniel Stenberg · 19 years ago
- b936d94 pcm_record.c depends on UDA1380, not h100... by Daniel Stenberg · 19 years ago
- 7651f52 Ooops, the rockbox_default.bdf font was not in sync with the internal one by Linus Nielsen Feltzing · 19 years ago
- 069e2a5 Now checks that sed works right before the Makefile for a simulator is created, by Daniel Stenberg · 19 years ago
- 1983738 Not sure if this is the right way to make "resume" work correctly for WavPack, by Dave Bryant · 19 years ago
- bc9a378 Crossfade works better for high bitrate vorbis files. by Miika Pekkarinen · 19 years ago
- 7d6d122 Added event handler to register track changes. by Miika Pekkarinen · 19 years ago
- 7f8cc3f Ooops... by Jens Arnold · 19 years ago
- 79952cb Small copy/paste error.. by Miika Pekkarinen · 19 years ago
- 7b7d1e6 Always use crossfade if it's enabled. by Miika Pekkarinen · 19 years ago
- 848be81 No need to included unused data in the archos builds. by Jens Arnold · 19 years ago
- 305a7ce Enabled sectioned compilation for the plugin library, and linking with garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. by Jens Arnold · 19 years ago
- 84d6f9e Fixed slow track switching and track pre-buffering. Fixed rockboy by Miika Pekkarinen · 19 years ago
- cc377d5 Made it working again... by Jens Arnold · 19 years ago
- 501d301 Added missing quote. by Jens Arnold · 19 years ago
- ad0431e Synced. by Jens Arnold · 19 years ago
- 0207559 Removed some more TABs by Jens Arnold · 19 years ago
- 40eeeb3 Player fixup: Reset double font height before resuming. by Jens Arnold · 19 years ago
- f0622c9 Don't spinup the disk on pause if at least one method ensures the resume position to be saved, RTC or software poweroff. by Jens Arnold · 19 years ago
- db72096 Always update resume info on track change. Fixes resume for codecs that don't update offset (eg. ogg). by Hardeep Sidhu · 19 years ago
- de3b04e Fixed buffering problems with dynamic playlist handling. Increased by Miika Pekkarinen · 19 years ago
- ee34053 for now, the build assumes a LCD_S1D15E06 display on the h300 by Daniel Stenberg · 19 years ago
- 9a6a4e7 quick scren fixed for h300 by Daniel Stenberg · 19 years ago
- 1c56afa removed old codec leftovers by Daniel Stenberg · 19 years ago
- fa9cea6 Removed tabs which prevented compile. by Miika Pekkarinen · 19 years ago
- 2d33755 remove a warning from the h300 build by Daniel Stenberg · 19 years ago
- ba64081 adjusted for the h300 to make it do similar as the h100 by Daniel Stenberg · 19 years ago
- c811b97 Oops. Put deprecated strings back in english.lang by Christi Scarborough · 19 years ago
- b49d384 provide quick screen proto for h300 builds too by Daniel Stenberg · 19 years ago
- 3a78ab9 fix to enable plugins to build fine for h300 by Daniel Stenberg · 19 years ago
- 01377e2 Hristo Kovachev's keypad fixes for the H300 build by Daniel Stenberg · 19 years ago
- 9e8918b Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redundant options, since you can resume after any startup using the resume key. These have been stripped out, and the resume code has been streamlined. A small bug in button handler initialisation has been fixed. by Christi Scarborough · 19 years ago
- 1f45cce Move quick menu to MODE button to avoid conflict with page up/down in WPS by Christi Scarborough · 19 years ago
- 5eb0fff Fixed red H1x0 simulator build. by Jens Arnold · 19 years ago
- ce19ce0 Oops, that was no optimisation, but a bug. by Jens Arnold · 19 years ago
- 576908d Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api. by Jens Arnold · 19 years ago
- 7e11acb Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. by Jens Arnold · 19 years ago
- c2bf5df For target builds, make the ELF files depend on its object file, but also by Daniel Stenberg · 19 years ago
- 2e88a90 Request the audio buffer _before_ using any iram. By doing it in this order, by Daniel Stenberg · 19 years ago
- 91f572c Iriver: Fix codec <-> plugin start address clash, leading to crashes when trying to run plugins while playing music. by Jens Arnold · 19 years ago
- c9cb607 I bet nobody enters more than 100 letters in search strings, and since there by Daniel Stenberg · 19 years ago
- a24017f4 Moved the codec and plugin buffer sizes to the config-*.h files instead of by Daniel Stenberg · 19 years ago
- 4613659 Initializing resampler structure correctly with zeros. by Miika Pekkarinen · 19 years ago
- c209353 Fixed a simulator warning. by Miika Pekkarinen · 19 years ago
- 85f4973 Replaced some size_t with longs. That might solve some problems. Fixed by Miika Pekkarinen · 19 years ago
- 492424b H1x0: Reordered lcd init sequence to match the datasheet, including the recommended pause. by Jens Arnold · 19 years ago
- c6bd12f Turned off dithering in MPEG audio codec. It's just too slow. by Thom Johansen · 19 years ago
- 9ca433f Don't try to compile the grayscale lib for unsupported configurations, saves compile time. by Jens Arnold · 19 years ago
- da6ed62 Another crossfade related crash possible fixed. by Miika Pekkarinen · 19 years ago
- 4e6daf8 Should've synced while I was at it. by Jonas Häggqvist · 19 years ago
- 10ce7b4 Oops by Jonas Häggqvist · 19 years ago
- deeeb33 Possible crash fixed while crossfade is enabled. by Miika Pekkarinen · 19 years ago
- ff74e7f Small fix and synced to current english.lang. by Jens Arnold · 19 years ago
- f4bbd06 francais.lang update by Manuel Dejonghe by Christi Scarborough · 19 years ago
- 24d6535 Allow WavPack to use new sampling rate converter by Dave Bryant · 19 years ago
- 1505b4c Small change by Jonas Häggqvist · 19 years ago
- 80324d1 Add make install step - still quite outdated, but at least what's there is more correct now. by Jonas Häggqvist · 19 years ago
- e021e1f Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tags by Jonas Häggqvist · 19 years ago
- ba5f9cf Patch #1218188 by Konstantin Isakov: Don't wrap around scroll in file-browser when button is repeated. by Jonas Häggqvist · 19 years ago
- 9e376a5 Iriver: remote FFWD/REW support by Jens Arnold · 19 years ago