summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_mpc.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* ISO8859-1 --> UTF-8diego2007-07-091-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* better set audio_out_minsize to MAX_FRAMESIZEreimar2006-04-201-1/+1
* set audio_out_minsize, should avoid all "maxlen too small" casesreimar2006-04-191-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
* Fix maximum frame size, could lead to crashes when changing playback speed.reimar2005-09-121-3/+4
* Use bitrate from demuxerreimar2005-09-061-1/+3
* Use a more stable URL.diego2005-07-261-1/+1
* Allow the ffmpeg people to use this code if they want.reimar2005-07-231-0/+2
* guard against double uninit (reportedly can happen on STRG+C)reimar2005-07-221-0/+1
* The right name is Musepack, not MPC/MpegPlus.reimar2005-07-101-2/+2
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+178