summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Expand)Author
2002-10-28Solaris' make cannot decide, whether the make variable 'include_HEADERS'Juergen Keil
2002-10-26Fix prototype, when compiled on something != linuxJuergen Keil
2002-10-26Removed trailing white spaces.Stephen Torri
2002-10-26Changed xine_health_check to take cdrom and dvd device links as argumentsStephen Torri
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
2002-10-24let configure determine if we the compiler needs inline, __inline, __inline__,Juergen Keil
2002-10-24Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99Juergen Keil
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23Help compiling in ansi.James Courtier-Dutton
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22trying to reduce the number of SIGILL signals on Solaris x86 (no SSE support)Juergen Keil
2002-10-22Disable the xine_check code for !linux platforms for now.Juergen Keil
2002-10-20turn healt_check into c-code ;>Guenter Bartsch
2002-10-20AUTHORS:Stephen Torri
2002-10-12Fixed macro check to see if ARCH_PPC is defined. (Found by Bill Fink<billfink...Stephen Torri
2002-10-09configure.ac:Stephen Torri
2002-09-22fix libtool warning: "-version-info is ignored for convenience libaries"Michael Roitzsch
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-14Don't use C++ style comment in public headerEwald Snel
2002-09-13simplify MMX shift instructionMike Melanson
2002-09-12revised the MMX color converter to get rid of unsightly green dot inMike Melanson
2002-09-06introduce "const"Michael Roitzsch
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-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch
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
2002-07-14added architecture-specific compile conditionalsMike Melanson
2002-07-14new color conversion facilitiesMike Melanson
2002-07-01Link libxineutils to thread lib (xine-mutex introduced that). Thanks toDaniel Caujolle-Bert
2002-06-24Remove last tranlated enums. Add --check in .po build, since it seems someDaniel Caujolle-Bert
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-23Use much faster calloc instead of malloc/memset (reduces startup time)Ewald Snel
2002-06-21Stupid i am, conditionnal in extra_dist !!. Thanks Miguel for the report.Daniel Caujolle-Bert
2002-06-20What's the hell i've made with conditional files.Daniel Caujolle-Bert
2002-06-16ppc patch for older kernel versions by Ralf ErtzingerSiggi Langauf
2002-06-16Add missing file inclusion.Daniel Caujolle-Bert
2002-06-15added missing fileSiggi Langauf
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-09Made profiler in non debug less verbose. Change the warning sentence.Daniel Caujolle-Bert
2002-06-07Ability to xine-lib clients to use non debug xine-lib with UI compiled withDaniel Caujolle-Bert
2002-05-29Compile PPC files only on PPC arch.Daniel Caujolle-Bert
2002-05-28PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>Siggi Langauf
2002-05-14fix segfault after getpwuid_r as suggested by Gianluca AmatoMiguel Freitas
2002-05-14fix suggested by Ian GoldbergMiguel Freitas
2002-05-03switches to libtool versioningSiggi Langauf