[Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.10,1.11
Arpi of Ize
arpi at mplayer.dev.hu
Thu Nov 22 01:01:12 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c,1.3,1.4 DS_AudioDecoder.h,1.2,1.3 DS_VideoDecoder.c,1.9,1.10 DS_VideoDecoder.h,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main configure,1.286,1.287
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader/dshow
In directory mplayer:/var/tmp.root/cvs-serv8104
Modified Files:
DS_VideoDecoder.c
Log Message:
xine's bugs fixed - YV50 yv12 and setup_fs
Index: DS_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_VideoDecoder.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DS_VideoDecoder.c 21 Nov 2001 23:42:06 -0000 1.10
+++ DS_VideoDecoder.c 22 Nov 2001 00:01:10 -0000 1.11
@@ -166,7 +166,7 @@
case fccMP42:
case fccWMV2:
//YV12 seems to be broken for DivX :-) codec
- case fccIV50:
+// case fccIV50:
//produces incorrect picture
//m_Caps = (CAPS) (m_Caps & ~CAP_YV12);
//m_Caps = CAP_UYVY;//CAP_YUY2; // | CAP_I420;
@@ -290,7 +290,7 @@
// crashes inside ...->Receive() fixed now?
//
// nope - but this is surely helpfull - I'll try some more experiments
- //Setup_FS_Segment();
+ Setup_FS_Segment();
#if 0
if (!this->m_pDS_Filter || !this->m_pDS_Filter->m_pImp
|| !this->m_pDS_Filter->m_pImp->vt
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c,1.3,1.4 DS_AudioDecoder.h,1.2,1.3 DS_VideoDecoder.c,1.9,1.10 DS_VideoDecoder.h,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main configure,1.286,1.287
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list