summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-10fixed unixscr_adjust, using it to fix small audio gapsGuenter Bartsch
CVS patchset: 607 CVS date: 2001/09/10 21:52:59
2001-09-10Fixes for highly multiplexed transport streams.James Courtier-Dutton
CVS patchset: 606 CVS date: 2001/09/10 17:36:26
2001-09-10- aspect ratio switching with autorepeat crashes video_out_xshm;Juergen Keil
driver's stripe_height was not always updated - yuv2rgb_setup was called for every xshm_update_frame_format, wasting time CVS patchset: 605 CVS date: 2001/09/10 15:42:39
2001-09-10make codecs decompress all frames into the same target buffer, cinepak and ↵Guenter Bartsch
indeo seem to need that CVS patchset: 604 CVS date: 2001/09/10 15:30:19
2001-09-10Xv attribute setting bugfix provided by Frederic Devernay ↵Guenter Bartsch
<Frederic.Devernay@sophia.inria.fr> CVS patchset: 603 CVS date: 2001/09/10 14:18:47
2001-09-10"l" printf conversion specification not needed for printing doublesJuergen Keil
(fixes a gcc warning) CVS patchset: 602 CVS date: 2001/09/10 13:39:33
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
yuv2rgb conversion CVS patchset: 601 CVS date: 2001/09/10 13:36:56
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor ↵Guenter Bartsch
bugfixes regarding buffer type handling CVS patchset: 600 CVS date: 2001/09/10 03:04:48
2001-09-10Re-wrote re-sync code so that it does not drop any packets.James Courtier-Dutton
CVS patchset: 599 CVS date: 2001/09/10 00:55:48
2001-09-10fix for frame buffers that were never ->displayed()Miguel Freitas
CVS patchset: 598 CVS date: 2001/09/10 00:53:06
2001-09-10better responsiveness by providing pthread cancellationMiguel Freitas
point inside block read (dvd and file inputs). CVS patchset: 597 CVS date: 2001/09/10 00:47:37
2001-09-09make the RPMs install in /usrGuenter Bartsch
CVS patchset: 596 CVS date: 2001/09/09 23:50:11
2001-09-09The "XINE is hanging" problem on solaris should be fixed now.Juergen Keil
CVS patchset: 595 CVS date: 2001/09/09 19:34:05
2001-09-09Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxerJuergen Keil
plugin using a non-gcc compiler. The avi demuxer does not use functions from "wine" - only defines / structures / typedefs. CVS patchset: 594 CVS date: 2001/09/09 15:56:55
2001-09-09Don't use inline assembler version of swap32 using GCC asm extensionsJuergen Keil
when compiling with a non-gcc compiler. CVS patchset: 593 CVS date: 2001/09/09 15:52:37
2001-09-09- adapt to window size changes in the xshm video_out driver; rescale theJuergen Keil
video - resize the video window, when switching apect ratio - always display video frames centers in the given drawable - fix zoom_mpeg1 bug (the zoom hack was sometimes enabeld/disabled while switching aspect ratio for a video what has a "delivered_width" slighly smaller than 400) - better integration of the "VIDEO_OUT_NOSCALE" hack, to disable all software scaling inside the xshm video driver (enabled by calling xine with the environment variable "VIDEO_OUT_NOSCALE" set). TODO: The "VIDEO_OUT_NOSCALE" environment variable should probably be replaces by some .xinerc config value. - fix a problem where parts of on old frame remained on the video window, when switching aspect ratio or after a fullscreen toggle CVS patchset: 592 CVS date: 2001/09/09 15:49:22
2001-09-09Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris.Juergen Keil
CVS patchset: 591 CVS date: 2001/09/09 15:39:47
2001-09-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)Guenter Bartsch
CVS patchset: 590 CVS date: 2001/09/08 18:11:41
2001-09-08increase gap tolerance for non-realtime driversGuenter Bartsch
CVS patchset: 589 CVS date: 2001/09/08 16:29:30
2001-09-08including all plugins in the spec file, idea provided by ivanfm@ecodigit.com.brGuenter Bartsch
CVS patchset: 588 CVS date: 2001/09/08 16:19:42
2001-09-08patch provided by David D. Hagood <wowbagger@sktc.net>Guenter Bartsch
CVS patchset: 587 CVS date: 2001/09/08 15:41:20
2001-09-08rich's patches (menu support)Guenter Bartsch
CVS patchset: 586 CVS date: 2001/09/08 00:44:40
2001-09-07demux_mpeg_block logged to stderr instead of stdoutGuenter Bartsch
CVS patchset: 585 CVS date: 2001/09/07 21:26:12
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
CVS patchset: 584 CVS date: 2001/09/06 18:38:11
2001-09-06IRIX audio port added.Matthias Hopf
Copying instead of linking missing GNU files now (cross-plattform development). CVS patchset: 583 CVS date: 2001/09/06 17:12:37
2001-09-06DTS via SPDIFJoachim Koenig
CVS patchset: 582 CVS date: 2001/09/06 15:40:47
2001-09-06DTS via SPDIFJoachim Koenig
CVS patchset: 581 CVS date: 2001/09/06 15:23:14
2001-09-06SPU profilingJuergen Keil
CVS patchset: 580 CVS date: 2001/09/06 14:09:37
2001-09-06Profiler updated to use clock cycle based profilingJuergen Keil
CVS patchset: 579 CVS date: 2001/09/06 13:39:36
2001-09-06Use new xine_usec_sleep function (thread safe usec sleep)Juergen Keil
CVS patchset: 578 CVS date: 2001/09/06 13:37:46
2001-09-06Fix error checking for failed ao_instance->openJuergen Keil
CVS patchset: 577 CVS date: 2001/09/06 13:36:18
2001-09-06Use return value "0" as an error indication for ao_instance->open; "1" (orJuergen Keil
some value > 0) for success. (for consistancy with ao_driver->open) CVS patchset: 576 CVS date: 2001/09/06 13:33:20
2001-09-06Add xine_usec_sleep, a thread safe "sleep" with usec resolutionJuergen Keil
CVS patchset: 575 CVS date: 2001/09/06 13:29:18
2001-09-06ao_instance, wrong comment (video -> audio)Juergen Keil
CVS patchset: 574 CVS date: 2001/09/06 13:27:47
2001-09-06Add a check for nanosleepJuergen Keil
CVS patchset: 573 CVS date: 2001/09/06 13:25:48
2001-09-06Add support for unsigned 8-bit audio formatJuergen Keil
CVS patchset: 572 CVS date: 2001/09/06 12:17:12
2001-09-06Unscaled YUY2 crashes, because step_dx/step_dy is invalid (both contain 0).Juergen Keil
CVS patchset: 571 CVS date: 2001/09/06 11:57:57
2001-09-05updated TODO listxine_0-5-3_release0-5-3.releaseGuenter Bartsch
CVS patchset: 570 CVS date: 2001/09/05 23:31:11
2001-09-05generate index only once per mrlGuenter Bartsch
CVS patchset: 569 CVS date: 2001/09/05 17:49:20
2001-09-05enable seeking in incomplete avisGuenter Bartsch
CVS patchset: 568 CVS date: 2001/09/05 17:08:18
2001-09-05miguel's latest patchesGuenter Bartsch
CVS patchset: 567 CVS date: 2001/09/05 16:02:29
2001-09-05preparing for 0.5.3Guenter Bartsch
CVS patchset: 566 CVS date: 2001/09/05 00:46:51
2001-09-05rpm build scripts my way - this may be wrong but it keeps me from uploading ↵Guenter Bartsch
100 files to sourceforge for each xine release CVS patchset: 565 CVS date: 2001/09/05 00:38:35
2001-09-04a little bit more log output from esd output pluginGuenter Bartsch
CVS patchset: 564 CVS date: 2001/09/04 20:30:55
2001-09-04prepared for 0.5.3Siggi Langauf
CVS patchset: 563 CVS date: 2001/09/04 17:16:16
2001-09-04race condition / stability fixes provided by Miguel Freitas ↵Guenter Bartsch
<miguel@cetuc.puc-rio.br> - great stuff\! :-) CVS patchset: 562 CVS date: 2001/09/04 16:19:27
2001-09-04another build-dependancySiggi Langauf
CVS patchset: 561 CVS date: 2001/09/04 07:03:09
2001-09-03increasing liba52's priority to make xine prefer it to any old libac3Guenter Bartsch
CVS patchset: 560 CVS date: 2001/09/03 21:50:15
2001-09-03Detect x86 SSE extension (for libavcodec/ffmpeg)Juergen Keil
CVS patchset: 559 CVS date: 2001/09/03 19:00:28
2001-09-03small bugfix, printf was missing parameterGuenter Bartsch
CVS patchset: 558 CVS date: 2001/09/03 17:47:41