summaryrefslogtreecommitdiff
path: root/apps/codecs/mpc.c
AgeCommit message (Expand)Author
2006-04-25Fix warning.Thom Johansen
2006-04-25Correctly identify end of file.Thom Johansen
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-22Fix remaining warnings in 64bit simulator buildsJens Arnold
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen
2006-01-30Fix mpc.c to use new mpc_bool_t type to remove some warning.Thom Johansen
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
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant
2006-01-07Quick fix for annoying musepack noise on track change bug. Proper fix coming ...Thom Johansen
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen
2005-11-06Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen
2005-10-18Fixed the playlist skipping with MusePack.Miika Pekkarinen
2005-10-16Fixed the pops with musepack.Miika Pekkarinen
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen
2005-10-10Added DSP support and started passing full precision samples to playback engi...Thom Johansen
2005-09-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-06-22Nicer code, removed 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