summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-17improved ifdef and wrapped long linesDaniel Stenberg2-4/+6
2005-06-17ifdef correctionsDaniel Stenberg1-2/+2
2005-06-16Iriver: Sleep timer now powers off the box even when the charger is connected.Jens Arnold3-1/+7
2005-06-16Let's actually take volume into account this time.Thom Johansen1-2/+2
2005-06-16Adjusted settings bitfield to properly keep the bass setting on H1x0, and sav...Jens Arnold1-1/+6
2005-06-16Balance support for UDA1380 based players.Thom Johansen3-2/+24
2005-06-16uda1380: Added bass/treble and recording functionsAndy3-71/+192
2005-06-15Broken code, too much crack for me.Thom Johansen1-1/+5
2005-06-15Proper UDA1380 bass and treble settings.Thom Johansen1-0/+13
2005-06-15Killed all simulator warnings.Miika Pekkarinen2-0/+4
2005-06-15Fixed the "last song bug".Miika Pekkarinen3-5/+24
2005-06-15audio_is_initialized has to be set in playback.c.Miika Pekkarinen1-0/+3
2005-06-15The modifications are for all larger screensJonas Häggqvist1-3/+3
2005-06-15Added stubs for simulator to reduce some #ifdefs.Miika Pekkarinen1-46/+49
2005-06-15Added define for the UDA1380 codec chip.Thom Johansen2-0/+4
2005-06-15use the 160 pixels wide logo for wider LCDs too (for now at least)Daniel Stenberg3-3/+3
2005-06-15LCD code depends on LCD model, not keypadDaniel Stenberg1-1/+2
2005-06-15early and not yet working support for H300 buildsDaniel Stenberg2-1/+81
2005-06-15options for the H300 seriesDaniel Stenberg1-10/+25
2005-06-15ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing2-2/+3
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 Pekkarinen3-5/+8
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 Pekkarinen4-11/+13
2005-06-14Pause and probably some crashes fixed.Miika Pekkarinen1-8/+6
2005-06-14Even more quiet audio initialization.Miika Pekkarinen4-21/+28
2005-06-14- add Andy Young's patch to make sound init more quietMarcoen Hirschberg2-3/+17
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 Pekkarinen3-3/+15
2005-06-12First attempt at gapless MP3 support using LAME header info.Thom Johansen1-9/+40
2005-06-12Added support for reading LAME header delay and padding fields for proper gap...Thom Johansen2-5/+29
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