summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* 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
* Fixed problem that playing sometimes did not start.Miika Pekkarinen2005-06-10
* Setting plugin_loaded status before invalidating icache.Miika Pekkarinen2005-06-10
* No more playlist viewer crashes.Miika Pekkarinen2005-06-10
* Better handling for cpu_boost(). Small buffering fix.Miika Pekkarinen2005-06-10
* Don't keep cpu boosted if length of track information is missing.Miika Pekkarinen2005-06-10
* Fixed problem that same track gets buffered twice after bufferMiika Pekkarinen2005-06-09
* Martin Arver's fix to properly adapt the menu for the chosen font.Daniel Stenberg2005-06-09
* Reset cpu to not boosted state at startup. Do case-insensitive fileMiika Pekkarinen2005-06-09
* Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis.Miika Pekkarinen2005-06-09
* Bunch of playback bugs fixed including next/prev/select track,Miika Pekkarinen2005-06-09
* Synced.Jens Arnold2005-06-09
* Typo.Thom Johansen2005-06-09
* Full precision synth_full and dct32. Replaced all multiplications with proper...Thom Johansen2005-06-09