summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2005-09-30Fix some WavPack bugs by forcing DSP use even when not needed for sampling rateDave Bryant
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren
2005-09-24Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman
2005-09-24Cascade errors back down to qtmovie_read() and correctly return an error on i...Dave Chapman
2005-09-24Workaround for ALAC files that previousy wouldn't play. Libalac now skips unk...Jonas Häggqvist
2005-09-23Removed unnecessary codec_api struct.Thom Johansen
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman
2005-09-22First Rockbox version of ALAC decoder - porting to work in Rockbox environmen...Dave Chapman
2005-09-22iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren
2005-09-22Initial (unmodified - for reference) import of David Hammerton's Apple Lossle...Dave Chapman
2005-09-21Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen
2005-09-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen
2005-09-18iriver: fix problem with playing some long vorbis files (e.g., this week in t...Magnus Holmgren
2005-09-13Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen
2005-09-10Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen
2005-09-07Put some FLAC data in IRAM. Will clean up code later.Thom Johansen
2005-09-07Fix red build with a comment for now.Thom Johansen
2005-09-07Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-23iriver: The MP3 codec didn't take the ID3 tag size into account when seekingLinus Nielsen Feltzing
2005-08-21Now codecs will do the buffer flushing after seeking as they find itMiika Pekkarinen
2005-08-21Fixed the warning.Miika Pekkarinen
2005-08-20Now beep can be disabled.Miika Pekkarinen
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-08-17Correct samplecount calculation, suggested by Markus KaufholdLinus Nielsen Feltzing
2005-08-16Fix for ff/rw in long MP3 files.Magnus Holmgren
2005-08-15One more gapless fix for LAME MP3 files.Magnus Holmgren
2005-08-13More complete gapless playback implementation in the MP3 codec (using LAME he...Magnus Holmgren
2005-08-10mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro...Linus Nielsen Feltzing
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson
2005-07-28Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren
2005-07-25Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen
2005-07-16DSP settings are properly reset when changing between tracks with different s...Ryan Jackson
2005-07-15Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson
2005-07-15Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson
2005-07-14Removed unnecessary code that also caused playback glitches when changing tracksRyan Jackson
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-07-12Resume now starts playback at the point it was stopped, not 2-7 seconds later.Ryan Jackson
2005-07-12silence the makefileDaniel Stenberg
2005-07-12I find it weird that there is a private copy of this file here, but I'mDaniel Stenberg
2005-07-12removed an extra codec_api struct pointer and the function setting itDaniel Stenberg
2005-07-12code-policed, removed commented and ifdef'ed codeDaniel Stenberg