summaryrefslogtreecommitdiff
path: root/apps/codecs/mpa.c
AgeCommit message (Expand)Author
2005-10-12Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
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-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-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen
2005-07-10Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-06-27Turned off dithering in MPEG audio codec. It's just too slow.Thom Johansen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22Cleaned up code a bit, removed all rb references.Thom Johansen
2005-06-22removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg