Age | Commit message (Collapse) | Author |
|
Using asprintf() instead of malloc() + sprintf() reduces the lines of
code in xine-lib (moving the allocation to the C library or asprintf
replacement), makes it safer to access the string and can also improve
performance whenever the value returned by a function was used as
parameter, as before it had to run the function twice in almost every
case (once for strlen(), once for sprintf()).
|
|
libw32 compiles here without a single compiler warning
CVS patchset: 5946
CVS date: 2003/12/24 16:55:35
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
CVS patchset: 4151
CVS date: 2003/02/14 01:33:22
|
|
CVS patchset: 3981
CVS date: 2003/01/20 12:51:47
|
|
CVS patchset: 3580
CVS date: 2002/12/18 04:00:45
|
|
- 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
|
|
CVS patchset: 1695
CVS date: 2002/04/07 12:17:26
|
|
CVS patchset: 1465
CVS date: 2002/02/01 14:23:13
|
|
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10
|
|
- dynamic buffers fixes a lot of audio problems
CVS patchset: 974
CVS date: 2001/11/07 02:15:24
|
|
MSMPEG4 v1/v2 formats using the libw32dll plugin.
But at least for XShm video output, libw32dll is too slow, converting
RGB -> YUY2 in the w32dll plugin, and converting back from YUY2 -> RGB in
the video out driver :-/
CVS patchset: 661
CVS date: 2001/09/18 17:41:47
|
|
CVS patchset: 646
CVS date: 2001/09/16 23:13:45
|
|
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
|
|
CVS patchset: 137
CVS date: 2001/06/09 18:40:41
|