Sun, 12 Sep 2010 15:55:47 +0000 |
reimar |
Replace sizeof(WAVEFORMATEX) occurrences.
|
Thu, 18 Feb 2010 00:18:50 +0000 |
diego |
Add header for AVI print functions; avoids many forward declarations.
|
Fri, 12 Feb 2010 16:29:34 +0000 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Mon, 30 Jul 2007 13:48:08 +0000 |
reimar |
Use goto instead of useless recursion that might fill up the stack
|
Mon, 30 Jul 2007 13:46:53 +0000 |
reimar |
Do not use a return value for a void function
|
Thu, 15 Mar 2007 08:29:24 +0000 |
diego |
Include loader/ prefix in #include path everywhere.
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Mon, 27 Mar 2006 17:25:41 +0000 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Thu, 12 Jan 2006 20:04:36 +0000 |
rathann |
massive attack: mp_msg printf format fixes
|
Mon, 05 Dec 2005 01:27:32 +0000 |
rathann |
fix
|
Sat, 03 Sep 2005 10:58:52 +0000 |
faust3 |
replace sleep with usec_sleep, required for recent mingw versions, patch by Robert Swain <robert.swain at gmail.com>
|
Tue, 21 Sep 2004 20:34:47 +0000 |
reimar |
setting samplesize to 2 in decoders where neccessary.
|
Fri, 26 Dec 2003 09:57:56 +0000 |
arpi |
workaround for min_srcsize==0 (scg726.acm)
|
Wed, 24 Dec 2003 22:00:51 +0000 |
diego |
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
|
Wed, 06 Nov 2002 23:54:29 +0000 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
Fri, 01 Nov 2002 17:46:45 +0000 |
arpi |
verbose can be negative
|
Sun, 22 Sep 2002 00:43:14 +0000 |
arpi |
wine headers cleanup
|
Fri, 13 Sep 2002 21:55:55 +0000 |
alex |
fixed to comply with new loader
|
Sun, 01 Sep 2002 17:11:10 +0000 |
alex |
merged with dll_init.c, moved some variables from sh_audio to private struct
|
Sat, 31 Aug 2002 13:09:23 +0000 |
arpi |
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
|
Fri, 30 Aug 2002 21:44:20 +0000 |
arpi |
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
|
Mon, 01 Apr 2002 13:26:03 +0000 |
alex |
added acm uninit
|
Mon, 25 Mar 2002 22:03:33 +0000 |
arpi |
argh... Nick messed up driver names too
|
Mon, 25 Mar 2002 21:06:01 +0000 |
arpi |
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added
|