summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Expand)Author
2002-11-10We are not borrowing code. Unnecessary comment from when I was debatig how to doStephen Torri
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-04use self-dlsym()'d "xdisplayname" instead of referencing XDisplayName...Siggi Langauf
2002-11-04Clean up code. Provde dlopen for XOpenDisplay, XDisplayName, and XvQueryExten...Stephen Torri
2002-11-04Fix a compile bug for non-intel platforms.Stephen Torri
2002-11-04eliminate possible register usage conflict between inline ASM andMike Melanson
2002-11-03Added newer interface to xine_health_checkStephen Torri
2002-11-03add config.h header #include, remove bad characters, fix some compilation issuesGuenter Bartsch
2002-11-02Forgotten X related removal stuffDaniel Caujolle-Bert
2002-11-02Thanks to Siggi, Bastien, and Robin for their help.Stephen Torri
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include X...Robin KAY
2002-11-02Less verbosity.Daniel Caujolle-Bert
2002-11-02Beta version of xine_health_check. Double check XV detection function.Stephen Torri
2002-11-02Added macros for xine health check.Stephen Torri
2002-11-02Added flags -L/usr/X11R6/lib and -lX11 to build of libxineutils.Stephen Torri
2002-11-01that patch was pending in my inbox for quite some timeMiguel Freitas
2002-10-28Solaris' make cannot decide, whether the make variable 'include_HEADERS'Juergen Keil
2002-10-26Fix prototype, when compiled on something != linuxJuergen Keil
2002-10-26Removed trailing white spaces.Stephen Torri
2002-10-26Changed xine_health_check to take cdrom and dvd device links as argumentsStephen Torri
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
2002-10-24let configure determine if we the compiler needs inline, __inline, __inline__,Juergen Keil
2002-10-24Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99Juergen Keil
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23Help compiling in ansi.James Courtier-Dutton
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22trying to reduce the number of SIGILL signals on Solaris x86 (no SSE support)Juergen Keil
2002-10-22Disable the xine_check code for !linux platforms for now.Juergen Keil
2002-10-20turn healt_check into c-code ;>Guenter Bartsch
2002-10-20AUTHORS:Stephen Torri
2002-10-12Fixed macro check to see if ARCH_PPC is defined. (Found by Bill Fink<billfink...Stephen Torri
2002-10-09configure.ac:Stephen Torri
2002-09-22fix libtool warning: "-version-info is ignored for convenience libaries"Michael Roitzsch
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-14Don't use C++ style comment in public headerEwald Snel
2002-09-13simplify MMX shift instructionMike Melanson
2002-09-12revised the MMX color converter to get rid of unsightly green dot inMike Melanson
2002-09-06introduce "const"Michael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
2002-07-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch
2002-07-24Fix xine_strdupa macro.Daniel Caujolle-Bert
2002-07-20added FINISH_LINE() color utility macro and fixed right-edge green stripeMike Melanson
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-15added some pixel unpacking macrosMike Melanson
2002-07-14added architecture-specific compile conditionalsMike Melanson
2002-07-14new color conversion facilitiesMike Melanson
2002-07-01Link libxineutils to thread lib (xine-mutex introduced that). Thanks toDaniel Caujolle-Bert