summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen2-2/+12
2005-10-28Add more useful error codes from decoderDave Chapman2-48/+37
2005-10-28USB power mode: Made the code ignore the power button (On for recorder fm/v2,...Jens Arnold1-1/+3
2005-10-28Add gui directoryDave Chapman1-0/+1
2005-10-28iso-8859-1 policeDave Chapman1-1/+1
2005-10-28Spell out that we use ISO 8859-1 at places, but we should rather remainDaniel Stenberg1-0/+3
2005-10-28The wonderful starfield plugin huhuhuKevin Ferrare2-0/+260
2005-10-28Fixed Ondio and V2/FM compiling problems from the multiscreen patchLinus Nielsen Feltzing2-4/+10
2005-10-28Ooops, forgot to commit theseLinus Nielsen Feltzing2-0/+348
2005-10-281) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...Dave Chapman3-345/+354
2005-10-28Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing21-714/+2518
2005-10-27Should be referring to libffmpegFLAC, not libalac - how did this work in the ...Dave Chapman1-5/+5
2005-10-27Prevent compiler warning for LOGF buildsDave Chapman1-0/+1
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing18-21/+21
2005-10-27Zero the FLACContext during initialisationDave Chapman1-0/+2
2005-10-27Didn't mean to commit that...Thom Johansen1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen11-22/+22
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen4-8/+8
2005-10-27Replaced jump table with a more efficient one.Thom Johansen1-14/+11
2005-10-27Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...Thom Johansen2-0/+245
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman17-300/+2201
2005-10-23X11 simulator: * Correctly redraw the window when it was destroyed by overlay...Jens Arnold2-44/+40
2005-10-23X11 simulator: Fixed margins and scaling (window zoom) for all simulated targ...Jens Arnold3-37/+17
2005-10-22Fixed the voice codec when no audio is playing. Now attenuating audioMiika Pekkarinen2-4/+4
2005-10-22Removed unneeded xxx2wav files.Thom Johansen2-215/+0
2005-10-22Fix downmixing problems in AC3/A52 decoder and small cleanup of unused codeDave Chapman1-5/+3
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman3-5/+20
2005-10-22Coldfire: slight optimisations of memset().Jens Arnold1-12/+10
2005-10-21We reserved two bits instead of one bit for the new skipped attribute.Miika Pekkarinen1-1/+1
2005-10-21iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen5-30/+113
2005-10-20H1x0: Slight optimisation of the grayscale library.Jens Arnold2-8/+10
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen2-3/+24
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold11-74/+141
2005-10-19Eliminated the warnings.Miika Pekkarinen1-2/+2
2005-10-19Do a transparent dircache rebuilding even if the rebuilding wasMiika Pekkarinen1-2/+21
2005-10-18Coldfire: More compact init code.Jens Arnold1-20/+14
2005-10-18SH1: More compact init code, only doing the special vector copy for debug bui...Jens Arnold1-39/+33
2005-10-18H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment.Jens Arnold1-1/+1
2005-10-18Fixed the playlist skipping with MusePack.Miika Pekkarinen1-3/+4
2005-10-17iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren4-32/+1
2005-10-16Mandelbrot plugin: New fixed point routines, loosing a tiny bit of precision ...Jens Arnold1-154/+182
2005-10-16iRiver: The audio init fix caused problems if a voice file was present.Magnus Holmgren1-4/+7
2005-10-16Fixed beep setting strings in .cfg files.Jens Arnold1-2/+2
2005-10-16iriver: audio_init really needs to be called after playlist and tree init; de...Magnus Holmgren2-8/+12
2005-10-16Fixed the pops with musepack.Miika Pekkarinen1-1/+1
2005-10-15Fix compiler warnings in sim.Dave Chapman1-2/+2
2005-10-14Removed unused variable.Jens Arnold1-2/+0
2005-10-14Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f...Jens Arnold1-1/+4
2005-10-13Previous fix introduced tons of comparison warnings, just cast for now instead.Thom Johansen1-4/+3
2005-10-13Use correct types to avoid sim warnings.Thom Johansen3-3/+4