index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
ad_acm.c
Commit message (
Expand
)
Author
Age
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Use goto instead of useless recursion that might fill up the stack
reimar
2007-07-30
*
Do not use a return value for a void function
reimar
2007-07-30
*
Include loader/ prefix in #include path everywhere.
diego
2007-03-15
*
Move #ifdefs around complete files into the build system.
diego
2006-06-21
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
*
fix
rathann
2005-12-05
*
replace sleep with usec_sleep, required for recent mingw versions, patch by R...
faust3
2005-09-03
*
setting samplesize to 2 in decoders where neccessary.
reimar
2004-09-21
*
workaround for min_srcsize==0 (scg726.acm)
arpi
2003-12-26
*
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
diego
2003-12-24
*
*HUGE* set of compiler warning fixes, unused variables removal
arpi
2002-11-06
*
verbose can be negative
arpi
2002-11-01
*
wine headers cleanup
arpi
2002-09-22
*
fixed to comply with new loader
alex
2002-09-13
*
merged with dll_init.c, moved some variables from sh_audio to private struct
alex
2002-09-01
*
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
2002-08-31
*
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...
arpi
2002-08-30
*
added acm uninit
alex
2002-04-01
*
argh... Nick messed up driver names too
arpi
2002-03-25
*
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...
arpi
2002-03-25