comparison etc/codecs.conf @ 30188:e8585a5c19b0

add MVLZ and MVDV binary decoders to codecs.conf
author compn
date Wed, 06 Jan 2010 03:44:24 +0000
parents a5084db38f0e
children 786d035899d2
comparison
equal deleted inserted replaced
30187:a5084db38f0e 30188:e8585a5c19b0
1945 fourcc PSIV 1945 fourcc PSIV
1946 driver vfw 1946 driver vfw
1947 dll "psiv.dll" 1947 dll "psiv.dll"
1948 out BGR32,BGR24 query,flip 1948 out BGR32,BGR24 query,flip
1949 1949
1950 videocodec midivid1
1951 info "http://www.midivid.com/codec/download.html"
1952 status working
1953 fourcc MVLZ
1954 driver vfw
1955 dll "MLZCodec.dll"
1956 out BGR24,BGR16 flip
1957
1958 videocodec midivid2
1959 info "http://www.midivid.com/codec/download.html"
1960 status working
1961 fourcc MVDV
1962 driver vfw
1963 dll "MVCodec.dll"
1964 out BGR24 flip
1965
1950 videocodec midivid3 1966 videocodec midivid3
1951 info "www.midivid.com/codec/mv3codec.html" 1967 info "www.midivid.com/codec/mv3codec.html"
1952 status working 1968 status working
1953 fourcc MV30 1969 fourcc MV30
1954 driver vfw 1970 driver vfw