summaryrefslogtreecommitdiffstats
path: root/apps/codecs/mpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-28Remove obsolete 'ci->set_elapsed()' from mpc.Andree Buschmann1-1/+0
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis1-0/+4
2011-07-23Fix musepack resume for resume positions > 7:30m.Andree Buschmann1-1/+1
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-42/+34
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis1-4/+6
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius1-1/+1
2010-06-23Clean up comments.Andree Buschmann1-16/+16
2010-06-21Disable unneeded parts of mpc's file-I/O interface.Andree Buschmann1-17/+4
2010-03-14Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann1-6/+13
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann1-51/+58
2009-04-20Allow higher precision in calculation of seek position and elapsed time for m...Andree Buschmann1-18/+9
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken1-5/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-10Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann1-1/+3
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann1-1/+0
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann1-6/+0
2008-02-24Change to (or add) 'standard' codec startup delay, fixing potential startup p...Magnus Holmgren1-0/+3
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-5/+0
2007-11-05Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low1-1/+0
2007-08-30FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen1-2/+2
2007-04-06Support resume for MusepackAdam Boot1-1/+16
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-4/+3
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-16/+2
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis1-1/+1
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski1-1/+2
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen1-1/+0
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen1-1/+1
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen1-11/+21
2006-04-25The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen1-2/+1
2006-04-25Make playback not screw up if the user tries to seek on musepackBrandon Low1-2/+2
2006-04-25Fix warning.Thom Johansen1-1/+1
2006-04-25Correctly identify end of file.Thom Johansen1-0/+2
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-7/+7
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low1-1/+1
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold1-1/+1
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen1-9/+1
2006-01-30Fix mpc.c to use new mpc_bool_t type to remove some warning.Thom Johansen1-2/+2
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low1-10/+23
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
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant1-4/+4
2006-01-07Quick fix for annoying musepack noise on track change bug. Proper fix coming ...Thom Johansen1-4/+4
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen1-1/+0
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen1-5/+6
2005-11-06Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen1-5/+19
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen1-5/+9
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen1-1/+1
2005-10-18Fixed the playlist skipping with MusePack.Miika Pekkarinen1-3/+4
2005-10-16Fixed the pops with musepack.Miika Pekkarinen1-1/+1