Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-04 | got parameters wrong | uid32519 | |
CVS patchset: 252 CVS date: 2001/07/04 18:12:12 | |||
2001-07-04 | removing old files | uid32519 | |
CVS patchset: 251 CVS date: 2001/07/04 18:07:05 | |||
2001-07-04 | spu support updated (unfinished) from James | uid32519 | |
CVS patchset: 250 CVS date: 2001/07/04 17:10:24 | |||
2001-07-04 | Fix a few compiler warnings | uid56437 | |
CVS patchset: 248 CVS date: 2001/07/04 14:14:39 | |||
2001-07-04 | Use the video_out driver's copy function (so that video_out_xshm can | uid56437 | |
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-04 | Add prototypes for all functions in wine/*, to catch __stdcall function | uid56437 | |
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-03 | forgot to protect some demuxers | Guenter Bartsch | |
CVS patchset: 243 CVS date: 2001/07/03 21:30:38 | |||
2001-07-03 | chasing more races.. | Guenter Bartsch | |
CVS patchset: 242 CVS date: 2001/07/03 21:25:03 | |||
2001-07-02 | Must 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-01 | small addition for extension plugins | Guenter Bartsch | |
CVS patchset: 240 CVS date: 2001/07/01 23:50:19 | |||
2001-07-01 | extended input plugin api for interactive menus and seamless branching | Guenter Bartsch | |
CVS patchset: 239 CVS date: 2001/07/01 23:37:04 | |||
2001-06-30 | (hopefully) fixed alsa driver | Guenter Bartsch | |
CVS patchset: 237 CVS date: 2001/06/30 23:09:25 | |||
2001-06-30 | fixed small typo | Guenter Bartsch | |
CVS patchset: 236 CVS date: 2001/06/30 22:53:50 | |||
2001-06-28 | small fix for libmpeg2 to handle non-seekable streams correclty | Guenter Bartsch | |
CVS patchset: 235 CVS date: 2001/06/28 21:42:17 | |||
2001-06-26 | last_audio_vpts stuff added to sun audio driver | Juergen Keil | |
CVS patchset: 234 CVS date: 2001/06/26 18:47:13 | |||
2001-06-25 | Unscaled MMX accelerated yuv2rgb was broken, used wrong value for {yuv}_stride | Juergen Keil | |
CVS patchset: 233 CVS date: 2001/06/25 15:50:14 | |||
2001-06-25 | only zoom mpeg1 if running locally | Guenter Bartsch | |
CVS patchset: 232 CVS date: 2001/06/25 09:51:47 | |||
2001-06-25 | small code cleanup, no warnings when compiling esd | Guenter Bartsch | |
CVS patchset: 231 CVS date: 2001/06/25 08:46:55 | |||
2001-06-25 | use XvShm by default | Guenter Bartsch | |
CVS patchset: 230 CVS date: 2001/06/25 08:33:58 | |||
2001-06-24 | fixed esd output plugin | Guenter Bartsch | |
CVS patchset: 229 CVS date: 2001/06/24 23:08:42 | |||
2001-06-24 | lots 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-24 | added arts audio support contributed by Philip Stadermann | Guenter Bartsch | |
CVS patchset: 226 CVS date: 2001/06/24 07:17:37 | |||
2001-06-24 | fixed small bug about clean xine exit | Guenter Bartsch | |
CVS patchset: 224 CVS date: 2001/06/24 04:32:36 | |||
2001-06-24 | fixed small audio_fd initialization bug | Guenter Bartsch | |
CVS patchset: 223 CVS date: 2001/06/24 03:36:30 | |||
2001-06-24 | added michels patch for mmx detection on freebsd | Guenter Bartsch | |
CVS patchset: 222 CVS date: 2001/06/24 02:44:50 | |||
2001-06-24 | added missing metronom functions (sorry... ;-)) | Guenter Bartsch | |
CVS patchset: 221 CVS date: 2001/06/24 02:19:29 | |||
2001-06-23 | Fixed mrls malloc bug. | Daniel Caujolle-Bert | |
CVS patchset: 219 CVS date: 2001/06/23 20:47:29 | |||
2001-06-23 | fixed 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-23 | Fixed/implement xine_get_browse_mrls(), and related stuff. | Daniel Caujolle-Bert | |
CVS patchset: 217 CVS date: 2001/06/23 14:05:46 | |||
2001-06-22 | Make sure the sun-style-ioctl audio plugin compiles on NetBSD | Juergen Keil | |
CVS patchset: 215 CVS date: 2001/06/22 10:45:03 | |||
2001-06-21 | re-added config.h, should be removed as ASAP, but we need it for now | Guenter Bartsch | |
CVS patchset: 213 CVS date: 2001/06/21 22:00:19 | |||
2001-06-21 | solaris and stability patches provided by Juergen Keil | Guenter Bartsch | |
CVS patchset: 211 CVS date: 2001/06/21 17:34:23 | |||
2001-06-18 | Added 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-18 | support for mono avi audio | Guenter Bartsch | |
CVS patchset: 209 CVS date: 2001/06/18 12:56:27 | |||
2001-06-18 | fixed some typos | Guenter Bartsch | |
CVS patchset: 208 CVS date: 2001/06/18 10:49:31 | |||
2001-06-18 | Added 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-17 | increased number of sent preview buffers | Guenter Bartsch | |
CVS patchset: 206 CVS date: 2001/06/17 23:37:59 | |||
2001-06-17 | Enlarge 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-17 | little hack for pause expose redraws | Guenter Bartsch | |
CVS patchset: 204 CVS date: 2001/06/17 22:34:36 | |||
2001-06-17 | Remove extra (unneeded) trace. | Daniel Caujolle-Bert | |
CVS patchset: 203 CVS date: 2001/06/17 21:58:22 | |||
2001-06-17 | Add a clean aalib check. | Daniel Caujolle-Bert | |
CVS patchset: 202 CVS date: 2001/06/17 21:50:51 | |||
2001-06-17 | fixed aspect ratio change bug | Guenter Bartsch | |
CVS patchset: 201 CVS date: 2001/06/17 20:33:47 | |||
2001-06-17 | fixed small demuxer bug | Guenter Bartsch | |
CVS patchset: 200 CVS date: 2001/06/17 20:14:50 | |||
2001-06-17 | more engine stability fixes, pause works again | Guenter Bartsch | |
CVS patchset: 199 CVS date: 2001/06/17 19:14:26 | |||
2001-06-17 | back to itimer for time resolution | Guenter Bartsch | |
CVS patchset: 198 CVS date: 2001/06/17 02:22:30 | |||
2001-06-17 | fixed 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-17 | small bugfix for no audio | Guenter Bartsch | |
CVS patchset: 195 CVS date: 2001/06/17 00:23:34 | |||
2001-06-16 | err message bugfix | Guenter Bartsch | |
CVS patchset: 193 CVS date: 2001/06/16 19:58:31 |