Mercurial > mplayer.hg
log TOOLS/vfw2menc.c @ 33833:1e096f5e51c7
age | author | description |
---|---|---|
Sun, 14 Nov 2010 09:12:34 +0000 | cboesch | Remove most of the NULL pointer check before free all over the code |
Fri, 26 Feb 2010 15:01:37 +0000 | diego | Do not cast the results of malloc/calloc/realloc. |
Wed, 30 Apr 2008 14:03:32 +0000 | diego | Add missing string.h #include to fix a bunch of implicit declaration warnings. |
Wed, 30 Apr 2008 13:53:40 +0000 | diego | Mark all functions that are only used within the file as static. |
Wed, 17 Oct 2007 02:24:50 +0000 | compn | simple avoid wine complaints fix by sherpya |
Sun, 23 Sep 2007 20:37:33 +0000 | diego | According to MSDN a thread must call CoUninitialize once for each successful |
Tue, 06 Mar 2007 14:15:37 +0000 | compn | __defines are reserved for gcc |