summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Collapse)Author
2002-11-02Forgotten X related removal stuffDaniel Caujolle-Bert
CVS patchset: 3157 CVS date: 2002/11/02 22:21:02
2002-11-02Thanks to Siggi, Bastien, and Robin for their help.Stephen Torri
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
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include ↵Robin KAY
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again. CVS patchset: 3139 CVS date: 2002/11/02 04:31:06
2002-11-02Less verbosity.Daniel Caujolle-Bert
CVS patchset: 3138 CVS date: 2002/11/02 03:13:44
2002-11-02Beta version of xine_health_check. Double check XV detection function.Stephen Torri
CVS patchset: 3137 CVS date: 2002/11/02 02:59:44
2002-11-02Added macros for xine health check.Stephen Torri
Redefined functions to make use of xine_health_check_s struct. CVS patchset: 3136 CVS date: 2002/11/02 02:58:52
2002-11-02Added flags -L/usr/X11R6/lib and -lX11 to build of libxineutils.Stephen Torri
CVS patchset: 3135 CVS date: 2002/11/02 02:57:32
2002-11-01that patch was pending in my inbox for quite some timeMiguel Freitas
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
2002-10-28Solaris' make cannot decide, whether the make variable 'include_HEADERS'Juergen Keil
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
2002-10-26Fix prototype, when compiled on something != linuxJuergen Keil
CVS patchset: 3019 CVS date: 2002/10/26 20:21:09
2002-10-26Removed trailing white spaces.Stephen Torri
CVS patchset: 3005 CVS date: 2002/10/26 03:56:10
2002-10-26Changed xine_health_check to take cdrom and dvd device links as argumentsStephen Torri
CVS patchset: 3004 CVS date: 2002/10/26 03:55:47
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
dispose of event queue. CVS patchset: 2998 CVS date: 2002/10/26 02:12:27
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
CVS patchset: 2987 CVS date: 2002/10/24 16:02:43
2002-10-24let configure determine if we the compiler needs inline, __inline, __inline__,Juergen Keil
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
2002-10-24Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99Juergen Keil
environment, not GNU's extension CVS patchset: 2983 CVS date: 2002/10/24 15:01:18
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32
2002-10-23Help compiling in ansi.James Courtier-Dutton
CVS patchset: 2965 CVS date: 2002/10/23 12:34:46
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their ↵Stephen Torri
AC_CFLAGS variable of their Makefile.am for the directory. CVS patchset: 2943 CVS date: 2002/10/22 23:50:15
2002-10-22trying to reduce the number of SIGILL signals on Solaris x86 (no SSE support)Juergen Keil
CVS patchset: 2938 CVS date: 2002/10/22 17:13:11
2002-10-22Disable the xine_check code for !linux platforms for now.Juergen Keil
CVS patchset: 2936 CVS date: 2002/10/22 17:05:58
2002-10-20turn healt_check into c-code ;>Guenter Bartsch
CVS patchset: 2873 CVS date: 2002/10/20 14:19:29
2002-10-20AUTHORS:Stephen Torri
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
2002-10-12Fixed macro check to see if ARCH_PPC is defined. (Found by Bill ↵Stephen Torri
Fink<billfink@mindspring.com>). CVS patchset: 2812 CVS date: 2002/10/12 04:29:06
2002-10-09configure.ac:Stephen Torri
- 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
2002-09-22fix libtool warning: "-version-info is ignored for convenience libaries"Michael Roitzsch
CVS patchset: 2738 CVS date: 2002/09/22 14:24:30
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
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
2002-09-14Don't use C++ style comment in public headerEwald Snel
- fixes build problems of xine aRts plugin for KDE CVS patchset: 2662 CVS date: 2002/09/14 14:15:51
2002-09-13simplify MMX shift instructionMike Melanson
CVS patchset: 2658 CVS date: 2002/09/13 03:05:19
2002-09-12revised the MMX color converter to get rid of unsightly green dot inMike Melanson
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
2002-09-06introduce "const"Michael Roitzsch
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
CVS patchset: 2539 CVS date: 2002/08/28 03:32:48
2002-07-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch
CVS patchset: 2364 CVS date: 2002/07/30 13:28:47
2002-07-24Fix xine_strdupa macro.Daniel Caujolle-Bert
CVS patchset: 2345 CVS date: 2002/07/24 08:00:13
2002-07-20added FINISH_LINE() color utility macro and fixed right-edge green stripeMike Melanson
problem in MMX YUV 4:4:4 -> YUY2 converter CVS patchset: 2324 CVS date: 2002/07/20 04:20:56
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
CVS patchset: 2282 CVS date: 2002/07/15 21:42:33
2002-07-15added some pixel unpacking macrosMike Melanson
CVS patchset: 2268 CVS date: 2002/07/15 00:51:17
2002-07-14added architecture-specific compile conditionalsMike Melanson
CVS patchset: 2263 CVS date: 2002/07/14 20:13:23
2002-07-14new color conversion facilitiesMike Melanson
CVS patchset: 2261 CVS date: 2002/07/14 01:27:03
2002-07-01Link libxineutils to thread lib (xine-mutex introduced that). Thanks toDaniel Caujolle-Bert
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
2002-06-24Remove last tranlated enums. Add --check in .po build, since it seems someDaniel Caujolle-Bert
tranlators don't use a tool who check validity. CVS patchset: 2158 CVS date: 2002/06/24 19:55:38
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-23Use much faster calloc instead of malloc/memset (reduces startup time)Ewald Snel
CVS patchset: 2133 CVS date: 2002/06/23 09:12:45
2002-06-21Stupid i am, conditionnal in extra_dist !!. Thanks Miguel for the report.Daniel Caujolle-Bert
CVS patchset: 2116 CVS date: 2002/06/21 13:39:55
2002-06-20What's the hell i've made with conditional files.Daniel Caujolle-Bert
CVS patchset: 2112 CVS date: 2002/06/20 21:32:44
2002-06-16ppc patch for older kernel versions by Ralf ErtzingerSiggi Langauf
CVS patchset: 2084 CVS date: 2002/06/16 22:35:10
2002-06-16Add missing file inclusion.Daniel Caujolle-Bert
CVS patchset: 2081 CVS date: 2002/06/16 21:49:59
2002-06-15added missing fileSiggi Langauf
CVS patchset: 2076 CVS date: 2002/06/15 14:49:51