Age | Commit message (Expand) | Author |
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-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-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-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-08-25 | AMD64 support patch by Adrian Schroeter | Michael Roitzsch |
2003-07-19 | print at least a short note on XINE_ABORT in non-debug mode | Michael Roitzsch |
2003-07-16 | more cleanup; remove unused variables; use lprintf | Marco Zuehlke |
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch |
2003-07-12 | add yuy2_to_yv12 conversion | Miguel Freitas |
2003-06-20 | the new logging macros, for details see README.logging | Marco Zuehlke |
2003-06-13 | Make deinterlacer plugin compile on Solaris. Remove defunct code from xine-ut... | Robin KAY |
2003-06-03 | progressive_frame flag may be used to select how to convert yv12->yuy2 | Miguel Freitas |
2003-05-31 | provide yv12 to yuy2 conversion | Miguel Freitas |
2003-05-20 | public header cleanup: | Michael Roitzsch |
2003-04-22 | Additional changes for win32/msvc port; This is my first real commit so pleas... | Tim Champagne |
2003-04-20 | merging in win32 port | Guenter Bartsch |
2003-03-25 | only abort() in DEBUG versions | Heiko Schaefer |
2003-03-07 | ok, lets try to not break the frontends... | Miguel Freitas |
2003-03-05 | The 'inline' keyword is not standard ANSI-C and not always available. | Ewald Snel |
2003-03-04 | forgot the declaration of the xine_print_trace() function | Michael Roitzsch |
2003-03-03 | Bring back the 'exp' in the output for failed assertions. The expression | Juergen Keil |
2003-03-03 | implementing the backtrace function in the header results in the code being i... | Michael Roitzsch |
2003-03-02 | definitely stop warnings | Daniel Caujolle-Bert |
2003-03-02 | fix multiple definition (me) and unused warning (not me ;) ) | Daniel Caujolle-Bert |
2003-03-02 | err, i never see such thing | Daniel Caujolle-Bert |
2003-03-02 | one day in the world thing will be checked before commited | Daniel Caujolle-Bert |
2003-03-01 | Add a special version of XINE_ASSERT for gcc-2.95.x. | Juergen Keil |
2003-02-28 | Put the functionality of XINE_ASSERT within an do {} while(0) | Stephen Torri |
2003-02-28 | Add some autoconf checks for execinfo.h and the backtrace() function | Juergen Keil |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-02-02 | added YUV411P -> YV12 converter | 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-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-04 | modified YUV9 -> YV12 converter | Mike Melanson |
2002-11-11 | sync ffmpeg | Miguel Freitas |
2002-11-01 | that patch was pending in my inbox for quite some time | Miguel Freitas |
2002-10-24 | let configure determine if we the compiler needs inline, __inline, __inline__, | Juergen Keil |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |