summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* Adjusted settings bitfield to properly keep the bass setting on H1x0, and sav...Jens Arnold2005-06-16
* Killed all simulator warnings.Miika Pekkarinen2005-06-15
* Fixed the "last song bug".Miika Pekkarinen2005-06-15
* audio_is_initialized has to be set in playback.c.Miika Pekkarinen2005-06-15
* The modifications are for all larger screensJonas Häggqvist2005-06-15
* Added stubs for simulator to reduce some #ifdefs.Miika Pekkarinen2005-06-15
* use the 160 pixels wide logo for wider LCDs too (for now at least)Daniel Stenberg2005-06-15
* Add A52/AC3 metadata parsing (samplerate, bitrate, track length)Dave Chapman2005-06-14
* Move metadata parsing code from playback.c into metadata.cDave Chapman2005-06-14
* There is no printf() in rockbox, but DEBUGF() has the intended effect in simu...Tomas Salfischberger2005-06-14
* Oops, simulator compiles now fine.Miika Pekkarinen2005-06-14
* Playlist changed are recognized correctly.Miika Pekkarinen2005-06-14
* See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger2005-06-14
* Another warning fixed (idtag.c:59: warning: implicit declaration of function ...Tomas Salfischberger2005-06-14
* The synthVoice() function declaration was wrong (caused a warning). And becau...Tomas Salfischberger2005-06-14
* Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen2005-06-14
* Even more quiet audio initialization.Miika Pekkarinen2005-06-14
* Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3sDave Chapman2005-06-13
* Seeking forwards works a little better. Playlist handling still buggy.Miika Pekkarinen2005-06-13
* Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performanceDave Chapman2005-06-13
* Forward seeking fixed. Some comments added.Miika Pekkarinen2005-06-13
* Initial commit of actual WavPack codec... :)Dave Bryant2005-06-13
* Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant2005-06-13
* Remove TREE_RC_ENTER, it was redundantMarcoen Hirschberg2005-06-12
* Make remote-control code more completeMarcoen Hirschberg2005-06-12
* More codec loader corrections.Miika Pekkarinen2005-06-12
* Codec loader fixed. Now switching between different codecs should workMiika Pekkarinen2005-06-12
* Added menu button for remote (because the menu now supports the remote too).Tomas Salfischberger2005-06-12
* Add remote control support to tree and menu. Move defines from wps.c to wps.hMarcoen Hirschberg2005-06-12
* Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen2005-06-12
* First attempt at gapless MP3 support using LAME header info.Thom Johansen2005-06-12
* Enabled minor Tremor opt.Thom Johansen2005-06-12
* Calculate accurate Ogg duration and bitrateDave Chapman2005-06-12
* Sync and fixes.Thom Johansen2005-06-12
* Small Musepack optimisation.Thom Johansen2005-06-12
* Fixed buffering problem with some files.Miika Pekkarinen2005-06-11
* Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman2005-06-11
* Setting current_fd to -1 at startup to prevent some rare crashes.Miika Pekkarinen2005-06-11
* Fixed MP3 forward seeking.Miika Pekkarinen2005-06-11
* center-scrolling: start scrolling when the cursor is at 2/3 of the screen. Th...Marcoen Hirschberg2005-06-11
* Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal...Dave Chapman2005-06-11
* Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen2005-06-11
* IRAM support for a52towav.Thom Johansen2005-06-11
* Move another buffer into IRAMDave Chapman2005-06-11
* Synced.Jonas Häggqvist2005-06-11
* Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is...Dave Chapman2005-06-11
* Fixed codec buffering problem.Miika Pekkarinen2005-06-11
* First version of Musepack playback (not working)Dave Chapman2005-06-11
* Add .a52 and .mpc to supported list of audio filesDave Chapman2005-06-11
* First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman2005-06-11