comparison DOCS/codecs.conf @ 313:df8902c0dccf

inserted some avi codecs, and stupid comments. no, no jokes, sorry.
author gabucino
date Sun, 08 Apr 2001 22:18:25 +0000
parents e5b60949b8f9
children 98cff5a2b3d2
comparison
equal deleted inserted replaced
312:e5b60949b8f9 313:df8902c0dccf
120 dll "wmvds32.ax" 120 dll "wmvds32.ax"
121 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae 121 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
122 out YUY2 122 out YUY2
123 out BGR32,BGR24,BGR16,BGR15 123 out BGR32,BGR24,BGR16,BGR15
124 124
125 videocodec ap41
126 info "AngelPotion Definitive V1"
127 ; status "NOT WORKING"
128 fourcc APV1
129 format 0x31345041
130 driver vfw
131 dll "apmpg4v1.dll"
132 out YUY2
133 out BGR32,BGR24,BGR16,BGR15
134
135 videocodec tm20
136 info "TrueMotion 2.0"
137 ; status "NOT WORKING"
138 fourcc TM20
139 format 0x30324D54
140 driver dshow
141 dll "tm20dec.ax"
142 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
143 out YUY2
144 out BGR32,BGR24,BGR16,BGR15
145
146 videocodec hfyu
147 info "HuffYUV"
148 ; status "NOT WORKING"
149 fourcc HFYU
150 format 0x55594648
151 driver vfw
152 dll "huffyuv.dll"
153 out YUY2
154 out BGR32,BGR24,BGR16,BGR15
155
156 videocodec mszh
157 info "AVImszh"
158 ; status "NOT WORKING"
159 fourcc MSZH
160 format 0x485A534D
161 driver vfw
162 dll "avimszh.dll"
163 out YUY2
164 out BGR32,BGR24,BGR16,BGR15
165
166 videocodec zlib
167 info "AVIzlib"
168 ; status "NOT WORKING"
169 fourcc ZLIB
170 format 0x42494C5A
171 driver vfw
172 dll "avizlib.dll"
173 out YUY2
174 out BGR32,BGR24,BGR16,BGR15
175
125 audiocodec divx 176 audiocodec divx
126 info "DivX audio (WMA)" 177 info "DivX audio (WMA)"
127 format 0x160 178 format 0x160
128 format 0x161 179 format 0x161
129 driver acm 180 driver acm
133 info "MS ADPCM" 184 info "MS ADPCM"
134 format 0x2 185 format 0x2
135 driver acm 186 driver acm
136 dll "msadp32.acm" 187 dll "msadp32.acm"
137 188
189 ; 3DNow! autodetection?
138 audiocodec mp3acm 190 audiocodec mp3acm
139 info "MPEG layer-3" 191 info "MPEG layer-3"
140 comment "Optimized to Intel MMX/SSE" 192 comment "Optimized to Intel MMX/SSE"
141 format 0x55 193 format 0x55
142 driver acm 194 driver acm
173 audiocodec alaw 225 audiocodec alaw
174 info "aLaw" 226 info "aLaw"
175 format 0x6 227 format 0x6
176 driver alaw 228 driver alaw
177 229
230 audiocodec ulaw
231 info "uLaw"
232 ; status "?"
233 format 0x7
234 driver alaw
235 comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
236
178 audiocodec pcm 237 audiocodec pcm
179 info "Uncompressed PCM" 238 info "Uncompressed PCM"
180 format 0x1 239 format 0x1
181 driver pcm 240 driver pcm
182 241