summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2001-07-04got parameters wronguid32519
CVS patchset: 252 CVS date: 2001/07/04 18:12:12
2001-07-04removing old filesuid32519
CVS patchset: 251 CVS date: 2001/07/04 18:07:05
2001-07-04spu support updated (unfinished) from Jamesuid32519
CVS patchset: 250 CVS date: 2001/07/04 17:10:24
2001-07-04Fix a few compiler warningsuid56437
CVS patchset: 248 CVS date: 2001/07/04 14:14:39
2001-07-04Use the video_out driver's copy function (so that video_out_xshm canuid56437
convert AVI YUV data to RGB) avitest.avi, an "Intel Indeo 5" video found on some Windows installation CD starts to work in xine CVS patchset: 247 CVS date: 2001/07/04 14:13:47
2001-07-04* 32-bit aligned memory access for bitstream access, so a SPARC cpu is happy.uid56437
* gcc-3.0 fixes for bit_allocate.c: The same variable is used with autoincrement on left/right side of an assigment, which is an undefined operation. CVS patchset: 246 CVS date: 2001/07/04 14:09:52
2001-07-04Add prototypes for all functions in wine/*, to catch __stdcall functionuid56437
attribute mismatches between function prototypes and function definitions. Such a __stdcall mismatch can corrupt the cpu's stack, because both the caller and the callee clean up function parameter from the stack (or none of them removes the function parameters) wine/* should be less sensitive to optimzation options due to this change. CVS patchset: 245 CVS date: 2001/07/04 14:05:09
2001-07-04* mediaLib accelerated yuv2rgb conversion routines (for sparc solaris)uid56437
* fix a few compiler warnings in video_out_syncfb.c * yuv2rgb overwrites memory when vertical scale factor is exactly 2.0 (step_dy == 16384) CVS patchset: 244 CVS date: 2001/07/04 14:01:50
2001-07-03forgot to protect some demuxersGuenter Bartsch
CVS patchset: 243 CVS date: 2001/07/03 21:30:38
2001-07-03chasing more races..Guenter Bartsch
CVS patchset: 242 CVS date: 2001/07/03 21:25:03
2001-07-02Must re-initialize FPU registers after MMX use. Without such a re-Juergen Keil
initialization, the next piece of code that attempts to do FP calculations crashes with SIGFPE (fpu register stack overflow?) CVS patchset: 241 CVS date: 2001/07/02 11:44:39
2001-07-01small addition for extension pluginsGuenter Bartsch
CVS patchset: 240 CVS date: 2001/07/01 23:50:19
2001-07-01extended input plugin api for interactive menus and seamless branchingGuenter Bartsch
CVS patchset: 239 CVS date: 2001/07/01 23:37:04
2001-06-30(hopefully) fixed alsa driverGuenter Bartsch
CVS patchset: 237 CVS date: 2001/06/30 23:09:25
2001-06-30fixed small typoGuenter Bartsch
CVS patchset: 236 CVS date: 2001/06/30 22:53:50
2001-06-28small fix for libmpeg2 to handle non-seekable streams correcltyGuenter Bartsch
CVS patchset: 235 CVS date: 2001/06/28 21:42:17
2001-06-26last_audio_vpts stuff added to sun audio driverJuergen Keil
CVS patchset: 234 CVS date: 2001/06/26 18:47:13
2001-06-25Unscaled MMX accelerated yuv2rgb was broken, used wrong value for {yuv}_strideJuergen Keil
CVS patchset: 233 CVS date: 2001/06/25 15:50:14
2001-06-25only zoom mpeg1 if running locallyGuenter Bartsch
CVS patchset: 232 CVS date: 2001/06/25 09:51:47
2001-06-25small code cleanup, no warnings when compiling esdGuenter Bartsch
CVS patchset: 231 CVS date: 2001/06/25 08:46:55
2001-06-25use XvShm by defaultGuenter Bartsch
CVS patchset: 230 CVS date: 2001/06/25 08:33:58
2001-06-24fixed esd output pluginGuenter Bartsch
CVS patchset: 229 CVS date: 2001/06/24 23:08:42
2001-06-24lots of bugfixes for race condtitions, X11 in general and support for remote ↵Guenter Bartsch
Xv output CVS patchset: 228 CVS date: 2001/06/24 22:20:25
2001-06-24added arts audio support contributed by Philip StadermannGuenter Bartsch
CVS patchset: 226 CVS date: 2001/06/24 07:17:37
2001-06-24fixed small bug about clean xine exitGuenter Bartsch
CVS patchset: 224 CVS date: 2001/06/24 04:32:36
2001-06-24fixed small audio_fd initialization bugGuenter Bartsch
CVS patchset: 223 CVS date: 2001/06/24 03:36:30
2001-06-24added michels patch for mmx detection on freebsdGuenter Bartsch
CVS patchset: 222 CVS date: 2001/06/24 02:44:50
2001-06-24added missing metronom functions (sorry... ;-))Guenter Bartsch
CVS patchset: 221 CVS date: 2001/06/24 02:19:29
2001-06-23Fixed mrls malloc bug.Daniel Caujolle-Bert
CVS patchset: 219 CVS date: 2001/06/23 20:47:29
2001-06-23fixed race between metronom and xine engine, small audio plugin api change ↵Guenter Bartsch
to improve responsiveness (unfinished), small demux_mpeg_block bugfix (alignment for DVD plugin) CVS patchset: 218 CVS date: 2001/06/23 19:45:47
2001-06-23Fixed/implement xine_get_browse_mrls(), and related stuff.Daniel Caujolle-Bert
CVS patchset: 217 CVS date: 2001/06/23 14:05:46
2001-06-22Make sure the sun-style-ioctl audio plugin compiles on NetBSDJuergen Keil
CVS patchset: 215 CVS date: 2001/06/22 10:45:03
2001-06-21re-added config.h, should be removed as ASAP, but we need it for nowGuenter Bartsch
CVS patchset: 213 CVS date: 2001/06/21 22:00:19
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-18Added very primitive overlay capacity (white line now appears if subtitles ↵Rich J Wareham
are enabled.) CVS patchset: 210 CVS date: 2001/06/18 15:43:00
2001-06-18support for mono avi audioGuenter Bartsch
CVS patchset: 209 CVS date: 2001/06/18 12:56:27
2001-06-18fixed some typosGuenter Bartsch
CVS patchset: 208 CVS date: 2001/06/18 10:49:31
2001-06-18Added first step towards integrating SPU decoder into the new framework.Rich J Wareham
CVS patchset: 207 CVS date: 2001/06/18 09:39:05
2001-06-17increased number of sent preview buffersGuenter Bartsch
CVS patchset: 206 CVS date: 2001/06/17 23:37:59
2001-06-17Enlarge preview buffer for mpeg_block, add preview to elem demuxer.Daniel Caujolle-Bert
CVS patchset: 205 CVS date: 2001/06/17 23:17:40
2001-06-17little hack for pause expose redrawsGuenter Bartsch
CVS patchset: 204 CVS date: 2001/06/17 22:34:36
2001-06-17Remove extra (unneeded) trace.Daniel Caujolle-Bert
CVS patchset: 203 CVS date: 2001/06/17 21:58:22
2001-06-17Add a clean aalib check.Daniel Caujolle-Bert
CVS patchset: 202 CVS date: 2001/06/17 21:50:51
2001-06-17fixed aspect ratio change bugGuenter Bartsch
CVS patchset: 201 CVS date: 2001/06/17 20:33:47
2001-06-17fixed small demuxer bugGuenter Bartsch
CVS patchset: 200 CVS date: 2001/06/17 20:14:50
2001-06-17more engine stability fixes, pause works againGuenter Bartsch
CVS patchset: 199 CVS date: 2001/06/17 19:14:26
2001-06-17back to itimer for time resolutionGuenter Bartsch
CVS patchset: 198 CVS date: 2001/06/17 02:22:30
2001-06-17fixed bug cpu_accel.c that strangely only affected freebsd and use nanosleep ↵Guenter Bartsch
instead of itimer CVS patchset: 196 CVS date: 2001/06/17 01:04:38
2001-06-17small bugfix for no audioGuenter Bartsch
CVS patchset: 195 CVS date: 2001/06/17 00:23:34
2001-06-16err message bugfixGuenter Bartsch
CVS patchset: 193 CVS date: 2001/06/16 19:58:31