summaryrefslogtreecommitdiff
path: root/src/xine-utils/xineutils.h
AgeCommit message (Expand)Author
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26Win32 MSVC stuff:František Dvořák
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
2003-11-01assuming Miguel's consent I commit his profiling macrosMichael Roitzsch
2003-11-01back out brightness patchMike Melanson
2003-10-30brighten up the converted RGB videoMike Melanson
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-07-19print at least a short note on XINE_ABORT in non-debug modeMichael Roitzsch
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-07-12add yuy2_to_yv12 conversionMiguel Freitas
2003-06-20the new logging macros, for details see README.loggingMarco Zuehlke
2003-06-13Make deinterlacer plugin compile on Solaris. Remove defunct code from xine-ut...Robin KAY
2003-06-03progressive_frame flag may be used to select how to convert yv12->yuy2Miguel Freitas
2003-05-31provide yv12 to yuy2 conversionMiguel Freitas
2003-05-20public header cleanup:Michael Roitzsch
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-20merging in win32 portGuenter Bartsch
2003-03-25only abort() in DEBUG versionsHeiko Schaefer
2003-03-07ok, lets try to not break the frontends...Miguel Freitas
2003-03-05The 'inline' keyword is not standard ANSI-C and not always available.Ewald Snel
2003-03-04forgot the declaration of the xine_print_trace() functionMichael Roitzsch
2003-03-03Bring back the 'exp' in the output for failed assertions. The expressionJuergen Keil
2003-03-03implementing the backtrace function in the header results in the code being i...Michael Roitzsch
2003-03-02definitely stop warningsDaniel Caujolle-Bert
2003-03-02fix multiple definition (me) and unused warning (not me ;) )Daniel Caujolle-Bert
2003-03-02err, i never see such thingDaniel Caujolle-Bert
2003-03-02one day in the world thing will be checked before commitedDaniel Caujolle-Bert
2003-03-01Add a special version of XINE_ASSERT for gcc-2.95.x.Juergen Keil
2003-02-28Put the functionality of XINE_ASSERT within an do {} while(0)Stephen Torri
2003-02-28Add some autoconf checks for execinfo.h and the backtrace() functionJuergen Keil
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-02added YUV411P -> YV12 converterMike Melanson
2002-12-31Undo previous patch to fix compilation of xine-ui on SolarisEwald Snel
2002-12-30Fix compilation of external modulesEwald Snel
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
2002-12-15Introducing an implementation of dynamic buffer especially usefulStefan Holst
2002-12-04modified YUV9 -> YV12 converterMike Melanson
2002-11-11sync ffmpegMiguel Freitas
2002-11-01that patch was pending in my inbox for quite some timeMiguel Freitas
2002-10-24let configure determine if we the compiler needs inline, __inline, __inline__,Juergen Keil
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
2002-07-24Fix xine_strdupa macro.Daniel Caujolle-Bert
2002-07-20added FINISH_LINE() color utility macro and fixed right-edge green stripeMike Melanson
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-15added some pixel unpacking macrosMike Melanson