summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-09-19Add a faster RGB->YUV conversionJuergen Keil
CVS patchset: 664 CVS date: 2001/09/19 11:16:08
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
changes to Xv driver to keep a list of the recent frames. (this is needed to support a lot of DScaler algorithms) the driver may not be the ideal place to have the recent frames list as we could give "not so recent" frames to deinterlace code if some are dropped at video_out.c. Though this is better than waste our time deinterlacing frames that will be dropped anyway... CVS patchset: 663 CVS date: 2001/09/19 02:40:58
2001-09-18Fix typosJames Courtier-Dutton
CVS patchset: 662 CVS date: 2001/09/18 19:01:27
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
MSMPEG4 v1/v2 formats using the libw32dll plugin. But at least for XShm video output, libw32dll is too slow, converting RGB -> YUY2 in the w32dll plugin, and converting back from YUY2 -> RGB in the video out driver :-/ CVS patchset: 661 CVS date: 2001/09/18 17:41:47
2001-09-18this->size not initialized on first frame, ffmpeg video decoder accessesJuergen Keil
uninitialized malloced memory CVS patchset: 660 CVS date: 2001/09/18 11:38:23
2001-09-18a52_block error: liba52 audio decoder accesses uninitialized malloced memoryJuergen Keil
CVS patchset: 659 CVS date: 2001/09/18 11:37:08
2001-09-18libmpeg2 video decoder accesses uninitialized malloced memory, may crash inJuergen Keil
dvdnav plugin CVS patchset: 658 CVS date: 2001/09/18 11:36:03
2001-09-18last changelog update for 0.9.1xine-0_9_1-release0.9.1Siggi Langauf
CVS patchset: 657 CVS date: 2001/09/18 09:14:06
2001-09-18building aRts plugin for Debian packageSiggi Langauf
CVS patchset: 656 CVS date: 2001/09/18 09:12:29
2001-09-18make sure xine-ui version fits libxine...Siggi Langauf
CVS patchset: 655 CVS date: 2001/09/18 00:16:22
2001-09-18prepare for 0.9.1Siggi Langauf
CVS patchset: 654 CVS date: 2001/09/18 00:12:48
2001-09-17aalib presence check changes: use aalib-config, then aainfo is it's not found,Daniel Caujolle-Bert
that should fix FreeBSD problem. CVS patchset: 653 CVS date: 2001/09/17 21:59:19
2001-09-17Add .trp extension recognition.James Courtier-Dutton
CVS patchset: 652 CVS date: 2001/09/17 14:35:19
2001-09-17Begin support for Multiple Programs (Channels) in one stream.James Courtier-Dutton
CVS patchset: 651 CVS date: 2001/09/17 14:32:05
2001-09-17_xine_get_featured_input_plugin_ids: wrong parentheses - overwrites two bytesJuergen Keil
at end of malloced block. CVS patchset: 650 CVS date: 2001/09/17 11:43:43
2001-09-17Fixed asm compile on system without as installed.Daniel Caujolle-Bert
CVS patchset: 649 CVS date: 2001/09/17 09:50:32