[MPlayer-dev-eng] RE: [Ffmpeg-devel] CVS: ffmpeg/libavformat asf.c, 1.69, 1.70 avienc.c, 1.86, 1.87

César Ramos x-files at telefonica.net
Sun Oct 24 19:01:33 CEST 2004


I test it in mplayer and...

MPlayer dev-CVS-041021-22:34-3.3.1 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or
directory
Reading config file X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/config
Reading X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/codecs.conf: 77 audio & 182
video codecs
c:/windows/fonts/arial.ttf doesn't look like a font description, ignoring
Cannot load font: c:/windows/fonts/arial.ttf
Using Windows native timing
Input config file X:/Programas
Genericos/Mplayer/winmplayer/mplayer/mplayer/input.conf parsed: 59 binds

Playing x:\samples\dvrms2.avi.
ASF file format detected.
VIDEO:  [DVR ]  720x480  0bpp  1000.000 fps    0.0 kbps ( 0.0 kbyte/s)
Clip info:
 name: Recording created by SBEAPP.EXE
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmpeg2] vfm:ffmpeg (FFmpeg MPEG 2)
==========================================================================
Audio: no sound
Starting playback...
VDec: vo config request - 720 x 480 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [directx] 720x480 => 720x540 Planar YV12
[mpeg2video @ 0099CAB0]ac-tex damaged at 24 7
[mpeg2video @ 0099CAB0]concealing 2147483647 errors
[mpeg2video @ 0099CAB0]Warning MVs not available
[mpeg2video @ 0099CAB0]ac-tex damaged at 30 15
[mpeg2video @ 0099CAB0]concealing 2147483647 errors
[mpeg2video @ 0099CAB0]ac-tex damaged at 36 23
[mpeg2video @ 0099CAB0]concealing 2147483647 errors
[mpeg2video @ 0099CAB0]concealing 2147482972 errors
[mpeg2video @ 0099CAB0]invalid mb type in P Frame at 0 7
[mpeg2video @ 0099CAB0]concealing 2147483647 errors


I upload samples @ ftp://ftp.mplayerhq.hu/MPlayer/incoming/dvr-ms/


-----Mensaje original-----
De: ffmpeg-devel-admin at lists.sourceforge.net
[mailto:ffmpeg-devel-admin at lists.sourceforge.net] En nombre de Michael
Niedermayer CVS
Enviado el: domingo, 24 de octubre de 2004 15:08
Para: ffmpeg-devel at lists.sourceforge.net
Asunto: [Ffmpeg-devel] CVS: ffmpeg/libavformat asf.c,1.69,1.70
avienc.c,1.86,1.87

Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv3125

Modified Files:
	asf.c avienc.c 
Log Message:
dvr-ms video decoding support


Index: asf.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/asf.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- asf.c	10 Oct 2004 22:05:43 -0000	1.69
+++ asf.c	24 Oct 2004 13:07:59 -0000	1.70
@@ -295,6 +295,8 @@
 
                 st->codec.codec_tag = tag1;
 		st->codec.codec_id = codec_get_id(codec_bmp_tags, tag1);
+                if(tag1 == MKTAG('D', 'V', 'R', ' '))
+                    st->need_parsing = 1;
             }
             pos2 = url_ftell(pb);
             url_fskip(pb, gsize - (pos2 - pos1 + 24));

Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- avienc.c	6 Oct 2004 08:48:56 -0000	1.86
+++ avienc.c	24 Oct 2004 13:07:59 -0000	1.87
@@ -134,6 +134,7 @@
     { CODEC_ID_MPEG1VIDEO, MKTAG('V', 'C', 'R', '2') }, 
     { CODEC_ID_MPEG1VIDEO, 0x10000001 }, 
     { CODEC_ID_MPEG2VIDEO, 0x10000002 }, 
+    { CODEC_ID_MPEG2VIDEO, MKTAG('D', 'V', 'R', ' ') },
     { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
     { CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
     { CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') },



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Ffmpeg-devel mailing list
Ffmpeg-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ffmpeg-devel




More information about the MPlayer-dev-eng mailing list