summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-06-14Add A52/AC3 metadata parsing (samplerate, bitrate, track length)Dave Chapman1-0/+70
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman5-341/+419
2005-06-14There is no printf() in rockbox, but DEBUGF() has the intended effect in simu...Tomas Salfischberger1-4/+4
2005-06-14Oops, simulator compiles now fine.Miika Pekkarinen1-1/+4
2005-06-14Playlist changed are recognized correctly.Miika Pekkarinen1-1/+3
2005-06-14See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger1-18/+18
2005-06-14Another warning fixed (idtag.c:59: warning: implicit declaration of function ...Tomas Salfischberger1-0/+1
2005-06-14The synthVoice() function declaration was wrong (caused a warning). And becau...Tomas Salfischberger1-2/+2
2005-06-14Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen2-9/+11
2005-06-14Even more quiet audio initialization.Miika Pekkarinen1-1/+1
2005-06-13Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3sDave Chapman1-1/+1
2005-06-13Seeking forwards works a little better. Playlist handling still buggy.Miika Pekkarinen1-29/+74
2005-06-13Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performanceDave Chapman1-0/+1
2005-06-13Forward seeking fixed. Some comments added.Miika Pekkarinen3-25/+59
2005-06-13Initial commit of actual WavPack codec... :)Dave Bryant1-0/+185
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant4-1/+52
2005-06-12Remove TREE_RC_ENTER, it was redundantMarcoen Hirschberg2-6/+0
2005-06-12Make remote-control code more completeMarcoen Hirschberg5-8/+48
2005-06-12More codec loader corrections.Miika Pekkarinen1-8/+4
2005-06-12Codec loader fixed. Now switching between different codecs should workMiika Pekkarinen2-7/+5
2005-06-12Added menu button for remote (because the menu now supports the remote too).Tomas Salfischberger2-2/+10
2005-06-12Add remote control support to tree and menu. Move defines from wps.c to wps.hMarcoen Hirschberg6-113/+151
2005-06-12Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen1-2/+2
2005-06-12First attempt at gapless MP3 support using LAME header info.Thom Johansen1-9/+40
2005-06-12Enabled minor Tremor opt.Thom Johansen1-5/+6
2005-06-12Calculate accurate Ogg duration and bitrateDave Chapman1-12/+55
2005-06-12Sync and fixes.Thom Johansen1-7/+13
2005-06-12Small Musepack optimisation.Thom Johansen2-1/+18
2005-06-11Fixed buffering problem with some files.Miika Pekkarinen1-4/+3
2005-06-11Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman2-6/+10
2005-06-11Setting current_fd to -1 at startup to prevent some rare crashes.Miika Pekkarinen1-0/+1
2005-06-11Fixed MP3 forward seeking.Miika Pekkarinen2-4/+3
2005-06-11center-scrolling: start scrolling when the cursor is at 2/3 of the screen. Th...Marcoen Hirschberg2-3/+15
2005-06-11Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal...Dave Chapman1-0/+41
2005-06-11Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen4-13/+53
2005-06-11IRAM support for a52towav.Thom Johansen1-1/+10
2005-06-11Move another buffer into IRAMDave Chapman1-2/+2
2005-06-11Synced.Jonas Häggqvist1-0/+6
2005-06-11Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is...Dave Chapman1-7/+4
2005-06-11Fixed codec buffering problem.Miika Pekkarinen1-6/+4
2005-06-11First version of Musepack playback (not working)Dave Chapman3-0/+220
2005-06-11Add .a52 and .mpc to supported list of audio filesDave Chapman2-0/+6
2005-06-11First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman4-1/+221
2005-06-11Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen2-1/+38
2005-06-11SyncedMats Lidell1-0/+7
2005-06-10A little improvement on Vorbis block synthesis.Pedro Vasconcelos6-107/+203
2005-06-10Small typo.Miika Pekkarinen1-1/+1
2005-06-10Yet another crash bug fixed.Miika Pekkarinen1-1/+1
2005-06-10Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen1-2/+4
2005-06-10Fixed wav playing problems.Miika Pekkarinen1-1/+3