summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-06-14Oops, simulator compiles now fine.Miika Pekkarinen
2005-06-14Playlist changed are recognized correctly.Miika Pekkarinen
2005-06-14See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger
2005-06-14Another warning fixed (idtag.c:59: warning: implicit declaration of function ...Tomas Salfischberger
2005-06-14The synthVoice() function declaration was wrong (caused a warning). And becau...Tomas Salfischberger
2005-06-14Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen
2005-06-14Even more quiet audio initialization.Miika Pekkarinen
2005-06-13Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3sDave Chapman
2005-06-13Seeking forwards works a little better. Playlist handling still buggy.Miika Pekkarinen
2005-06-13Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performanceDave Chapman
2005-06-13Forward seeking fixed. Some comments added.Miika Pekkarinen
2005-06-13Initial commit of actual WavPack codec... :)Dave Bryant
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant
2005-06-12Remove TREE_RC_ENTER, it was redundantMarcoen Hirschberg
2005-06-12Make remote-control code more completeMarcoen Hirschberg
2005-06-12More codec loader corrections.Miika Pekkarinen
2005-06-12Codec loader fixed. Now switching between different codecs should workMiika Pekkarinen
2005-06-12Added menu button for remote (because the menu now supports the remote too).Tomas Salfischberger
2005-06-12Add remote control support to tree and menu. Move defines from wps.c to wps.hMarcoen Hirschberg
2005-06-12Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen
2005-06-12First attempt at gapless MP3 support using LAME header info.Thom Johansen
2005-06-12Enabled minor Tremor opt.Thom Johansen
2005-06-12Calculate accurate Ogg duration and bitrateDave Chapman
2005-06-12Sync and fixes.Thom Johansen
2005-06-12Small Musepack optimisation.Thom Johansen
2005-06-11Fixed buffering problem with some files.Miika Pekkarinen
2005-06-11Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman
2005-06-11Setting current_fd to -1 at startup to prevent some rare crashes.Miika Pekkarinen
2005-06-11Fixed MP3 forward seeking.Miika Pekkarinen
2005-06-11center-scrolling: start scrolling when the cursor is at 2/3 of the screen. Th...Marcoen Hirschberg
2005-06-11Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal...Dave Chapman
2005-06-11Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen
2005-06-11IRAM support for a52towav.Thom Johansen
2005-06-11Move another buffer into IRAMDave Chapman
2005-06-11Synced.Jonas Häggqvist
2005-06-11Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is...Dave Chapman
2005-06-11Fixed codec buffering problem.Miika Pekkarinen
2005-06-11First version of Musepack playback (not working)Dave Chapman
2005-06-11Add .a52 and .mpc to supported list of audio filesDave Chapman
2005-06-11First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman
2005-06-11Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen
2005-06-11SyncedMats Lidell
2005-06-10A little improvement on Vorbis block synthesis.Pedro Vasconcelos
2005-06-10Small typo.Miika Pekkarinen
2005-06-10Yet another crash bug fixed.Miika Pekkarinen
2005-06-10Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen
2005-06-10Fixed wav playing problems.Miika Pekkarinen
2005-06-10Use ci->request_buffer instead of ci->read_filebufDave Chapman
2005-06-10OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second.Dave Chapman
2005-06-10Add codecwav.cDave Chapman