Age | Commit message (Expand) | Author |
2003-07-20 | Changed assembly building code to take advantage of libtool. This command | Stephen Torri |
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch |
2003-06-25 | not all gcc versions support all these options, so probe them before using | Michael Roitzsch |
2003-06-21 | hopefully this will finally fix the deadlocks | Michael Roitzsch |
2003-06-14 | Fix QuickTime binary audio decoder lockup | Ewald Snel |
2003-05-16 | fix compilation problem with "make debug": the CFLAGS would be overridden in the | Michael Roitzsch |
2003-05-15 | Try to get it to compile. | James Courtier-Dutton |
2003-05-15 | some build-system cleanup | Michael Roitzsch |
2003-05-14 | as announced on xine-devel, this is the big Makefile refactoring: | Michael Roitzsch |
2003-02-20 | caught, the word is caught | Mike Melanson |
2003-02-17 | new findings from linuxthreads sources | Miguel Freitas |
2003-02-17 | - fix LDT clash with linuxthreads | Miguel Freitas |
2003-02-14 | +1 for \0 | Miguel Freitas |
2003-02-10 | what the hell is that? | Miguel Freitas |
2003-01-31 | - Added debian into Makefile.am as a sub-directory rather than have the | Stephen Torri |
2003-01-20 | no homedir pollution: move the registry file inside the ~/.xine | Michael Roitzsch |
2003-01-18 | VoxWare hack from MPlayer | Thibaut Mattern |
2002-12-24 | uncomment DEBUG_CFLAGS | Miguel Freitas |
2002-12-24 | This should fix WMV8/9, for now... | Siggi Langauf |
2002-12-18 | u_int32_t is not available on solaris, uint32_t is... | Juergen Keil |
2002-12-18 | first draft of quicktime binary-only codec support | Guenter Bartsch |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-10-09 | configure.ac: | Stephen Torri |
2002-10-07 | Remove the vsscanf prototype for solaris, it's incompatible with the one | Juergen Keil |
2002-09-19 | small typo | Guenter Bartsch |
2002-09-19 | Updated cvscompile.sh to look for configure.ac | Stephen Torri |
2002-08-11 | fix long standing bug of segfaults on exit. stupid me: i had overlooked | Miguel Freitas |
2002-07-05 | - win32 bugfixes | Miguel Freitas |
2002-06-26 | Define __stdcall and __cdecl as empty macros when gcc is not used, so that we | Juergen Keil |
2002-06-23 | Let cvs ignore a lot of files that are built. | Dennis Björklund |
2002-06-21 | update win32 codec loading code | Miguel Freitas |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-28 | Fixes for some compile errors. | James Courtier-Dutton |
2002-04-07 | Fix compile problems with wine including the wrong header files. | James Courtier-Dutton |
2002-03-24 | Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken | Daniel Caujolle-Bert |
2002-02-02 | this one is used | Miguel Freitas |
2002-02-01 | Re-add 'regs' variable. It's used on *BSD and Solaris | Juergen Keil |
2002-02-01 | Commented out variable declarations leading to 'unused variable' warnings | Rich J Wareham |
2002-01-31 | Fix compilation failure for user who already have wine installed. | Daniel Caujolle-Bert |
2002-01-25 | Re-add WINE_TYPEDEFS_ONLY hack, to compile against wine headers with non-gcc | Juergen Keil |
2002-01-15 | small updates, another codec supported (VP31) | Miguel Freitas |
2002-01-13 | Fix some compiler warnings. | James Courtier-Dutton |
2002-01-07 | Remove extra MSDOS \r at end of each line, confuses gcc under unix | Juergen Keil |
2002-01-07 | Compilation in separate obj-dir broken | Juergen Keil |
2002-01-07 | acelpnet should work now (some files updated from mplayer cvs) | Miguel Freitas |
2002-01-06 | updating directshow support with avifile/mplayer changes | Miguel Freitas |
2001-11-30 | Valid mrls are no more static (except few ones), like file suffix too. | Daniel Caujolle-Bert |
2001-11-29 | Fix (weird) compilation problem. | Daniel Caujolle-Bert |
2001-11-29 | should avoid some segfaults | Miguel Freitas |
2001-11-16 | latest directshow updating. including a hack to make WMV8 work! | Miguel Freitas |