Age | Commit message (Collapse) | Author |
|
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.
CVS patchset: 3331
CVS date: 2002/11/22 05:25:14
|
|
Cleared up trailing spaces
src/xine-engine/Makefile.am:
libxine should depend on the build libxineutil.
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.c:
src/xine-utils/xine_check.h:
Added checking of support of yuv12
CVS patchset: 3223
CVS date: 2002/11/10 20:35:50
|
|
has to contain relative or absolute pathnames, in a build with separate
source and object directory hierarchies.
Simply install the headers into the destination directory, and let the
install program figure out the target filename from the source file name.
CVS patchset: 3072
CVS date: 2002/10/28 13:27:10
|
|
AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943
CVS date: 2002/10/22 23:50:15
|
|
CVS patchset: 2872
CVS date: 2002/10/20 14:18:33
|
|
Added myself to AUTHORS
configure.ac:
Removed a '-O' flag from DEBUG_CFLAGS when its initialized. The flag
is added later depending on architecture of CPU.
include/xine.h.in:
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.h:
src/xine-utils/xine_check.c:
misc/xine-config.in:
Moved some of the system checks from xine-config.in to xine_check.c. Now
some of the checks are written in C instead of shell script. This is the
first beta/bleeding edge/kick the tires/it might break for you version.
It works for me (Intel P3). It will report to the stdout your kernel version,
MTRR (x86) architecture only (depends on kernel), symbolic link for CDROM is ok,
symbolic link for DVD is ok, and if environment variable "DISPLAY" is
set. It will later support telling if DMA is turned on for IDE based DVD
drives (Need help here - see below) and XVinfo.
DMA: <HELP REQUIRED>: DMA is successfully check but I cannot determine
that from the /dev/dvd symbolic link for those DVD drives that need to
use the ide-scsi module (e.g. My DVD/CDRW). I can verify DMA is set
if I hard code the link into the code (obviously not a prime choice).
So if any solutions are known please pass them along.
misc/Makefile.am:
misc/xine-config.in:
src/xine-engine/Makefile.am:
Removed xine_logo information from xine-lib. Please let me know if I
missed anyting.
CVS patchset: 2869
CVS date: 2002/10/20 02:17:36
|
|
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48
|
|
- 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
|
|
CVS patchset: 2723
CVS date: 2002/09/20 15:53:24
|
|
CVS patchset: 2709
CVS date: 2002/09/19 15:25:51
|
|
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: 2643
CVS date: 2002/09/10 10:50:30
|
|
broken now ... matthias/miguel: please fix it :-)
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05
|
|
- new helper module (vo_scale.c) with all common scaling code of video out
drivers. it should greatly simplify drivers development by removing the
boring frame/window calculation, aspect ratio, zooming etc.
obs: not completely tested, may contain bugs and break things. also only
xshm and xv have being simplified so far, others will follow shortly.
CVS patchset: 2455
CVS date: 2002/08/15 03:12:24
|
|
Vaclav Slavik <vaclav.slavik@matfyz.cz> for the notice and a patch.
Add thread cflags in debug CFLAGS (xine-engine).
CVS patchset: 2194
CVS date: 2002/07/01 23:02:05
|
|
CVS patchset: 2149
CVS date: 2002/06/24 02:29:41
|
|
CVS patchset: 2131
CVS date: 2002/06/22 18:00:36
|
|
available. use X11 cflags when it's available (needed for nvtv).
CVS patchset: 2083
CVS date: 2002/06/16 22:16:55
|
|
CVS patchset: 2061
CVS date: 2002/06/10 21:42:44
|
|
- endianness fixes/cleanups (fix asf demuxer/audio for bigendian)
- xine_waveformatex
- increased demuxer plugin version
CVS patchset: 2028
CVS date: 2002/06/07 02:40:46
|
|
(pessimistically assuming unstable API => LT_CURRENT=0; 1 would be better,
but only if we assume a stable API)
CVS patchset: 1849
CVS date: 2002/05/03 23:21:03
|
|
CVS patchset: 1844
CVS date: 2002/05/03 08:08:30
|
|
CVS patchset: 1838
CVS date: 2002/05/02 18:59:29
|
|
and install it by default.
CVS patchset: 1642
CVS date: 2002/03/28 12:44:37
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28
|
|
modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested
CVS patchset: 1294
CVS date: 2001/12/24 00:45:03
|
|
CVS patchset: 1191
CVS date: 2001/12/09 17:24:39
|
|
* reworked spu and overlay manager (multiple overlays supported)
CVS patchset: 1126
CVS date: 2001/11/28 22:19:10
|
|
CVS patchset: 987
CVS date: 2001/11/07 18:26:36
|
|
CVS patchset: 860
CVS date: 2001/10/22 22:11:01
|
|
CVS patchset: 859
CVS date: 2001/10/22 21:34:54
|
|
CVS patchset: 852
CVS date: 2001/10/22 00:52:09
|
|
CVS patchset: 844
CVS date: 2001/10/20 22:18:59
|
|
images so it can increment it's internal pts counters
CVS patchset: 833
CVS date: 2001/10/18 18:50:53
|
|
docs files.
CVS patchset: 699
CVS date: 2001/09/27 01:42:42
|
|
CVS patchset: 640
CVS date: 2001/09/16 11:45:30
|
|
Currently, version numbers are not used, but Daniel will change that soon ;-)
CVS patchset: 639
CVS date: 2001/09/16 10:13:15
|
|
CVS patchset: 637
CVS date: 2001/09/16 00:01:38
|
|
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c
Audio out now done in xine-lib/src/audio_out/*
Currently, only xine-lib/src/audio_oss_out.c is active.
Re-support of others will follow as other people implement them.
ao_functions split into ao_instance and ao_driver
and function in a similar fashion as video_out.
All decoder plugins now call ao_instance instead of ao_functions.
ao_instance is used in xine-lib/src/xine-engine/audio_out.c
ao_driver is used in xine-lib/src/audio_out/*
See also changes in xine-ui files
CVS patchset: 459
CVS date: 2001/08/21 19:39:50
|
|
CVS patchset: 442
CVS date: 2001/08/17 14:43:14
|
|
CVS patchset: 281
CVS date: 2001/07/14 23:17:37
|
|
CVS patchset: 275
CVS date: 2001/07/14 12:50:33
|
|
in libw32dll/wine.
CVS patchset: 264
CVS date: 2001/07/10 21:07:55
|
|
CVS patchset: 255
CVS date: 2001/07/05 21:42:29
|
|
CVS patchset: 250
CVS date: 2001/07/04 17:10:24
|
|
are enabled.)
CVS patchset: 210
CVS date: 2001/06/18 15:43:00
|
|
CVS patchset: 207
CVS date: 2001/06/18 09:39:05
|
|
CVS patchset: 152
CVS date: 2001/06/10 03:10:25
|
|
CVS patchset: 150
CVS date: 2001/06/10 02:10:33
|