[Mplayer-cvslog] CVS: main mencoder.c, 1.236, 1.237 AUTHORS, 1.56, 1.57

Tobias Diedrich CVS syncmail at mplayerhq.hu
Wed Mar 17 15:50:38 CET 2004


CVS change done by Tobias Diedrich CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv32704

Modified Files:
	mencoder.c AUTHORS 
Log Message:
OpenDML read/write support

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- mencoder.c	9 Mar 2004 14:46:34 -0000	1.236
+++ mencoder.c	17 Mar 2004 14:50:36 -0000	1.237
@@ -663,6 +663,12 @@
 	mux_v->bih->biBitCount=24; // FIXME!!!
 	mux_v->bih->biSizeImage=mux_v->bih->biWidth*mux_v->bih->biHeight*(mux_v->bih->biBitCount/8);
     }
+    /*
+     * FIXME: with -ovc copy we don't get aspect ratio information
+     *        from the source stream.
+     */
+    if(movie_aspect>-1.0) sh_video->aspect = movie_aspect;
+
     printf("videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n",
 	mux_v->bih->biWidth, mux_v->bih->biHeight,
 	mux_v->bih->biBitCount, mux_v->bih->biCompression);

Index: AUTHORS
===================================================================
RCS file: /cvsroot/mplayer/main/AUTHORS,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- AUTHORS	15 Mar 2004 15:03:09 -0000	1.56
+++ AUTHORS	17 Mar 2004 14:50:36 -0000	1.57
@@ -260,6 +260,7 @@
     * DXR2 driver
     * softpulldown video filter
     * ported Donald Graft's kerndeint video filter
+    * AVI OpenDML write support
 
 Kilian A. Foth <foth at informatik.uni-hamburg.de>
     * -slave mode
@@ -623,6 +624,9 @@
 Vivien Chappelier, Damien Vincent
     * libFAME authors [fast mpeg-1 encoder, used by -vo mpegpes/-vo dxr3]
 
+Tilmann Bitterberg
+    * AVI OpenDML read support
+
 _____________________________________________________
 Their code is not used in the current player version,
 but I've got some ideas or other technical help from:




More information about the MPlayer-cvslog mailing list