Age | Commit message (Collapse) | Author |
|
CVS patchset: 5046
CVS date: 2003/06/14 23:34:46
|
|
wrong order, when doing a "make debug" from outside src/libw32dll/wine
(DEBUG_CFLAGS is set in src/libw32dll/wine's Makefile, but the CFLAGS given on
the command line take precedence, therefore WIN32_PATH would be undefined)
I hope I have not broken wine stuff. (Yes, the warning is frightening me...)
I have checked using some Windows DLLs and the Quicktime SVQ3 DLL and they
worked fine. Could everyone double check, if the win32-DLLs still work?
CVS patchset: 4864
CVS date: 2003/05/16 11:34:37
|
|
CVS patchset: 4850
CVS date: 2003/05/15 14:07:28
|
|
CVS patchset: 4848
CVS date: 2003/05/15 08:21:15
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
CVS patchset: 4212
CVS date: 2003/02/20 05:26:51
|
|
CVS patchset: 4188
CVS date: 2003/02/17 19:54:43
|
|
- 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
|
|
CVS patchset: 4151
CVS date: 2003/02/14 01:33:22
|
|
this issue was discussed several times on xine-devel.
nevertheless storri reintroduced the bug ten days ago.
CVS patchset: 4126
CVS date: 2003/02/10 21:42:18
|
|
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
|
|
CVS patchset: 3981
CVS date: 2003/01/20 12:51:47
|
|
CVS patchset: 3957
CVS date: 2003/01/18 16:27:54
|
|
CVS patchset: 3671
CVS date: 2002/12/24 17:05:05
|
|
CVS patchset: 3670
CVS date: 2002/12/24 16:54:33
|
|
CVS patchset: 3584
CVS date: 2002/12/18 20:14:55
|
|
CVS patchset: 3580
CVS date: 2002/12/18 04:00:45
|
|
CVS patchset: 2971
CVS date: 2002/10/23 20:26:32
|
|
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
|
|
contained in the solaris9 <stdio.h>
CVS patchset: 2800
CVS date: 2002/10/07 14:17:05
|
|
CVS patchset: 2712
CVS date: 2002/09/19 21:39:45
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
this CodecAlloc/CodecRelease stuff...
CVS patchset: 2430
CVS date: 2002/08/11 15:03:10
|
|
- asf bugfixes
- ffmpeg supporting ms iso mpeg4
- softsync fix by Bill Fink
CVS patchset: 2216
CVS date: 2002/07/05 20:54:37
|
|
can compile xine once again, using a non-gcc compiler.
CVS patchset: 2167
CVS date: 2002/06/26 15:54:25
|
|
CVS patchset: 2138
CVS date: 2002/06/23 16:18:44
|
|
- 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
|
|
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable.
CVS patchset: 1811
CVS date: 2002/04/29 23:31:59
|
|
CVS patchset: 1803
CVS date: 2002/04/28 23:47:50
|
|
CVS patchset: 1695
CVS date: 2002/04/07 12:17:26
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
CVS patchset: 1469
CVS date: 2002/02/02 14:30:08
|
|
CVS patchset: 1466
CVS date: 2002/02/01 21:48:42
|
|
CVS patchset: 1465
CVS date: 2002/02/01 14:23:13
|
|
CVS patchset: 1460
CVS date: 2002/01/31 02:16:42
|
|
compiler.
CVS patchset: 1454
CVS date: 2002/01/25 19:22:39
|
|
CVS patchset: 1408
CVS date: 2002/01/15 16:02:02
|
|
CVS patchset: 1399
CVS date: 2002/01/13 21:55:39
|
|
CVS patchset: 1363
CVS date: 2002/01/07 12:21:22
|
|
CVS patchset: 1362
CVS date: 2002/01/07 12:19:46
|
|
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10
|
|
CVS patchset: 1357
CVS date: 2002/01/06 18:56:19
|
|
First draft of compat.h (almost empty for now).
CVS patchset: 1139
CVS date: 2001/11/30 00:53:50
|
|
CVS patchset: 1134
CVS date: 2001/11/29 08:45:17
|
|
CVS patchset: 1132
CVS date: 2001/11/29 01:29:17
|
|
CVS patchset: 1050
CVS date: 2001/11/16 20:21:09
|
|
CVS patchset: 1000
CVS date: 2001/11/08 21:39:03
|
|
so i disabled it as someone did in previous version. ldt_keeper
explicitely states that it should be initialized before any threads are
created, which wouldn't be possible under current xine plugin architeture
except with some nasty hack. FIXME: we need to check any potential
problems of running dlls with default FS segment.
CVS patchset: 996
CVS date: 2001/11/08 02:47:46
|
|
- dynamic buffers fixes a lot of audio problems
CVS patchset: 974
CVS date: 2001/11/07 02:15:24
|
|
work any more.
CVS patchset: 832
CVS date: 2001/10/18 15:01:54
|