summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_acm.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30643Uoti Urpala2010-03-101-3/+1
|\
| * Add header for AVI print functions; avoids many forward declarations.diego2010-02-181-3/+1
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+9
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | 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