summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2005-09-13Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen1-0/+16
2005-09-10Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen1-2/+2
2005-09-07Put some FLAC data in IRAM. Will clean up code later.Thom Johansen3-30/+48
2005-09-07Fix red build with a comment for now.Thom Johansen1-1/+1
2005-09-07Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen1-109/+102
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen9-24/+18
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2-3/+3
2005-08-23iriver: The MP3 codec didn't take the ID3 tag size into account when seekingLinus Nielsen Feltzing1-1/+2
2005-08-21Now codecs will do the buffer flushing after seeking as they find itMiika Pekkarinen1-1/+4
2005-08-21Fixed the warning.Miika Pekkarinen1-1/+1
2005-08-20Now beep can be disabled.Miika Pekkarinen1-0/+5
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-8/+5
2005-08-17Correct samplecount calculation, suggested by Markus KaufholdLinus Nielsen Feltzing1-1/+1
2005-08-16Fix for ff/rw in long MP3 files.Magnus Holmgren1-15/+13
2005-08-15One more gapless fix for LAME MP3 files.Magnus Holmgren1-3/+3
2005-08-13More complete gapless playback implementation in the MP3 codec (using LAME he...Magnus Holmgren1-14/+27
2005-08-10mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro...Linus Nielsen Feltzing1-28/+41
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen3-5/+6
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson6-118/+243
2005-07-28Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren5-9/+13
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren1-1/+2
2005-07-25Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant1-5/+7
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren5-19/+70
2005-07-18oops... should compile without warnings nowChristian Gmeiner12-17/+17
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner15-27/+27
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen1-0/+3
2005-07-16DSP settings are properly reset when changing between tracks with different s...Ryan Jackson1-0/+1
2005-07-15Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson1-0/+4
2005-07-15Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson2-10/+4
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson2-4/+13
2005-07-14Removed unnecessary code that also caused playback glitches when changing tracksRyan Jackson1-12/+5
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen7-12/+12
2005-07-12Resume now starts playback at the point it was stopped, not 2-7 seconds later.Ryan Jackson1-2/+2
2005-07-12silence the makefileDaniel Stenberg1-1/+0
2005-07-12I find it weird that there is a private copy of this file here, but I'mDaniel Stenberg1-22/+1
2005-07-12removed an extra codec_api struct pointer and the function setting itDaniel Stenberg3-18/+12
2005-07-12code-policed, removed commented and ifdef'ed codeDaniel Stenberg1-178/+26
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen3-5/+5
2005-07-11Patch #1235763 by Ryan Jackson - Resume/bookmark support for VorbisLinus Nielsen Feltzing1-74/+97
2005-07-10Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen3-3/+3
2005-07-09Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant4-322/+322
2005-07-08build on all h100 unitsDaniel Stenberg1-1/+1
2005-07-07Fix possible use of uninitialized variableDaniel Stenberg1-2/+2
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen1-11/+9
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-10/+7
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen1-1/+1
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing2-30/+125
2005-07-04Added lossless encoding to WavPack library. Also made a few changes toDave Bryant9-1099/+2156
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold5-27/+2
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen1-26/+30