summaryrefslogtreecommitdiffstats
path: root/apps/codecs/mpa.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-2/+0
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis1-8/+8
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis1-5/+5
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-19/+2
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis1-1/+1
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen1-1/+0
2006-05-20Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a...Dave Chapman1-88/+75
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren1-4/+10
2006-04-22Remove an unneeded define, add a todoBrandon Low1-2/+1
2006-04-22Comment and make pretty the hackBrandon Low1-1/+4
2006-04-22Replace one hack with a better hackBrandon Low1-2/+2
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-4/+4
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low1-1/+1
2006-03-24Fix warningsBrandon Low1-1/+1
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold1-1/+1
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen1-17/+18
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen1-8/+17
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low1-3/+4
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold1-1/+2
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold1-0/+3
2005-12-22iRiver: improved handling of bad mpeg files.Magnus Holmgren1-5/+4
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg1-1/+1
2005-12-01iRiver: re-add an end of file check, to see if it helps the reported problems...Magnus Holmgren1-0/+1
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen1-1/+0
2005-11-02Need to set sample depth before clip limits to avoid having clip limits overr...Thom Johansen1-1/+1
2005-11-02Support large delay fields in LAME header, plus some cleanups.Thom Johansen1-28/+37
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen1-5/+5
2005-10-13Use correct types to avoid sim warnings.Thom Johansen1-1/+1
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen1-2/+1
2005-10-12Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen1-89/+61
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-3/+0
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-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 Pekkarinen1-1/+5
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren1-1/+2
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen1-0/+3
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-5/+5
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen1-1/+1
2005-07-10Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen1-1/+1
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-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen1-26/+30
2005-06-27Turned off dithering in MPEG audio codec. It's just too slow.Thom Johansen1-1/+1
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-279/+24