[Mplayer-cvslog] CVS: main/DOCS/tech vidix.txt,1.2,1.3
Nick Kurshev
nick at mplayer.dev.hu
Thu Jan 31 11:29:49 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.58,1.59 vo_vesa.c,1.59,1.60 vo_xvidix.c,1.14,1.15 vosub_vidix.h,1.7,1.8 vosub_vidix.c,1.22,1.23
- Next message: [Mplayer-cvslog] CVS: main/libvo x11_common.c,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mplayer:/var/tmp.root/cvs-serv28529/main/DOCS/tech
Modified Files:
vidix.txt
Log Message:
Documenting new tune info
Index: vidix.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/vidix.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vidix.txt 16 Jan 2002 09:39:00 -0000 1.2
+++ vidix.txt 31 Jan 2002 10:29:46 -0000 1.3
@@ -43,9 +43,16 @@
vidix_playback_t.fourcc - contains fourcc of movie
vidix_playback_t.capability - currently contsinas copy of vidix_capability_t.flags
vidix_playback_t.blend_factor- currently unused
- vidix_playback_t.src - currently only x,y,w,h fields are used.
- contain original movie size (in pixels)
- x and y often are nulls.
+ vidix_playback_t.src - x,y,w,h fields contain original movie size
+ (in pixels) x and y often are nulls.
+ vidix_playback_t.src.pitch.y These fields contain source pitches
+ vidix_playback_t.src.pitch.u - for each Y,U,V plane in bytes.
+ vidix_playback_t.src.pitch.v (For packed fourcc only Y value is used)
+ They are hints for driver to use same destinition
+ pitches as in source memory (to speed up
+ memcpy process).
+ Note: when source pitches are unknown or
+ variable these field will be filled into 0.
vidix_playback_t.dest - x,y,w,h fields contains destinition rectange
on the screen in pixels.
vidix_playback_t.num_frames - maximal # of frames which can be used by APP.
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.58,1.59 vo_vesa.c,1.59,1.60 vo_xvidix.c,1.14,1.15 vosub_vidix.h,1.7,1.8 vosub_vidix.c,1.22,1.23
- Next message: [Mplayer-cvslog] CVS: main/libvo x11_common.c,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list