aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_acm.c
Commit message (Expand)AuthorAge
* Remove win32/qt/xanim/real binary codecs loadingGravatar wm42012-08-16
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
| | * Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
| |/
| * 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
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* Use goto instead of useless recursion that might fill up the stackGravatar reimar2007-07-30
* Do not use a return value for a void functionGravatar reimar2007-07-30
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* fixGravatar rathann2005-12-05
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...Gravatar faust32005-09-03
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* workaround for min_srcsize==0 (scg726.acm)Gravatar arpi2003-12-26
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>Gravatar diego2003-12-24
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* verbose can be negativeGravatar arpi2002-11-01
* wine headers cleanupGravatar arpi2002-09-22
* fixed to comply with new loaderGravatar alex2002-09-13
* merged with dll_init.c, moved some variables from sh_audio to private structGravatar alex2002-09-01
* -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
* added acm uninitGravatar alex2002-04-01
* argh... Nick messed up driver names tooGravatar arpi2002-03-25
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25