aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_dk3adpcm.c
Commit message (Expand)AuthorAge
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* Use AV_RL* macros instead of typecasts where appropriateGravatar 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
|/
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hGravatar diego2008-04-01
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* attempt to fix missing and/or broken boundary checksGravatar reimar2005-11-10
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* control() doneGravatar arpi2002-04-03
* audio input buffer allocation/free cleanupGravatar arpi2002-04-01
* reworked ADPCM decoders; changes include:Gravatar melanson2002-03-30
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25