summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-01Trying to fix broken aalib-config test (configure: !: not found)Juergen Keil
CVS patchset: 714 CVS date: 2001/10/01 09:58:42
2001-10-01Must quote '^', it's a bourne shell metacharacterJuergen Keil
CVS patchset: 713 CVS date: 2001/10/01 09:57:28
2001-10-01Document dependency on gas, when compiling on solaris x86 (gas needed on x86Juergen Keil
for 3dnow, sse, ... support) CVS patchset: 712 CVS date: 2001/10/01 09:19:25
2001-10-01Use the video_out copy function, if available.Juergen Keil
dvdnav menus are working now, when using the XShm video_out driver. CVS patchset: 711 CVS date: 2001/10/01 09:15:07
2001-09-30use SNDCTL_DSP_GETODELAY if available. fixes sync problem with the freebsd ↵Heiko Schaefer
audio driver for sb128. CVS patchset: 710 CVS date: 2001/09/30 23:12:05
2001-09-30relaxed library dependanciesSiggi Langauf
CVS patchset: 709 CVS date: 2001/09/30 19:00:20
2001-09-28NTSC DVD scale_line for 16:9 formatJuergen Keil
CVS patchset: 708 CVS date: 2001/09/28 19:39:25
2001-09-28O_NONBLOCK (posix) seems to be prefered to O_NDELAY or the kernelJuergen Keil
internal FNDELAY flag, for non blocking I/O on various platforms Now, a solaris user with OSS installed can build the xine oss audio plugin, too. CVS patchset: 707 CVS date: 2001/09/28 10:19:08
2001-09-2832/64-bit bug in read_cache_read_block block, wrong fileoffset passed toJuergen Keil
read_cache_read_block (patch by Koo kyoseon) CVS patchset: 706 CVS date: 2001/09/28 09:18:52
2001-09-27Add desktop stuff from patches by Miguel Freitas <miguel@cetuc.puc-rio.br>Daniel Caujolle-Bert
Fixed xine.m4 installation from Andrew Meredith <andrew@anvil.org> CVS patchset: 705 CVS date: 2001/09/27 21:31:03
2001-09-27new scale_line functions for SVCD (PAL & NTSC)Juergen Keil
CVS patchset: 704 CVS date: 2001/09/27 18:41:33
2001-09-27Add a few scale_line variants for PAL VCDJuergen Keil
CVS patchset: 703 CVS date: 2001/09/27 13:09:01
2001-09-27buf type not set on solaris (same problem on freebsd, too); vcd didn't work anyJuergen Keil
more CVS patchset: 702 CVS date: 2001/09/27 12:48:01
2001-09-27discover the colors used by the subtitlesMiguel Freitas
and assign a "readable" pallete to them CVS patchset: 701 CVS date: 2001/09/27 02:11:16
2001-09-27enable bilinear scaling on Permedia 2/3 cards.Miguel Freitas
(much better looking!) CVS patchset: 700 CVS date: 2001/09/27 02:08:18
2001-09-27Fixed aalib checks. xine-config will contain thread cflags. Update installDaniel Caujolle-Bert
docs files. CVS patchset: 699 CVS date: 2001/09/27 01:42:42
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
aspect_ratio_information==1 ("square source pels") - Add aspect_ratio_information==4 (2.21:1) - Aspect ratio switching ('a' key) now cycles through "square source pels", too. CVS patchset: 698 CVS date: 2001/09/26 17:19:48
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented ↵Guenter Bartsch
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19
2001-09-25block demuxer lost packages - hopefully fixed nowGuenter Bartsch
CVS patchset: 696 CVS date: 2001/09/25 23:44:46
2001-09-25don't expect discontinuities foreverGuenter Bartsch
CVS patchset: 695 CVS date: 2001/09/25 23:30:38
2001-09-25implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to ↵Guenter Bartsch
set the xine engine to a specific audio channel (specified in decoder_info[0] - remember to give a full buffer type here, such as BUF_AUDIO_A52 | 3 to select the 4th ac3 channel) CVS patchset: 694 CVS date: 2001/09/25 23:27:02
2001-09-25one of the optimized scale_line functions was not used at 1024x768 resolution,Juergen Keil
when switching into/out of fullscreen mode. CVS patchset: 693 CVS date: 2001/09/25 18:39:36
2001-09-25FAQ_pl from ForeveRHeiko Schaefer
CVS patchset: 692 CVS date: 2001/09/25 15:12:53
2001-09-24Unblock SIGALRM, while we try to open esd. SIGALRM is used in an esd daemonJuergen Keil
auto startup attempt to signal a daemon failure to the parent. CVS patchset: 691 CVS date: 2001/09/24 18:15:59
2001-09-24Depth 8 is now supported with XShm driverJuergen Keil
CVS patchset: 690 CVS date: 2001/09/24 13:10:29
2001-09-24Support GrayScale visuals in XShm (works like PseudoColor for now)Juergen Keil
One indirection missing in Imlib colormap use; the 32768 fast_rgb entries must be used as an index in the palette table, from which we can extract the pixel value. CVS patchset: 689 CVS date: 2001/09/24 09:09:43
2001-09-23Don't try to use "emms" on a pentium without MMXJuergen Keil
CVS patchset: 688 CVS date: 2001/09/23 17:44:33
2001-09-23GNU sed does not like a single '-' in the middle of a character class RE, moveJuergen Keil
it to front of the character class RE CVS patchset: 687 CVS date: 2001/09/23 17:29:26
2001-09-23Cannot build/configure xine-lib in a separate "object" directory, becauseJuergen Keil
configure was looking for "ltmain.sh" in the current directory. configure tries to find "ltmain.sh" in $srcdir now. CVS patchset: 686 CVS date: 2001/09/23 15:28:09
2001-09-23audio_fd not initialized, sun audio driver can close random filedescriptors.Juergen Keil
CVS patchset: 685 CVS date: 2001/09/23 15:24:53
2001-09-23dvdnav on a DVD with LPCM sound never sends us a preview buffer with theJuergen Keil
decoder_info stuff, so that the audio format is still unknown when we get the first real data buffer and try to open the audio driver. Added a quick hack to the lpcm decoder to grab the audio format from the decoder info data of a non-preview buffer, in case the audio format is unknown at audio driver open time. CVS patchset: 684 CVS date: 2001/09/23 15:19:36
2001-09-23Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_outJuergen Keil
driver. Add a few more optimized scale_line variants for 1024x768 and 1280x1024 full screen modes. CVS patchset: 683 CVS date: 2001/09/23 15:14:01
2001-09-23Prevent loading of videofill plugin for dxr3.Eduard Hasenleithner
CVS patchset: 682 CVS date: 2001/09/23 08:11:11
2001-09-22Bug fix: video_wrap_offset calculation on first pts.Matthias Hopf
Bug fix: initializing frame_width/height for mpeg2 streams correctly now. Added prebuffer pts offset to allow the decoder to actually decode prebuffered frames before being kicked by metronom. CVS patchset: 681 CVS date: 2001/09/22 13:28:40
2001-09-22introduced a section about problems compiling xine-libHeiko Schaefer
CVS patchset: 680 CVS date: 2001/09/22 11:39:18
2001-09-21Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2Juergen Keil
CVS patchset: 679 CVS date: 2001/09/21 14:34:58
2001-09-21added two missing files (xine-config man page, xine.m4)Matthias Dahl
CVS patchset: 678 CVS date: 2001/09/21 12:17:29
2001-09-20- new deinterlacing method "onefield" (just interpolate)Miguel Freitas
- warning fixes on other archs CVS patchset: 677 CVS date: 2001/09/20 22:58:31
2001-09-20attempt at viewing 3ivx sample streams - video is wrong somehowHeiko Schaefer
CVS patchset: 676 CVS date: 2001/09/20 13:25:40
2001-09-20Remove es man page.Daniel Caujolle-Bert
CVS patchset: 675 CVS date: 2001/09/20 13:22:47
2001-09-20Always request IMGFMT_YUY2 from video_out decoder (RGB format is converted toJuergen Keil
YUY2 here in w32codec) CVS patchset: 674 CVS date: 2001/09/20 11:02:45
2001-09-20translation from Alfredo J DelaitiHeiko Schaefer
CVS patchset: 673 CVS date: 2001/09/20 10:16:01
2001-09-20Indeo Video 4.1 and 5.0 format fixed (by importing the Event/SemaphoreJuergen Keil
implementation from avifile/mplayer). Indeo Video 3.2/4.1/5.0 should work now. (Indeo Video 3.1 may work, too but this format still has problems in the AVI demuxer) TSC based QueryPerformanceCounter() for x86 CPUs that have such a counter. CVS patchset: 672 CVS date: 2001/09/20 09:33:23
2001-09-19soft deinterlacerMiguel Freitas
CVS patchset: 671 CVS date: 2001/09/19 23:13:52
2001-09-19croma deinterlace -> uses more cpu but looks betterMiguel Freitas
(read the comments below) CVS patchset: 670 CVS date: 2001/09/19 23:12:24
2001-09-19'yuv_hack_needed' added again, so that we can decode MSMPEG4 v1/v2 to YUY2 usingJuergen Keil
the w32dlls CVS patchset: 669 CVS date: 2001/09/19 18:42:55
2001-09-19fix typo (#else)Miguel Freitas
CVS patchset: 668 CVS date: 2001/09/19 13:07:43
2001-09-19small deinterlace cleanupMiguel Freitas
fix adaptor_num value, thanks Frederic Devernay (misplaced break) CVS patchset: 667 CVS date: 2001/09/19 12:57:50
2001-09-19possible fix for gcc3 errorMiguel Freitas
CVS patchset: 666 CVS date: 2001/09/19 12:35:32
2001-09-19New greedy deinterlace methodMiguel Freitas
(looks good! albeit more cpu intensive than bob) CVS patchset: 665 CVS date: 2001/09/19 12:02:03