Age | Commit message (Expand) | Author |
2003-12-26 | Win32 mega update: | František Dvořák |
2003-12-24 | Ooops, not even an editor with brace highlighting can compensate my faults | Michael Roitzsch |
2003-12-24 | the access() check is wrong, since R_OK & W_OK & X_OK is always 0, so we | Michael Roitzsch |
2003-12-21 | if gcc knows that xine_xmalloc() behaves like malloc(), some more | Michael Roitzsch |
2003-12-18 | - fix compilation on Debian unstable | Bastien Nocera |
2003-12-13 | Update win32 MSVC build: | František Dvořák |
2003-12-13 | no need to mallocing (and never freeing) for putenv() calls. | Daniel Caujolle-Bert |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-08 | use __XINE_FUNCTION__ | Daniel Caujolle-Bert |
2003-12-08 | _x_assert: printout format like assert(), _x_abort: print file/line/func befo... | Daniel Caujolle-Bert |
2003-12-08 | all code where xine_list_free() is used (correctly) assumes that | Michael Roitzsch |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-06 | getting the spelling really right | Michael Roitzsch |
2003-12-06 | reading through Daniel's huge patch was quite tiresome, but it was not worthl... | Michael Roitzsch |
2003-12-06 | fix mem overlap reported by valgrind | Miguel Freitas |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-12-04 | some const correctness | James Stembridge |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | Win32 MSVC stuff: | František Dvořák |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-11 | no need to declare twice | Daniel Caujolle-Bert |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-04 | Final patches for compiling xine under MSVC: | František Dvořák |
2003-11-01 | assuming Miguel's consent I commit his profiling macros | Michael Roitzsch |
2003-11-01 | back out brightness patch | Mike Melanson |
2003-10-30 | brighten up the converted RGB video | Mike Melanson |
2003-10-28 | Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix ... | František Dvořák |
2003-10-25 | judging from the reaction, this check is supposed to test for SCSI devices | Michael Roitzsch |
2003-10-20 | Allow lazy loading of Sun mediaLib. Update ChangeLog. | Robin KAY |
2003-10-14 | made libtool-nofpic silent and not installing .la files at all | Daniel Caujolle-Bert |
2003-10-03 | these are already in xine.h, don't define them twice | Michael Roitzsch |
2003-10-03 | remove unresolved X11 symbols from xine-lib (xine-lib should always be X11- | Michael Roitzsch |
2003-09-17 | Bounded defition with a check to ensure that it is not predefined | Stephen Torri |
2003-09-16 | The code that checked to see that the cdrom and dvdrom drives were | Stephen Torri |
2003-09-16 | Removed headers that were providing nothing needed to the build. | Stephen Torri |
2003-09-16 | Removed headers that provided nothing needed to the build. | Stephen Torri |
2003-09-16 | Quit being trigger happy when commiting. | Stephen Torri |
2003-09-16 | Removed header that providing nothing needed to the build. | Stephen Torri |
2003-09-16 | Removed headers that were serving no adding anything necessary to the build. | Stephen Torri |
2003-09-16 | Renamed a empty macro. Apparently the macro name __attribute__ was defined ea... | Stephen Torri |
2003-09-13 | Oups, wrong node... | Thibaut Mattern |
2003-09-13 | Fix memory leaks. | Thibaut Mattern |
2003-09-11 | Better xml_parser_free_tree() | Thibaut Mattern |
2003-08-25 | AMD64 support patch by Adrian Schroeter | Michael Roitzsch |
2003-08-07 | remove useless gnu89 compiler flag, some configure tweaking | Michael Roitzsch |
2003-08-04 | segfault fix by Frantisek Dvorak | Miguel Freitas |
2003-07-27 | - removed xine-engine/locale.c as it is unused, fix static functions in the | Bastien Nocera |
2003-07-25 | export XINE_NO_ACCEL can be used to disable MMX/SSE code. | Miguel Freitas |
2003-07-19 | print at least a short note on XINE_ABORT in non-debug mode | Michael Roitzsch |
2003-07-19 | Backport cleanups/fixes/improvements from gxine. | Thibaut Mattern |