summaryrefslogtreecommitdiff
path: root/apps/codecs/mpa.c
AgeCommit message (Expand)Author
2011-03-16Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis
2010-08-01mpa: remove bad enum comparison spotted by gcc 4.5.1Rafaël Carré
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius
2010-06-27Comment unused code in libmad. Clean up initialization and memset'ing of deco...Andree Buschmann
2010-06-10Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...Andree Buschmann
2010-02-07Remove more tabsAndree Buschmann
2009-08-03Fix inaccurate time display for 44.1 (and 22.05) kHz MP3 audio tracks. Time w...Magnus Holmgren
2009-04-20Fix FS#10139 (broken seek for very long mp3 files) through avoiding int32 ove...Andree Buschmann
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-09-23Opening function brace style police.Michael Sevakis
2008-09-23Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr...Michael Sevakis
2008-09-22Hopefully fix glitches when seeking in MP3s on dual core processors. Also, c...Michael Giacomelli
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli
2008-08-12Removed unused abort function implementationBertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-03Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr...Nicolas Pennequin
2008-03-29Move codec_get_file_pos somewhere else like the comment said should be done. ...Michael Sevakis
2007-11-05Fix mp3 resumeBrandon Low
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low
2007-11-05Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen
2006-05-20Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a...Dave Chapman
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren
2006-04-22Remove an unneeded define, add a todoBrandon Low
2006-04-22Comment and make pretty the hackBrandon Low
2006-04-22Replace one hack with a better hackBrandon Low
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low
2006-03-24Fix warningsBrandon Low
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold
2005-12-22iRiver: improved handling of bad mpeg files.Magnus Holmgren
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg
2005-12-01iRiver: re-add an end of file check, to see if it helps the reported problems...Magnus Holmgren
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen
2005-11-02Need to set sample depth before clip limits to avoid having clip limits overr...Thom Johansen
2005-11-02Support large delay fields in LAME header, plus some cleanups.Thom Johansen