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