Age | Commit message (Collapse) | Author |
|
- add wma decoder
- fix mmx macro
- remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix)
CVS patchset: 3234
CVS date: 2002/11/11 13:45:34
|
|
CVS patchset: 3229
CVS date: 2002/11/11 04:18:41
|
|
C memory management. The code is much more simplified through the
use of a function added to xine_check called set_hc_result.
CVS patchset: 3227
CVS date: 2002/11/11 01:06:58
|
|
CVS patchset: 3225
CVS date: 2002/11/10 23:44:59
|
|
yuv12 support.
CVS patchset: 3224
CVS date: 2002/11/10 20:48:30
|
|
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
|
|
CVS patchset: 3187
CVS date: 2002/11/04 13:22:19
|
|
XvQueryExtension.
NOTE: On my system XDisplayName is not resolved. I do not understand this. I am
committing this code to make it easier to spot the problem. I hopefully have
provided enough there in the code for debug.
CVS patchset: 3182
CVS date: 2002/11/04 06:30:15
|
|
CVS patchset: 3181
CVS date: 2002/11/04 00:55:36
|
|
compiler-generated ASM
CVS patchset: 3177
CVS date: 2002/11/04 00:03:19
|
|
CVS patchset: 3175
CVS date: 2002/11/03 23:07:14
|
|
CVS patchset: 3173
CVS date: 2002/11/03 22:39:22
|
|
CVS patchset: 3157
CVS date: 2002/11/02 22:21:02
|
|
Used dlopen to grab reference to XvQueryExtension.
Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed.
(still need work here)
Removed X11 libs from xine-config flag (--libs)
CVS patchset: 3156
CVS date: 2002/11/02 21:53:00
|
|
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again.
CVS patchset: 3139
CVS date: 2002/11/02 04:31:06
|
|
CVS patchset: 3138
CVS date: 2002/11/02 03:13:44
|
|
CVS patchset: 3137
CVS date: 2002/11/02 02:59:44
|
|
Redefined functions to make use of xine_health_check_s struct.
CVS patchset: 3136
CVS date: 2002/11/02 02:58:52
|
|
CVS patchset: 3135
CVS date: 2002/11/02 02:57:32
|
|
From: Sysoltsev, Vyatcheslav <vyatcheslav.sysoltsev@intel.com>
Subject: RE: macro mmx_m2r in xineutils.h allows operation with
regs/immediate not allowed really, this disallow extensive optimization
CVS patchset: 3119
CVS date: 2002/11/01 01:14:06
|
|
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 source file name.
CVS patchset: 3065
CVS date: 2002/10/28 12:54:00
|
|
CVS patchset: 3019
CVS date: 2002/10/26 20:21:09
|
|
CVS patchset: 3005
CVS date: 2002/10/26 03:56:10
|
|
CVS patchset: 3004
CVS date: 2002/10/26 03:55:47
|
|
dispose of event queue.
CVS patchset: 2998
CVS date: 2002/10/26 02:12:27
|
|
CVS patchset: 2987
CVS date: 2002/10/24 16:02:43
|
|
or /*nothing*/
We already get a '#define inline __inline__' in config.h, when xine-lib is
configured with CC="gcc -ansi -pedantic"
CVS patchset: 2986
CVS date: 2002/10/24 15:49:56
|
|
environment, not GNU's extension
CVS patchset: 2983
CVS date: 2002/10/24 15:01:18
|
|
CVS patchset: 2971
CVS date: 2002/10/23 20:26:32
|
|
CVS patchset: 2965
CVS date: 2002/10/23 12:34:46
|
|
AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943
CVS date: 2002/10/22 23:50:15
|
|
CVS patchset: 2938
CVS date: 2002/10/22 17:13:11
|
|
CVS patchset: 2936
CVS date: 2002/10/22 17:05:58
|
|
CVS patchset: 2873
CVS date: 2002/10/20 14:19:29
|
|
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
|
|
Fink<billfink@mindspring.com>).
CVS patchset: 2812
CVS date: 2002/10/12 04:29:06
|
|
- 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: 2738
CVS date: 2002/09/22 14:24:30
|
|
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
|
|
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.
CVS patchset: 2676
CVS date: 2002/09/16 21:49:34
|
|
- fixes build problems of xine aRts plugin for KDE
CVS patchset: 2662
CVS date: 2002/09/14 14:15:51
|
|
CVS patchset: 2658
CVS date: 2002/09/13 03:05:19
|
|
lower right corner of frame, fixed Y split when frame is not divisible
by 8, and optimized filtered sample transfer to memory
CVS patchset: 2655
CVS date: 2002/09/12 01:25:28
|
|
fix some input plugins that would not copy the mrl on open
CVS patchset: 2623
CVS date: 2002/09/06 18:13:10
|
|
broken now ... matthias/miguel: please fix it :-)
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05
|
|
CVS patchset: 2539
CVS date: 2002/08/28 03:32:48
|
|
CVS patchset: 2364
CVS date: 2002/07/30 13:28:47
|
|
CVS patchset: 2345
CVS date: 2002/07/24 08:00:13
|
|
problem in MMX YUV 4:4:4 -> YUY2 converter
CVS patchset: 2324
CVS date: 2002/07/20 04:20:56
|
|
CVS patchset: 2282
CVS date: 2002/07/15 21:42:33
|