comparison DOCS/codecs.conf @ 312:e5b60949b8f9

typo at divx fourcc's.. tsk-tsk, arpi.. :)
author gabucino
date Sun, 08 Apr 2001 20:56:38 +0000
parents cfb2a5fef86f
children df8902c0dccf
comparison
equal deleted inserted replaced
311:15a5f7635538 312:e5b60949b8f9
20 info "DivX ;-) (MS MPEG-4 v3)" 20 info "DivX ;-) (MS MPEG-4 v3)"
21 comment "DivX rulez ;-)" 21 comment "DivX rulez ;-)"
22 fourcc MP43,mp43 div3 ; fourcc mapping to div3 22 fourcc MP43,mp43 div3 ; fourcc mapping to div3
23 fourcc DIV5,div5 div3 23 fourcc DIV5,div5 div3
24 fourcc DIV6,div6 div4 24 fourcc DIV6,div6 div4
25 fourcc DIV3,div3,DIV4,div3 25 fourcc DIV3,div3,DIV4,div4
26 driver dshow 26 driver dshow
27 dll "divx_c32.ax" 27 dll "divx_c32.ax"
28 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa 28 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
29 out YUY2 29 out YUY2
30 out BGR32,BGR24,BGR16,BGR15 30 out BGR32,BGR24,BGR16,BGR15
33 info "DivX ;-) (MS MPEG-4 v3)" 33 info "DivX ;-) (MS MPEG-4 v3)"
34 comment "DivX rulez ;-)" 34 comment "DivX rulez ;-)"
35 fourcc MP43,mp43 div3 ; fourcc mapping to div3 35 fourcc MP43,mp43 div3 ; fourcc mapping to div3
36 fourcc DIV5,div5 div3 36 fourcc DIV5,div5 div3
37 fourcc DIV6,div6 div4 37 fourcc DIV6,div6 div4
38 fourcc DIV3,div3,DIV4,div3 38 fourcc DIV3,div3,DIV4,div4
39 driver vfw 39 driver vfw
40 dll "divxc32.dll" 40 dll "divxc32.dll"
41 out YUY2 yuvhack 41 out YUY2 yuvhack
42 out BGR32,BGR24,BGR15 42 out BGR32,BGR24,BGR15
43 43
80 dll "msvidc32.dll" 80 dll "msvidc32.dll"
81 out YUY2 81 out YUY2
82 out BGR24,BGR15 82 out BGR24,BGR15
83 83
84 videocodec cram 84 videocodec cram
85 info "CRAM" 85 info "Microsoft Video 1"
86 fourcc cram,CRAM 86 fourcc cram,CRAM
87 driver vfw 87 driver vfw
88 dll "msvidc32.dll" 88 dll "msvidc32.dll"
89 out BGR24,BGR15 89 out BGR24,BGR15
90 90