summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/driver.c
AgeCommit message (Collapse)Author
2003-02-17- fix LDT clash with linuxthreadsMiguel Freitas
- comment useless calls. some people really don't know what this thing does, they probably think that lots of Setup_FS_Segment() all over will make win32 gods happy. :) - fix vfw (indeo) and quicktime segfaults in short: xine now plays indeo, animatrix and the hulk trailers. CVS patchset: 4178 CVS date: 2003/02/17 03:18:02
2002-12-18first draft of quicktime binary-only codec supportGuenter Bartsch
CVS patchset: 3580 CVS date: 2002/12/18 04:00:45
2002-08-11fix long standing bug of segfaults on exit. stupid me: i had overlookedMiguel Freitas
this CodecAlloc/CodecRelease stuff... CVS patchset: 2430 CVS date: 2002/08/11 15:03:10
2002-06-21update win32 codec loading codeMiguel Freitas
- shiny new win32 crap from avifile and mplayer! - shiny new compilation warnings! - use directshow filter to decode msmpeg v1/v2 - disable SYNC_SHUTDOWN ugly hack (will be removed soon, i hope) CVS patchset: 2114 CVS date: 2002/06/21 01:44:17
2002-04-28Fixes for some compile errors.James Courtier-Dutton
CVS patchset: 1803 CVS date: 2002/04/28 23:47:50
2002-01-07acelpnet should work now (some files updated from mplayer cvs)Miguel Freitas
CVS patchset: 1360 CVS date: 2002/01/07 02:17:10
2001-11-07- update win32 loaderMiguel Freitas
- dynamic buffers fixes a lot of audio problems CVS patchset: 974 CVS date: 2001/11/07 02:15:24
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
CVS patchset: 646 CVS date: 2001/09/16 23:13:45
2001-07-14made win32 path configurableGuenter Bartsch
CVS patchset: 278 CVS date: 2001/07/14 16:55:11
2001-07-04Add prototypes for all functions in wine/*, to catch __stdcall functionuid56437
attribute mismatches between function prototypes and function definitions. Such a __stdcall mismatch can corrupt the cpu's stack, because both the caller and the callee clean up function parameter from the stack (or none of them removes the function parameters) wine/* should be less sensitive to optimzation options due to this change. CVS patchset: 245 CVS date: 2001/07/04 14:05:09
2001-06-09finally - w32codec works againGuenter Bartsch
CVS patchset: 137 CVS date: 2001/06/09 18:40:41