| Commit message (Expand) | Author | Age |
| * | Add logf to the plugin interface (use the LOGF macro) | Dave Chapman | 2005-06-18 |
| * | Added %fc WPS tag to display codec type - moved codectype from track_info str... | Dave Chapman | 2005-06-18 |
| * | Proper MPEG layer 1 support. | Jens Arnold | 2005-06-18 |
| * | Center USB logo on all models | Andy | 2005-06-18 |
| * | Button adjustments for H1x0: added mode button for leaving menus and cancelli... | Jens Arnold | 2005-06-18 |
| * | Iriver UDA1380 volume and balance handling is now done in sound.c, similar to... | Jens Arnold | 2005-06-18 |
| * | iriver: LCD flip for H1x0 remote, some code cleanup. | Jens Arnold | 2005-06-17 |
| * | improved ifdef and wrapped long lines | Daniel Stenberg | 2005-06-17 |
| * | Adjusted settings bitfield to properly keep the bass setting on H1x0, and sav... | Jens Arnold | 2005-06-16 |
| * | Killed all simulator warnings. | Miika Pekkarinen | 2005-06-15 |
| * | Fixed the "last song bug". | Miika Pekkarinen | 2005-06-15 |
| * | audio_is_initialized has to be set in playback.c. | Miika Pekkarinen | 2005-06-15 |
| * | The modifications are for all larger screens | Jonas Häggqvist | 2005-06-15 |
| * | Added stubs for simulator to reduce some #ifdefs. | Miika Pekkarinen | 2005-06-15 |
| * | use the 160 pixels wide logo for wider LCDs too (for now at least) | Daniel Stenberg | 2005-06-15 |
| * | Add A52/AC3 metadata parsing (samplerate, bitrate, track length) | Dave Chapman | 2005-06-14 |
| * | Move metadata parsing code from playback.c into metadata.c | Dave Chapman | 2005-06-14 |
| * | There is no printf() in rockbox, but DEBUGF() has the intended effect in simu... | Tomas Salfischberger | 2005-06-14 |
| * | Oops, simulator compiles now fine. | Miika Pekkarinen | 2005-06-14 |
| * | Playlist changed are recognized correctly. | Miika Pekkarinen | 2005-06-14 |
| * | See my message on the mailinglist. This should kill all warnings left in the ... | Tomas Salfischberger | 2005-06-14 |
| * | Another warning fixed (idtag.c:59: warning: implicit declaration of function ... | Tomas Salfischberger | 2005-06-14 |
| * | The synthVoice() function declaration was wrong (caused a warning). And becau... | Tomas Salfischberger | 2005-06-14 |
| * | Fixed a dead lock, file handle leak that caused wps to jam and | Miika Pekkarinen | 2005-06-14 |
| * | Even more quiet audio initialization. | Miika Pekkarinen | 2005-06-14 |
| * | Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3s | Dave Chapman | 2005-06-13 |
| * | Seeking forwards works a little better. Playlist handling still buggy. | Miika Pekkarinen | 2005-06-13 |
| * | Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance | Dave Chapman | 2005-06-13 |
| * | Forward seeking fixed. Some comments added. | Miika Pekkarinen | 2005-06-13 |
| * | Initial commit of actual WavPack codec... :) | Dave Bryant | 2005-06-13 |
| * | Initial pass at WavPack codec playback support (and my first commit...) | Dave Bryant | 2005-06-13 |
| * | Remove TREE_RC_ENTER, it was redundant | Marcoen Hirschberg | 2005-06-12 |
| * | Make remote-control code more complete | Marcoen Hirschberg | 2005-06-12 |
| * | More codec loader corrections. | Miika Pekkarinen | 2005-06-12 |
| * | Codec loader fixed. Now switching between different codecs should work | Miika Pekkarinen | 2005-06-12 |
| * | Added menu button for remote (because the menu now supports the remote too). | Tomas Salfischberger | 2005-06-12 |
| * | Add remote control support to tree and menu. Move defines from wps.c to wps.h | Marcoen Hirschberg | 2005-06-12 |
| * | Fixed some mp3 metadata reading performance problem. Next track | Miika Pekkarinen | 2005-06-12 |
| * | First attempt at gapless MP3 support using LAME header info. | Thom Johansen | 2005-06-12 |
| * | Enabled minor Tremor opt. | Thom Johansen | 2005-06-12 |
| * | Calculate accurate Ogg duration and bitrate | Dave Chapman | 2005-06-12 |
| * | Sync and fixes. | Thom Johansen | 2005-06-12 |
| * | Small Musepack optimisation. | Thom Johansen | 2005-06-12 |
| * | Fixed buffering problem with some files. | Miika Pekkarinen | 2005-06-11 |
| * | Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS | Dave Chapman | 2005-06-11 |
| * | Setting current_fd to -1 at startup to prevent some rare crashes. | Miika Pekkarinen | 2005-06-11 |
| * | Fixed MP3 forward seeking. | Miika Pekkarinen | 2005-06-11 |
| * | center-scrolling: start scrolling when the cursor is at 2/3 of the screen. Th... | Marcoen Hirschberg | 2005-06-11 |
| * | Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal... | Dave Chapman | 2005-06-11 |
| * | Big performance improvement for liba52. A couple of small ASM opts, and lots ... | Thom Johansen | 2005-06-11 |