Age | Commit message (Expand) | Author |
2003-02-17 | fixing the xine_check Xv problem (using Xv calls, but no Xv dependency is all... | Michael Roitzsch |
2003-02-07 | load Xv extension library by hand to avoid libXv linking | Michael Roitzsch |
2003-02-07 | Clean up Makefile to remove items from xine_check development. | Stephen Torri |
2003-02-02 | added YUV411P -> YV12 converter | Mike Melanson |
2003-01-12 | i got the case that getpwuid_r returns 0 _and_ NULL in pw | Stefan Holst |
2003-01-09 | memcpy tweaking by Jonathan Brown | Heiko Schaefer |
2003-01-01 | revert to old (and apparently much more reliable) transfer method | Mike Melanson |
2002-12-31 | Undo previous patch to fix compilation of xine-ui on Solaris | Ewald Snel |
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 |