summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2001-07-14quick hack to make xine more responsive near mpeg1 stream ends (dangerous)Guenter Bartsch
CVS patchset: 277 CVS date: 2001/07/14 13:56:10
2001-07-14whoups, forgot to remove some spu_dec functions...Guenter Bartsch
CVS patchset: 276 CVS date: 2001/07/14 13:28:31
2001-07-14cleaned up and finished spu_thread removalGuenter Bartsch
CVS patchset: 275 CVS date: 2001/07/14 12:50:33
2001-07-13Make SPU decode use Video decoder thread instead of it's own thread.James Courtier-Dutton
CVS patchset: 274 CVS date: 2001/07/13 23:43:12
2001-07-11fixed playback of field picture based streams using XShmGuenter Bartsch
CVS patchset: 273 CVS date: 2001/07/11 23:31:44
2001-07-11fixed segfault for field picture based streamsGuenter Bartsch
CVS patchset: 272 CVS date: 2001/07/11 22:42:47
2001-07-11fixed 15 bit support (mmx)Guenter Bartsch
CVS patchset: 271 CVS date: 2001/07/11 21:03:42
2001-07-11fixed crash in xv plugin on displays that have the Xv extension but no ↵Guenter Bartsch
xv-capable driver CVS patchset: 270 CVS date: 2001/07/11 20:16:02
2001-07-11Add PATH/NAME_MAX decl checks.Daniel Caujolle-Bert
CVS patchset: 269 CVS date: 2001/07/11 10:15:27
2001-07-11added missing fileGuenter Bartsch
CVS patchset: 268 CVS date: 2001/07/11 08:15:58
2001-07-10metronom bugfix to handle pts start detection rightGuenter Bartsch
CVS patchset: 267 CVS date: 2001/07/10 22:16:58
2001-07-10small performance improvement - utilizing cache-localityGuenter Bartsch
CVS patchset: 266 CVS date: 2001/07/10 22:11:06
2001-07-10latest libac3 from walkenGuenter Bartsch
CVS patchset: 265 CVS date: 2001/07/10 21:50:31
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-07-10subtitle patches (esp. for XShm) from JamesGuenter Bartsch
CVS patchset: 263 CVS date: 2001/07/10 19:33:05
2001-07-09document a few known problems with the solaris version of xineJuergen Keil
add a prototype for the mlib accelerated yub2rgb subroutine CVS patchset: 262 CVS date: 2001/07/09 18:46:07
2001-07-09latest subtitle patches (cleanups) from jamesGuenter Bartsch
CVS patchset: 261 CVS date: 2001/07/09 16:13:11
2001-07-08subtitle patches from jamesGuenter Bartsch
CVS patchset: 259 CVS date: 2001/07/08 18:15:54
2001-07-08corrected more pts handling / header searching bugsGuenter Bartsch
CVS patchset: 258 CVS date: 2001/07/08 18:05:35
2001-07-08Patch for better video sync from James Courtier-DuttonGuenter Bartsch
CVS patchset: 257 CVS date: 2001/07/08 12:51:41
2001-07-06fixed video offset bug for remote x11 voHeiko Schaefer
CVS patchset: 256 CVS date: 2001/07/06 11:14:38
2001-07-05added missing header files to Makefile.amsGuenter Bartsch
CVS patchset: 255 CVS date: 2001/07/05 21:42:29
2001-07-04latest overlay patches from James, simple overlays should workuid32519
CVS patchset: 254 CVS date: 2001/07/04 20:32:29
2001-07-04removed another file no longer neededuid32519
CVS patchset: 253 CVS date: 2001/07/04 20:27:02
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