summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
...
* 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
* Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen2005-06-11
* SyncedMats Lidell2005-06-11
* A little improvement on Vorbis block synthesis.Pedro Vasconcelos2005-06-10
* Small typo.Miika Pekkarinen2005-06-10
* Yet another crash bug fixed.Miika Pekkarinen2005-06-10
* Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen2005-06-10
* Fixed wav playing problems.Miika Pekkarinen2005-06-10
* Use ci->request_buffer instead of ci->read_filebufDave Chapman2005-06-10
* OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second.Dave Chapman2005-06-10
* Add codecwav.cDave Chapman2005-06-10
* Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes...Dave Chapman2005-06-10
* Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz file...Dave Chapman2005-06-10
* Much better UI performance and buffering times for MP3 and FLAC.Miika Pekkarinen2005-06-10
* Added some basic codec configuration functionality.Miika Pekkarinen2005-06-10
* When selecting first song to play, buffer initially only 2 MiB. IfMiika Pekkarinen2005-06-10