[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
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl2.c,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux aviheader.c, 1.51, 1.52 aviheader.h, 1.6, 1.7 aviprint.c, 1.17, 1.18 demux_avi.c, 1.60, 1.61 muxer.h, 1.9, 1.10 muxer_avi.c, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl2.c,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux aviheader.c, 1.51, 1.52 aviheader.h, 1.6, 1.7 aviprint.c, 1.17, 1.18 demux_avi.c, 1.60, 1.61 muxer.h, 1.9, 1.10 muxer_avi.c, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list