aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_mpc.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* better set audio_out_minsize to MAX_FRAMESIZEGravatar reimar2006-04-20
* set audio_out_minsize, should avoid all "maxlen too small" casesGravatar reimar2006-04-19
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isGravatar reimar2005-10-12
* Fix maximum frame size, could lead to crashes when changing playback speed.Gravatar reimar2005-09-12
* Use bitrate from demuxerGravatar reimar2005-09-06
* Use a more stable URL.Gravatar diego2005-07-26
* Allow the ffmpeg people to use this code if they want.Gravatar reimar2005-07-23
* guard against double uninit (reportedly can happen on STRG+C)Gravatar reimar2005-07-22
* The right name is Musepack, not MPC/MpegPlus.Gravatar reimar2005-07-10
* musepack demuxing and decoding support (demuxing is v7 bitstream only).Gravatar reimar2005-07-10