Age | Commit message (Collapse) | Author |
|
|
|
It was not possible to compile some parts of XINE-LIB with NLS enabled. It's
also a good idea to explicitely enable --enable-stdcall-fixup for solving a
huge amount of warnings. Attached patch fixes these problems.
|
|
|
|
Some plugins may have been missed due to them not being built here.
|
|
|
|
|
|
using hacksaround. Also replace the whole pthread check with an improved macro originally written for XCB, this way it's not going to try linking the fake -lpthread on Darwin, and it also does not force a -I/usr/local/include on FreeBSD. The new macro respects the same variables set by ports, so that it's even more transparent to FreeBSD users.
CVS patchset: 8739
CVS date: 2007/03/22 20:44:58
|
|
CVS patchset: 8465
CVS date: 2006/12/27 22:14:45
|
|
CVS patchset: 8446
CVS date: 2006/12/25 18:32:54
|
|
CVS patchset: 8197
CVS date: 2006/09/02 22:09:33
|
|
CVS patchset: 8195
CVS date: 2006/09/02 21:59:54
|
|
CVS patchset: 8178
CVS date: 2006/08/12 23:57:29
|
|
polypaudio plugin. Right now delays don't work (yet), but the rest of it should.
CVS patchset: 8114
CVS date: 2006/07/11 05:20:31
|
|
requirement of 0.9.0 minimum. See SF.net bug 1394688.
CVS patchset: 8104
CVS date: 2006/07/10 22:43:50
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
CVS patchset: 7858
CVS date: 2006/01/29 16:00:51
|
|
Windows ports fixes and improvements due to my current work on toxine:
- first experiments with external win32 pthreads,
more portable code (pthread_t may be a struct)
- headers refactored
- moved dirent win32 replacement to lib/, hide it for frontends,
used system version, if found, not used non-POSIX dirent->d_reclen
(this item doesn't work in MinGW), fix memleak in dvb
- separated settings for postproc and avcodec when using external ffmpeg
- check for malloc.h in public xine.m4, used it conditionally in xine headers
- replaced random() by POSIX more common rand()
- prevent one segfault in directx vo plugin, if fails
- M$VC port update
CVS patchset: 7709
CVS date: 2005/08/25 15:36:29
|
|
Long awaited new version of DirectX audio output plugin.
(very stable IMHO, so marked for 1.0 branch too)
CVS patchset: 7382
CVS date: 2005/02/04 22:31:29
|
|
CVS patchset: 7125
CVS date: 2004/11/15 03:58:46
|
|
- usability MSVC for frontends
- remove unistd.h from public headers
- add configure option "--with-dxheaders"
- install .def file under WIN32
- MSVC port update (some people might want it)
CVS patchset: 6944
CVS date: 2004/09/06 18:34:37
|
|
CVS patchset: 6724
CVS date: 2004/06/21 15:09:53
|
|
It makes use of Apple's brand new AudioUnit and is coded in plain C,
not Objective-C, so it should not break anything.
See http://developer.apple.com/technotes/tn2002/tn2091.html and
http://developer.apple.com/documentation/MusicAudio/Reference/CoreAudio/index.html
for conceptual documentation about this framework.
There is a new configure-flag now called '--enable-coreaudio' which enables
the built of this module, the default is not to build it on any platform.
So far, only stereo output on the default device is supported, but this
might change in future updates.
I did my best to keep to xine's coding style, please let me know if I
did something wrong.
CVS patchset: 6666
CVS date: 2004/06/10 18:33:31
|
|
AUTHORS file, and mentioned the new plugin in the ChangeLog
CVS patchset: 6205
CVS date: 2004/03/02 19:48:41
|
|
* use DirectX under CygWin and basic auto-stuff
* move some my macros in configure.ac
* I don't know why, but shared directx plugins can't be linked with
libdxguid.a. Used cute-hack, idea is from mplayer. Also thanks to
hexedit, because I haven't sources of w32api.
* Fix some warnings in vo directx and ao directx.
* Decrease version of directx. It seems it still works.
For compilation with DirectX under Cygwin you need header files from
directx-sdk. Autoconf macros are only basic, but it works. for example:
DIRECTX_CFLAGS=-I/cygrive/c/Program\ Files/Directx/include ./autogen.sh
CVS patchset: 5971
CVS date: 2004/01/01 18:14:51
|
|
CVS patchset: 5966
CVS date: 2003/12/31 18:31:39
|
|
fix "make dist". Now tarball is complete.
don't expect people have doc formatting tools (check for sgmltools
and fig2dev).
rename the spaced name file in win32 (Tim, can you check if i didn't break
anything please ?).
CVS patchset: 5589
CVS date: 2003/10/25 00:49:11
|
|
CVS patchset: 4922
CVS date: 2003/05/24 14:37:16
|
|
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
|
|
obs: none != null (null disables audio decoding)
CVS patchset: 4842
CVS date: 2003/05/13 22:39:41
|
|
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
|
|
CVS patchset: 3958
CVS date: 2003/01/18 16:28:41
|
|
CVS patchset: 3589
CVS date: 2002/12/19 21:40:02
|
|
CVS patchset: 3374
CVS date: 2002/11/26 02:37:34
|
|
CVS patchset: 3367
CVS date: 2002/11/25 22:01:56
|
|
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
|
|
CVS patchset: 2935
CVS date: 2002/10/22 16:46:17
|
|
CVS patchset: 2848
CVS date: 2002/10/18 13:13:30
|
|
other audio output plugin from build process
CVS patchset: 2841
CVS date: 2002/10/16 22:54:47
|
|
- 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
|
|
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
|
|
CVS patchset: 2654
CVS date: 2002/09/11 18:20:34
|
|
CVS patchset: 2644
CVS date: 2002/09/10 13:09:51
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
CVS patchset: 1428
CVS date: 2002/01/20 12:33:45
|
|
CVS patchset: 859
CVS date: 2001/10/22 21:34:54
|
|
CVS patchset: 852
CVS date: 2001/10/22 00:52:09
|
|
Copying instead of linking missing GNU files now (cross-plattform development).
CVS patchset: 583
CVS date: 2001/09/06 17:12:37
|
|
CVS patchset: 555
CVS date: 2001/09/02 22:45:00
|
|
CVS patchset: 486
CVS date: 2001/08/25 08:19:58
|