summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Collapse)Author
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
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-09Made profiler in non debug less verbose. Change the warning sentence.Daniel Caujolle-Bert
CVS patchset: 2051 CVS date: 2002/06/09 22:26:01
2002-06-07Ability to xine-lib clients to use non debug xine-lib with UI compiled withDaniel Caujolle-Bert
DEBUG and using profiler. CVS patchset: 2037 CVS date: 2002/06/07 22:15:47
2002-05-29Compile PPC files only on PPC arch.Daniel Caujolle-Bert
CVS patchset: 1967 CVS date: 2002/05/29 22:53:44
2002-05-28PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>Siggi Langauf
This seems to be _always_ using xine_fast_memcpy() in yuv2rgb.c, which _may_ be a bad idea. CVS patchset: 1961 CVS date: 2002/05/28 12:44:02
2002-05-14fix segfault after getpwuid_r as suggested by Gianluca AmatoMiguel Freitas
CVS patchset: 1885 CVS date: 2002/05/14 03:02:45
2002-05-14fix suggested by Ian GoldbergMiguel Freitas
CVS patchset: 1884 CVS date: 2002/05/14 02:34:37
2002-05-03switches to libtool versioningSiggi Langauf
(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
2002-05-01added xml parser/lexer from thibaut matternGuenter Bartsch
CVS patchset: 1823 CVS date: 2002/05/01 19:41:55
2002-04-27Two small changes to stop C++ moaningRich J Wareham
CVS patchset: 1781 CVS date: 2002/04/27 14:35:39
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, ↵Guenter Bartsch
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one CVS patchset: 1626 CVS date: 2002/03/24 14:15:36
2002-03-23content-detection for oggGuenter Bartsch
CVS patchset: 1623 CVS date: 2002/03/23 22:39:11
2002-03-21verbose mutex - will this be usefull for debugging?Guenter Bartsch
CVS patchset: 1609 CVS date: 2002/03/21 21:30:51