summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_acm.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* Use goto instead of useless recursion that might fill up the stackreimar2007-07-301-2/+2
* Do not use a return value for a void functionreimar2007-07-301-1/+2
* Include loader/ prefix in #include path everywhere.diego2007-03-151-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-3/+0
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-3/+3
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-2/+2
* massive attack: mp_msg printf format fixesrathann2006-01-121-4/+4
* fixrathann2005-12-051-0/+1
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-031-1/+1
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* workaround for min_srcsize==0 (scg726.acm)arpi2003-12-261-0/+6
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-1/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+3
* verbose can be negativearpi2002-11-011-3/+2
* wine headers cleanuparpi2002-09-221-6/+3
* fixed to comply with new loaderalex2002-09-131-2/+2
* merged with dll_init.c, moved some variables from sh_audio to private structalex2002-09-011-16/+178
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* added acm uninitalex2002-04-011-1/+1
* argh... Nick messed up driver names tooarpi2002-03-251-2/+5
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+76