Age | Commit message (Expand) | Author |
2002-12-30 | Fix compilation of external modules | Ewald Snel |
2002-12-24 | small xine_buffer fixes | Stefan Holst |
2002-12-22 | fix MMX color converter when width is divisible by 6 | Mike Melanson |
2002-12-22 | Make xine-lib compile with the SunPro compiler | Robin KAY |
2002-12-15 | Introducing an implementation of dynamic buffer especially useful | Stefan Holst |
2002-12-13 | avoid rdtsc with old cpus | Miguel Freitas |
2002-12-04 | modified YUV9 -> YV12 converter | Mike Melanson |
2002-12-02 | less noise with xmlparsing. | Daniel Caujolle-Bert |
2002-12-01 | added generalized YUV9 -> YV12 conversion function | Mike Melanson |
2002-11-22 | wrong response on non-linux platforms fixed | Guenter Bartsch |
2002-11-22 | Developers can now run "make" in their work area (e.g. src/libffmpeg) and it | Stephen Torri |
2002-11-21 | Fix typo preventing compile on non-Linux platforms | Robin KAY |
2002-11-21 | remove unused xine param defines, add title and explanation fields to xine-check | Guenter Bartsch |
2002-11-20 | remove hopefully unnecessary Xext linkage | Michael Roitzsch |
2002-11-18 | Fixed wording in a comment. | Stephen Torri |
2002-11-11 | Fix xine_check on non-Linux platforms | Robin KAY |
2002-11-11 | sync ffmpeg | Miguel Freitas |
2002-11-11 | Updated so that the function set_hc_result is now private to the file. | Stephen Torri |
2002-11-11 | Major thanks to Daniel for guiding me through the wonderful world of | Stephen Torri |
2002-11-10 | Clean up code for printing of strings. | Stephen Torri |
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 |