- 3de5e74 uda1380: Added bass/treble and recording functions by Andy · 19 years ago
- eadceed Broken code, too much crack for me. by Thom Johansen · 19 years ago
- 38c9d75 Proper UDA1380 bass and treble settings. by Thom Johansen · 19 years ago
- 53ce20a Killed all simulator warnings. by Miika Pekkarinen · 19 years ago
- c3fed62 Fixed the "last song bug". by Miika Pekkarinen · 19 years ago
- e941289 audio_is_initialized has to be set in playback.c. by Miika Pekkarinen · 19 years ago
- 65e6a63 The modifications are for all larger screens by Jonas Häggqvist · 19 years ago
- 92ea04a Added stubs for simulator to reduce some #ifdefs. by Miika Pekkarinen · 19 years ago
- 08636e1 Added define for the UDA1380 codec chip. by Thom Johansen · 19 years ago
- a7de2e2 use the 160 pixels wide logo for wider LCDs too (for now at least) by Daniel Stenberg · 19 years ago
- 6b60f9a LCD code depends on LCD model, not keypad by Daniel Stenberg · 19 years ago
- 8576114 early and not yet working support for H300 builds by Daniel Stenberg · 19 years ago
- 0482ff5 options for the H300 series by Daniel Stenberg · 19 years ago
- 5058f7d ID3 parser bug fix by Ray Lambert by Linus Nielsen Feltzing · 19 years ago
- 5b9eb29 Add A52/AC3 metadata parsing (samplerate, bitrate, track length) by Dave Chapman · 19 years ago
- 3ad485b Move metadata parsing code from playback.c into metadata.c by Dave Chapman · 19 years ago
- 88a89e0 There is no printf() in rockbox, but DEBUGF() has the intended effect in simulator. by Tomas Salfischberger · 19 years ago
- 184d82e Oops, simulator compiles now fine. by Miika Pekkarinen · 19 years ago
- 8d5822d Playlist changed are recognized correctly. by Miika Pekkarinen · 19 years ago
- fe8663c See my message on the mailinglist. This should kill all warnings left in the iriver builds. And the changes will be added to the next musepack minor release. by Tomas Salfischberger · 19 years ago
- 9b9d6e7 Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp') by Tomas Salfischberger · 19 years ago
- 2ed84ec The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice). by Tomas Salfischberger · 19 years ago
- ef72f99 Fixed a dead lock, file handle leak that caused wps to jam and by Miika Pekkarinen · 19 years ago
- 58c71e0 Pause and probably some crashes fixed. by Miika Pekkarinen · 19 years ago
- 6ab53ba Even more quiet audio initialization. by Miika Pekkarinen · 19 years ago
- 37f59a0 - add Andy Young's patch to make sound init more quiet by Marcoen Hirschberg · 19 years ago
- 24394b3 Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3s by Dave Chapman · 19 years ago
- 58af47c Seeking forwards works a little better. Playlist handling still buggy. by Miika Pekkarinen · 19 years ago
- 789791e Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance by Dave Chapman · 19 years ago
- d94cba6 Forward seeking fixed. Some comments added. by Miika Pekkarinen · 19 years ago
- 7dad7d3 Initial commit of actual WavPack codec... :) by Dave Bryant · 20 years ago
- 57c6f6e Initial pass at WavPack codec playback support (and my first commit...) by Dave Bryant · 20 years ago
- 7ac0b35 Remove TREE_RC_ENTER, it was redundant by Marcoen Hirschberg · 20 years ago
- fb369b0 Make remote-control code more complete by Marcoen Hirschberg · 20 years ago
- 7eb743e More codec loader corrections. by Miika Pekkarinen · 20 years ago
- e0037ad Codec loader fixed. Now switching between different codecs should work better. by Miika Pekkarinen · 20 years ago
- b56f424 Added menu button for remote (because the menu now supports the remote too). by Tomas Salfischberger · 20 years ago
- c19e0f0 Add remote control support to tree and menu. Move defines from wps.c to wps.h by Marcoen Hirschberg · 20 years ago
- 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 20 years ago
- 7cdae1a First attempt at gapless MP3 support using LAME header info. by Thom Johansen · 20 years ago
- 57f0ec1 Added support for reading LAME header delay and padding fields for proper gapless MP3 support. by Thom Johansen · 20 years ago
- ca19564 Enabled minor Tremor opt. by Thom Johansen · 20 years ago
- a1d75d3 Calculate accurate Ogg duration and bitrate by Dave Chapman · 20 years ago
- 0069b92 Sync and fixes. by Thom Johansen · 20 years ago
- 649acec Small Musepack optimisation. by Thom Johansen · 20 years ago
- 3c30ee5 Command line support for fwpatcher by Dave Hooper. by Thom Johansen · 20 years ago
- 2528e7c Pausing tracks disabled until crashing issues are solved. by Miika Pekkarinen · 20 years ago
- 5f57069 Fixed buffering problem with some files. by Miika Pekkarinen · 20 years ago
- 8f0a0fe Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS by Dave Chapman · 20 years ago
- 94b917e Setting current_fd to -1 at startup to prevent some rare crashes. by Miika Pekkarinen · 20 years ago
- a380d90 Fixed MP3 forward seeking. by Miika Pekkarinen · 20 years ago
- 7527bfb center-scrolling: start scrolling when the cursor is at 2/3 of the screen. There is still a bug when the fontsize changes. by Marcoen Hirschberg · 20 years ago
- b30962f Initial attempt at parsing the metadata in an Ogg file - it still doesn't calculate total track length by Dave Chapman · 20 years ago
- 5f12af2 Big performance improvement for liba52. A couple of small ASM opts, and lots IRAM usage. by Thom Johansen · 20 years ago
- c0f9ad6 IRAM support for a52towav. by Thom Johansen · 20 years ago
- a9d9ef5 Move another buffer into IRAM by Dave Chapman · 20 years ago
- 3e76783 Synced. by Jonas Häggqvist · 20 years ago
- c19563c Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is too slow to test properly by Dave Chapman · 20 years ago
- 1c5b392 Fixed codec buffering problem. by Miika Pekkarinen · 20 years ago
- 2f2d7d4 First version of Musepack playback (not working) by Dave Chapman · 20 years ago
- 775923e Add .a52 and .mpc to supported list of audio files by Dave Chapman · 20 years ago
- 55ed7d7 First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations by Dave Chapman · 20 years ago
- c82518c Replaced critical loop with assembler. A bit closer to realtime now. This codec really needs all the 64 bit muls replaced with EMAC equivalents. by Thom Johansen · 20 years ago
- 197e3ed Synced by Mats Lidell · 20 years ago
- a4aa508 Thread scheduler reworked to be less dependent on compiler behaviour. Stack overflow check is now possible on coldfire, enabled it. Unified code as much as possible. by Jens Arnold · 20 years ago
- 6b9350b A little improvement on Vorbis block synthesis. by Pedro Vasconcelos · 20 years ago
- cd1d87c Small typo. by Miika Pekkarinen · 20 years ago
- d480fdc Yet another crash bug fixed. by Miika Pekkarinen · 20 years ago
- cd56d0f Pause fixed. by Miika Pekkarinen · 20 years ago
- 9ff373c Fixed a null pointer problem which caused crashing. Playback should be by Miika Pekkarinen · 20 years ago
- 7e0b688 Fixed wav playing problems. by Miika Pekkarinen · 20 years ago
- ab81502 Use ci->request_buffer instead of ci->read_filebuf by Dave Chapman · 20 years ago
- cfda235 OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second. by Dave Chapman · 20 years ago
- 7d0933b Add codecwav.c by Dave Chapman · 20 years ago
- d28b94b Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes/second by Dave Chapman · 20 years ago
- 3c2c2f5 Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz files supported. by Dave Chapman · 20 years ago
- d30f110 Much better UI performance and buffering times for MP3 and FLAC. by Miika Pekkarinen · 20 years ago
- 68b9acd Added some basic codec configuration functionality. by Miika Pekkarinen · 20 years ago
- 2326bea When selecting first song to play, buffer initially only 2 MiB. If by Miika Pekkarinen · 20 years ago
- 637e313 Fixed problem that playing sometimes did not start. by Miika Pekkarinen · 20 years ago
- e0b51d4 Setting plugin_loaded status before invalidating icache. by Miika Pekkarinen · 20 years ago
- 842bed7 No more playlist viewer crashes. by Miika Pekkarinen · 20 years ago
- 2ed0b19 Better handling for cpu_boost(). Small buffering fix. by Miika Pekkarinen · 20 years ago
- b945fe8 Don't keep cpu boosted if length of track information is missing. by Miika Pekkarinen · 20 years ago
- c2bf136 Fixed problem that same track gets buffered twice after buffer re-filling. by Miika Pekkarinen · 20 years ago
- c0f7448 Martin Arver's fix to properly adapt the menu for the chosen font. by Daniel Stenberg · 20 years ago
- 0bcc64c Reset cpu to not boosted state at startup. Do case-insensitive file by Miika Pekkarinen · 20 years ago
- 9e200e3 Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis. by Miika Pekkarinen · 20 years ago
- fe468b1 Bunch of playback bugs fixed including next/prev/select track, by Miika Pekkarinen · 20 years ago
- a501277 Synced. by Jens Arnold · 20 years ago
- 8771bf2 Typo. by Thom Johansen · 20 years ago
- cc518c5 Full precision synth_full and dct32. Replaced all multiplications with proper 64 bit EMAC multiplications, which yields improved sound. by Thom Johansen · 20 years ago
- 7c54b3a Keep track of elapsed time during FLAC playback by Dave Chapman · 20 years ago
- 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 20 years ago
- 614f0a3 WavPack optimisation by David Bryant. by Thom Johansen · 20 years ago
- 3ca1645 Buffer refilling problem fixed. by Miika Pekkarinen · 20 years ago
- c98ea5a Oops, forgot to test simulator compile. by Miika Pekkarinen · 20 years ago
- b4bc106 Fixed forward next track bugs (still some pause issues though). Added by Miika Pekkarinen · 20 years ago
- b245496 Now removes the old .zip file before building the new one by Linus Nielsen Feltzing · 20 years ago
- fd71c2f Moved the Sokoban levels to .rockbox/rocks by Linus Nielsen Feltzing · 20 years ago