summaryrefslogtreecommitdiff
path: root/src/xine-utils/xineutils.h
AgeCommit message (Collapse)Author
2002-12-04modified YUV9 -> YV12 converterMike Melanson
CVS patchset: 3423 CVS date: 2002/12/04 05:33:40
2002-11-11sync ffmpegMiguel Freitas
- add wma decoder - fix mmx macro - remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix) CVS patchset: 3234 CVS date: 2002/11/11 13:45:34
2002-11-01that patch was pending in my inbox for quite some timeMiguel Freitas
From: Sysoltsev, Vyatcheslav <vyatcheslav.sysoltsev@intel.com> Subject: RE: macro mmx_m2r in xineutils.h allows operation with regs/immediate not allowed really, this disallow extensive optimization CVS patchset: 3119 CVS date: 2002/11/01 01:14:06
2002-10-24let configure determine if we the compiler needs inline, __inline, __inline__,Juergen Keil
or /*nothing*/ We already get a '#define inline __inline__' in config.h, when xine-lib is configured with CC="gcc -ansi -pedantic" CVS patchset: 2986 CVS date: 2002/10/24 15:49:56
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
something must be broken at ffmpeg, also happens with mplayer) - added priority sorted lists, now autoprobing should work again. - fixed infinite loop in plugin loader. obs: latest ffmpeg contains ppc optimizations, someone will have to enable these though. CVS patchset: 2676 CVS date: 2002/09/16 21:49:34
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
CVS patchset: 2539 CVS date: 2002/08/28 03:32:48
2002-07-24Fix xine_strdupa macro.Daniel Caujolle-Bert
CVS patchset: 2345 CVS date: 2002/07/24 08:00:13
2002-07-20added FINISH_LINE() color utility macro and fixed right-edge green stripeMike Melanson
problem in MMX YUV 4:4:4 -> YUY2 converter CVS patchset: 2324 CVS date: 2002/07/20 04:20:56
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
CVS patchset: 2282 CVS date: 2002/07/15 21:42:33
2002-07-15added some pixel unpacking macrosMike Melanson
CVS patchset: 2268 CVS date: 2002/07/15 00:51:17
2002-07-14new color conversion facilitiesMike Melanson
CVS patchset: 2261 CVS date: 2002/07/14 01:27:03
2002-06-07Ability to xine-lib clients to use non debug xine-lib with UI compiled withDaniel Caujolle-Bert
DEBUG and using profiler. CVS patchset: 2037 CVS date: 2002/06/07 22:15:47
2002-05-01added xml parser/lexer from thibaut matternGuenter Bartsch
CVS patchset: 1823 CVS date: 2002/05/01 19:41:55
2002-04-27Two small changes to stop C++ moaningRich J Wareham
CVS patchset: 1781 CVS date: 2002/04/27 14:35:39
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, ↵Guenter Bartsch
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one CVS patchset: 1626 CVS date: 2002/03/24 14:15:36
2002-03-23content-detection for oggGuenter Bartsch
CVS patchset: 1623 CVS date: 2002/03/23 22:39:11
2002-03-21verbose mutex - will this be usefull for debugging?Guenter Bartsch
CVS patchset: 1609 CVS date: 2002/03/21 21:30:51
2002-02-06perr never used.Daniel Caujolle-Bert
CVS patchset: 1477 CVS date: 2002/02/06 02:20:59
2002-01-25Add header files for strcpy/malloc/...Juergen Keil
CVS patchset: 1453 CVS date: 2002/01/25 19:21:39
2002-01-21provide a "setenv" implementation, when it's missing in libcJuergen Keil
CVS patchset: 1433 CVS date: 2002/01/21 09:52:48
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07
2001-12-05altivec support by Jeffrey W. Baker <jwbaker@acm.org>Guenter Bartsch
CVS patchset: 1171 CVS date: 2001/12/05 15:12:02
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17fixing memory leaksMiguel Freitas
CVS patchset: 1061 CVS date: 2001/11/17 22:40:01
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36