aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_acm.c
Commit message (Expand)AuthorAge
* 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