Commit Graph

11 Commits

Author SHA1 Message Date
diego 4180db130e Add missing string.h #include to fix a bunch of implicit declaration warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26611 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-30 14:03:32 +00:00
diego c5d5fe98b2 Mark all functions that are only used within the file as static.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26607 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-30 13:53:40 +00:00
compn 962a99ead2 simple avoid wine complaints fix by sherpya
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24797 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-17 02:24:50 +00:00
diego 06facf3a90 According to MSDN a thread must call CoUninitialize once for each successful
call it has made to CoInitialize or CoInitializeEx, including any call that
returns S_FALSE. Only the CoUninitialize call corresponding to the CoInitialize
or CoInitializeEx call that initialized the library can close it.
patch by Gianluigi Tiesi, mplayer netfarm it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24596 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-23 20:37:33 +00:00
compn 5c8f8897f9 __defines are reserved for gcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22478 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-06 14:15:37 +00:00
compn 10bb905591 getopt is only needed on msvc, remove from mingw/linux compile info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22457 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-04 15:48:20 +00:00
compn fccd5900c7 update to 0.1 version from website
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22314 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-22 19:03:36 +00:00
compn 2bd9114c0d add original website url per al3x comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22313 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-22 18:20:14 +00:00
diego a526b66d15 10l copy and paste bug in the license header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22272 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-19 01:26:17 +00:00
diego 531b2e2975 Fix license header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22271 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-19 00:20:48 +00:00
alex 857545e725 Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22270 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-18 23:24:21 +00:00