comparison DOCS/codecs.conf @ 471:50e990d816f9

new YUV formats added, some fixes & updates
author arpi_esp
date Mon, 16 Apr 2001 04:03:56 +0000
parents 198b46b739d8
children 6811760f7729
comparison
equal deleted inserted replaced
470:8e101a5d9dc2 471:50e990d816f9
1 ; Default codecs config file. It replaces the old codecs.c file! 1 ; Default codecs config file. It replaces the old codecs.c file!
2
3 ;=============================================================================
4 ; VIDEO CODECS
5 ;=============================================================================
2 6
3 videocodec mpeg12 7 videocodec mpeg12
4 info "MPEG 1 or 2" 8 info "MPEG 1 or 2"
5 status working 9 status working
6 format 0x1 10 format 0x1
26 fourcc DIV6,div6 div4 30 fourcc DIV6,div6 div4
27 fourcc DIV3,div3,DIV4,div4 31 fourcc DIV3,div3,DIV4,div4
28 driver dshow 32 driver dshow
29 dll "divx_c32.ax" 33 dll "divx_c32.ax"
30 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa 34 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
35 ; out YV12
31 out YUY2 36 out YUY2
32 out BGR32,BGR24,BGR16,BGR15 37 out BGR32,BGR24,BGR16,BGR15
33 38
34 videocodec divx 39 videocodec divx
35 info "DivX ;-) (MS MPEG-4 v3)" 40 info "DivX ;-) (MS MPEG-4 v3)"
57 status untested 62 status untested
58 fourcc IV50,iv50 63 fourcc IV50,iv50
59 driver dshow 64 driver dshow
60 dll "ir50_32.dll" 65 dll "ir50_32.dll"
61 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 66 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
67 out YV12,I420
62 out YUY2 68 out YUY2
63 out BGR32,BGR24,BGR16,BGR15 69 out BGR32,BGR24,BGR16,BGR15
64 70
65 videocodec indeo5 71 videocodec indeo5
66 info "Intel Indeo 5" 72 info "Intel Indeo 5"
67 status working 73 status working
68 fourcc IV50,iv50 74 fourcc IV50,iv50
69 driver vfw 75 driver vfw
70 dll "ir50_32.dll" 76 dll "ir50_32.dll"
77 out YV12,I420
71 out YUY2 78 out YUY2
72 out BGR32,BGR24,BGR15 79 out BGR32,BGR24,BGR15
73 80
74 videocodec indeo4 81 videocodec indeo4
75 info "Intel Indeo 4.1" 82 info "Intel Indeo 4.1"
95 status working 102 status working
96 fourcc cvid 103 fourcc cvid
97 driver vfw 104 driver vfw
98 dll "iccvid.dll" 105 dll "iccvid.dll"
99 out YUY2 106 out YUY2
107 out UYVY
100 out BGR24,BGR15 108 out BGR24,BGR15
101 109
102 videocodec cram 110 videocodec cram
103 info "Microsoft Video 1" 111 info "Microsoft Video 1"
104 status working 112 status working
107 dll "msvidc32.dll" 115 dll "msvidc32.dll"
108 out BGR24,BGR15 116 out BGR24,BGR15
109 117
110 videocodec vcr2 118 videocodec vcr2
111 info "ATI VCR-2" 119 info "ATI VCR-2"
112 status working 120 status crashing
121 comment "segfault"
113 fourcc VCR2 122 fourcc VCR2
114 driver vfw 123 driver vfw
115 dll "ativcr2.dll" 124 dll "ativcr2.dll"
116 out YUY2 125 out YUY2
117 out BGR32,BGR24,BGR15 126 out BGR32,BGR24,BGR15
120 info "I263" 129 info "I263"
121 status working 130 status working
122 fourcc I263,i263,I420,i420 131 fourcc I263,i263,I420,i420
123 driver vfw 132 driver vfw
124 dll "i263_32.drv" 133 dll "i263_32.drv"
134 ; out I420
125 out YUY2 135 out YUY2
126 out BGR32,BGR24,BGR15 136 out BGR32,BGR24,BGR15
127 137
128 videocodec mjpeg 138 videocodec mjpeg
129 info "Motion JPEG" 139 info "Motion JPEG"
131 fourcc MJPG 141 fourcc MJPG
132 driver vfw 142 driver vfw
133 dll "mcmjpg32.dll" 143 dll "mcmjpg32.dll"
134 ; dll "m3jpeg32.dll" 144 ; dll "m3jpeg32.dll"
135 out YUY2 145 out YUY2
146 out UYVY
136 out BGR32,BGR24,BGR15 147 out BGR32,BGR24,BGR15
137 148
138 videocodec wmv1 149 videocodec wmv1
139 info "Windows Media Video 7" 150 info "Windows Media Video 7"
140 status working 151 status working
141 fourcc WMV1 152 fourcc WMV1
142 driver dshow 153 driver dshow
143 dll "wmvds32.ax" 154 dll "wmvds32.ax"
144 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae 155 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
156 ; out I420
145 out YUY2 157 out YUY2
146 out BGR32,BGR24,BGR16,BGR15 158 out BGR32,BGR24,BGR16,BGR15
147 159
148 videocodec ap41 160 videocodec ap41
149 info "AngelPotion Definitive V1" ; yet another stolen stuff 161 info "AngelPotion Definitive V1" ; yet another stolen stuff
161 comment "Error connecting to output pin" 173 comment "Error connecting to output pin"
162 fourcc TM20 174 fourcc TM20
163 driver dshow 175 driver dshow
164 dll "tm20dec.ax" 176 dll "tm20dec.ax"
165 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 177 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
178 ; out UYVY
166 out YUY2 179 out YUY2
167 out BGR32,BGR24,BGR16,BGR15 180 out BGR32,BGR24,BGR16,BGR15
168 181
169 videocodec dv 182 videocodec dv
170 info "Sony Digital Video (DV)" 183 info "Sony Digital Video (DV)"
171 status untested 184 status working
172 fourcc dvsd 185 fourcc DVSD dvsd
173 driver dshow 186 driver dshow
174 dll "qdv.dll" 187 dll "qdv.dll"
175 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 188 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
176 out YUY2 189 out YUY2
190 out UYVY
177 out BGR32,BGR24,BGR16,BGR15 191 out BGR32,BGR24,BGR16,BGR15
178 192
179 videocodec morgands 193 videocodec morgands
180 info "Morgan MJPEG" 194 info "Morgan MJPEG"
181 status untested 195 status crashing
182 fourcc MJPG mjpg 196 fourcc MJPG mjpg
183 driver dshow 197 driver dshow
184 dll "m3jpegdec.ax" 198 dll "M3JPEGdec.ax"
185 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 199 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
186 out YUY2 200 out YUY2
187 out BGR32,BGR24,BGR16,BGR15 201 out BGR32,BGR24,BGR16,BGR15
188 202
189 videocodec hfyu 203 videocodec huffyuv
190 info "HuffYUV" 204 info "HuffYUV"
191 status crashing 205 status crashing
192 comment "ICDecompressGetFormat failed: Error -2" 206 comment "ICDecompressGetFormat failed: Error -2"
193 fourcc HFYU 207 fourcc HFYU
194 driver vfw 208 driver vfw
195 dll "huffyuv.dll" 209 dll "huffyuv.dll"
196 out YUY2 210 out YUY2
211 out UYVY
197 out BGR32,BGR24,BGR15 212 out BGR32,BGR24,BGR15
198 213
199 videocodec mszh 214 videocodec mszh
200 info "AVImszh" 215 info "AVImszh"
201 status crashing 216 status crashing
216 out YUY2 231 out YUY2
217 out BGR32,BGR24,BGR15 232 out BGR32,BGR24,BGR15
218 233
219 videocodec mwv1 234 videocodec mwv1
220 info "Motion Wavelets" 235 info "Motion Wavelets"
221 status untested 236 status crashing
237 comment "decompressquery failed"
222 fourcc MWV1 238 fourcc MWV1
223 driver vfw 239 driver vfw
224 dll "icmw_32.dll" 240 dll "icmw_32.dll"
225 ; out YUY2 241 ; out YV12
242 out YUY2
226 out BGR32,BGR24,BGR15 243 out BGR32,BGR24,BGR15
227 244
228 videocodec wmv8 245 videocodec wmv8
229 info "Windows Media Video 8" 246 info "Windows Media Video 8"
230 status untested 247 status untested
244 out BGR32,BGR24,BGR15 261 out BGR32,BGR24,BGR15
245 262
246 videocodec asv2 263 videocodec asv2
247 info "ASUS V2" 264 info "ASUS V2"
248 status buggy 265 status buggy
249 comment "upside down" 266 comment "rgb upside down, yuv ok"
250 fourcc ASV2 267 fourcc ASV2
251 driver vfw 268 driver vfw
252 dll "asusasv2.dll" 269 dll "asusasv2.dll"
253 ; out YVYU 270 ; out YVYU
254 out UYVY flip 271 out UYVY flip
255 out BGR32,BGR24,BGR15 flip 272 out BGR32,BGR24,BGR15 flip
273
274 ;=============================================================================
275 ; AUDIO CODECS
276 ;=============================================================================
256 277
257 audiocodec divx 278 audiocodec divx
258 info "DivX audio (WMA)" 279 info "DivX audio (WMA)"
259 status working 280 status working
260 format 0x160 281 format 0x160