summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_dk3adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-011-1/+0
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* attempt to fix missing and/or broken boundary checksreimar2005-11-101-2/+6
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-2/+5
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* control() donearpi2002-04-031-2/+5
* audio input buffer allocation/free cleanuparpi2002-04-011-6/+1
* reworked ADPCM decoders; changes include:melanson2002-03-301-20/+202
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+60