comparison etc/codecs.conf @ 34930:27d084619d91

Clarify that viv1 and viv2 are internal MPlayer FourCCs.
author cehoyos
date Sun, 15 Jul 2012 12:46:27 +0000
parents 185240aa6270
children ad37bf19d46a
comparison
equal deleted inserted replaced
34929:c410ef9752a0 34930:27d084619d91
1964 1964
1965 videocodec vivo 1965 videocodec vivo
1966 info "Vivo H.263" 1966 info "Vivo H.263"
1967 status working 1967 status working
1968 fourcc VIVO,vivo vivo 1968 fourcc VIVO,vivo vivo
1969 fourcc viv1,viv2 vivo 1969 fourcc viv1,viv2 vivo ; internal MPlayer FourCC
1970 driver vfw 1970 driver vfw
1971 dll "ivvideo.dll" 1971 dll "ivvideo.dll"
1972 out BGR32,BGR24,BGR15 flip 1972 out BGR32,BGR24,BGR15 flip
1973 in BGR24 1973 in BGR24
1974 1974
1975 videocodec u263 1975 videocodec u263
1976 info "UB Video H.263/H.263+/H.263++" 1976 info "UB Video H.263/H.263+/H.263++"
1977 status working 1977 status working
1978 fourcc U263 1978 fourcc U263
1979 fourcc vivo,VIVO U263 1979 fourcc vivo,VIVO U263
1980 fourcc viv1 U263 1980 fourcc viv1 U263 ; internal MPlayer FourCC
1981 driver dshow 1981 driver dshow
1982 dll "ubv263d+.ax" 1982 dll "ubv263d+.ax"
1983 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 1983 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
1984 ; out UYVY 1984 ; out UYVY
1985 ; BGR32,BGR16,BGR15 seems to work too 1985 ; BGR32,BGR16,BGR15 seems to work too
1989 info "I263" 1989 info "I263"
1990 status working 1990 status working
1991 fourcc I263,i263 1991 fourcc I263,i263
1992 ; fourcc I420,i420 1992 ; fourcc I420,i420
1993 fourcc vivo,VIVO I263 1993 fourcc vivo,VIVO I263
1994 fourcc viv1 I263 1994 fourcc viv1 I263 ; internal MPlayer FourCC
1995 driver vfw 1995 driver vfw
1996 dll "i263_32.drv" 1996 dll "i263_32.drv"
1997 out I420 1997 out I420
1998 out YUY2 1998 out YUY2
1999 out BGR32,BGR24,BGR15 1999 out BGR32,BGR24,BGR15
2008 2008
2009 videocodec ffh263 2009 videocodec ffh263
2010 info "FFmpeg H.263+" 2010 info "FFmpeg H.263+"
2011 status working 2011 status working
2012 fourcc H263,U263,h263,X263,M263 2012 fourcc H263,U263,h263,X263,M263
2013 fourcc viv1 h263 2013 fourcc viv1 h263 ; internal MPlayer FourCC
2014 fourcc s263 2014 fourcc s263
2015 fourcc T263 2015 fourcc T263
2016 fourcc D263,d263 ; DEC H263 2016 fourcc D263,d263 ; DEC H263
2017 fourcc L263 ; Lead H263 2017 fourcc L263 ; Lead H263
2018 fourcc ILVR ; ITU H263+ 2018 fourcc ILVR ; ITU H263+
2031 2031
2032 videocodec h263xa 2032 videocodec h263xa
2033 info "XAnim's CCITT H.263" 2033 info "XAnim's CCITT H.263"
2034 status crashing 2034 status crashing
2035 fourcc H263,h263 2035 fourcc H263,h263
2036 fourcc viv1 H263 2036 fourcc viv1 H263 ; internal MPlayer FourCC
2037 fourcc VIVO,vivo H263 2037 fourcc VIVO,vivo H263
2038 driver xanim 2038 driver xanim
2039 dll "vid_h263.xa" 2039 dll "vid_h263.xa"
2040 out YV12,IYUV,I420 2040 out YV12,IYUV,I420
2041 2041