- c19e0f0 Add remote control support to tree and menu. Move defines from wps.c to wps.h by Marcoen Hirschberg · 19 years ago
- 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 19 years ago
- 7cdae1a First attempt at gapless MP3 support using LAME header info. by Thom Johansen · 19 years ago
- 57f0ec1 Added support for reading LAME header delay and padding fields for proper gapless MP3 support. by Thom Johansen · 19 years ago
- ca19564 Enabled minor Tremor opt. by Thom Johansen · 19 years ago
- a1d75d3 Calculate accurate Ogg duration and bitrate by Dave Chapman · 19 years ago
- 0069b92 Sync and fixes. by Thom Johansen · 19 years ago
- 649acec Small Musepack optimisation. by Thom Johansen · 19 years ago
- 3c30ee5 Command line support for fwpatcher by Dave Hooper. by Thom Johansen · 19 years ago
- 2528e7c Pausing tracks disabled until crashing issues are solved. by Miika Pekkarinen · 19 years ago
- 5f57069 Fixed buffering problem with some files. by Miika Pekkarinen · 19 years ago
- 8f0a0fe Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS by Dave Chapman · 19 years ago
- 94b917e Setting current_fd to -1 at startup to prevent some rare crashes. by Miika Pekkarinen · 19 years ago
- a380d90 Fixed MP3 forward seeking. by Miika Pekkarinen · 19 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 · 19 years ago
- b30962f Initial attempt at parsing the metadata in an Ogg file - it still doesn't calculate total track length by Dave Chapman · 19 years ago
- 5f12af2 Big performance improvement for liba52. A couple of small ASM opts, and lots IRAM usage. by Thom Johansen · 19 years ago
- c0f9ad6 IRAM support for a52towav. by Thom Johansen · 19 years ago
- a9d9ef5 Move another buffer into IRAM by Dave Chapman · 19 years ago
- 3e76783 Synced. by Jonas Häggqvist · 19 years ago
- c19563c Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is too slow to test properly by Dave Chapman · 19 years ago
- 1c5b392 Fixed codec buffering problem. by Miika Pekkarinen · 19 years ago
- 2f2d7d4 First version of Musepack playback (not working) by Dave Chapman · 19 years ago
- 775923e Add .a52 and .mpc to supported list of audio files by Dave Chapman · 19 years ago
- 55ed7d7 First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations by Dave Chapman · 19 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 · 19 years ago
- 197e3ed Synced by Mats Lidell · 19 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 · 19 years ago
- 6b9350b A little improvement on Vorbis block synthesis. by Pedro Vasconcelos · 19 years ago
- cd1d87c Small typo. by Miika Pekkarinen · 19 years ago
- d480fdc Yet another crash bug fixed. by Miika Pekkarinen · 19 years ago
- cd56d0f Pause fixed. by Miika Pekkarinen · 19 years ago
- 9ff373c Fixed a null pointer problem which caused crashing. Playback should be by Miika Pekkarinen · 19 years ago
- 7e0b688 Fixed wav playing problems. by Miika Pekkarinen · 19 years ago
- ab81502 Use ci->request_buffer instead of ci->read_filebuf by Dave Chapman · 19 years ago
- cfda235 OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second. by Dave Chapman · 19 years ago
- 7d0933b Add codecwav.c by Dave Chapman · 19 years ago
- d28b94b Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes/second by Dave Chapman · 19 years ago
- 3c2c2f5 Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz files supported. by Dave Chapman · 19 years ago
- d30f110 Much better UI performance and buffering times for MP3 and FLAC. by Miika Pekkarinen · 19 years ago
- 68b9acd Added some basic codec configuration functionality. by Miika Pekkarinen · 19 years ago
- 2326bea When selecting first song to play, buffer initially only 2 MiB. If by Miika Pekkarinen · 19 years ago
- 637e313 Fixed problem that playing sometimes did not start. by Miika Pekkarinen · 19 years ago
- e0b51d4 Setting plugin_loaded status before invalidating icache. by Miika Pekkarinen · 19 years ago
- 842bed7 No more playlist viewer crashes. by Miika Pekkarinen · 19 years ago
- 2ed0b19 Better handling for cpu_boost(). Small buffering fix. by Miika Pekkarinen · 19 years ago
- b945fe8 Don't keep cpu boosted if length of track information is missing. by Miika Pekkarinen · 19 years ago
- c2bf136 Fixed problem that same track gets buffered twice after buffer re-filling. by Miika Pekkarinen · 19 years ago
- c0f7448 Martin Arver's fix to properly adapt the menu for the chosen font. by Daniel Stenberg · 19 years ago
- 0bcc64c Reset cpu to not boosted state at startup. Do case-insensitive file by Miika Pekkarinen · 19 years ago
- 9e200e3 Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis. by Miika Pekkarinen · 19 years ago
- fe468b1 Bunch of playback bugs fixed including next/prev/select track, by Miika Pekkarinen · 19 years ago
- a501277 Synced. by Jens Arnold · 19 years ago
- 8771bf2 Typo. by Thom Johansen · 19 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 · 19 years ago
- 7c54b3a Keep track of elapsed time during FLAC playback by Dave Chapman · 19 years ago
- 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 19 years ago
- 614f0a3 WavPack optimisation by David Bryant. by Thom Johansen · 19 years ago
- 3ca1645 Buffer refilling problem fixed. by Miika Pekkarinen · 19 years ago
- c98ea5a Oops, forgot to test simulator compile. by Miika Pekkarinen · 19 years ago
- b4bc106 Fixed forward next track bugs (still some pause issues though). Added by Miika Pekkarinen · 19 years ago
- b245496 Now removes the old .zip file before building the new one by Linus Nielsen Feltzing · 19 years ago
- fd71c2f Moved the Sokoban levels to .rockbox/rocks by Linus Nielsen Feltzing · 19 years ago
- 005fc38 Snake2 port to iRiver by Alexander Spyridakis by Linus Nielsen Feltzing · 19 years ago
- 7668bf7 Moved snake2.levels to .rockbox/rocks/ by Linus Nielsen Feltzing · 19 years ago
- 1971ee6 Parse the metadata in a FLAC file to populate the "id3" struct (currently only length, samplerate etc) by Dave Chapman · 19 years ago
- 2d8e7f2 Bug fix: When paused, pressing next would start playing next track. Now it stays in pause mode. (pause still isn't perfect, afaik it's not working when it's loading data from disk.) by Tomas Salfischberger · 19 years ago
- 23797af Hot-plug support for iriver remote. by Jens Arnold · 19 years ago
- 969b246 Corrected placement of parentheses. by Jens Arnold · 19 years ago
- bd43bbd Add a default metadata reader (currently just storing the filename). This enables the WPS to be displayed for filetypes other than MP3 by Dave Chapman · 19 years ago
- 6910101 Enable mp3info checking for MP2 files - this was preventing MP2 files from being played. by Dave Chapman · 19 years ago
- e1b0427 New dict2rdf script by Tony Motakis by Tomas Salfischberger · 19 years ago
- 70fca2f Oops! Compile error on ondio and gmini... fixed now by Tomas Salfischberger · 19 years ago
- 5b338bd Bugfix: It was impossible to shut the iriver down with the remote. by Tomas Salfischberger · 19 years ago
- 9361a99 Bugfix: Holding the remote volume button wasn't working. Someone forgot to add BUTTON_REPEAT for the remote. by Tomas Salfischberger · 19 years ago
- 97e5f7e Support for iRiver remote buttons in WPS. by Tomas Salfischberger · 19 years ago
- d23cec2 Killed a warning :) by Tomas Salfischberger · 19 years ago
- 6c999a9 More optimized fix (doing GPIO1_READ just once) Formatting as amiconn wanted :) by Tomas Salfischberger · 19 years ago
- 1e5ff8a Fixed bug, the remote play/pause button (BUTTON_RC_ON) worked with hold on. by Tomas Salfischberger · 19 years ago
- 8ed869d make install now works correctly for the sims by Linus Nielsen Feltzing · 19 years ago
- f6d3ceb Kill warning. I suck. by Thom Johansen · 19 years ago
- fa148bb A new API for saving highscores in game plugins by Linus Nielsen Feltzing · 19 years ago
- 9415629 Oops. by Thom Johansen · 19 years ago
- 668205f We clear our accumulators after we're done with them on Coldfire. No need to clear them on init. by Thom Johansen · 19 years ago
- 0a3f8e0 Vorbis opts: keep floor1 lookup table in IRAM. by Pedro Vasconcelos · 19 years ago
- ead61c1 Slightly better error handling in the iRiver I2C driver by Linus Nielsen Feltzing · 19 years ago
- a9ac3d1 Next track bug fixed that was introduced in previous commit. by Miika Pekkarinen · 19 years ago
- 5899ed5 Fixed: MP3 resume, forward seeking and some playlist bugs with by Miika Pekkarinen · 19 years ago
- cff83c7 ColdFire: DCR is a 16-bit register by Linus Nielsen Feltzing · 19 years ago
- aa9c329 Wrong SDRAM refresh count in the iRiver boot loader by Linus Nielsen Feltzing · 19 years ago
- f472410 Previous track button should work a little better. by Miika Pekkarinen · 19 years ago
- b15e546 Correctly detect the end of stream, and correctly re-initialise the FLAC decoder before playing the next track. by Dave Chapman · 19 years ago
- 3522fc6 Miikka was already added right after my name for writing a conversion script for dictionary files. by Tomas Salfischberger · 19 years ago
- 3ac03bf We need to increase MAX_EXTTYPES for software codecs - but maybe we should use a different #if test (the same test is made in tree.c) by Dave Chapman · 19 years ago
- 02e22ea Use proper enumeration for END_OF_STREAM test by Dave Chapman · 19 years ago
- 6c082a8 First attempt at codecflac.c by Dave Chapman · 19 years ago
- 2258946 Replaced rindex() with strrchr(). by Miika Pekkarinen · 19 years ago
- 61716dd Don't block file browser while buffering tracks. Better file extension probing. by Miika Pekkarinen · 19 years ago
- 91c46c8 Slightly more optimised memset() for SH1. Especially faster for 4 < length < 12. by Jens Arnold · 19 years ago
- e83c6f3 Max WPS lines now dependent on LCD height by Linus Nielsen Feltzing · 19 years ago