Age | Commit message (Collapse) | Author |
|
This requires that many other files include config.h themselves.
Also convert <config.h> to "config.h".
|
|
(fixed multithread audio and video playback on FreeBSD with different LDTs)
One coverity fix.
CVS patchset: 7988
CVS date: 2006/05/07 09:31:57
|
|
2) [coverity] fixes:
- 279 (w32): test should be on input parametr type, not typeW
- 267 (aout): can be ignored but there was warning anyway
- 234 (w32): missing free on error & exit
- 152 (w32): missing free on error & exit
- 148 (w32): fixed bound of static array in test
- 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future,
should never happen with current ffmpeg in xine)
- 98, 99 (w32): check negative handle by _x_assert (it's used as index to array)
- 90 (w32): negate pointer check (+added check for size)
- 89 (w32): added NULL and size check
CVS patchset: 7959
CVS date: 2006/04/05 22:12:17
|
|
CVS patchset: 6853
CVS date: 2004/07/25 17:45:22
|
|
CVS patchset: 1695
CVS date: 2002/04/07 12:17:26
|
|
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10
|
|
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
|