summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_dk3adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* Use AV_RL* macros instead of typecasts where appropriatereimar2010-11-021-6/+3
* Merge svn changes up to r30463Uoti Urpala2010-03-091-11/+28
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-11/+28
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | 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