Mercurial > mplayer.hg
annotate etc/codecs.conf @ 35489:214c3f971eb0
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Mon, 03 Dec 2012 14:45:01 +0000 |
parents | 265e26553c78 |
children | 415e59838dc9 |
rev | line source |
---|---|
5121 | 1 ;============================================================================= |
27415 | 2 ; Default codecs config file. |
5121 | 3 ; Before editing this file, please read DOCS/tech/codecs.conf.txt ! |
4 ;============================================================================= | |
267 | 5 |
34103 | 6 release 20111012 |
6200
e604be87613d
codecs.conf versioning - patch by Joey Parrish <joey@yunamusic.com>
arpi
parents:
6189
diff
changeset
|
7 |
471 | 8 ;============================================================================= |
9 ; VIDEO CODECS | |
10 ;============================================================================= | |
11 | |
33203
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
12 videocodec ffanm |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
13 info "FFmpeg Deluxe Paint Animation" |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
14 status working |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
15 fourcc "ANM " ; internal MPlayer FourCC |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
16 driver ffmpeg |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
17 dll anm |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
18 out BGR8 |
6ef39cd0d5e1
Add support for FFmpeg's Deluxe Paint Animation decoder.
reimar
parents:
33167
diff
changeset
|
19 |
34062 | 20 videocodec ffansi |
21 info "FFmpeg ASCII/ANSI art" | |
22 status working | |
23 fourcc TXT4 ; internal MPlayer FourCC | |
24 driver ffmpeg | |
25 dll ansi | |
26 out BGR8 | |
27 | |
30637 | 28 videocodec ffbinkvideo |
29 info "FFmpeg Bink Video" | |
30 status working | |
31 fourcc BIKf ; internal MPlayer FourCC | |
32 fourcc BIKg ; internal MPlayer FourCC | |
33 fourcc BIKh ; internal MPlayer FourCC | |
34 fourcc BIKi ; internal MPlayer FourCC | |
35 driver ffmpeg | |
36 dll binkvideo | |
37 out YV12 | |
30678 | 38 out 420A |
30637 | 39 |
30062
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
40 videocodec ffcdgraphics |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
41 info "FFmpeg CD-Graphics" |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
42 status working |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
43 fourcc CDGR ; internal MPlayer FourCC |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
44 driver ffmpeg |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
45 dll cdgraphics |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
46 out BGR8 |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
47 |
34244 | 48 videocodec ffeacmv |
49 info "FFmpeg EA CMV" | |
50 status working | |
51 fourcc MVIf ; internal MPlayer FourCC | |
52 driver ffmpeg | |
53 dll eacmv | |
54 out BGR8 | |
55 | |
34304 | 56 videocodec ffeamad |
57 info "FFmpeg EA MAD" | |
58 status working | |
59 fourcc MADk ; internal MPlayer FourCC | |
60 driver ffmpeg | |
61 dll eamad | |
62 out YV12 | |
63 | |
27323 | 64 videocodec ffmvi1 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
65 info "FFmpeg Motion Pixels" |
27323 | 66 status working |
67 fourcc MVI1 ; internal MPlayer FourCC | |
68 driver ffmpeg | |
69 dll motionpixels | |
34500 | 70 out BGR15 |
27323 | 71 |
27101 | 72 videocodec ffmdec |
73 info "FFmpeg Sony PlayStation MDEC (Motion DECoder)" | |
74 status working | |
75 fourcc MDEC ; internal MPlayer FourCC | |
76 driver ffmpeg | |
77 dll mdec | |
78 out YV12 | |
79 | |
34357 | 80 videocodec ffmmvideo |
81 info "FFmpeg American Laser Games MM Video" | |
82 status working | |
83 fourcc "MMV " ; internal MPlayer FourCC | |
84 driver ffmpeg | |
85 dll mmvideo | |
86 out BGR8 | |
87 | |
34910 | 88 videocodec ffsanm |
89 info "FFmpeg LucasArts SMUSH video" | |
90 status working | |
91 fourcc SANM ; internal MPlayer FourCC | |
92 driver ffmpeg | |
93 dll sanm | |
94 out BGR16,BGR8 | |
95 | |
34920 | 96 videocodec ffpafvideo |
97 info "FFmpeg Packed Animation File" | |
98 status working | |
99 fourcc PAFV ; internal MPlayer FourCC | |
100 driver ffmpeg | |
101 dll paf_video | |
102 out BGR8 | |
103 | |
26712 | 104 videocodec ffsiff |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
105 info "FFmpeg Beam Software SIFF" |
26712 | 106 status working |
107 fourcc VBV1 | |
108 driver ffmpeg | |
109 dll vb | |
110 out BGR8 | |
111 | |
26240 | 112 videocodec ffmimic |
26565
1c3643fb29da
add info lines to ffmimic, ffkmvc. fixes codec-status table.
compn
parents:
26459
diff
changeset
|
113 info "FFmpeg Mimic video" |
26443 | 114 status working |
26240 | 115 fourcc ML20 |
28300 | 116 fourcc LM20 ; mimic in avi |
26240 | 117 out I420 |
118 driver ffmpeg | |
119 dll "mimic" | |
120 | |
18058 | 121 videocodec ffkmvc |
26565
1c3643fb29da
add info lines to ffmimic, ffkmvc. fixes codec-status table.
compn
parents:
26459
diff
changeset
|
122 info "FFmpeg Karl Morton Video Codec" |
26443 | 123 status working |
18058 | 124 fourcc KMVC |
125 out BGR8 | |
126 driver ffmpeg | |
127 dll "kmvc" | |
128 | |
17604 | 129 videocodec ffzmbv |
130 info "FFmpeg Zip Motion-Block Video" | |
131 status working | |
132 fourcc ZMBV | |
133 driver ffmpeg | |
134 dll "zmbv" | |
135 out RGB24 | |
136 | |
34644
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
137 videocodec ffcdxl |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
138 info "FFmpeg CDXL" |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
139 status working |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
140 fourcc CDXL ; internal MPlayer FourCC |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
141 driver ffmpeg |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
142 dll cdxl |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
143 out BGR24,BGR8 |
3ed6c81c8dee
Support playback of CDXL files with -demuxer lavf.
cehoyos
parents:
34573
diff
changeset
|
144 |
30490 | 145 videocodec geov |
146 info "GeoCodec" | |
30498 | 147 comment "crashes without -nosound, hangs on exit" |
30490 | 148 status buggy |
149 fourcc GEOV | |
30491 | 150 fourcc GEOX |
30490 | 151 driver vfw |
152 dll "GeoCodec.dll" | |
153 out BGR24 flip | |
154 | |
35027 | 155 videocodec geoh264 |
156 info "GeoCodec h264" | |
157 status working | |
158 fourcc G264 | |
159 driver vfw | |
160 dll "GX264.dll" | |
161 out RGB24,RGB32,BGR32,BGR24 flip | |
162 | |
31902
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
163 videocodec imm4 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
164 info "infinity cctv codec" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
165 status working |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
166 fourcc IMM4 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
167 driver vfw |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
168 dll "VCMIMM4.dll" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
169 out BGR15 flip |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
170 |
34720
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
171 videocodec marchmpeg4 |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
172 info "March Networks MPEG4" |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
173 status untested |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
174 comment "decoder decodes xvid but we need mnm4 sample" |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
175 fourcc MNM4 |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
176 driver vfwex |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
177 dll "mnmpeg4.dll" |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
178 out YUY2,UYVY flip |
cf625557afab
add mnm4 binary codec, need sample for further testing
compn
parents:
34672
diff
changeset
|
179 |
31952 | 180 videocodec amv2 |
181 info "lossless video codec" | |
182 status working | |
183 fourcc AMV2 | |
184 driver vfw | |
185 dll "amv2codec.dll" | |
186 out BGR32 flip | |
187 | |
31902
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
188 videocodec lzocodec |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
189 info "lzo lossless" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
190 status working |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
191 fourcc LZOC |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
192 driver vfw |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
193 dll "lzocodec.dll" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
194 out YV12,YUY2 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
195 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
196 videocodec direccionalvfw |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
197 info "direccional lossless codec" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
198 status working |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
199 fourcc DIRC |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
200 driver vfw |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
201 dll "direccional.dll" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
202 out BGR24,BGR32 flip |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
203 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
204 videocodec mhuffyuv |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
205 info "mhuffyuv lossless codec" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
206 status working |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
207 fourcc MHFY |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
208 driver vfw |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
209 dll "mhuffyuv.dll" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
210 out BGR24,BGR32 flip |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
211 |
17541
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
212 videocodec zmbv |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
213 info "Zip Motion-Block Video" |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
214 status working |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
215 fourcc ZMBV |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
216 driver vfw |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
217 dll "zmbv.dll" |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
218 out BGR24,BGR15,BGR8 query,flip |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
219 |
28127 | 220 videocodec yuv8 |
221 info "YUV422 = Cb0 Y0 Cr0 Y1 Cb1 Y2 Cr1 Y3 (U Y V Y U Y V Y)" | |
222 status working | |
34917 | 223 fourcc yuv8,YUV8 |
28127 | 224 driver vfwex |
225 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs? | |
226 out YV12,I420,UYVY | |
227 out BGR24,BGR15,BGR32 | |
228 | |
30011 | 229 videocodec ffr210 |
230 info "FFmpeg R210 - 10-bit RGB" | |
231 status working | |
232 fourcc r210 | |
233 driver ffmpeg | |
234 dll "r210" | |
235 out RGB48BE,RGB48LE | |
236 | |
34396 | 237 videocodec ffy41p |
238 info "FFmpeg Y41P - packed 4:1:1" | |
239 status working | |
240 fourcc Y41P | |
241 driver ffmpeg | |
242 dll y41p | |
243 out 411P | |
244 | |
34397 | 245 videocodec ffv410 |
246 info "FFmpeg v410 - packed 4:4:4 10-bit" | |
247 status working | |
248 fourcc v410 | |
249 driver ffmpeg | |
250 dll v410 | |
251 out 444P10 | |
252 | |
33375 | 253 videocodec ffr10k |
254 info "FFmpeg R10k - 10-bit RGB" | |
255 status working | |
256 fourcc R10k,R10g | |
257 driver ffmpeg | |
258 dll "r10k" | |
259 out RGB48BE,RGB48LE | |
260 | |
34412 | 261 videocodec ffavrp |
262 info "FFmpeg Avid 1:1 10-bit RGB Packer" | |
263 status working | |
264 fourcc AVrp | |
34495 | 265 fourcc SUDS |
34412 | 266 driver ffmpeg |
267 dll avrp | |
268 out RGB48BE,RGB48LE | |
269 | |
270 videocodec ffv308 | |
271 info "FFmpeg Quicktime v308 packed 4:4:4" | |
272 status working | |
273 fourcc v308 | |
274 driver ffmpeg | |
275 dll v308 | |
276 out 444P | |
277 | |
34565 | 278 videocodec ffv408 |
279 info "FFmpeg Quicktime v408 packed 4:4:4:4" | |
280 status working | |
281 fourcc v408 | |
282 driver ffmpeg | |
283 dll v408 | |
284 out 444A | |
285 | |
286 videocodec ffayuv | |
287 info "FFmpeg Microsoft ayuv packed 4:4:4:4" | |
288 status working | |
289 fourcc AYUV | |
290 driver ffmpeg | |
291 dll ayuv | |
292 out 444A | |
293 | |
35137 | 294 videocodec ffy216 |
295 info "FFmpeg Pinnacle Targa CineWave YUV16" | |
296 status working | |
297 fourcc Y216 | |
298 driver ffmpeg | |
299 dll targa_y216 | |
300 out 422P16 | |
301 | |
34412 | 302 videocodec ffyuv4 |
303 info "FFmpeg libquicktime yuv4 packed 4:2:0" | |
304 status working | |
305 fourcc yuv4 | |
306 driver ffmpeg | |
307 dll yuv4 | |
308 out YV12 | |
309 | |
27620
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
310 videocodec blackmagic |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
311 info "Blackmagic 10-bit" |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
312 status working |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
313 comment "requires libguide40.dll" |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
314 fourcc r210 |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
315 driver vfw |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
316 dll "BMDCodecLib.dll" |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
317 out BGR32,RGB32 |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
318 |
34090
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
319 videocodec qtsheer |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
320 info "QuickTime sheervideo" |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
321 status buggy |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
322 fourcc Shr0 |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
323 driver qtvideo |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
324 dll "SheerVideo Pro.qtx" |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
325 out BGR24,BGR16,YUY2 |
de2fbf5e5a4e
add binary sheercodec for isom Shr0, samples on ffmpeg trac
compn
parents:
34086
diff
changeset
|
326 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
327 ; MPEG-1/2 decoding: |
1278 | 328 |
10727 | 329 videocodec ffmpeg1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
330 info "FFmpeg MPEG-1" |
10727 | 331 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
332 format 0x10000001 ; MPEG-1 |
10727 | 333 fourcc mpg1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
334 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
10727 | 335 fourcc VCR2 |
17319 | 336 fourcc MPEG |
34246 | 337 fourcc m1v1 |
338 fourcc "m1v " | |
34483 | 339 fourcc BW10 |
10727 | 340 driver ffmpeg |
341 dll "mpeg1video" | |
342 out YV12,I420,IYUV | |
33204
00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
reimar
parents:
33203
diff
changeset
|
343 out IDCT_MPEG2 |
00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
reimar
parents:
33203
diff
changeset
|
344 out MOCO_MPEG2 |
10727 | 345 |
346 videocodec ffmpeg2 | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
347 info "FFmpeg MPEG-2" |
10727 | 348 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
349 format 0x10000002 ; MPEG-2 |
17340 | 350 fourcc mpg2,MPG2 |
15572 | 351 fourcc "DVR " |
17319 | 352 fourcc MPEG |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
353 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
23504 | 354 fourcc MMES,mmes ; matrox mpeg2 in avi |
31276 | 355 fourcc M701 ; matrox mpeg2 intra-only |
33026 | 356 fourcc hdv1,hdv2,hdv3 |
357 fourcc hdv4,hdv5,hdv6 | |
358 fourcc hdv7,hdv8,hdv9 | |
34072 | 359 fourcc hdva,xdhd,xdh2 |
27335 | 360 fourcc xdv1,xdv2,xdv3 |
361 fourcc xdv4,xdv5,xdv6 | |
362 fourcc xdv7,xdv8,xdv9 | |
363 fourcc xdva,xdvb,xdvc | |
364 fourcc xdvd,xdve,xdvf | |
27609 | 365 fourcc xd5a,xd5b,xd5c |
27613 | 366 fourcc xd5d,xd5e,xd5f |
33007 | 367 fourcc xd59,xd54,xd55 |
27614 | 368 fourcc mx5n,mx4n,mx4p |
27609 | 369 fourcc mx3n,mx3p |
370 fourcc AVmp | |
27612 | 371 fourcc VCR2 |
372 fourcc mp2v,mpgv | |
29314 | 373 fourcc m2v1 |
28050 | 374 fourcc PIM2 |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
375 fourcc LMP2 ; Lead mpeg2 in avi |
29931
aa70aba2bbcb
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
compn
parents:
29924
diff
changeset
|
376 fourcc slif ; SoftLab MPEG-2 I-frames Codec |
10727 | 377 driver ffmpeg |
378 dll "mpeg2video" | |
379 out YV12,I420,IYUV | |
12562 | 380 out 422P,444P |
33204
00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
reimar
parents:
33203
diff
changeset
|
381 out IDCT_MPEG2 |
00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
reimar
parents:
33203
diff
changeset
|
382 out MOCO_MPEG2 |
10727 | 383 |
11435 | 384 ; for backward compatibility |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
385 videocodec ffmpeg12 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
386 info "FFmpeg MPEG-1/2" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
387 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
388 format 0x10000001 ; MPEG-1 |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
389 format 0x10000002 ; MPEG-2 |
17340 | 390 fourcc mpg1,mpg2,MPG2 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
391 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
28050 | 392 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
10469 | 393 fourcc VCR2 |
15945 | 394 fourcc "DVR " |
17319 | 395 fourcc MPEG |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
396 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
23504 | 397 fourcc MMES,mmes ; matrox mpeg2 in avi |
31276 | 398 fourcc M701 ; matrox mpeg2 intra-only |
33026 | 399 fourcc hdv1,hdv2,hdv3 |
400 fourcc hdv4,hdv5,hdv6 | |
401 fourcc hdv7,hdv8,hdv9 | |
34072 | 402 fourcc hdva,xdhd,xdh2 |
27335 | 403 fourcc xdv1,xdv2,xdv3 |
404 fourcc xdv4,xdv5,xdv6 | |
405 fourcc xdv7,xdv8,xdv9 | |
406 fourcc xdva,xdvb,xdvc | |
407 fourcc xdvd,xdve,xdvf | |
27609 | 408 fourcc xd5a,xd5b,xd5c |
27613 | 409 fourcc xd5d,xd5e,xd5f |
33007 | 410 fourcc xd59,xd54,xd55 |
27614 | 411 fourcc mx5n,mx4n,mx4p |
27609 | 412 fourcc mx3n,mx3p |
413 fourcc AVmp | |
27612 | 414 fourcc mp2v,mpgv |
34246 | 415 fourcc m2v1,m1v1 |
416 fourcc "m1v " | |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
417 fourcc LMP2 ; Lead mpeg2 in avi |
29931
aa70aba2bbcb
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
compn
parents:
29924
diff
changeset
|
418 fourcc slif ; SoftLab MPEG-2 I-frames Codec |
33245 | 419 fourcc EM2V ; Etymonix MPEG-2 I-frame Video Codec |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
420 driver ffmpeg |
11438 | 421 dll "mpegvideo" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
422 out YV12,I420,IYUV |
12562 | 423 out 422P,444P |
33204
00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
reimar
parents:
33203
diff
changeset
|
424 out IDCT_MPEG2 |
00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
reimar
parents:
33203
diff
changeset
|
425 out MOCO_MPEG2 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
426 |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
427 videocodec mpeg12 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
428 info "MPEG-1 or 2 (libmpeg2)" |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
429 comment "with postprocessing" |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
430 status working |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
431 format 0x10000001 ; MPEG-1 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
432 format 0x10000002 ; MPEG-2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
433 fourcc "DVR " |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
434 fourcc mpg1 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
435 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
28050 | 436 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
437 fourcc mpg2,MPG2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
438 fourcc MPEG |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
439 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
440 fourcc MMES,mmes ; matrox mpeg2 in avi |
31276 | 441 fourcc M701 ; matrox mpeg2 intra-only |
33026 | 442 fourcc hdv1,hdv2,hdv3 |
443 fourcc hdv4,hdv5,hdv6 | |
444 fourcc hdv7,hdv8,hdv9 | |
34072 | 445 fourcc hdva,xdhd,xdh2 |
27335 | 446 fourcc xdv1,xdv2,xdv3 |
447 fourcc xdv4,xdv5,xdv6 | |
448 fourcc xdv7,xdv8,xdv9 | |
449 fourcc xdva,xdvb,xdvc | |
450 fourcc xdvd,xdve,xdvf | |
27609 | 451 fourcc xd5a,xd5b,xd5c |
27613 | 452 fourcc xd5d,xd5e,xd5f |
33007 | 453 fourcc xd59,xd54,xd55 |
27614 | 454 fourcc mx5n,mx4n,mx4p |
27609 | 455 fourcc mx3n,mx3p |
456 fourcc AVmp | |
27612 | 457 fourcc mp2v,mpgv |
34246 | 458 fourcc m2v1,m1v1 |
459 fourcc "m1v " | |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
460 fourcc LMP2 ; Lead mpeg2 in avi |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
461 driver libmpeg2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
462 ; dll "libmpeg2" |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
463 out YV12,I420,IYUV |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
464 out 422P |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
465 |
10316 | 466 videocodec ffmpeg12mc |
33205 | 467 info "FFmpeg MPEG-1/2 (XvMC) - deprecated, just use ffmpeg12" |
10316 | 468 status buggy |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
469 format 0x10000001 ; MPEG-1 |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
470 format 0x10000002 ; MPEG-2 |
17340 | 471 fourcc mpg1,mpg2,MPG2 |
15572 | 472 fourcc "DVR " |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
473 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
28050 | 474 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
30384
dcebebdd0c0b
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
cehoyos
parents:
30380
diff
changeset
|
475 fourcc VCR2 |
17319 | 476 fourcc MPEG |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
477 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
23504 | 478 fourcc MMES,mmes ; matrox mpeg2 in avi |
33026 | 479 fourcc hdv1,hdv2,hdv3 |
480 fourcc hdv4,hdv5,hdv6 | |
481 fourcc hdv7,hdv8,hdv9 | |
34072 | 482 fourcc hdva,xdhd,xdh2 |
27335 | 483 fourcc xdv1,xdv2,xdv3 |
484 fourcc xdv4,xdv5,xdv6 | |
485 fourcc xdv7,xdv8,xdv9 | |
486 fourcc xdva,xdvb,xdvc | |
487 fourcc xdvd,xdve,xdvf | |
27609 | 488 fourcc xd5a,xd5b,xd5c |
27613 | 489 fourcc xd5d,xd5e,xd5f |
33007 | 490 fourcc xd59,xd54,xd55 |
27614 | 491 fourcc mx5n,mx4n,mx4p |
27609 | 492 fourcc mx3n,mx3p |
493 fourcc AVmp | |
27612 | 494 fourcc mp2v,mpgv |
34246 | 495 fourcc m2v1,m1v1 |
496 fourcc "m1v " | |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
497 fourcc LMP2 ; Lead mpeg2 in avi |
10316 | 498 driver ffmpeg |
499 dll "mpegvideo_xvmc" | |
500 out IDCT_MPEG2 | |
501 out MOCO_MPEG2 | |
502 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
503 videocodec ffmpeg12vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
504 info "FFmpeg MPEG-1/2 (VDPAU)" |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
505 status working |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
506 format 0x10000001 ; MPEG-1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
507 format 0x10000002 ; MPEG-2 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
508 fourcc mpg1,mpg2,MPG2 |
28544 | 509 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
510 fourcc PIM2 ; Pinnacle hardware-MPEG-2 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
511 fourcc "DVR " |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
512 fourcc hdv2 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
513 fourcc MPEG |
28544 | 514 fourcc hdv1 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
515 fourcc hdv3 ; HDV 1080i50 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
516 fourcc hdv5 ; HDV 720p25 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
517 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
518 fourcc hdv6,hdv7,hdv8 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
519 fourcc xdv1,xdv2,xdv3 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
520 fourcc xdv4,xdv5,xdv6 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
521 fourcc xdv7,xdv8,xdv9 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
522 fourcc xdva,xdvb,xdvc |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
523 fourcc xdvd,xdve,xdvf |
28544 | 524 fourcc mx5n,mx4n,mx4p |
525 fourcc mx3n,mx3p | |
526 fourcc AVmp | |
527 fourcc mp2v,mpgv | |
528 fourcc LMP2 ; Lead mpeg2 in avi | |
34246 | 529 fourcc m2v1,m1v1 |
530 fourcc "m1v " | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
531 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
532 dll "mpegvideo_vdpau" |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
533 out VDPAU_MPEG1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
534 out VDPAU_MPEG2 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
535 |
33008 | 536 videocodec ffmpeg2crystalhd |
537 info "FFmpeg MPEG-2 (CrystalHD)" | |
538 status working | |
539 format 0x10000002 ; MPEG-2 | |
540 fourcc mpg2,MPG2 | |
541 fourcc "DVR " | |
542 fourcc MPEG | |
543 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) | |
544 fourcc MMES,mmes ; matrox mpeg2 in avi | |
545 fourcc M701 ; matrox mpeg2 intra-only | |
33026 | 546 fourcc hdv1,hdv2,hdv3 |
547 fourcc hdv4,hdv5,hdv6 | |
548 fourcc hdv7,hdv8,hdv9 | |
34072 | 549 fourcc hdva,xdhd,xdh2 |
33008 | 550 fourcc xdv1,xdv2,xdv3 |
551 fourcc xdv4,xdv5,xdv6 | |
552 fourcc xdv7,xdv8,xdv9 | |
553 fourcc xdva,xdvb,xdvc | |
554 fourcc xdvd,xdve,xdvf | |
555 fourcc xd5a,xd5b,xd5c | |
556 fourcc xd5d,xd5e,xd5f | |
557 fourcc xd59,xd54 | |
558 fourcc mx5n,mx4n,mx4p | |
559 fourcc mx3n,mx3p | |
560 fourcc AVmp | |
561 fourcc VCR2 | |
562 fourcc mp2v,mpgv | |
563 fourcc m2v1 | |
564 fourcc PIM2 | |
565 fourcc LMP2 ; Lead mpeg2 in avi | |
566 fourcc slif ; SoftLab MPEG-2 I-frames Codec | |
567 driver ffmpeg | |
568 dll mpeg2_crystalhd | |
569 out YUY2 | |
570 | |
31376
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
571 videocodec mpegpes |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
572 info "MPEG-PES output (.mpg or DXR3/IVTV/DVB/V4L2 card)" |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
573 comment "for hardware decoding" |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
574 status working |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
575 format 0x10000001 ; mpeg 1 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
576 format 0x10000002 ; mpeg 2 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
577 fourcc mpg1,MPG1,mpg2,MPG2 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
578 fourcc MPEG |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
579 fourcc hdv1,hdv2,hdv3 |
33026 | 580 fourcc hdv4,hdv5,hdv6 |
581 fourcc hdv7,hdv8,hdv9 | |
34072 | 582 fourcc hdva,xdhd,xdh2 |
31376
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
583 fourcc xdv1,xdv2,xdv3 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
584 fourcc xdv4,xdv5,xdv6 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
585 fourcc xdv7,xdv8,xdv9 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
586 fourcc xdva,xdvb,xdvc |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
587 fourcc xdvd,xdve,xdvf |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
588 fourcc xd5a,xd5b,xd5c |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
589 fourcc xd5d,xd5e,xd5f |
33007 | 590 fourcc xd59,xd54,xd55 |
31376
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
591 fourcc mx5n,mx4n,mx4p |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
592 fourcc mx3n,mx3p |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
593 fourcc AVmp |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
594 fourcc mp2v,mpgv |
34246 | 595 fourcc m2v1,m1v1 |
596 fourcc "m1v " | |
31376
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
597 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
598 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
599 fourcc LMP2 ; Lead mpeg2 in avi |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
600 driver mpegpes |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
601 out MPES |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
602 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
603 ; we have only native open source codecs for these: |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
604 |
18058 | 605 videocodec ffnuv |
606 info "NuppelVideo" | |
607 status working | |
34219 | 608 fourcc NUV1 ; internal MPlayer FOURCC |
609 ; note that RJPG is _not_ equivalent, | |
610 ; these are slightly different formats | |
18058 | 611 fourcc RJPG |
612 driver ffmpeg | |
613 dll nuv | |
614 out I420 | |
615 | |
22702
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
616 videocodec ffbmp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
617 info "FFmpeg BMP" |
22702
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
618 status working |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
619 fourcc "bmp " ; for BMP-encoded QuickTime files |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
620 format 0x706D62 ; AVI |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
621 driver ffmpeg |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
622 dll bmp |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
623 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
624 |
29447 | 625 videocodec ffdpx |
626 info "FFmpeg DPX" | |
627 status working | |
628 fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC | |
629 driver ffmpeg | |
630 dll dpx | |
34572 | 631 out RGB64BE,RGB64LE,RGB48BE,RGB48LE,RGB24,RGBA |
29447 | 632 |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
633 videocodec ffgif |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
634 info "FFmpeg GIF" |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
635 status working |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
636 fourcc "gif " ; for GIF-encoded QuickTime files |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
637 driver ffmpeg |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
638 dll gif |
34504
f888c0223491
Remove unused image formats from ffgif output format list: Only pal8 is supported.
cehoyos
parents:
34503
diff
changeset
|
639 out BGR8 |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
640 |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
641 videocodec fftiff |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
642 info "FFmpeg TIFF" |
25021 | 643 status working |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
644 fourcc "tiff" ; for TIFF-encoded QuickTime files |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
645 driver ffmpeg |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
646 dll tiff |
34573 | 647 out BGR32,BGR24,BGR8,Y800,RGB64LE,RGB64BE,RGB48LE,RGB48BE,RGB32,RGB24,RGB8 |
34936 | 648 out Y8A,Y16LE,Y16BE |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
649 |
25961 | 650 videocodec ffpcx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
651 info "FFmpeg PCX" |
25961 | 652 status working |
653 fourcc "pcx " | |
654 driver ffmpeg | |
655 dll pcx | |
34505
37a3df1230f5
Remove unused image formats from ffpcx output format list.
cehoyos
parents:
34504
diff
changeset
|
656 out BGR8,RGB24 |
25961 | 657 |
16098 | 658 videocodec ffpng |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
659 info "FFmpeg PNG" |
16098 | 660 status working |
661 fourcc mpng,MPNG | |
34937
993c5808cf8e
Support "MNG " FourCC for png in mov (found by Piotr Bandurski).
cehoyos
parents:
34936
diff
changeset
|
662 fourcc "MNG " |
16098 | 663 fourcc "png " ; for PNG-encoded QuickTime files |
664 driver ffmpeg | |
665 dll png | |
34572 | 666 out BGR32,BGR8,Y800,RGB64BE,RGB48BE,RGBA,RGB24 |
34935 | 667 out Y8A,Y16BE |
16098 | 668 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
669 videocodec mpng |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
670 info "PNG image" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
671 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
672 comment "Gray scaled PNG with Alpha channel not supported" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
673 fourcc mpng,MPNG |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
674 fourcc "png " ; for PNG-encoded QuickTime files |
6584 | 675 dll "libpng" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
676 driver mpng |
15505 | 677 out BGR32,BGR24,BGR8,Y800 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
678 |
26711 | 679 videocodec ffptx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
680 info "FFmpeg V.Flash PTX" |
26711 | 681 status working |
26716 | 682 fourcc "ptx " ; internal MPlayer FourCC |
26711 | 683 driver ffmpeg |
684 dll ptx | |
34931 | 685 out BGR15LE,BGR15 |
26711 | 686 |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
687 videocodec fftga |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
688 info "FFmpeg TGA" |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
689 status untested |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
690 fourcc mtga,MTGA |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
691 fourcc "tga " ; for TGA-encoded QuickTime files |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
692 driver ffmpeg |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
693 dll targa |
34510
82c2971d8e1e
Remove unused image formats from fftga output format list.
cehoyos
parents:
34509
diff
changeset
|
694 out BGRA,BGR32,BGR24,BGR8,Y800 |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
695 |
7362 | 696 videocodec mtga |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
697 info "TGA image" |
7362 | 698 status working |
699 comment "Only 24bpp and 32bpp RGB TGA files supported" | |
700 fourcc mtga,MTGA | |
701 driver mtga | |
7392
e21841225e2a
query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
alex
parents:
7384
diff
changeset
|
702 out BGR32,BGR24 |
7362 | 703 |
29636
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
704 videocodec ffsgi |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
705 info "FFmpeg SGI image" |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
706 status working |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
707 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
708 driver ffmpeg |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
709 dll sgi |
34572 | 710 out RGB24,Y800,RGB64BE,RGB48BE,RGBA |
29636
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
711 |
9534
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
712 videocodec sgi |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
713 info "SGI image" |
9534
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
714 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
715 fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC |
9534
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
716 driver sgi |
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
717 out BGR24 |
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
718 |
26070 | 719 videocodec ffsunras |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
720 info "FFmpeg SUN Rasterfile" |
26070 | 721 status working |
722 fourcc "sun " ; sun is an internal MPlayer FOURCC | |
723 driver ffmpeg | |
724 dll sunrast | |
34512 | 725 out BGR24,BGR8,Y800,RGB24,RGBA,BGRA |
26070 | 726 |
35186 | 727 videocodec ffyop |
728 info "FFmpeg Psygnosis YOP" | |
729 status working | |
35187 | 730 fourcc YOP1 ; internal MPlayer FourCC |
35186 | 731 driver ffmpeg |
732 dll yop | |
733 out BGR8 | |
734 | |
9920 | 735 videocodec ffindeo3 |
736 info "FFmpeg Intel Indeo 3.1/3.2" | |
737 status working | |
738 fourcc IV31,iv31 | |
739 fourcc IV32,iv32 | |
740 driver ffmpeg | |
741 dll indeo3 | |
742 out YVU9 | |
9534
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
743 |
11847 | 744 videocodec fffli |
745 info "Autodesk FLI/FLC Animation" | |
746 status working | |
34742 | 747 fourcc FLIC ; former internal MPlayer FOURCC |
748 fourcc flic ; used by flic in mov (ffmpeg trac issue #626) | |
34746 | 749 fourcc AFLC |
11847 | 750 driver ffmpeg |
751 dll "flic" | |
16777
3398ec12ec8c
Support DTA and FLX extensions for flic via ffmpeg decoder
rtognimp
parents:
16776
diff
changeset
|
752 out BGR16,BGR15,BGR8 query |
11847 | 753 |
15059 | 754 videocodec ffaasc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
755 info "Autodesk RLE" |
15059 | 756 status working |
34946 | 757 fourcc AASC,AAS4 |
15059 | 758 driver ffmpeg |
759 dll "aasc" | |
34946 | 760 out BGR24,BGR15 |
15059 | 761 |
15064 | 762 videocodec ffloco |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
763 info "LOCO video" |
15064 | 764 status working |
765 fourcc LOCO | |
766 driver ffmpeg | |
767 dll "loco" | |
15072 | 768 out 422P,YV12,BGR32,BGR24 query |
15064 | 769 |
11956 | 770 videocodec ffqtrle |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
771 info "QuickTime Animation (RLE)" |
11956 | 772 status working |
773 format 0x20656C72 ; "rle " | |
774 driver ffmpeg | |
775 dll "qtrle" | |
34507 | 776 out BGR32,RGB24,BGR15,BGR8 |
11956 | 777 |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
778 videocodec ffrpza |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
779 info "QuickTime Apple Video" |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
780 status working |
28120 | 781 fourcc rpza,azpr,RPZA,AZPR |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
782 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
783 dll "rpza" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
784 out BGR15 |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
785 |
11527 | 786 videocodec ffsmc |
787 info "Apple Graphics (SMC) codec" | |
788 status working | |
789 format 0x20636d73 ; "smc " | |
790 driver ffmpeg | |
791 dll "smc" | |
792 out BGR8 | |
793 | |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
794 videocodec ff8bps |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
795 info "Planar RGB (Photoshop)" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
796 status working |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
797 fourcc 8BPS |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
798 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
799 dll "8bps" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
800 out BGR32,BGR24,BGR8 query |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
801 |
12397
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
802 videocodec ffcyuv |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
803 info "Creative YUV (libavcodec)" |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
804 status working |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
805 fourcc cyuv,CYUV |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
806 driver ffmpeg |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
807 dll "cyuv" |
35131 | 808 out 411P,UYVY |
12397
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
809 |
30060 | 810 videocodec ffaura |
811 info "Auravision Aura (libavcodec)" | |
812 status working | |
813 fourcc aura,AURA | |
814 driver ffmpeg | |
815 dll "aura" | |
816 out 411P | |
817 | |
30061 | 818 videocodec ffaura2 |
819 info "Auravision Aura 2 (libavcodec)" | |
820 status working | |
821 fourcc aur2,AUR2 | |
822 driver ffmpeg | |
823 dll "aura2" | |
824 out 422P | |
825 | |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
826 videocodec ffmsrle |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
827 info "Microsoft RLE" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
828 status working |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
829 format 0x1 |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
830 format 0x2 |
16119 | 831 fourcc WRLE |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
832 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
833 dll "msrle" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
834 out BGR8 |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
835 |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
836 videocodec ffroqvideo |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
837 info "Id RoQ File Video" |
12827 | 838 status working |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
839 fourcc RoQV ; RoQV is an internal MPlayer FOURCC |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
840 driver ffmpeg |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
841 dll "roqvideo" |
24593
795d9baf21ab
The FFmpeg RoQ video decoder now uses 444P colorspace.
diego
parents:
24588
diff
changeset
|
842 out 444P |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
843 |
7729 | 844 videocodec lzo |
845 info "LZO compressed" | |
846 status working | |
847 fourcc LZO1 | |
848 driver lzo | |
849 dll "liblzo" | |
850 out YV12,I420 | |
851 out BGR24 flip | |
852 | |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
853 videocodec theora |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
854 info "Theora (free, reworked VP3)" |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
855 status working |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
856 fourcc theo,Thra |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
857 driver theora |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
858 dll libtheora |
30543
ee0b9c3bbf29
Add support for decoding 4:2:2 and 4:4:4 Theora files.
reimar
parents:
30512
diff
changeset
|
859 out YV12,422P,444P |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
860 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
861 ; prefer native codecs over win32? |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
862 ; the win32 codecs probably are (better) optimized and support direct |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
863 ; rendering, so this may be not the best idea... |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
864 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
865 ;WIN32: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
866 |
29364 | 867 videocodec nogatech |
868 status working | |
869 fourcc NTN1,NTN2 | |
870 driver vfw | |
871 dll "nuvision.ax" | |
872 out BGR24 flip | |
873 | |
29281 | 874 videocodec ylc |
875 info "YUY2 Lossless Codec" | |
876 status working | |
877 fourcc YLC0 | |
878 driver vfw | |
879 dll "ylc.vcm" | |
880 out BGR24 flip | |
881 | |
28896 | 882 videocodec smartsight |
883 info "Verint Video Manager" | |
884 status working | |
885 fourcc SN40 | |
886 fourcc SN41,SJPG ; untested | |
887 driver vfw | |
888 dll "SN4Codec.dll" | |
889 out BGR24 flip | |
890 | |
26444
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
891 videocodec msuscls |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
892 info "MSU Screen Capture Lossless Codec" |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
893 status working |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
894 fourcc SCLS |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
895 driver vfw |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
896 dll "SCLS.DLL" |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
897 out BGR32,BGR24,BGR16 flip |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
898 |
28127 | 899 videocodec wincam |
900 info "wincam screen capture codec" | |
901 comment "requires Zlib.dll" | |
902 status working | |
903 fourcc WCMV | |
904 driver vfw | |
905 dll "wcmv.dll" ; requires Zlib.dll | |
906 out BGR15 flip | |
907 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
908 videocodec cram |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
909 info "Microsoft Video 1" |
11261 | 910 comment "-vf palette required for 8bpp" |
6104
0fb14001bf06
old vfw codecs don't like double buffering - force static buffer for them
arpi
parents:
6098
diff
changeset
|
911 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
912 fourcc cram,CRAM CRAM |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
913 fourcc msvc,MSVC CRAM |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
914 fourcc wham,WHAM CRAM |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
915 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
916 dll "msvidc32.dll" |
7328 | 917 out BGR24,BGR15,BGR8 static,query |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
918 |
12614 | 919 videocodec ffcvid |
28451 | 920 info "FFmpeg Cinepak Video" |
12614 | 921 status working |
922 fourcc cvid,CVID | |
923 driver ffmpeg | |
924 dll "cinepak" | |
12704 | 925 out YV12,BGR8 query |
12614 | 926 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
927 videocodec cvidvfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
928 info "Cinepak Video" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
929 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
930 fourcc cvid |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
931 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
932 dll "iccvid.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
933 ; out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
934 ; out UYVY |
6104
0fb14001bf06
old vfw codecs don't like double buffering - force static buffer for them
arpi
parents:
6098
diff
changeset
|
935 out BGR24,BGR15 static |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
936 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
937 videocodec huffyuv |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
938 info "HuffYUV" |
6189 | 939 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
940 fourcc HFYU |
267 | 941 driver vfw |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
942 dll "huffyuv.dll" |
7328 | 943 out YUY2 flip,noflip,query |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
944 ; out UYVY flip |
7328 | 945 out BGR32,BGR24 flip,query |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
946 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
947 ;NATIVE: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
948 |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
949 videocodec ffvideo1 |
28451 | 950 info "FFmpeg Microsoft Video 1" |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
951 status working |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
952 fourcc cram,CRAM |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
953 fourcc msvc,MSVC |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
954 fourcc wham,WHAM |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
955 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
956 dll "msvideo1" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
957 out BGR15,BGR8 query |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
958 |
11784 | 959 videocodec ffmszh |
28451 | 960 info "FFmpeg AVImszh" |
11784 | 961 status working |
962 fourcc MSZH | |
963 driver ffmpeg | |
964 dll "mszh" | |
965 out BGR24 | |
966 | |
967 videocodec ffzlib | |
28451 | 968 info "FFmpeg AVIzlib" |
11784 | 969 status working |
970 fourcc ZLIB | |
971 driver ffmpeg | |
972 dll "zlib" | |
973 out BGR24 | |
974 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
975 ;XAnim (slow): |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
976 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
977 videocodec cvidxa |
6584 | 978 info "XAnim's Radius Cinepak Video" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
979 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
980 fourcc cvid |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
981 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
982 dll "vid_cvid.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
983 out YV12,IYUV,I420 static |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
984 |
15531 | 985 ; time to decide what to do with the MPEG-4/DivX variants... |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
986 ; ff* is fastest... |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
987 |
8190 | 988 videocodec ffhuffyuv |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
989 info "FFmpeg HuffYUV" |
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
990 status working |
14057 | 991 fourcc HFYU,FFVH |
8190 | 992 driver ffmpeg |
993 dll huffyuv | |
9033 | 994 out YUY2,422P,YV12 |
8190 | 995 out BGR32,BGR24 |
996 | |
10264 | 997 videocodec ffv1 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
998 info "FFV1 (lossless codec)" |
10264 | 999 status working |
1000 fourcc FFV1 | |
1001 driver ffmpeg | |
1002 dll ffv1 | |
33372 | 1003 out 411P,444P,422P,YV12,I420,IYUV,YVU9,420P9,420P10,422P10,422P16 |
34513 | 1004 out 444P16,420P16 |
11354 | 1005 out BGR32 |
1006 | |
12902 | 1007 videocodec ffsnow |
1008 info "FFSNOW (Michael's wavelet codec)" | |
1009 status working | |
1010 fourcc snow,SNOW | |
1011 driver ffmpeg | |
1012 dll snow | |
1013 out YV12 | |
1014 | |
10131 | 1015 videocodec ffasv1 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
1016 info "FFmpeg ASUS V1" |
10131 | 1017 status working |
1018 fourcc ASV1 | |
1019 driver ffmpeg | |
1020 dll asv1 | |
1021 out YV12,I420,IYUV | |
1022 | |
10774 | 1023 videocodec ffasv2 |
1024 info "FFmpeg ASUS V2" | |
1025 status working | |
1026 fourcc ASV2 | |
1027 driver ffmpeg | |
1028 dll asv2 | |
1029 out YV12,I420,IYUV | |
1030 | |
10465 | 1031 videocodec ffvcr1 |
1032 info "FFmpeg ATI VCR1" | |
1033 status working | |
1034 fourcc VCR1 | |
1035 driver ffmpeg | |
1036 dll vcr1 | |
1037 out YVU9 | |
1038 | |
10479 | 1039 videocodec ffcljr |
1040 info "FFmpeg Cirrus Logic AccuPak (CLJR)" | |
1041 status working | |
1042 fourcc CLJR | |
1043 driver ffmpeg | |
1044 dll cljr | |
10480 | 1045 out 411P |
10479 | 1046 |
6682
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
1047 videocodec ffsvq1 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
1048 info "FFmpeg Sorenson Video v1 (SVQ1)" |
6682
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
1049 status working |
12458 | 1050 fourcc SVQ1,svq1 |
6682
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
1051 driver ffmpeg |
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
1052 dll svq1 |
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
1053 out YVU9 |
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
1054 |
12172 | 1055 videocodec ff4xm |
1056 info "FFmpeg 4XM video" | |
1057 status working | |
1058 fourcc 4XMV | |
1059 driver ffmpeg | |
1060 dll 4xm | |
24230 | 1061 out BGR15,BGR16 query |
12173 | 1062 |
13780 | 1063 videocodec ffvixl |
16327 | 1064 info "Miro/Pinnacle VideoXL codec" |
13780 | 1065 status working |
1066 fourcc VIXL | |
16327 | 1067 fourcc PIXL ; this is Pinnacle one |
27353 | 1068 fourcc XIXL |
13780 | 1069 driver ffmpeg |
1070 dll xl | |
1071 out 411P | |
1072 | |
13825 | 1073 videocodec ffqtdrw |
28451 | 1074 info "FFmpeg QuickDraw" |
13825 | 1075 status working |
1076 fourcc qdrw | |
1077 driver ffmpeg | |
1078 dll qdraw | |
22915
1cbc0d439cf3
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
rtogni
parents:
22908
diff
changeset
|
1079 out BGR8 |
13825 | 1080 |
15228 | 1081 videocodec ffindeo2 |
28451 | 1082 info "FFmpeg Indeo 2" |
15228 | 1083 status working |
1084 fourcc RT21 | |
27612 | 1085 fourcc IV20 |
15228 | 1086 driver ffmpeg |
1087 dll indeo2 | |
1088 out YVU9 | |
1089 | |
12173 | 1090 videocodec ffflv |
1091 info "FFmpeg Flash video" | |
1092 status working | |
28050 | 1093 fourcc FLV1,flv |
34498
db70ec64faf6
Support Sorenson 263 fourcc, see FFmpeg ticket #923.
cehoyos
parents:
34497
diff
changeset
|
1094 fourcc S263 |
12173 | 1095 driver ffmpeg |
1096 dll flv | |
1097 out YV12 | |
1098 | |
18634 | 1099 videocodec fffsv |
1100 info "FFmpeg Flash Screen video" | |
1101 status working | |
1102 fourcc FSV1 | |
1103 driver ffmpeg | |
1104 dll flashsv | |
1105 out BGR24 | |
1106 | |
34072 | 1107 videocodec fffsv2 |
1108 info "FFmpeg Flash Screen 2 video" | |
1109 status untested | |
1110 fourcc FSV2 | |
1111 driver ffmpeg | |
1112 dll flashsv2 | |
1113 out BGR24 | |
1114 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1115 videocodec ffdivx |
24987 | 1116 info "FFmpeg DivX ;-) (MSMPEG-4 v3)" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1117 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1118 fourcc MPG3,mpg3 div3 |
24987 | 1119 fourcc MP43,mp43 div3 ; MSMPEG-4 v3 (fourcc mapping to div3) |
27440 | 1120 fourcc DIV5,div5 div3 ; DivX 3.20 |
334 | 1121 fourcc DIV6,div6 div4 ; -||- |
312 | 1122 fourcc DIV3,div3,DIV4,div4 |
28224
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
1123 fourcc DIVF,divf ; divx4.12 |
27440 | 1124 fourcc AP41 div3 ; AngelPotion stuff |
7225 | 1125 fourcc COL1,col1,COL0,col0 ; Cool codec (based on mpg4ds32.ax) |
34072 | 1126 fourcc 3IVD,3ivd,3VID,3vid ; divxdoctored files (3ivx.com) |
1127 fourcc DVX3,DVX1 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1128 driver ffmpeg |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1129 dll msmpeg4 |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1130 out YV12,I420,IYUV |
27440 | 1131 |
33008 | 1132 videocodec ffdivxcrystalhd |
1133 info "FFmpeg DivX ;-) (MSMPEG-4 v3) (CrystalHD)" | |
1134 status buggy | |
1135 fourcc MPG3,mpg3 div3 | |
1136 fourcc MP43,mp43 div3 ; MSMPEG-4 v3 (fourcc mapping to div3) | |
1137 fourcc DIV5,div5 div3 ; DivX 3.20 | |
1138 fourcc DIV6,div6 div4 ; -||- | |
1139 fourcc DIV3,div3,DIV4,div4 | |
1140 fourcc DIVF,divf ; divx4.12 | |
1141 fourcc AP41 div3 ; AngelPotion stuff | |
1142 fourcc COL1,col1,COL0,col0 ; Cool codec (based on mpg4ds32.ax) | |
1143 fourcc 3IVD,3ivd ; divxdoctored files (3ivx.com) | |
1144 fourcc DVX3 | |
1145 driver ffmpeg | |
1146 dll msmpeg4_crystalhd | |
1147 out YUY2 | |
1148 | |
5493 | 1149 videocodec ffmp42 |
24987 | 1150 info "FFmpeg MSMPEG-4 v2" |
5496 | 1151 status working |
5493 | 1152 fourcc DIV2,div2 mp42 |
29282
e186e5204697
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
compn
parents:
29281
diff
changeset
|
1153 fourcc MP42,mp42,Mp42 |
5493 | 1154 driver ffmpeg |
1155 dll msmpeg4v2 | |
1156 out YV12,I420,IYUV | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1157 |
6264 | 1158 videocodec ffmp41 |
24987 | 1159 info "FFmpeg MSMPEG-4 v1" |
6264 | 1160 status working |
1161 fourcc DIV1,div1 mpg4 | |
1162 fourcc MPG4,mpg4 | |
28050 | 1163 fourcc MP41 |
6264 | 1164 driver ffmpeg |
1165 dll msmpeg4v1 | |
1166 out YV12,I420,IYUV | |
1167 | |
6460 | 1168 videocodec ffwmv1 |
24987 | 1169 info "FFmpeg WMV1/WMV7" |
6460 | 1170 status working |
1171 fourcc WMV1,wmv1 | |
1172 driver ffmpeg | |
1173 dll wmv1 | |
1174 out YV12,I420,IYUV | |
1175 | |
8589 | 1176 videocodec ffwmv2 |
24987 | 1177 info "FFmpeg WMV2/WMV8" |
25014
f97c1739522b
The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.
diego
parents:
24995
diff
changeset
|
1178 status working |
8589 | 1179 fourcc WMV2,wmv2 |
35281
fbd8efe9e5a8
Support decoding fourcc GXVE with FFmpeg's wmv2 decoder.
cehoyos
parents:
35245
diff
changeset
|
1180 fourcc GXVE,gxve |
8589 | 1181 driver ffmpeg |
1182 dll wmv2 | |
1183 out YV12,I420,IYUV | |
15896 | 1184 |
1185 videocodec ffwmv3 | |
24987 | 1186 info "FFmpeg WMV3/WMV9" |
19289
85b44ad8193a
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.
diego
parents:
19241
diff
changeset
|
1187 status buggy |
15896 | 1188 fourcc WMV3,wmv3 |
1189 driver ffmpeg | |
1190 dll wmv3 | |
1191 out YV12,I420,IYUV | |
27440 | 1192 |
33920 | 1193 videocodec ffwvp2 |
1194 info "FFmpeg WVP2" | |
1195 status working | |
1196 fourcc WVP2 | |
1197 driver ffmpeg | |
1198 dll vc1image | |
1199 out YV12,I420,IYUV | |
1200 | |
32273
96aa67fb9a63
Partial support for ffwmvp (only works with -demuxer lavf).
cehoyos
parents:
31952
diff
changeset
|
1201 videocodec ffwmvp |
96aa67fb9a63
Partial support for ffwmvp (only works with -demuxer lavf).
cehoyos
parents:
31952
diff
changeset
|
1202 info "FFmpeg WVC1" |
33920 | 1203 status working |
32273
96aa67fb9a63
Partial support for ffwmvp (only works with -demuxer lavf).
cehoyos
parents:
31952
diff
changeset
|
1204 fourcc wmvp,WMVP |
96aa67fb9a63
Partial support for ffwmvp (only works with -demuxer lavf).
cehoyos
parents:
31952
diff
changeset
|
1205 driver ffmpeg |
33920 | 1206 dll wmv3image |
32273
96aa67fb9a63
Partial support for ffwmvp (only works with -demuxer lavf).
cehoyos
parents:
31952
diff
changeset
|
1207 out YV12,I420,IYUV |
96aa67fb9a63
Partial support for ffwmvp (only works with -demuxer lavf).
cehoyos
parents:
31952
diff
changeset
|
1208 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1209 videocodec ffwmv3vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1210 info "FFmpeg WMV3/WMV9 (VDPAU)" |
28677
cd9aa9b2533a
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
reimar
parents:
28604
diff
changeset
|
1211 status buggy |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1212 fourcc WMV3,wmv3 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1213 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1214 dll wmv3_vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1215 out VDPAU_WMV3 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1216 |
33008 | 1217 videocodec ffwmv3crystalhd |
1218 info "FFmpeg WMV3/WMV9 (CrystalHD)" | |
1219 status buggy | |
1220 fourcc WMV3,wmv3 | |
1221 driver ffmpeg | |
1222 dll wmv3_crystalhd | |
1223 out YUY2 | |
1224 | |
19666 | 1225 videocodec ffvc1 |
24987 | 1226 info "FFmpeg WVC1" |
19666 | 1227 status buggy |
20413
4223085b673c
Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.
diego
parents:
20371
diff
changeset
|
1228 fourcc WVC1,wvc1,WMVA |
27611 | 1229 fourcc vc-1,VC-1 |
19666 | 1230 driver ffmpeg |
1231 dll vc1 | |
1232 out YV12,I420,IYUV | |
1233 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1234 videocodec ffvc1vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1235 info "FFmpeg WVC1 (VDPAU)" |
28677
cd9aa9b2533a
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
reimar
parents:
28604
diff
changeset
|
1236 status buggy |
28547 | 1237 fourcc WVC1,wvc1,WMVA |
28545 | 1238 fourcc vc-1,VC-1 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1239 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1240 dll vc1_vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1241 out VDPAU_VC1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1242 |
33008 | 1243 videocodec ffvc1crystalhd |
1244 info "FFmpeg WVC1 (CrystalHD)" | |
1245 status buggy | |
1246 fourcc WVC1,wvc1,WMVA | |
1247 fourcc vc-1,VC-1 | |
1248 driver ffmpeg | |
1249 dll vc1_crystalhd | |
1250 out YUY2 | |
1251 | |
34911 | 1252 videocodec ffmss1 |
1253 info "FFmpeg MS Screen 1" | |
1254 status working | |
1255 fourcc MSS1 | |
1256 driver ffmpeg | |
1257 dll mss1 | |
1258 out BGR8 | |
1259 | |
35038 | 1260 videocodec ffmss2 |
1261 info "FFmpeg MS Screen 2" | |
1262 status working | |
1263 fourcc MSS2 | |
1264 driver ffmpeg | |
1265 dll mss2 | |
1266 out BGR15,RGB24 | |
1267 | |
34915 | 1268 videocodec ffmsascreen |
1269 info "FFmpeg MS ATC Screen 1" | |
1270 status working | |
1271 fourcc MSA1 | |
1272 driver ffmpeg | |
1273 dll msa1 | |
1274 out YV12 | |
1275 | |
9867 | 1276 videocodec ffh264 |
1277 info "FFmpeg H.264" | |
1278 status working | |
1279 fourcc H264,h264 | |
16329 | 1280 fourcc X264,x264 |
21376
f57f9423d6b8
Add another FourCC found in the wild, for example:
rathann
parents:
21362
diff
changeset
|
1281 fourcc avc1,AVC1 |
17281 | 1282 fourcc davc,DAVC |
31902
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1283 fourcc vvvc ; only one sample using this fourcc |
34015
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1284 fourcc ai1p,ai1q,ai12,ai13 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1285 fourcc ai15,ai16 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1286 fourcc ai5p,ai5q,ai52,ai53 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1287 fourcc ai55,ai56 |
34072 | 1288 fourcc x3eV |
35457 | 1289 fourcc Q264,V264 |
9867 | 1290 format 0x10000005 |
1291 driver ffmpeg | |
1292 dll h264 | |
34925 | 1293 out YV12,420P9,420P10,420P12,420P14 |
1294 out 422P,422P9,422P10,444P12,444P14 | |
1295 out 444P,444P9,444P10,444P12,444P14 | |
1296 out GBR24P,GBR12P,GBR14P | |
9867 | 1297 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1298 videocodec ffh264vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1299 info "FFmpeg H.264 (VDPAU)" |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1300 status working |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1301 fourcc H264,h264 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1302 fourcc X264,x264 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1303 fourcc avc1,AVC1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1304 fourcc davc,DAVC |
34015
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1305 fourcc ai1p,ai1q,ai12,ai13 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1306 fourcc ai15,ai16 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1307 fourcc ai5p,ai5q,ai52,ai53 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1308 fourcc ai55,ai56 |
34072 | 1309 fourcc x3eV |
35457 | 1310 fourcc Q264,V264 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1311 format 0x10000005 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1312 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1313 dll h264_vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1314 out VDPAU_H264 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
1315 |
33008 | 1316 videocodec ffh264crystalhd |
1317 info "FFmpeg H.264 (CrystalHD)" | |
1318 status working | |
1319 fourcc H264,h264 | |
1320 fourcc X264,x264 | |
1321 fourcc avc1,AVC1 | |
1322 fourcc davc,DAVC | |
1323 fourcc vvvc ; only one sample using this fourcc | |
34015
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1324 fourcc ai1p,ai1q,ai12,ai13 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1325 fourcc ai15,ai16 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1326 fourcc ai5p,ai5q,ai52,ai53 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1327 fourcc ai55,ai56 |
34072 | 1328 fourcc x3eV |
33008 | 1329 format 0x10000005 |
1330 driver ffmpeg | |
1331 dll h264_crystalhd | |
1332 out YUY2 | |
1333 | |
35032 | 1334 videocodec ffh264vda |
1335 info "FFmpeg H.264 (VDA)" | |
1336 status working | |
1337 fourcc H264,h264 | |
1338 fourcc X264,x264 | |
1339 fourcc avc1,AVC1 | |
1340 fourcc davc,DAVC | |
1341 fourcc vvvc ; only one sample using this fourcc | |
1342 fourcc ai1p,ai1q,ai12,ai13 | |
1343 fourcc ai15,ai16 | |
1344 fourcc ai5p,ai5q,ai52,ai53 | |
1345 fourcc ai55,ai56 | |
1346 fourcc x3eV | |
1347 fourcc Q264 | |
1348 format 0x10000005 | |
1349 driver ffmpeg | |
1350 dll h264_vda | |
1351 out YUY2,UYVY,YV12,NV12 | |
1352 | |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
1353 ;http://corecodec.org/ |
29653 | 1354 videocodec coreavcwindows |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
1355 info "CoreAVC H.264 for x86" |
29653 | 1356 comment "this codec will only work after purchasing it" |
1357 status working | |
1358 fourcc H264,h264 | |
1359 fourcc X264,x264 | |
1360 fourcc avc1 AVC1,AVC1 | |
1361 fourcc davc,DAVC | |
1362 fourcc VSSH | |
34015
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1363 fourcc ai1p,ai1q,ai12,ai13 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1364 fourcc ai15,ai16 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1365 fourcc ai5p,ai5q,ai52,ai53 |
cb7685abfd94
add remaining avc-intra isom's from ffmpeg to h264 decoders
compn
parents:
34014
diff
changeset
|
1366 fourcc ai55,ai56 |
34072 | 1367 fourcc x3eV |
29653 | 1368 format 0x10000005 |
1369 driver dshow | |
1370 dll "CoreAVCDecoder.ax" | |
1371 guid 0x09571a4b, 0xf1fe, 0x4c60, 0x97, 0x60, 0xde, 0x6d, 0x31, 0x0c, 0x7c, 0x31 | |
1372 out YV12,IYUV,I420,YUY2 | |
1373 | |
1374 | |
10085 | 1375 videocodec ffsvq3 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
1376 info "FFmpeg Sorenson Video v3 (SVQ3)" |
10085 | 1377 status working |
1378 fourcc SVQ3 | |
1379 driver ffmpeg | |
1380 dll svq3 | |
1381 out YV12,I420,IYUV | |
1382 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1383 videocodec ffodivx |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1384 info "FFmpeg MPEG-4" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1385 status working |
14766 | 1386 fourcc FMP4,fmp4 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1387 fourcc DIVX,divx |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1388 fourcc DIV1,div1 divx |
27440 | 1389 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 |
6010 | 1390 fourcc M4S2,m4s2 |
8093 | 1391 fourcc xvid,XVID,XviD,XVIX |
11611 | 1392 fourcc DX50,dx50,BLZ0 DX50 |
12172 | 1393 fourcc mp4v,MP4V |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1394 format 0x4 |
7384 | 1395 fourcc UMP4 |
17649
a6a8b4287538
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.
diego
parents:
17629
diff
changeset
|
1396 fourcc RMP4 |
27440 | 1397 fourcc 3IV2,3iv2 ; 3ivx Delta 4 |
14835
056446159745
Yet another fourcc for mpeg-4 (files should be made with Xvid)
rtognimp
parents:
14833
diff
changeset
|
1398 fourcc DXGM |
16825
657f55c92d4c
Support for video files created by Samsung Miniket VP-M100 diskless camcorder
iive
parents:
16796
diff
changeset
|
1399 fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 |
17329 | 1400 fourcc SMP4,smp4 ; Samsung SMP4 video codec |
26969 | 1401 fourcc VIDM ; vidm 4.01 codec |
9069
0d2b25a821c9
raw mpeg4-es support (you need to set -fps manually!)
arpi
parents:
9065
diff
changeset
|
1402 format 0x10000004 ; mpeg 4 es |
27612 | 1403 fourcc m4cc,M4CC |
1404 fourcc hdx4,HDX4 | |
1405 fourcc FVFW,fvfw | |
28044 | 1406 fourcc FFDS |
28050 | 1407 fourcc DCOD,MVXM,EM4A,PM4V |
28120 | 1408 fourcc M4T3,DMK2,DIGI,INMC |
31952 | 1409 fourcc EPHV,SN40,WAWV |
30322 | 1410 fourcc uldx,ULDX,VSPX |
31154 | 1411 fourcc SIPP ; Samsung SHR-6040 |
34072 | 1412 fourcc DreX,DM4V,LMP4,DP02 |
34945 | 1413 fourcc QMP4,HV60,PLV1,SM4V |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1414 driver ffmpeg |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1415 dll mpeg4 ;opendivx |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1416 out YV12,I420,IYUV |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1417 |
29843
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1418 videocodec ffodivxvdpau |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1419 info "FFmpeg MPEG-4,DIVX-4/5 (VDPAU)" |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1420 status working |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1421 fourcc FMP4,fmp4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1422 fourcc DIVX,divx |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1423 fourcc DIV1,div1 divx |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1424 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1425 fourcc M4S2,m4s2 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1426 fourcc xvid,XVID,XviD,XVIX |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1427 fourcc DX50,dx50,BLZ0 DX50 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1428 fourcc mp4v,MP4V |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1429 format 0x4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1430 fourcc UMP4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1431 fourcc RMP4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1432 fourcc 3IV2,3iv2 ; 3ivx Delta 4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1433 fourcc DXGM |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1434 fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1435 fourcc SMP4,smp4 ; Samsung SMP4 video codec |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1436 fourcc VIDM ; vidm 4.01 codec |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1437 format 0x10000004 ; mpeg 4 es |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1438 fourcc m4cc,M4CC |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1439 fourcc hdx4,HDX4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1440 fourcc FVFW,fvfw |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1441 fourcc FFDS |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1442 fourcc DCOD,MVXM,EM4A,PM4V |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1443 fourcc M4T3,DMK2,DIGI,INMC |
31952 | 1444 fourcc EPHV,SN40,WAWV |
30322 | 1445 fourcc uldx,ULDX,VSPX |
31165
1b0e34bfb35a
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
cehoyos
parents:
31163
diff
changeset
|
1446 fourcc SIPP ; Samsung SHR-6040 |
34072 | 1447 fourcc DreX,DM4V,LMP4,DP02 |
34727
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
1448 fourcc QMP4 |
29843
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1449 driver ffmpeg |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1450 dll mpeg4_vdpau |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1451 out VDPAU_MPEG4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1452 |
33008 | 1453 videocodec ffodivxcrystalhd |
1454 info "FFmpeg MPEG-4,DIVX-4/5 (CrystalHD)" | |
1455 status working | |
1456 fourcc FMP4,fmp4 | |
1457 fourcc DIVX,divx | |
1458 fourcc DIV1,div1 divx | |
1459 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
1460 fourcc M4S2,m4s2 | |
1461 fourcc xvid,XVID,XviD,XVIX | |
1462 fourcc DX50,dx50,BLZ0 DX50 | |
1463 fourcc mp4v,MP4V | |
1464 format 0x4 | |
1465 fourcc UMP4 | |
1466 fourcc RMP4 | |
1467 fourcc 3IV2,3iv2 ; 3ivx Delta 4 | |
1468 fourcc DXGM | |
1469 fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 | |
1470 fourcc SMP4,smp4 ; Samsung SMP4 video codec | |
1471 fourcc VIDM ; vidm 4.01 codec | |
1472 format 0x10000004 ; mpeg 4 es | |
1473 fourcc m4cc,M4CC | |
1474 fourcc hdx4,HDX4 | |
1475 fourcc FVFW,fvfw | |
1476 fourcc FFDS | |
1477 fourcc DCOD,MVXM,EM4A,PM4V | |
1478 fourcc M4T3,DMK2,DIGI,INMC | |
1479 fourcc EPHV,SN40,WAWV | |
1480 fourcc uldx,ULDX,VSPX | |
1481 fourcc SIPP ; Samsung SHR-6040 | |
1482 driver ffmpeg | |
1483 dll mpeg4_crystalhd | |
1484 out YUY2 | |
1485 | |
14306 | 1486 videocodec ffwv1f |
1487 info "WV1F MPEG-4" | |
1488 status working | |
1489 fourcc WV1F | |
1490 driver ffmpeg | |
1491 dll mpeg4 | |
1492 out YV12,I420,IYUV flip | |
1493 | |
34192 | 1494 videocodec ffdirac |
1495 info "FFmpeg Dirac" | |
1496 status working | |
1497 fourcc drac | |
1498 driver ffmpeg | |
1499 dll dirac | |
1500 out 422P,YV12,444P | |
1501 | |
27307
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1502 videocodec fflibschroedinger |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1503 info "Dirac (through FFmpeg libschroedinger)" |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1504 status working |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1505 fourcc drac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1506 driver ffmpeg |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1507 dll libschroedinger |
32506
85dd2718c84a
For FFmpeg codecs YV12 should always be in the supported format
reimar
parents:
32498
diff
changeset
|
1508 out YV12,I420,IYUV,422P,444P |
27307
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1509 |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1510 videocodec fflibdirac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1511 info "Dirac (through FFmpeg libdirac)" |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1512 status working |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1513 fourcc drac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1514 driver ffmpeg |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1515 dll libdirac |
32506
85dd2718c84a
For FFmpeg codecs YV12 should always be in the supported format
reimar
parents:
32498
diff
changeset
|
1516 out YV12,I420,IYUV,422P,444P |
27307
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1517 |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1518 videocodec xvid |
26908
13061a6174b6
Change spelling of XviD to Xvid as has already been done in the (rest of the)
diego
parents:
26883
diff
changeset
|
1519 info "Xvid (MPEG-4)" |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1520 status working |
22472 | 1521 fourcc FMP4,fmp4 |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1522 fourcc DIVX,divx |
22472 | 1523 fourcc xvid,XVID,XviD,XVIX |
1524 fourcc DIV1,div1 divx | |
1525 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
1526 fourcc M4S2,m4s2 | |
1527 fourcc DX50,dx50,BLZ0 DX50 | |
1528 fourcc mp4v,MP4V | |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1529 format 0x4 |
22472 | 1530 fourcc UMP4 |
1531 fourcc RMP4 | |
1532 fourcc 3IV2,3iv2 ; 3ivx Delta 4 | |
1533 fourcc DXGM | |
1534 fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 | |
1535 fourcc SMP4,smp4 ; Samsung SMP4 video codec | |
26969 | 1536 fourcc VIDM ; vidm 4.01 codec |
28044 | 1537 fourcc FFDS |
28050 | 1538 fourcc DCOD,MVXM,EM4A,PM4V |
28120 | 1539 fourcc M4T3,DMK2,DIGI,INMC |
31952 | 1540 fourcc EPHV,SN40,WAWV |
30322 | 1541 fourcc uldx,ULDX,VSPX |
22472 | 1542 format 0x10000004 ; mpeg 4 es |
31165
1b0e34bfb35a
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
cehoyos
parents:
31163
diff
changeset
|
1543 fourcc SIPP ; Samsung SHR-6040 |
34072 | 1544 fourcc DreX,DM4V,LMP4,DP02 |
34727
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
1545 fourcc QMP4 |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1546 driver xvid |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1547 out YV12 |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1548 out I420 |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1549 out YUY2 |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1550 out UYVY |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1551 out YVYU |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1552 out BGR32,BGR24,BGR16,BGR15 |
8209 | 1553 dll "libxvidcore.a" |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1554 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1555 ; is divx4vfw stable enough, working everywhere and faster than divxds? |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1556 |
2088 | 1557 videocodec divx4vfw |
6584 | 1558 info "DivX4Windows-VFW" |
5521 | 1559 status buggy |
1560 comment "sig11 with -framedrop" | |
2088 | 1561 fourcc DIVX,divx ; opendivx / divx4 |
1562 fourcc DIV1,div1 divx | |
27440 | 1563 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 |
2088 | 1564 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! |
27440 | 1565 fourcc AP41 DIV3 ; AngelPotion stuff |
2088 | 1566 format 0x4 |
1567 driver vfw | |
1568 dll "divx.dll" | |
1569 ; out YV12 ; buggy | |
1570 out YUY2 | |
1571 out BGR32,BGR24,BGR15 | |
1572 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1573 ; the original ones... prefer DShow for postprocessing: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1574 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1575 videocodec divxds |
24987 | 1576 info "DivX ;-) (MSMPEG-4 v3)" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1577 comment "with postprocessing" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1578 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1579 fourcc MP43,mp43 div3 ; fourcc mapping to div3 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1580 fourcc DIV5,div5 div3 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1581 fourcc DIV6,div6 div4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1582 fourcc DIV3,div3,DIV4,div4 |
27440 | 1583 fourcc AP41 div3 ; AngelPotion stuff |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1584 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1585 dll "divx_c32.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1586 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa |
6528 | 1587 out YUY2,UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1588 out BGR32,BGR24,BGR16,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1589 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1590 videocodec divx |
24987 | 1591 info "DivX ;-) (MSMPEG-4 v3)" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1592 status working |
24987 | 1593 fourcc MP43,mp43 div3 ; MSMPEG-4 v3 (fourcc mapping to div3) |
27440 | 1594 fourcc DIV5,div5 div3 ; DivX 3.20 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1595 fourcc DIV6,div6 div4 ; -||- |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1596 fourcc DIV3,div3,DIV4,div4 |
27440 | 1597 fourcc AP41 div3 ; AngelPotion stuff |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1598 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1599 dll "divxc32.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1600 out YUY2 yuvhack |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1601 out BGR32,BGR24,BGR15 |
27440 | 1602 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1603 ; hmm. we should check, maybe these are/will be playable with libavcodec: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1604 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1605 videocodec mpeg4ds |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1606 info "Microsoft MPEG-4 v1/v2" |
1453 | 1607 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1608 comment "with postprocessing" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1609 fourcc DIV2,div2 mp42 |
27440 | 1610 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1611 fourcc MPG4,mpg4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1612 fourcc MP42,mp42 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1613 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1614 dll "mpg4ds32.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1615 guid 0x82CCD3E0, 0xF71A, 0x11D0, 0x9F, 0xE5, 0x00, 0x60, 0x97, 0x78, 0xEA, 0x66 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1616 out YUY2 |
16098 | 1617 ; out BGR32,BGR24,BGR16,BGR15 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1618 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1619 videocodec mpeg4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1620 info "Microsoft MPEG-4 v1/v2" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1621 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1622 fourcc MPG4,mpg4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1623 fourcc MP42,mp42 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1624 fourcc DIV2 mp42 |
1453 | 1625 driver vfw |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1626 dll "mpg4c32.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1627 out YUY2 yuvhack |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1628 out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1629 |
8296 | 1630 videocodec wmv9dmo |
1631 info "Windows Media Video 9 DMO" | |
1632 status working | |
1633 fourcc WMV3 | |
13598
7a626d236929
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
rtognimp
parents:
13440
diff
changeset
|
1634 fourcc WMVP |
8296 | 1635 driver dmo |
1636 dll "wmv9dmod.dll" | |
1637 guid 0x724bb6a4, 0xe526, 0x450f, 0xaf, 0xfa, 0xab, 0x9b, 0x45, 0x12, 0x91, 0x11 | |
1638 out YV12 ;,I420,IYUV | |
1639 out YUY2,UYVY | |
16098 | 1640 ; out BGR32,BGR24,BGR16 ;,BGR15 |
8296 | 1641 |
1642 videocodec wmvdmo | |
1643 info "Windows Media Video DMO" | |
1644 status working | |
1645 fourcc WMV1 | |
1646 fourcc WMV2 | |
1647 fourcc WMV3 | |
13598
7a626d236929
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
rtognimp
parents:
13440
diff
changeset
|
1648 fourcc WMVP |
8296 | 1649 driver dmo |
1650 dll "wmvdmod.dll" | |
1651 guid 0x82d353df, 0x90bd, 0x4382, 0x8b, 0xc2, 0x3f, 0x61, 0x92, 0xb7, 0x6e, 0x34 | |
1652 out YV12 ;,I420,IYUV | |
1653 out YUY2,UYVY | |
16098 | 1654 ; out BGR32,BGR24,BGR16 ;,BGR15 |
8296 | 1655 |
24995
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1656 videocodec wmv8 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1657 info "Windows Media Video 8" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1658 status working |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1659 fourcc WMV2 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1660 driver dshow |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1661 dll "wmv8ds32.ax" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1662 guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1663 out YV12,I420,IYUV |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1664 out YUY2,UYVY |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1665 ; out BGR32,BGR24,BGR16,BGR15 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1666 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1667 videocodec wmv7 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1668 info "Windows Media Video 7" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1669 status working |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1670 fourcc WMV1 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1671 driver dshow |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1672 dll "wmvds32.ax" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1673 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1674 out YUY2,UYVY |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1675 ; out BGR32,BGR24,BGR16,BGR15 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1676 |
13745
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1677 videocodec wmvadmo |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1678 info "Windows Media Video Adv DMO" |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1679 status working |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1680 fourcc WMVA |
13942 | 1681 fourcc WVP2 |
13745
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1682 driver dmo |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1683 dll "wmvadvd.dll" |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1684 guid 0x03be3ac4, 0x84b7, 0x4e0e, 0xa7, 0x8d, 0xd3, 0x52, 0x4e, 0x60, 0x39, 0x5a |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1685 out YV12 ;,I420,IYUV |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1686 out YUY2,UYVY |
16098 | 1687 ; out BGR32,BGR24,BGR16 ;,BGR15 |
13745
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1688 |
18580
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1689 videocodec wmvvc1dmo |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1690 info "Windows Media Video (VC-1) Advanced Profile" |
18580
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1691 status working |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1692 fourcc WVC1 |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1693 driver dmo |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1694 dll "wvc1dmod.dll" |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1695 guid 0xc9bfbccf, 0xe60e, 0x4588, 0xa3, 0xdf, 0x5a, 0x03, 0xb1, 0xfd, 0x95, 0x85 |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1696 out YV12,YUY2 |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1697 |
13750
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1698 videocodec wmsdmod |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1699 info "Windows Media Screen Codec 2" |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1700 status working |
13929 | 1701 fourcc MSS1 |
13750
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1702 fourcc MSS2 |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1703 driver dmo |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1704 dll "wmsdmod.dll" |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1705 guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1706 out BGR32,BGR24,BGR16 |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1707 |
29654 | 1708 videocodec wms10dmod |
1709 info "Windows Media Screen Codec 2 from WMP10" | |
1710 status working | |
1711 fourcc MSS1 | |
1712 fourcc MSS2 | |
1713 driver dmo | |
1714 dll "wms10dmod.dll" | |
1715 guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde | |
1716 out BGR32,BGR24,BGR16 | |
1717 | |
31902
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1718 videocodec msascreen |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1719 info "MS ATC screen decoder 1" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1720 status working |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1721 fourcc MSA1 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1722 driver dmo |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1723 dll "scdec.dll" |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1724 guid 0xf1931d8e, 0x51d3, 0x496f, 0xbe, 0x8a, 0x3d, 0x08, 0xae, 0xe9, 0xc9, 0xdb |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1725 out BGR24 |
8b84595bcfd8
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
compn
parents:
31834
diff
changeset
|
1726 |
34928
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1727 videocodec ffeescreen |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1728 info "FFmpeg Expression Encoder Screen Capture Codec" |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1729 status working |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1730 fourcc MTS2 |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1731 driver ffmpeg |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1732 dll mts2 |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1733 out 444P |
185240aa6270
Support Kostya's Expression Encoder Screen Capture decoder.
cehoyos
parents:
34927
diff
changeset
|
1734 |
31795 | 1735 videocodec eescreen |
1736 info "expression encoder" | |
1737 comment "requires xp or newer and msvcr100.dll" | |
1738 status working | |
1739 fourcc MTS2 | |
1740 driver dmo | |
1741 dll "Microsoft.Expression.Encoder.EEScreen.Codec.dll" | |
1742 guid 0x9a6e798c, 0x00ba, 0x478c, 0x8d, 0x64, 0x88, 0xf2, 0xe5, 0xb2, 0x5c, 0x1a | |
1743 out BGR32,BGR24,BGR16 ;,BGR15 | |
1744 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1745 videocodec gotomeeting |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1746 info "GoToMeeting codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1747 status working |
34095 | 1748 fourcc G2M2,G2M3,G2M4 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1749 driver dmo |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1750 dll "G2M.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1751 guid 0x23F891A4, 0x572B, 0x474A, 0x86, 0xDA, 0x66, 0xCD, 0xD3, 0xD1, 0xAC, 0x2E |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1752 out BGR24,RGB24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1753 |
5771 | 1754 videocodec ubmp4 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1755 info "UB Video MPEG-4" |
8209 | 1756 comment "black&white" |
5771 | 1757 status buggy |
6893 | 1758 fourcc mp4v UMP4 ; black&white, sometimes buggy too |
5771 | 1759 fourcc UMP4 |
1760 driver vfw | |
1761 dll "ubvmp4d.dll" | |
1762 out I420 | |
1763 out UYVY | |
1764 | |
28120 | 1765 videocodec geomp4 |
1766 info "GeoVision Advanced MPEG-4" | |
1767 status working | |
1768 fourcc GMP4,GM40 | |
1769 driver vfw | |
1770 dll "GXAMP4.dll" | |
1771 out BGR24 flip | |
5771 | 1772 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1773 ; MJPEG: |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1774 ; Notes: m3jpeg+mjpeg are MMX optimized. avid is very stable but slow. |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1775 ; ijpg only decodes JPEG images (no MJPEG), and slow. |
8064 | 1776 ; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others. |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1777 |
11389 | 1778 videocodec zrmjpeg |
1779 info "Zoran MJPEG passthrough" | |
1780 status buggy | |
1781 fourcc MJPG,jpeg | |
1782 driver zrmjpeg | |
1783 out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query | |
1784 | |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1785 videocodec ffmjpeg |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1786 info "FFmpeg MJPEG" |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1787 status working |
34072 | 1788 fourcc MJPG,mjpg,mJPG |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1789 fourcc AVRn,AVDJ ; AVID |
27355 | 1790 fourcc ADJV ; Avid Motion JPEG |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1791 fourcc jpeg ; MOV Photo-JPEG |
8336
071fc9e4c7ce
fixed JPEG issue (sorry atmos, i've tested them now) and added PIM1 name corrections
alex
parents:
8334
diff
changeset
|
1792 fourcc mjpa ; Apple MJPEG-A (Quicktime) |
071fc9e4c7ce
fixed JPEG issue (sorry atmos, i've tested them now) and added PIM1 name corrections
alex
parents:
8334
diff
changeset
|
1793 fourcc JFIF ; SMJPEG (Loki) |
071fc9e4c7ce
fixed JPEG issue (sorry atmos, i've tested them now) and added PIM1 name corrections
alex
parents:
8334
diff
changeset
|
1794 fourcc ijpg,IJPG ; -mf type=jpeg |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1795 fourcc JPEG ; SGI's AVI Photo-JPEG |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1796 fourcc JPGL ; lossless JPEG (pegasus codec) |
34072 | 1797 fourcc LJPG,Ljpg ; lossless JPEG |
15648 | 1798 fourcc dmb1 ; MJPEG by Matrox Rainbow Runner |
27610 | 1799 fourcc MJLS ; JPEG-LS custom FOURCC for avi - encoder |
28120 | 1800 fourcc MMJP,QIVG |
28089 | 1801 fourcc ACDV ; ACDSee jpeg |
28275 | 1802 fourcc SLMJ ; SL M-JPEG |
29733 | 1803 fourcc MVJP ; Midvid JPEG Video Codec |
29744 | 1804 fourcc IJLV ; Intel JPEG Library Video Codec |
34019 | 1805 fourcc CJPG ; Creative MJPG |
29940 | 1806 fourcc avi1,avi2 |
34072 | 1807 fourcc MTSJ,ZJPG,MJPx,FLJP |
1808 fourcc FMJP,SJPG | |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1809 driver ffmpeg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1810 dll mjpeg |
8064 | 1811 out 444P |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1812 out 422P |
30099 | 1813 out 440P |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1814 out YUY2 ; queried (conversion from yuv422p) |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1815 out YV12,I420,IYUV |
34314
b2c01a543421
ffmjpeg does not incorrectly output BGR32 anymore for ljpeg.
cehoyos
parents:
34305
diff
changeset
|
1816 out BGR24 ; lossless JPEG |
21553 | 1817 out RGB24 ; JPEG-LS |
17561 | 1818 out Y800 |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1819 |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1820 videocodec ffmjpegb |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1821 info "FFmpeg MJPEG-B" |
13800 | 1822 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1823 fourcc mjpb ; Apple MJPEG-B (Quicktime) |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1824 driver ffmpeg |
11316 | 1825 dll mjpegb |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1826 out 444P |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1827 out 422P |
30099 | 1828 out 440P |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1829 out YUY2 ; queryed (conversion from yuv422p) |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1830 out YV12,I420,IYUV |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1831 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1832 ; slow. usable only for standalone JPEGs, like -mf, avid or Photo-JPEG: |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1833 videocodec ijpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1834 info "Independent JPEG Group's codec" |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1835 status working |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1836 fourcc ijpg,IJPG ; -mf type=jpeg |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1837 fourcc jpeg ; MOV Photo-JPEG |
8336
071fc9e4c7ce
fixed JPEG issue (sorry atmos, i've tested them now) and added PIM1 name corrections
alex
parents:
8334
diff
changeset
|
1838 fourcc AVRn,AVDJ ; AVID |
18179
3628371ad165
We now have CJPG samples and they work with the CJPG and ijpg decoders.
diego
parents:
18134
diff
changeset
|
1839 fourcc CJPG |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1840 driver ijpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1841 dll libjpeg |
25668 | 1842 out RGB24,Y8 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1843 |
5914 | 1844 ; http://www.morgan-multimedia.com/dev/codec_spec.htm |
5771 | 1845 videocodec m3jpeg |
2877 | 1846 info "Morgan Motion JPEG Codec" |
1847 status working | |
1848 fourcc MJPG | |
1849 fourcc mjpa,mjpb,mjpg MJPG ; MOV files | |
4366 | 1850 fourcc dmb1 MJPG ; MJPEG by Matrox Rainbow Runner |
2877 | 1851 driver vfw |
1852 dll "m3jpeg32.dll" | |
6528 | 1853 ; out YV12,I420 |
1854 out YUY2,UYVY | |
2877 | 1855 out BGR32,BGR24,BGR15 |
1856 | |
1453 | 1857 videocodec mjpeg |
2877 | 1858 info "MainConcept Motion JPEG" |
1453 | 1859 status working |
1860 fourcc MJPG | |
2675 | 1861 fourcc mjpa,mjpb,mjpg MJPG ; MOV files |
5803
4febd266489c
AVID is buggy (image shifted/scaled?) with mainconcept codec
arpi
parents:
5799
diff
changeset
|
1862 ; fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy) |
1453 | 1863 driver vfw |
1864 dll "mcmjpg32.dll" | |
6528 | 1865 out YUY2,UYVY |
1453 | 1866 out BGR32,BGR24,BGR15 |
1867 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1868 videocodec avid |
6584 | 1869 info "AVID Motion JPEG" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1870 status working |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1871 comment "slooooooooow but stable" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1872 fourcc AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1873 fourcc AVDJ AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1874 fourcc MJPG,mjpg AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1875 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1876 dll "AvidAVICodec.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1877 out BGR24 flip |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
1878 |
5748 | 1879 videocodec LEAD |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1880 info "LEAD (M)JPEG" |
5748 | 1881 status working |
1882 comment "supports interlaced MJPEG" | |
1883 fourcc MJPG | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1884 fourcc jpeg MJPG ; MOV Photo-JPEG |
12050
96336c83b249
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >
rtognimp
parents:
12042
diff
changeset
|
1885 fourcc LEAD |
29955 | 1886 fourcc MTSJ MJPG |
5748 | 1887 driver vfw |
1888 dll "LCodcCMP.dll" | |
1889 out BGR24,BGR15 | |
1890 | |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1891 videocodec acdsee |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1892 info "ACDSee mjpeg" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1893 status working |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1894 fourcc ACDV |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1895 driver vfw |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1896 dll "ACDV.dll" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1897 out BGR32,BGR24,BGR15 flip |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1898 |
8320 | 1899 videocodec imagepower |
1900 info "ImagePower MJPEG2000" | |
1901 status buggy | |
1902 fourcc IPJ2 | |
1903 driver vfw | |
1904 dll "jp2avi.dll" | |
1905 out BGR32,BGR24,BGR15 | |
1906 | |
30132 | 1907 videocodec fflibopenjpeg |
1908 info "OpenJPEG MJPEG2000" | |
1909 status working | |
1910 fourcc MJ2C | |
1911 fourcc MJP2 | |
1912 fourcc mjp2 | |
1913 driver ffmpeg | |
1914 dll "libopenjpeg" | |
34572 | 1915 out RGB64LE,RGB64BE |
34924 | 1916 out RGB48LE,RGB48BE |
34933 | 1917 out RGB24,RGB32,BGR32,Y8,Y800,Y8A,Y16 |
34924 | 1918 out 420P16,420P14,420P12,420P10,420P9 |
1919 out 422P16,422P14,422P12,422P10,422P9 | |
1920 out 444P16,444P14,444P12,444P10,444P9 | |
1921 out 420A,422A,444A | |
30132 | 1922 |
34063 | 1923 videocodec ffj2k |
1924 info "FFmpeg JPEG 2000" | |
1925 status working | |
1926 fourcc MJ2C | |
1927 fourcc MJP2 | |
1928 fourcc mjp2 | |
34072 | 1929 fourcc LJ2K,LJ2C |
34672
ed17a153a918
add IPJ2 to ffj2k, samples created by mencoder -ovc vfw and jp2avi.dll
compn
parents:
34644
diff
changeset
|
1930 fourcc IPJ2 |
34063 | 1931 driver ffmpeg |
1932 dll "j2k" | |
1933 out RGB24,Y800 | |
1934 | |
8320 | 1935 videocodec m3jpeg2k |
1936 info "Morgan MJPEG2000" | |
1937 status working | |
1938 fourcc MJ2C | |
27609 | 1939 fourcc MJP2 |
8320 | 1940 driver vfw |
1941 dll "m3jp2k32.dll" | |
1942 out YV12,I420,IYUV | |
1943 out YUY2,UYVY | |
1944 out BGR32,BGR24,BGR15 | |
1945 | |
5914 | 1946 ; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm |
5771 | 1947 videocodec m3jpegds |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1948 info "Morgan MJPEG" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1949 status crashing |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1950 fourcc MJPG mjpg |
5767 | 1951 fourcc mjpa,mjpb,mjpg mjpg ; MOV files |
1952 fourcc dmb1 mjpg ; MJPEG by Matrox Rainbow Runner | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1953 driver dshow |
5537 | 1954 dll "m3jpegdec.ax" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1955 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
5914 | 1956 out I420 |
6528 | 1957 out YUY2,UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1958 out BGR32,BGR24,BGR16,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1959 |
5767 | 1960 videocodec pegasusm |
1961 info "Pegasus Motion JPEG" | |
8209 | 1962 status crashing |
5767 | 1963 fourcc MJPG |
1964 driver vfw | |
27440 | 1965 ; dll "pvmjpg20.dll" ; v2.0 |
1966 dll "pvmjpg21.dll" ; v2.1 | |
5767 | 1967 out BGR24 flip |
1968 | |
1969 videocodec pegasusl | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1970 info "Pegasus lossless JPEG" |
8209 | 1971 status crashing |
5767 | 1972 fourcc JPGL |
1973 fourcc MJPG JPGL | |
1974 driver vfw | |
1975 dll "pvljpg20.dll" | |
1976 out BGR24 flip | |
1977 | |
1978 videocodec pegasusmwv | |
1979 info "Pegasus Motion Wavelet 2000" | |
8209 | 1980 status crashing |
5767 | 1981 fourcc PVW2 |
1982 driver vfw | |
1983 dll "pvwv220.dll" | |
1984 out BGR24 flip | |
1985 | |
29732
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1986 videocodec fffrwu |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1987 info "FFmpeg Forward Uncompressed Video Codec" |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1988 status working |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1989 fourcc FRWU |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1990 driver ffmpeg |
34251 | 1991 dll frwu |
29732
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1992 out UYVY |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1993 |
28274 | 1994 videocodec frwuvfw |
1995 info "Forward Uncompressed Video Codec" | |
1996 status working | |
1997 fourcc FRWU | |
1998 driver vfw | |
1999 dll "FRWU.dll" | |
2000 out BGR24 flip | |
2001 | |
2002 videocodec frwdvfw | |
2003 info "Forward JPEG Video Codec" | |
2004 status working | |
2005 fourcc FRWD | |
2006 driver vfw | |
2007 dll "FRWD.dll" | |
2008 out BGR24 flip | |
2009 | |
2010 videocodec frwtvfw | |
2011 info "Forward JPEG+Alpha Video" | |
2012 status working | |
2013 fourcc FRWT | |
2014 driver vfw | |
2015 dll "FRWT.dll" | |
2016 out BGR24 flip | |
2017 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2018 ; h263: - I don't know. comments? |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2019 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2020 videocodec vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2021 info "Vivo H.263" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2022 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2023 fourcc VIVO,vivo vivo |
34930
27d084619d91
Clarify that viv1 and viv2 are internal MPlayer FourCCs.
cehoyos
parents:
34928
diff
changeset
|
2024 fourcc viv1,viv2 vivo ; internal MPlayer FourCC |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2025 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2026 dll "ivvideo.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2027 out BGR32,BGR24,BGR15 flip |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2028 in BGR24 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2029 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2030 videocodec u263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2031 info "UB Video H.263/H.263+/H.263++" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2032 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2033 fourcc U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2034 fourcc vivo,VIVO U263 |
34930
27d084619d91
Clarify that viv1 and viv2 are internal MPlayer FourCCs.
cehoyos
parents:
34928
diff
changeset
|
2035 fourcc viv1 U263 ; internal MPlayer FourCC |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2036 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2037 dll "ubv263d+.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2038 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 |
5914 | 2039 ; out UYVY |
2040 ; BGR32,BGR16,BGR15 seems to work too | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2041 out BGR24 flip |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2042 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2043 videocodec i263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2044 info "I263" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2045 status working |
9065 | 2046 fourcc I263,i263 |
2047 ; fourcc I420,i420 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2048 fourcc vivo,VIVO I263 |
34930
27d084619d91
Clarify that viv1 and viv2 are internal MPlayer FourCCs.
cehoyos
parents:
34928
diff
changeset
|
2049 fourcc viv1 I263 ; internal MPlayer FourCC |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2050 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2051 dll "i263_32.drv" |
5914 | 2052 out I420 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2053 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2054 out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2055 |
1453 | 2056 videocodec ffi263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2057 info "FFmpeg I263" |
1453 | 2058 status working |
2059 fourcc I263,i263 | |
2060 driver ffmpeg | |
2061 dll h263i | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2062 out YV12,I420,IYUV |
1453 | 2063 |
2064 videocodec ffh263 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2065 info "FFmpeg H.263+" |
1526 | 2066 status working |
17143
6e44a1e05769
M263 (M$ h263) can be decoded by lavc H.263 decoder
rtognimp
parents:
17009
diff
changeset
|
2067 fourcc H263,U263,h263,X263,M263 |
34930
27d084619d91
Clarify that viv1 and viv2 are internal MPlayer FourCCs.
cehoyos
parents:
34928
diff
changeset
|
2068 fourcc viv1 h263 ; internal MPlayer FourCC |
34497
75caabde2a65
Remove S263 from h263 fourcc list, we do not have such a sample.
cehoyos
parents:
34495
diff
changeset
|
2069 fourcc s263 |
28311 | 2070 fourcc T263 |
34072 | 2071 fourcc D263,d263 ; DEC H263 |
27356 | 2072 fourcc L263 ; Lead H263 |
27612 | 2073 fourcc ILVR ; ITU H263+ |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2074 fourcc VX1K ; Agora Labs VX1000S H263 |
1453 | 2075 driver ffmpeg |
2076 dll h263 | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2077 out YV12,I420,IYUV |
1453 | 2078 |
11320 | 2079 videocodec ffzygo |
2080 info "FFmpeg ZyGo" | |
2081 status untested | |
2082 fourcc ZyGo | |
2083 driver ffmpeg | |
2084 dll h263 | |
2085 out YV12,I420,IYUV flip | |
2086 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2087 videocodec h263xa |
6584 | 2088 info "XAnim's CCITT H.263" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
2089 status crashing |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2090 fourcc H263,h263 |
34930
27d084619d91
Clarify that viv1 and viv2 are internal MPlayer FourCCs.
cehoyos
parents:
34928
diff
changeset
|
2091 fourcc viv1 H263 ; internal MPlayer FourCC |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2092 fourcc VIVO,vivo H263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2093 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2094 dll "vid_h263.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2095 out YV12,IYUV,I420 |
3969 | 2096 |
13083 | 2097 videocodec ffh261 |
2098 info "CCITT H.261" | |
2099 status working | |
2100 fourcc H261,h261 | |
2101 driver ffmpeg | |
2102 dll h261 | |
2103 out YV12 | |
2104 | |
19394 | 2105 videocodec qt261 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2106 info "QuickTime H.261 video" |
19394 | 2107 status working |
2108 fourcc H261,h261 | |
2109 driver qtvideo | |
2110 dll "QuickTime.qts" | |
2111 out YUY2 | |
2112 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2113 videocodec h261xa |
6584 | 2114 info "XAnim's CCITT H.261" |
13929 | 2115 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2116 fourcc H261,h261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2117 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2118 dll "vid_h261.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2119 out YV12,IYUV,I420 |
4656 | 2120 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2121 videocodec m261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2122 info "M261" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2123 status untested |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2124 fourcc m261,M261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2125 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2126 dll "msh261.drv" |
4615
b1fe5f58cd82
Added native codec support for QT RPZA data, courtesy of Roberto Togni
melanson
parents:
4573
diff
changeset
|
2127 out BGR32,BGR24,BGR15 |
b1fe5f58cd82
Added native codec support for QT RPZA data, courtesy of Roberto Togni
melanson
parents:
4573
diff
changeset
|
2128 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2129 ; Indeo: |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2130 ; Note: Indeo 3 is buggy, both XAnim (bad decoding) and VfW (fails with DR) |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2131 ; Prefer win32 ones, they are faster, and 4/5 can DR. For fallback, there are |
5442 | 2132 ; Xanim codecs, they provide YV12, useful for YUV display or encoding. |
1938 | 2133 |
334 | 2134 videocodec indeo5ds |
2135 info "Intel Indeo 5" | |
796 | 2136 status working |
334 | 2137 fourcc IV50,iv50 |
2138 driver dshow | |
2139 dll "ir50_32.dll" | |
2140 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
6528 | 2141 out YV12,IYUV,I420 |
2142 out YUY2,UYVY | |
334 | 2143 out BGR32,BGR24,BGR16,BGR15 |
2144 | |
346 | 2145 videocodec indeo5 |
2146 info "Intel Indeo 5" | |
2147 status working | |
2148 fourcc IV50,iv50 | |
6528 | 2149 driver vfwex |
346 | 2150 dll "ir50_32.dll" |
1358 | 2151 ; out YV12,I420 ; flickering |
346 | 2152 out YUY2 |
2153 out BGR32,BGR24,BGR15 | |
2154 | |
267 | 2155 videocodec indeo4 |
268 | 2156 info "Intel Indeo 4.1" |
746 | 2157 status working |
267 | 2158 fourcc IV41,iv41 |
2159 driver vfw | |
2160 dll "ir41_32.dll" | |
6528 | 2161 out IF09 |
746 | 2162 out BGR24,BGR15 |
6528 | 2163 in YVU9 |
267 | 2164 |
2165 videocodec indeo3 | |
268 | 2166 info "Intel Indeo 3.1/3.2" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2167 status working |
267 | 2168 fourcc IV31,iv31 |
2169 fourcc IV32,iv32 | |
6528 | 2170 driver vfwex |
267 | 2171 dll "ir32_32.dll" |
6528 | 2172 out IF09 |
6104
0fb14001bf06
old vfw codecs don't like double buffering - force static buffer for them
arpi
parents:
6098
diff
changeset
|
2173 out BGR24,BGR15 flip,static |
6528 | 2174 in YVU9 |
267 | 2175 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2176 videocodec indeo5xa |
6584 | 2177 info "XAnim's Intel Indeo 5" |
2675 | 2178 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2179 fourcc IV50,iv50 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2180 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2181 dll "vid_iv50.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
2182 out YVU9 |
267 | 2183 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2184 videocodec indeo4xa |
6584 | 2185 info "XAnim's Intel Indeo 4.1" |
1526 | 2186 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2187 fourcc IV41,iv41 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2188 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2189 dll "vid_iv41.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
2190 out YVU9 |
713 | 2191 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2192 videocodec indeo3xa |
6584 | 2193 info "XAnim's Intel Indeo 3.1/3.2" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2194 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2195 fourcc IV31,iv31 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2196 fourcc IV32,iv32 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2197 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2198 dll "vid_iv32.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
2199 out YVU9 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2200 |
34381 | 2201 videocodec ffindeo4 |
2202 info "FFmpeg Indeo 4" | |
2203 status working | |
2204 fourcc IV41 | |
2205 driver ffmpeg | |
2206 dll indeo4 | |
2207 out YVU9 | |
2208 | |
30487
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2209 videocodec ffindeo5 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2210 info "FFmpeg Indeo 5" |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2211 status working |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2212 fourcc IV50 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2213 driver ffmpeg |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2214 dll indeo5 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2215 out YVU9 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
2216 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2217 ; DV: qdv is more stable... libdv is slow, mcdv is unstable |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
2218 |
7601 | 2219 videocodec ffdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2220 info "FFmpeg DV" |
7667 | 2221 status working |
34072 | 2222 fourcc CDVC,cdvc,CDV2,CDVP |
29077 | 2223 fourcc CDVH,cdvh ; Canopus DVCPRO HD |
33214 | 2224 fourcc CDV5 ; Canopus SD50 |
7601 | 2225 fourcc DVSD,dvsd ; PAL |
2226 fourcc DVCS,dvcs ; NTSC ? | |
2227 fourcc "dvcp" ; PAL DV in .mov | |
2228 fourcc "dvc " ; NTSC DV in .mov | |
29097
3dc541dc1866
add fourccs: dvp and dvs1, from vlc dv video fourcc list
compn
parents:
29077
diff
changeset
|
2229 fourcc "dvp " |
34072 | 2230 fourcc "dv " |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
2231 fourcc dvpp ; DVCPRO - PAL |
25921
b071a2aec687
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
diego
parents:
25668
diff
changeset
|
2232 fourcc dv50 ; DVCPRO 50 |
26303
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
2233 fourcc dv5n ; DVCPRO 50 NTSC in .mov |
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
2234 fourcc dv5p ; DVCPRO 50 PAL in .mov |
27609 | 2235 fourcc AVdv,AVd1 |
2236 fourcc dvhq,dvhp | |
2237 fourcc dvh5,dvh6,dvh3 | |
34072 | 2238 fourcc dvhd,dvsl,dv25,dc25 |
2239 fourcc dvs1,dvh1,dvis,PDVC | |
2240 fourcc IPDV,ipdv | |
34814
41441963cf8a
Add some dv video fourcc's found by Piotr Bandurski.
cehoyos
parents:
34806
diff
changeset
|
2241 fourcc SL25,SLDV |
7601 | 2242 driver ffmpeg |
2243 dll dvvideo | |
20371 | 2244 out 411P,422P,YV12 |
7601 | 2245 |
28918
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2246 videocodec qdv |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2247 info "Sony Digital Video (DV)" |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2248 status working |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2249 fourcc dvsl,dvsd,dvhd ; ???? |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2250 fourcc DVSD dvsd ; pal .avi |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2251 fourcc "dvcp" dvsd ; pal .mov |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2252 fourcc "dvc " dvsd ; ntsc .mov |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2253 driver dshow |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2254 dll "qdv.dll" |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2255 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2256 out YUY2 |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2257 out UYVY |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2258 out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
2259 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2260 videocodec libdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2261 info "Raw DV (libdv)" |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2262 status working |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2263 fourcc DVSD,dvsd ; PAL |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2264 fourcc DVCS,dvcs ; NTSC ? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2265 fourcc "dvcp" ; PAL DV in .mov |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2266 fourcc "dvc " ; NTSC DV in .mov |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
2267 fourcc dvpp ; DVCPRO - PAL |
25921
b071a2aec687
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
diego
parents:
25668
diff
changeset
|
2268 fourcc dv50 ; DVCPRO 50 |
26303
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
2269 fourcc dv5n ; DVCPRO 50 NTSC in .mov |
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
2270 fourcc dv5p ; DVCPRO 50 PAL in .mov |
27609 | 2271 fourcc AVdv,AVd1 ; AVID DV |
2272 fourcc dvhq,dvhp | |
2273 fourcc dvh5,dvh6,dvh3 | |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2274 driver libdv |
8209 | 2275 dll libdv.so.2 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2276 out YUY2 |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2277 |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2278 ; note: it crashes with pond.dv :( |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2279 videocodec mcdv |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2280 info "MainConcept DV Codec" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2281 status working |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2282 fourcc DVSD,dvsd ; PAL |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2283 fourcc DVCS,dvcs ; NTSC ? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2284 fourcc CDVC,cdvc ; ??? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2285 fourcc "dvcp" dvsd ; PAL DV in .mov |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
2286 fourcc "dvc " dvcs ; NTSC DV in .mov |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2287 driver vfw |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2288 dll "mcdvd_32.dll" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2289 out YUY2 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2290 out UYVY |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2291 out BGR32,BGR24,BGR15 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
2292 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2293 ; 3ivx: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2294 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2295 videocodec 3ivXxa |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2296 info "XAnim's 3ivx Delta 3.5 plugin" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2297 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2298 fourcc 3IV1 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2299 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2300 dll "vid_3ivX.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2301 out YV12,IYUV,I420 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2302 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2303 videocodec 3ivX |
22367
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
2304 info "3ivx Delta 4.5" |
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
2305 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2306 fourcc 3IV1 |
334 | 2307 driver dshow |
22367
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
2308 dll "3ivxDSDecoder.ax" ; 3ivx.dll is also required |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2309 guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2310 out YV12 |
334 | 2311 out YUY2 |
2312 out BGR32,BGR24,BGR16,BGR15 | |
2313 | |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2314 ; RealVideo variants |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
2315 |
14580
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2316 videocodec rv3040 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2317 info "Linux RealPlayer 10 RV30/40" |
28151
c6c0c64eee7c
Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
reimar
parents:
28144
diff
changeset
|
2318 status buggy ; tries to use multi-threaded decoding on SMP systems and crashes on exit |
14580
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2319 fourcc RV30,rv30 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2320 fourcc RV40,rv40 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2321 driver realvid |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2322 dll "drvc.so" |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2323 out I420 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
2324 |
22908 | 2325 videocodec rv3040win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2326 info "Win32 RealPlayer 10 RV30/40" |
22908 | 2327 status working |
2328 fourcc RV30,rv30 | |
2329 fourcc RV40,rv40 | |
2330 driver realvid | |
2331 dll "drvc.dll" | |
2332 out I420 | |
2333 | |
6983 | 2334 videocodec rv40 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2335 info "Linux RealPlayer 9 RV40" |
28604
011bd477ee51
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
reimar
parents:
28547
diff
changeset
|
2336 status buggy |
6983 | 2337 fourcc RV40,rv40 |
2338 driver realvid | |
2339 dll "drv4.so.6.0" | |
2340 out I420 | |
2341 | |
8527 | 2342 videocodec rv40win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2343 info "Win32 RealPlayer 9 RV40" |
8527 | 2344 status working |
2345 fourcc RV40,rv40 | |
2346 driver realvid | |
2347 dll "drv43260.dll" | |
2348 out I420 | |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2349 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2350 videocodec rv40mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2351 info "Mac OS X RealPlayer 9 RV40" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2352 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2353 fourcc RV40,rv40 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2354 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
2355 dll "drvc.bundle/Contents/MacOS/drvc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2356 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2357 |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
2358 videocodec rv30 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2359 info "Linux RealPlayer 8 RV30" |
28604
011bd477ee51
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
reimar
parents:
28547
diff
changeset
|
2360 status buggy |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
2361 fourcc RV30,rv30 |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
2362 driver realvid |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
2363 dll "drv3.so.6.0" |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
2364 out I420 |
5749 | 2365 |
6375 | 2366 videocodec rv30win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2367 info "Win32 RealPlayer 8 RV30" |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2368 status working |
6375 | 2369 fourcc RV30,rv30 |
2370 driver realvid | |
2371 dll "drv33260.dll" | |
2372 out I420 | |
2373 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2374 videocodec rv30mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2375 info "Mac OS X RealPlayer 9 RV30" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2376 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2377 fourcc RV30,rv30 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2378 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
2379 dll "drvc.bundle/Contents/MacOS/drvc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2380 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2381 |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2382 videocodec ffrv20 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2383 info "FFmpeg RV20" |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2384 status working |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2385 fourcc RV20,rv20 |
27627 | 2386 fourcc RVTR |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2387 driver ffmpeg |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2388 dll rv20 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2389 out YV12,I420,IYUV |
27440 | 2390 |
28138 | 2391 videocodec ffrv30 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2392 info "FFmpeg RV30" |
28138 | 2393 status buggy |
2394 fourcc RV30,rv30 | |
2395 driver ffmpeg | |
2396 dll rv30 | |
2397 out YV12,I420,IYUV | |
2398 | |
28020 | 2399 videocodec ffrv40 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2400 info "FFmpeg RV40" |
28020 | 2401 status working |
2402 fourcc RV40,rv40 | |
2403 driver ffmpeg | |
2404 dll rv40 | |
2405 out YV12,I420,IYUV | |
2406 | |
6346 | 2407 videocodec rv20 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2408 info "Linux RealPlayer 8 RV20" |
28604
011bd477ee51
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
reimar
parents:
28547
diff
changeset
|
2409 status buggy |
6346 | 2410 fourcc RV20,rv20 |
2411 driver realvid | |
2412 dll "drv2.so.6.0" | |
2413 out I420 | |
2414 | |
22908 | 2415 videocodec rv20winrp10 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2416 info "Win32 RealPlayer 10 RV20" |
22908 | 2417 status working |
2418 fourcc RV20,rv20 | |
2419 driver realvid | |
2420 dll "drv2.dll" | |
2421 out I420 | |
2422 | |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2423 videocodec rv20win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2424 info "Win32 RealPlayer 8 RV20" |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2425 status working |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2426 fourcc RV20,rv20 |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2427 driver realvid |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2428 dll "drv23260.dll" |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2429 out I420 |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
2430 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2431 videocodec rv20mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2432 info "Mac OS X RealPlayer 9 RV20" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2433 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2434 fourcc RV20,rv20 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2435 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
2436 dll "drv2.bundle/Contents/MacOS/drv2" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2437 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
2438 |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2439 videocodec ffrv10 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2440 info "FFmpeg RV10" |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2441 status working |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2442 fourcc RV10,rv10 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2443 fourcc RV13,rv13 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2444 driver ffmpeg |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2445 dll rv10 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2446 out YV12,I420,IYUV |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
2447 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2448 ; others: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2449 |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2450 videocodec alpary |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2451 info "Alparysoft lossless codec dshow" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2452 status working |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2453 fourcc ASLC |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2454 driver dshow |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2455 dll "aslcodec_dshow.dll" |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2456 guid 0x7f9de066, 0xbf3d, 0x4c17, 0x86, 0xb7, 0x33, 0xe4, 0x3e, 0xbe, 0xae, 0xf0 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2457 out BGR24 flip |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2458 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2459 videocodec alpary2 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2460 info "Alparysoft lossless codec vfw" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2461 status working |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2462 fourcc ASLC |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2463 driver vfw |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2464 dll "aslcodec_vfw.dll" |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2465 out BGR24 flip |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
2466 |
12059
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2467 videocodec LEADMW20 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2468 info "Lead CMW wavelet 2.0" |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2469 status working |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2470 fourcc LCW2 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2471 driver dshow |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2472 dll "LCODCCMW2E.dll"; eval also needs LCMW2.dll |
12059
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2473 guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2474 out BGR24,BGR8 flip |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
2475 |
31139
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2476 videocodec cineformhd |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2477 info "CineForm HD" |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2478 status working |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2479 fourcc CFHD |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2480 driver dshow |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2481 dll "CFDecode2.ax" |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2482 guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83, 0xc5, 0xa9 |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2483 out UYVY |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
2484 |
32686 | 2485 videocodec fflagarith |
2486 info "Lagarith Lossless Video Codec" | |
2487 status buggy | |
2488 fourcc LAGS | |
2489 driver ffmpeg | |
2490 dll lagarith | |
35021 | 2491 out YV12,RGB24,BGR32,422P |
32686 | 2492 |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
2493 ;http://lags.leetcode.net/codec.html |
25352
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2494 videocodec lagarith |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2495 info "Lagarith Lossless Video Codec" |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
2496 comment "requires an MMX2 CPU." |
25352
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2497 status working |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2498 fourcc LAGS |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2499 driver vfw |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2500 dll "lagarith.dll" |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2501 out BGR32,BGR24 flip |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
2502 |
34137 | 2503 videocodec ffutvideo |
2504 info "FFmpeg Ut Video" | |
2505 status working | |
2506 fourcc ULRA,ULRG,ULY2,ULY0 | |
2507 driver ffmpeg | |
2508 dll utvideo | |
2509 out YV12,422P,RGB24,RGB32 | |
2510 | |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
2511 ;http://umezawa.dyndns.info/wordpress/ |
34125 | 2512 videocodec utvideovfw |
2513 info "UTVideo Codec" | |
2514 status working | |
2515 fourcc ULRA,ULRG,ULY2,ULY0 | |
2516 driver vfw | |
2517 dll "utv_vcm.dll" ; requires utv_core.dll | |
2518 out BGR32,BGR24 flip | |
2519 out RGB32,RGB24 flip | |
2520 out YV12,UYVY,YUY2 flip | |
2521 | |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
2522 ;http://umezawa.dyndns.info/wordpress/ |
34125 | 2523 videocodec utvideodmo |
2524 info "UTVideo Codec" | |
2525 status buggy ; input format not accepted | |
2526 fourcc ULRA,ULRG,ULY2,ULY0 | |
2527 driver dmo | |
2528 dll "utv_dmo.dll" ; requires utv_core.dll | |
2529 guid 0x30594c55, 0xe991, 0x460d, 0x84, 0x0b, 0xc1, 0xc6, 0x49, 0x74, 0x57, 0xef | |
2530 out YV12,UYVY,YUY2 | |
2531 out RGB32,RGB24 | |
2532 out BGR32,BGR24 | |
2533 | |
34284 | 2534 videocodec ffvble |
2535 info "FFmpeg VBLE lossless codec" | |
2536 status working | |
2537 fourcc VBLE | |
2538 driver ffmpeg | |
2539 dll vble | |
2540 out YV12 | |
2541 | |
34951 | 2542 videocodec ffzerocodec |
2543 info "FFmpeg ZeroCodec lossless" | |
2544 status working | |
2545 fourcc ZECO | |
2546 driver ffmpeg | |
2547 dll zerocodec | |
2548 out UYVY | |
2549 | |
26968 | 2550 videocodec psiv |
2551 info "Infinite Video PSI_V" | |
2552 status working | |
2553 fourcc PSIV | |
2554 driver vfw | |
2555 dll "psiv.dll" | |
2556 out BGR32,BGR24 query,flip | |
2557 | |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
2558 ;http://www.midivid.com/codec/download.html |
30188 | 2559 videocodec midivid1 |
2560 status working | |
2561 fourcc MVLZ | |
2562 driver vfw | |
2563 dll "MLZCodec.dll" | |
2564 out BGR24,BGR16 flip | |
2565 | |
2566 videocodec midivid2 | |
2567 status working | |
2568 fourcc MVDV | |
2569 driver vfw | |
2570 dll "MVCodec.dll" | |
2571 out BGR24 flip | |
2572 | |
28300 | 2573 videocodec midivid3 |
2574 status working | |
2575 fourcc MV30 | |
2576 driver vfw | |
2577 dll "MV3.dll" | |
2578 out BGR24,BGR16 | |
2579 | |
28311 | 2580 videocodec moyea |
2581 info "Moyea Flash to Video Converter" | |
2582 comment "requires zlib1.dll" ; c7d4d685a0af2a09cbc21cb474358595 | |
2583 status working | |
2584 fourcc MFZ0 | |
2585 driver vfw | |
2586 dll "MyFlashZip0.ax" | |
2587 out BGR24 flip | |
2588 | |
28273
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2589 videocodec nsvideo |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2590 info "Power VideoWorks video" |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2591 status working |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2592 fourcc NSVI |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2593 driver vfw |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2594 dll "nsvideo.dll" |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2595 out BGR24 flip |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2596 |
28274 | 2597 videocodec smv2vfw |
2598 info "DideoNET SMV2" | |
2599 status working | |
2600 fourcc SMV2 | |
2601 driver vfw | |
2602 dll "smv2vfw.dll" | |
2603 out BGR32,BGR24,BGR8,RGB32,RGB24,RGB8 flip | |
2604 | |
30205 | 2605 videocodec cfhdvfw |
2606 status working | |
2607 info "CineForm HD" | |
30232 | 2608 comment "windows only" ; set registry keys for half-res decoding |
30205 | 2609 status working |
2610 fourcc CFHD | |
2611 driver vfw | |
2612 dll "cinevfw.dll" | |
2613 out BGR32 | |
2614 | |
26439 | 2615 videocodec canopushq |
2616 status working | |
2617 info "Canopus HQ Codec" | |
26440
9dc0b217fce4
Canopus HQ tries to load the auxiliary dlls with lowercase filename
rtogni
parents:
26439
diff
changeset
|
2618 comment "requires csehqa.dll and cseuvec.dll" |
26439 | 2619 fourcc CUVC |
2620 driver vfw | |
2621 dll "CUVCcodc.dll" | |
2622 out BGR24 | |
2623 | |
2624 videocodec canopusll | |
2625 status working | |
2626 info "Canopus Lossless Codec" | |
2627 comment "requires csellc.dll" | |
2628 fourcc CLLC | |
2629 driver vfw | |
2630 dll "CLLCcodc.dll" | |
2631 out BGR24 | |
2632 | |
35329 | 2633 videocodec ffcanopusll |
2634 status working | |
2635 info "FFmpeg Canopus Lossless Codec" | |
2636 fourcc CLLC | |
2637 driver ffmpeg | |
2638 dll "cllc" | |
2639 out RGB24,ARGB | |
2640 | |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2641 videocodec ffvp3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2642 info "FFmpeg VP3" |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2643 status untested |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2644 fourcc VP30,vp30,VP31,vp31 |
10126 | 2645 format 0x20335056 ; "VP3 " (used in .nsv files) |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2646 driver ffmpeg |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2647 dll "vp3" |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2648 out YV12 |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2649 |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2650 videocodec fftheora |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2651 info "FFmpeg Theora" |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2652 status untested |
15823 | 2653 fourcc theo |
2654 fourcc Thra theo | |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2655 format 0xFFFC |
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2656 driver ffmpeg |
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2657 dll "theora" |
30845 | 2658 out YV12,422P,444P |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2659 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2660 videocodec vp3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2661 info "On2 Open Source VP3 Codec" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2662 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2663 comment "For SSE-systems use fixed DLL from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2664 fourcc VP30,vp30,VP31,vp31 |
6565 | 2665 flags align16 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2666 driver vfwex |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2667 dll "vp31vfw.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2668 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2669 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
2670 |
10722
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2671 videocodec vp4 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2672 info "On2 VP4 Personal Codec" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2673 comment "Decodes also VP3" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2674 status working |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2675 fourcc VP40 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2676 fourcc VP31,VP30,vp31,vp30 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2677 driver vfwex |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2678 dll "vp4vfw.dll" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2679 out YUY2 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2680 out BGR32,BGR24 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2681 |
19775 | 2682 videocodec ffvp5 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2683 info "FFmpeg VP5" |
19775 | 2684 status working |
2685 fourcc VP50 | |
2686 driver ffmpeg | |
2687 dll "vp5" | |
2688 out YV12 | |
2689 | |
12042 | 2690 videocodec vp5 |
2691 info "On2 VP5 Personal Codec" | |
2692 status working | |
2693 fourcc VP50 | |
2694 driver vfwex | |
2695 dll "vp5vfw.dll" | |
2696 out YUY2 | |
2697 out BGR32,BGR24 | |
2698 | |
19775 | 2699 videocodec ffvp6 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2700 info "FFmpeg VP6" |
19775 | 2701 status working |
21647 | 2702 fourcc VP60,VP61,VP62 |
19775 | 2703 driver ffmpeg |
2704 dll "vp6" | |
2705 out YV12 | |
2706 | |
27324 | 2707 videocodec ffvp6a |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2708 info "FFmpeg VP6A" |
27324 | 2709 status untested |
2710 fourcc VP6A | |
2711 driver ffmpeg | |
2712 dll "vp6a" | |
30115
ad61464d02a7
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
parents:
30111
diff
changeset
|
2713 out 420A |
27324 | 2714 |
19796 | 2715 videocodec ffvp6f |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2716 info "FFmpeg VP6 Flash" |
19796 | 2717 status working |
2718 fourcc VP6F | |
31091 | 2719 fourcc FLV4 |
19796 | 2720 driver ffmpeg |
2721 dll "vp6f" | |
2722 out YV12 | |
2723 | |
12042 | 2724 videocodec vp6 |
2725 info "On2 VP6 Personal Codec" | |
2726 status working | |
2727 fourcc VP60,VP61,VP62 | |
2728 driver vfwex | |
2729 dll "vp6vfw.dll" | |
2730 out YUY2 | |
2731 out BGR32,BGR24 | |
2732 | |
30034 | 2733 videocodec vp6f |
2734 info "On2 VP6F Personal Codec" | |
2735 status working | |
2736 fourcc VP6F VP60 | |
2737 driver vfwex | |
2738 dll "vp6vfw.dll" | |
2739 out YUY2,BGR32,BGR24 flip | |
2740 | |
16338
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2741 videocodec vp7 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2742 info "On2 VP7 Personal Codec" |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2743 status working |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2744 fourcc VP70 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2745 driver vfwex |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2746 dll "vp7vfw.dll" |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2747 out YUY2 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2748 out BGR32,BGR24 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2749 |
31476
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2750 videocodec ffvp8 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2751 info "FFmpeg VP8" |
31519 | 2752 comment "not using direct rendering due to missing edge emulation" |
31510 | 2753 status working |
31476
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2754 fourcc VP80 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2755 driver ffmpeg |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2756 dll "vp8" |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2757 out YV12 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2758 |
31701
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2759 videocodec fflibvpx |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2760 info "FFmpeg wrapper for libvpx/VP8" |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2761 status working |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2762 fourcc VP80 |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2763 driver ffmpeg |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2764 dll "libvpx" |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2765 out YV12 |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2766 |
344 | 2767 videocodec mwv1 |
333 | 2768 info "Motion Wavelets" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2769 status working |
334 | 2770 fourcc MWV1 |
333 | 2771 driver vfw |
2772 dll "icmw_32.dll" | |
5914 | 2773 out BGR24,BGR15 flip |
333 | 2774 |
28125 | 2775 videocodec wavcvfw |
31834
64ba1daa147a
various spelling fixes, found by the Debian QA tool 'lintian'
siretart
parents:
31795
diff
changeset
|
2776 info "centre for wavelets, approximation and information processing" |
28125 | 2777 status working |
2778 fourcc wavc | |
2779 driver vfw | |
2780 dll "WavCWAIP.dll" | |
2781 out BGR24 flip | |
2782 | |
403 | 2783 videocodec asv2 |
2784 info "ASUS V2" | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2785 status working |
403 | 2786 fourcc ASV2 |
2787 driver vfw | |
2788 dll "asusasv2.dll" | |
713 | 2789 out UYVY |
2790 out BGR32,BGR24,BGR15 flip | |
2791 | |
2792 videocodec asv1 | |
2793 info "ASUS V1" | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2794 status working |
713 | 2795 fourcc ASV1 |
2796 driver vfw | |
2797 dll "asusasvd.dll" | |
2798 out UYVY | |
403 | 2799 out BGR32,BGR24,BGR15 flip |
2800 | |
13356 | 2801 videocodec ffultimotion |
28451 | 2802 info "FFmpeg IBM Ultimotion" |
13356 | 2803 status working |
2804 fourcc ULTI | |
2805 driver ffmpeg | |
2806 dll "ultimotion" | |
2807 out YVU9 | |
2808 | |
11314 | 2809 videocodec ultimotion |
2810 info "IBM Ultimotion" | |
2811 status working | |
2812 fourcc ULTI | |
2813 driver vfw | |
2814 dll "ultimo.dll" | |
2815 out YUY2,UYVY | |
2816 out BGR32,BGR24,BGR15 flip | |
2817 | |
5749 | 2818 videocodec mss1 |
2819 info "Windows Screen Video" | |
2820 status working | |
2821 fourcc MSS1 | |
2822 driver dshow | |
2823 dll "msscds32.ax" | |
2824 guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24 | |
2825 out BGR32,BGR24,BGR16,BGR15 | |
2826 | |
2827 ; CLRVIDDC.DLL needed too, with uppercase | |
2828 videocodec ucod | |
2829 info "UCOD-ClearVideo" | |
2830 status working | |
2831 fourcc UCOD | |
2832 driver vfw | |
2833 dll "clrviddd.dll" | |
2834 out BGR32,BGR24,BGR15 flip | |
2835 | |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2836 videocodec vcr2 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2837 info "ATI VCR-2" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2838 status working |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2839 fourcc VCR2 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2840 driver vfw |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2841 dll "ativcr2.dll" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2842 out YV12 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2843 out BGR24 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2844 |
29738 | 2845 videocodec slifvfw |
2846 info "SoftLab-NSK Forward MPEG2 I-frames" | |
2847 status working | |
2848 fourcc slif | |
2849 driver vfw | |
2850 dll "slif.dll" | |
2851 out RGB32 flip | |
2852 | |
30186 | 2853 videocodec blox |
2854 info "Jan Jezabeks BLOX MPEG Codec" | |
2855 status working | |
2856 fourcc BLOX | |
2857 driver vfw | |
2858 dll "blox.dll" | |
2859 out YUY2 | |
2860 | |
28127 | 2861 videocodec cjpg |
2862 info "Creative Labs Video Blaster Webcam" | |
2863 comment "sequential jpeg files?" | |
18179
3628371ad165
We now have CJPG samples and they work with the CJPG and ijpg decoders.
diego
parents:
18134
diff
changeset
|
2864 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2865 fourcc CJPG |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2866 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2867 dll "CtWbJpg.DLL" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2868 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2869 out UYVY |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2870 out BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2871 |
28127 | 2872 videocodec kensington |
2873 info "kensington webcam" | |
2874 status working | |
2875 fourcc AJPG,ABYR | |
2876 fourcc LBYR,JBYR ; untested, creative labs cam | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29097
diff
changeset
|
2877 fourcc UV12 ; untested |
28127 | 2878 driver vfw |
2879 dll "aoxdxipl.ax" | |
2880 out BGR24 flip | |
2881 | |
28120 | 2882 videocodec xjpg |
2883 info "xiricam Veo PC Camera" | |
2884 status working | |
2885 fourcc XJPG | |
2886 driver vfw | |
2887 dll "camfc.dll" | |
2888 out BGR24 flip | |
2889 | |
11554 | 2890 videocodec ffduck |
2891 info "Duck Truemotion1" | |
2892 status working | |
2893 fourcc DUCK | |
28353 | 2894 fourcc PVEZ |
11554 | 2895 driver ffmpeg |
2896 dll "truemotion1" | |
16964
ecf96c255294
ffmpeg truemotion1 codec now outputs BGR32 for some files
reimar
parents:
16915
diff
changeset
|
2897 out BGR15,BGR16,BGR24,BGR32 query |
11554 | 2898 |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2899 videocodec fftm20 |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2900 info "FFmpeg Duck/On2 TrueMotion 2.0" |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2901 status working |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2902 fourcc TM20 |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2903 driver ffmpeg |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2904 dll truemotion2 |
29334
e121eaf43346
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
kostya
parents:
29326
diff
changeset
|
2905 out BGR24 |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2906 |
5799 | 2907 ; our BGR15->BGR32 is bad or the DLL? |
2908 videocodec tm20 | |
2909 info "TrueMotion 2.0" | |
2910 status working | |
2911 comment "YUV faulting" | |
2912 fourcc TM20 | |
2913 driver dshow | |
2914 dll "tm20dec.ax" | |
2915 guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 | |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2916 out BGR32,BGR24,BGR16 flip |
5799 | 2917 |
30102 | 2918 videocodec tm2xvfw |
2919 info "TrueMotion 2.0" | |
2920 status working | |
2921 fourcc TM2X | |
2922 fourcc TM2A TM2X | |
2923 driver vfw | |
2924 dll "tm2X.dll" | |
2925 out BGR32,BGR24,BGR16 flip | |
2926 | |
29368 | 2927 videocodec tr20 |
2928 info "TrueMotion RT" | |
2929 status working | |
2930 fourcc TR20 | |
2931 driver vfw | |
2932 dll "tr2032.dll" | |
2933 out BGR15 | |
2934 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2935 videocodec sif1vfw |
28050 | 2936 info "sif1 alpha4" |
2937 status working | |
2938 fourcc SIF1 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2939 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2940 dll "Sif1_vfw.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2941 out YV12,YUY2 |
28050 | 2942 |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2943 videocodec sif1ds |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2944 info "sif1 alpha4" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2945 status buggy |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2946 comment "one frame every 5 seconds?" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2947 fourcc SIF1 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2948 driver dshow |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2949 dll "Sif1Dec.ax" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2950 guid 0x31666973, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2951 out BGR32 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2952 |
24653 | 2953 videocodec ffamv |
2954 info "Modified MJPEG, used in AMV files" | |
2955 status working | |
2956 fourcc AMVV ; internal MPlayer FourCC | |
2957 driver ffmpeg | |
2958 dll "amv" | |
2959 out YV12 | |
2960 | |
34207 | 2961 videocodec ffmxpeg |
2962 info "FFmpeg MxPEG" | |
2963 status working | |
2964 fourcc MXPG ; internal MPlayer FourCC | |
2965 driver ffmpeg | |
2966 dll mxpeg | |
2967 out YV12 | |
2968 | |
11082 | 2969 videocodec ffsp5x |
2970 info "SP5x codec - used by Aiptek MegaCam" | |
2971 status working | |
2972 fourcc SP53,SP54,SP55,SP56,SP57,SP58 | |
2973 driver ffmpeg | |
2974 dll "sp5x" | |
2975 out YV12 | |
2976 | |
28120 | 2977 videocodec sp6x |
2978 info "SP6x codec" | |
2979 status buggy | |
2980 fourcc SP60,SP61,SP62 | |
2981 driver vfw | |
2982 dll "sp6x_32.dll" | |
2983 out BGR24 flip | |
2984 | |
7059 | 2985 videocodec sp5x |
2986 info "SP5x codec - used by Aiptek MegaCam" | |
2987 status working | |
2988 fourcc SP53,SP54,SP55,SP56,SP57,SP58 | |
2989 driver vfw | |
2990 dll "sp5x_32.dll" | |
10381
c21e3bceec16
patch for sp5x video codec by "Philip Court" <pccourt (at) hotmail.com>
attila
parents:
10348
diff
changeset
|
2991 out BGR24,BGR15 flip |
7059 | 2992 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2993 videocodec sp4x |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2994 info "SP4x codec - used by Aiptek MegaCam" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2995 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2996 fourcc SP40,SP41,SP42,SP43,SP44,SP45 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2997 fourcc SP46,SP47 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2998 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2999 dll "SP4X_32.DLL" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3000 out BGR24,BGR15 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3001 |
28050 | 3002 videocodec bt411 |
3003 info "Brooktree 411 codec" | |
3004 status working | |
3005 fourcc BT20,Y41P | |
3006 driver vfwex | |
3007 dll "btvvc32.drv" | |
3008 out BGR24 | |
3009 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3010 videocodec bwmpeg |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3011 info "Broadway MPEG Capture Codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3012 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3013 fourcc BW10 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3014 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3015 dll "bw10.dll" ;requires vtaccess.dll |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29097
diff
changeset
|
3016 out YV12,YUY2,I420 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3017 |
33639 | 3018 videocodec csmscreen |
3019 info "csmscreen AVI lossless video codec" | |
3020 comment "requires Esdll.dll" | |
3021 status working | |
3022 fourcc CSM0 | |
3023 driver vfw | |
3024 dll "csmx.dll" ; b6cfb690fe5997da0f07506c8982334f *CSMX.dll | |
3025 out BGR32,BGR24,BGR16 flip | |
3026 | |
31941 | 3027 videocodec matchware |
3028 info "matchware screen capture codec" | |
3029 status working | |
3030 fourcc MWSC | |
3031 driver vfw | |
3032 dll "mwsc.dll" | |
3033 out BGR24 flip | |
3034 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3035 videocodec zdsoft |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3036 info "zdsoft screen recorder" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3037 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3038 fourcc ZDSV |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3039 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3040 dll "scrvid.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3041 out BGR32 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3042 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3043 videocodec webtrain |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3044 info "WebTrain Communication lossless screen recorder" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3045 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3046 fourcc WTVC |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3047 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3048 dll "wtvc.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3049 out BGR16 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3050 |
33167 | 3051 videocodec ffkega |
3052 info "FFmpeg Kega Video" | |
3053 status working | |
3054 fourcc KGV1 | |
3055 driver ffmpeg | |
3056 dll kgv1 | |
3057 out BGR15 | |
3058 | |
29631 | 3059 videocodec kegavideo |
3060 info "Kega Video" | |
29637 | 3061 comment "requires MSVCR80.DLL on windows" |
29631 | 3062 status working |
3063 fourcc KGV1 | |
3064 driver vfw | |
3065 dll "KGV1-VFW.dll" | |
29637 | 3066 out BGR16 flip |
29631 | 3067 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3068 videocodec xfire |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3069 info "xfire video" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3070 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3071 fourcc XFR1 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3072 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3073 dll "xfcodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3074 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3075 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3076 videocodec vfapi |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3077 info "VFAPI rgb transcode codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3078 status untested |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3079 fourcc vifp |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3080 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3081 dll "VFCodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3082 out BGR24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3083 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3084 videocodec eyecon |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3085 info "nokia eti camcorder eyecon" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3086 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3087 fourcc NUB0,NUB1,NUB2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3088 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3089 dll "nub2.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3090 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3091 |
28120 | 3092 videocodec smsvvfw |
3093 info "WorldConnect Wavelet Video" | |
3094 comment "found in visualmail videos" | |
3095 status working | |
3096 fourcc SMSV | |
3097 driver vfw | |
3098 dll "wv32vfw.dll" | |
3099 out BGR24 flip | |
3100 | |
30185 | 3101 videocodec adv601 |
3102 info "Analog Devices Wavelet Codec" | |
3103 status working | |
3104 fourcc ADV1 | |
3105 driver vfw | |
3106 dll "ADV601.dll" | |
3107 out BGR24 flip | |
3108 | |
3109 videocodec advwavelet | |
3110 info "waveletvideo.freeservers.com" | |
3111 status working | |
3112 fourcc ADV1 | |
3113 driver vfw | |
3114 dll "wavelet.dll" | |
3115 out BGR24 flip | |
3116 | |
3117 videocodec loronixwavlet | |
3118 info "loronix wavelet" | |
3119 status untested | |
3120 fourcc ADV1 | |
3121 driver vfw | |
3122 dll "wavlor.dll" | |
3123 out BGR24 | |
3124 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3125 videocodec foxmotion |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3126 info "fox motion video" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3127 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3128 fourcc FMVC |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3129 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3130 dll "fmcodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3131 out BGR32,BGR24,BGR15 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3132 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3133 videocodec tridvfw |
34724
d9256fb2c8b5
mark tridvfw codec working, finally found sample for TY0N
compn
parents:
34721
diff
changeset
|
3134 status working |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3135 fourcc ty2c,TY2C,ty0n |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3136 fourcc TY2N,TY0N,T565 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3137 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3138 dll "TRICDC32.DRV" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3139 out BGR24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3140 |
28300 | 3141 videocodec vdtzvfw |
3142 info "Telegeny VDTZ" | |
3143 status working | |
3144 fourcc VDTZ | |
3145 driver vfw | |
3146 dll "VTZ32.DLL" | |
3147 out BGR24 flip | |
3148 | |
10818
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3149 videocodec vivd2 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
3150 info "SoftMedia ViVD V2 codec VfW" |
10818
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3151 status working |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3152 fourcc GXVE,gxve |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3153 driver vfw |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3154 dll "ViVD2.dll" |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3155 out YUY2,YV12,I420,YVU9 |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3156 out BGR32,BGR24,BGR15 |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
3157 |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3158 videocodec winx |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3159 info "Winnov Videum winx codec" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
3160 status working |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3161 fourcc WINX |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3162 driver vfwex |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3163 dll "wnvwinx.dll" |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3164 out BGR32,BGR24,BGR15 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3165 |
15021 | 3166 videocodec ffwnv1 |
28451 | 3167 info "FFmpeg wnv1 codec" |
15021 | 3168 status working |
3169 fourcc WNV1 | |
34918 | 3170 fourcc YUV8,yuv8 |
15021 | 3171 driver ffmpeg |
3172 dll wnv1 | |
3173 out 422P | |
3174 | |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3175 videocodec wnv1 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3176 info "Winnov Videum wnv1 codec" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
3177 status working |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3178 fourcc WNV1 |
34916 | 3179 fourcc YUV8 WNV1 |
34918 | 3180 fourcc yuv8 WNV1 |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3181 driver vfwex |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3182 dll "wnvplay1.dll" |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3183 out BGR32,BGR24,BGR15 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
3184 |
13748 | 3185 videocodec vdom |
3186 info "VDOWave codec" | |
3187 status working | |
28050 | 3188 fourcc VDOM,VDOW |
13748 | 3189 driver vfw |
3190 dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL | |
28050 | 3191 out BGR24 flip |
13748 | 3192 |
28103 | 3193 videocodec vdowave3 |
3194 info "VDOWave 3 advanced codec" | |
3195 status working | |
3196 fourcc VDO3 | |
3197 fourcc VDOM,VDOW | |
3198 driver vfw | |
3199 dll "vdo32_30.drv" ; Need also decvdo.dll | |
3200 out BGR24 flip | |
3201 | |
13944 | 3202 videocodec lsv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3203 info "Vianet Lsvx Video" |
13944 | 3204 status working |
3205 fourcc lsvx | |
3206 fourcc lsvm | |
3207 fourcc lsvc | |
3208 driver vfw | |
3209 dll "lsvxdec.dll" | |
3210 out BGR32,BGR24,BGR16 flip | |
3211 | |
19762 | 3212 videocodec ffvmnc |
3213 info "FFmpeg VMware video" | |
3214 status working | |
3215 fourcc VMnc | |
3216 driver ffmpeg | |
26568 | 3217 dll "vmnc" |
19762 | 3218 out BGR32,BGR15,BGR8 |
3219 | |
15104
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3220 videocodec vmnc |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3221 info "VMware video" |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3222 status working |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3223 fourcc VMnc |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3224 driver vfw |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3225 dll "vmnc.dll" |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3226 out BGR24,BGR15,BGR8 query,flip |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
3227 |
18526 | 3228 videocodec ffsmkvid |
3229 info "FFmpeg Smacker Video" | |
3230 status working | |
3231 fourcc SMK2 | |
3232 fourcc SMK4 | |
3233 out BGR8 | |
3234 driver ffmpeg | |
3235 dll "smackvid" | |
3236 | |
19238 | 3237 videocodec ffcavs |
3238 info "Chinese AVS Video" | |
22952
73a4fa72d04a
Convert source comments into proper codecs.conf entry comments.
diego
parents:
22918
diff
changeset
|
3239 comment "only works with libavformat demuxer" |
19238 | 3240 status working |
3241 fourcc CAVS | |
27609 | 3242 fourcc avs2 |
19238 | 3243 driver ffmpeg |
3244 dll "cavs" | |
32506
85dd2718c84a
For FFmpeg codecs YV12 should always be in the supported format
reimar
parents:
32498
diff
changeset
|
3245 out YV12,I420 |
13748 | 3246 |
32571
6cec83953665
change dnxhd to qtdnxhd. consistant with all other quicktime decoders
compn
parents:
32563
diff
changeset
|
3247 videocodec qtdnxhd |
32562
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3248 info "QuickTime Avid DNxHD" |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3249 comment "needed for decoding 10-bit DNxHD" |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3250 status working |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3251 fourcc AVdn |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3252 driver qtvideo |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3253 dll "AvidAVdnCodec.qtx" |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3254 out UYVY,BGR24 |
1c0bea2aaa2f
Add support for decoding Avid DNxHD through the QuickTime component.
reimar
parents:
32519
diff
changeset
|
3255 |
26204 | 3256 videocodec ffdnxhd |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3257 info "FFmpeg DNxHD" |
26204 | 3258 status working |
3259 fourcc AVdn | |
3260 driver ffmpeg | |
3261 dll "dnxhd" | |
34977 | 3262 out 422P,422P10 |
26204 | 3263 |
34805
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3264 videocodec ffavui |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3265 info "FFmpeg Avid Meridien" |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3266 status working |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3267 fourcc AVUI |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3268 driver ffmpeg |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3269 dll avui |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3270 out 422A |
0eba64545a27
Improve Avid Meridien (AVUI) decoding with FFmpeg.
cehoyos
parents:
34795
diff
changeset
|
3271 |
8163 | 3272 ; quicktime codecs: |
3273 | |
34559 | 3274 videocodec qtm100 |
3275 info "Media-100 iFinish Transcoder" | |
3276 status working | |
3277 fourcc dtPA,dtnt,dtmt ;dtmt untested | |
3278 driver qtvideo | |
3279 dll "M100WinTranscoder.qtx" | |
3280 out UYVY | |
3281 | |
8324 | 3282 videocodec qt3ivx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3283 info "win32/quicktime 3IV1 (3ivx)" |
8324 | 3284 status working |
3285 fourcc 3IV1 | |
3286 driver qtvideo | |
3287 dll "3ivx Delta 3.5.qtx" | |
3288 out YUY2 | |
3289 | |
26967 | 3290 videocodec qtactl |
3291 info "Win32/QuickTime Streambox ACT-L2" | |
3292 status working | |
3293 fourcc ACTL | |
3294 driver qtvideo | |
3295 dll ACTLComponent.qtx | |
3296 out YUY2 | |
3297 | |
11968 | 3298 videocodec qtavui |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
3299 info "Win32/QuickTime Avid Meridien Uncompressed" |
11968 | 3300 status working |
3301 fourcc AVUI | |
3302 driver qtvideo | |
3303 dll "AvidQTAVUICodec.qtx" | |
3304 out YUY2 | |
3305 | |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3306 videocodec qth263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3307 info "Win32/QuickTime H.263" |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3308 status crashing |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3309 fourcc h263 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3310 driver qtvideo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3311 dll "QuickTime.qts" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3312 out YUY2 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3313 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3314 videocodec qtrlerpza |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3315 info "Win32/Quicktime RLE/RPZA" |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3316 comment "no colorspace accepted" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3317 status crashing |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3318 fourcc rpza |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3319 format 0x20656C72 ; "rle " |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3320 driver qtvideo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3321 dll "QuickTime.qts" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3322 out BGR32,BGR24,BGR15 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3323 |
8324 | 3324 videocodec qtvp3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3325 info "Win32/QuickTime VP3" |
8324 | 3326 status crashing |
3327 fourcc VP31 | |
3328 driver qtvideo | |
3329 dll "On2_VP3.qtx" | |
3330 out YUY2 | |
3331 | |
3332 videocodec qtzygo | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3333 info "win32/quicktime ZyGo" |
8324 | 3334 status buggy |
3335 comment "wrong colors" | |
3336 fourcc ZyGo,zygo,lsvx | |
3337 driver qtvideo | |
3338 dll "ZyGoVideo.qtx" | |
3339 out BGR32,RGB32 | |
3340 | |
3341 videocodec qtbhiv | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3342 info "Win32/QuickTime BeHereiVideo" |
8324 | 3343 comment "sample file wanted!" |
3344 status untested | |
3345 fourcc bhiv | |
3346 driver qtvideo | |
3347 dll "BeHereiVideo.qtx" | |
3348 out YUY2 | |
3349 | |
8837 | 3350 videocodec qtcvid |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3351 info "Win32/QuickTime Cinepak" |
8837 | 3352 status working |
3353 fourcc cvid | |
3354 driver qtvideo | |
3355 dll "QuickTime.qts" | |
3356 out YUY2 | |
3357 | |
3358 videocodec qtindeo | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3359 info "Win32/QuickTime Indeo" |
8837 | 3360 status crashing |
3361 fourcc IV31,iv31 | |
3362 fourcc IV32,iv32 | |
3363 fourcc IV41 | |
3364 driver qtvideo | |
3365 dll "QuickTime.qts" | |
3366 out YUY2 | |
3367 | |
3368 videocodec qtmjpeg | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3369 info "Win32/QuickTime MJPEG" |
8837 | 3370 status crashing |
3371 fourcc dmb1 | |
3372 fourcc mjpa | |
3373 fourcc mjpb | |
3374 driver qtvideo | |
3375 dll "QuickTime.qts" | |
3376 out YUY2 | |
3377 | |
3378 videocodec qtmpeg4 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3379 info "Win32/QuickTime MPEG-4" |
8837 | 3380 status crashing |
3381 fourcc mp4v | |
3382 driver qtvideo | |
3383 dll "QuickTime.qts" | |
3384 out YUY2 | |
3385 | |
8163 | 3386 videocodec qtsvq3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3387 info "Win32/QuickTime SVQ3" |
8324 | 3388 status working |
8163 | 3389 fourcc SVQ3 |
3390 driver qtvideo | |
8324 | 3391 dll "QuickTimeEssentials.qtx" |
8163 | 3392 out YUY2 |
5749 | 3393 |
8322 | 3394 videocodec qtsvq1 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3395 info "Win32/QuickTime SVQ1" |
8322 | 3396 status buggy |
3397 fourcc SVQ1 | |
3398 driver qtvideo | |
3399 dll "QuickTime.qts" | |
3400 out YVU9 | |
3401 | |
30111 | 3402 videocodec ffv210 |
3403 info "FFmpeg V210 - 10-bit" | |
3404 status untested | |
3405 fourcc v210 | |
3406 driver ffmpeg | |
3407 dll v210 | |
33364
e1ee4895e500
Support displaying of 9- and 10-bit pixel formats,
cehoyos
parents:
33352
diff
changeset
|
3408 out 422P10 |
30111 | 3409 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3410 videocodec qtcine |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3411 info "cinewave uncompressed 10-bit codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3412 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3413 ; fourcc 2yuv,R210,r210,2Vu1,R10g,R10k,r11k ;untested |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3414 fourcc v210 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3415 driver qtvideo |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3416 dll "CineWave.qtx" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3417 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3418 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3419 |
30859
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3420 videocodec qtaic |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3421 info "QuickTime AIC video decoder" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3422 comment "Mac OS X only" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3423 status untested |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3424 fourcc icod |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3425 driver qtvideo |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3426 dll "QuickTime.qts" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3427 out UYVY |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3428 |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3429 videocodec qtprores |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3430 info "Apple ProRes 422 (HQ) decoder" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3431 status working |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3432 fourcc apch |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3433 fourcc apcn |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3434 fourcc apcs |
32756 | 3435 fourcc apco |
3436 fourcc ap4h | |
30859
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3437 driver qtvideo |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3438 dll "AppleProResDecoder.qtx" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3439 out YUY2 |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
3440 |
34099 | 3441 videocodec ffprores |
3442 info "FFmpeg Apple ProRes" | |
3443 status working | |
3444 fourcc apch | |
3445 fourcc apcn | |
3446 fourcc apcs | |
3447 fourcc apco | |
3448 fourcc ap4h | |
3449 driver ffmpeg | |
3450 dll prores | |
3451 out 422P10,444P10 | |
3452 | |
34105
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3453 videocodec ffproreslgpl |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3454 info "Libav ProRes" |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3455 status working |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3456 fourcc apch |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3457 fourcc apcn |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3458 fourcc apcs |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3459 fourcc apco |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3460 fourcc ap4h |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3461 driver ffmpeg |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3462 dll prores_lgpl |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3463 out 422P10,444P10 |
34c1bbba61a6
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
cehoyos
parents:
34104
diff
changeset
|
3464 |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3465 ; VSS codecs (http://vsofts.com/solutions.html): |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3466 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3467 videocodec vsslight |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3468 info "VSS Codec Light" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3469 status working |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3470 fourcc VSSV |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3471 driver vfw |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3472 dll "vsslight.dll" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3473 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3474 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3475 videocodec vssh264 |
15344 | 3476 info "VSS H.264 New" |
3477 status working | |
3478 fourcc VSSH | |
3479 driver dshow | |
3480 dll "vsshdsd.dll" | |
3481 guid 0x6931C7e7, 0x75b7, 0x4729, 0xa1, 0x53, 0xa8, 0xad, 0x99, 0xbd, 0xf7, 0x0b | |
3482 out YV12 | |
3483 | |
3484 videocodec vssh264old | |
3485 info "VSS H.264 Old" | |
9897 | 3486 status working |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3487 fourcc VSSH |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3488 driver vfw |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
3489 dll "vssh264.dll" ; need also vssh264core.dll, vssh264dec.dll |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3490 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3491 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3492 videocodec vsswlt |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3493 info "VSS Wavelet Video Codec" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3494 status working |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3495 fourcc VSSW |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3496 driver vfw |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3497 dll "vsswlt.dll" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3498 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
3499 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3500 ; buggy codecs: (any volunteers for native rewrite?) |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3501 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3502 videocodec zlib |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3503 info "AVIzlib" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
3504 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3505 comment "24bpp only" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3506 fourcc ZLIB |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3507 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3508 dll "avizlib.dll" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
3509 out BGR24 flip |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3510 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3511 videocodec mszh |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3512 info "AVImszh" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
3513 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3514 comment "24bpp only" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3515 fourcc MSZH |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3516 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3517 dll "avimszh.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3518 ; out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3519 ; out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3520 out BGR24 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3521 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3522 videocodec alaris |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3523 info "Alaris VideoGramPiX" |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
3524 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3525 fourcc VGPX,VTLP VGPX |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3526 driver vfwex |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3527 dll "vgpix32d.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3528 out UYVY |
5749 | 3529 out BGR24 |
3530 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3531 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3532 ; non-working codecs: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3533 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3534 videocodec vcr1 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3535 info "ATI VCR-1" |
6584 | 3536 status crashing |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3537 fourcc VCR1 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3538 driver vfw |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3539 dll "ativcr1.dll" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3540 out RGB24 flip |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3541 |
3658
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3542 videocodec pim1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
3543 info "Pinnacle Hardware MPEG-1" |
6584 | 3544 status crashing |
4897
d80537754731
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
arpi
parents:
4854
diff
changeset
|
3545 comment "no picture. use ffmpeg12!" |
3658
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3546 fourcc PIM1 |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3547 driver vfw |
7354 | 3548 dll "pclepim1.dll" |
3658
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3549 out BGR24 flip |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3550 ; out I420 |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3551 ; out YUY2 |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3552 ; out BGR32,BGR24,BGR16,BGR15 |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3553 |
5746 | 3554 videocodec qpeg |
3555 info "Q-Team's QPEG (www.q-team.de)" | |
7312
1d0a877851d8
removed obsolete cyuvxa, completed qpeg, added some extra supported output formats to wmv8, removed bgr32 from dv as its buggy
alex
parents:
7225
diff
changeset
|
3556 status working |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3557 comment "BGR8 only!" |
7312
1d0a877851d8
removed obsolete cyuvxa, completed qpeg, added some extra supported output formats to wmv8, removed bgr32 from dv as its buggy
alex
parents:
7225
diff
changeset
|
3558 fourcc Q1.0,QPEG |
1d0a877851d8
removed obsolete cyuvxa, completed qpeg, added some extra supported output formats to wmv8, removed bgr32 from dv as its buggy
alex
parents:
7225
diff
changeset
|
3559 fourcc Q1.1,qpeq |
5746 | 3560 driver vfw |
3561 dll "qpeg32.dll" | |
3562 out BGR8 flip | |
3563 | |
34289 | 3564 videocodec ffqpeg |
3565 info "FFmpeg Q-team QPEG" | |
3566 status working | |
3567 fourcc Q1.0,QPEG | |
3568 fourcc Q1.1,qpeq | |
3569 driver ffmpeg | |
3570 dll "qpeg" | |
3571 out BGR8 | |
3572 | |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3573 videocodec rricm |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3574 info "rricm" |
6584 | 3575 status crashing |
5767 | 3576 fourcc dmb1 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3577 driver vfw |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3578 dll "rricm.dll" |
5767 | 3579 out YUY2 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3580 out BGR24 flip |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
3581 |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
3582 videocodec ffcamtasia |
28451 | 3583 info "FFmpeg TechSmith Camtasia Screen Codec" |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
3584 status working |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
3585 fourcc TSCC,tscc |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
3586 driver ffmpeg |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
3587 dll "camtasia" |
14629
0269b0cfeada
BGR32 is now supported also by lavc tscc decoder
rtognimp
parents:
14628
diff
changeset
|
3588 out BGR32,BGR24,BGR15,BGR8 query |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
3589 |
34926
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3590 videocodec fftscc2 |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3591 info "FFmpeg TechSmith Camtasia Screen Codec 2" |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3592 status working |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3593 fourcc tsc2 |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3594 driver ffmpeg |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3595 dll tscc2 |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3596 out 444P |
14058ab73740
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
cehoyos
parents:
34925
diff
changeset
|
3597 |
5762 | 3598 ; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp |
3599 videocodec camtasia | |
3600 info "TechSmith Camtasia Screen Codec" | |
8209 | 3601 status working |
5762 | 3602 fourcc TSCC,tscc |
3603 driver vfw | |
3604 dll "tsccvid.dll" | |
34794 | 3605 out BGR32,BGR24,BGR15,BGR8 query,flip |
5762 | 3606 |
34943 | 3607 videocodec camtasia2 |
3608 info "TechSmith Camtasia Screen Codec 2" | |
3609 comment "works on winxp only" | |
3610 status working | |
3611 fourcc TSC2,tsc2 | |
3612 driver vfw | |
3613 dll "tsc2_codec32.dll" | |
3614 out BGR32,BGR24,BGR15,BGR8 query,flip | |
3615 | |
17353 | 3616 videocodec ffcamstudio |
3617 info "CamStudio Screen Codec" | |
3618 status working | |
3619 fourcc CSCD,cscd | |
3620 driver ffmpeg | |
3621 dll "camstudio" | |
34806
5048d421691d
100l: ffcamstudio is not flipped and does not know BGR8.
cehoyos
parents:
34805
diff
changeset
|
3622 out BGRA,BGR32,BGR24,BGR15LE,BGR15 |
17353 | 3623 |
15474 | 3624 ; Fraps - Realtime Video Capture - http://www.fraps.com/ |
3625 videocodec fraps | |
3626 info "FRAPS: Realtime Video Capture" | |
3627 comment "Requires a processor with SSE???" | |
3628 status working | |
3629 fourcc FPS1,fps1 | |
3630 driver vfw | |
3631 dll "frapsvid.dll" | |
3632 out BGR32 flip | |
3633 | |
20654 | 3634 videocodec fffraps |
3635 info "FFmpeg Fraps" | |
3636 status working | |
3637 fourcc FPS1,fps1 | |
3638 driver ffmpeg | |
3639 dll "fraps" | |
32506
85dd2718c84a
For FFmpeg codecs YV12 should always be in the supported format
reimar
parents:
32498
diff
changeset
|
3640 out BGR24,YV12,I420 |
20654 | 3641 |
34356 | 3642 videocodec ffxtor |
3643 info "FFmpeg Dxtory" | |
3644 status working | |
3645 fourcc xtor | |
3646 driver ffmpeg | |
3647 dll dxtory | |
3648 out YV12 | |
3649 | |
33038 | 3650 videocodec ffjv |
3651 info "FFmpeg Bitmap Brothers JV" | |
3652 status working | |
3653 fourcc FFJV ; internal MPlayer FourCC | |
3654 driver ffmpeg | |
3655 dll "jv" | |
3656 out BGR8 | |
3657 | |
20933 | 3658 videocodec fftiertexseq |
3659 info "FFmpeg Tiertex SEQ" | |
3660 status working | |
20939 | 3661 fourcc TSEQ ; internal MPlayer FourCC |
20933 | 3662 driver ffmpeg |
3663 dll "tiertexseqvideo" | |
3664 out BGR8 | |
3665 | |
20934 | 3666 videocodec ffvmd |
3667 info "FFmpeg Sierra VMD video" | |
3668 status working | |
20939 | 3669 fourcc VMDV ; internal MPlayer FourCC |
20934 | 3670 driver ffmpeg |
3671 dll "vmdvideo" | |
3672 out BGR8 | |
3673 | |
22688
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3674 videocodec ffdxa |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3675 info "FFmpeg Feeble Files DXA video" |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3676 status working |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3677 fourcc DXA1 ; internal MPlayer FourCC |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3678 driver ffmpeg |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3679 dll "dxa" |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3680 out BGR8 |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
3681 |
20940 | 3682 videocodec ffdsicinvideo |
3683 info "FFmpeg Delphine CIN video" | |
3684 status working | |
3685 fourcc DCIV ; internal MPlayer FourCC | |
3686 driver ffmpeg | |
3687 dll "dsicinvideo" | |
3688 out BGR8 | |
3689 | |
22876 | 3690 videocodec ffthp |
3691 info "FFmpeg THP video" | |
22877
9676cce0987a
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
diego
parents:
22876
diff
changeset
|
3692 status working |
22876 | 3693 fourcc THPV ; internal MPlayer FourCC |
3694 driver ffmpeg | |
22877
9676cce0987a
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
diego
parents:
22876
diff
changeset
|
3695 dll thp |
22876 | 3696 out YV12 |
3697 | |
26459 | 3698 videocodec ffbfi |
3699 info "FFmpeg BFI Video" | |
3700 status working | |
3701 fourcc BFIV ; internal MPlayer FourCC | |
3702 driver ffmpeg | |
3703 dll bfi | |
3704 out BGR8 | |
3705 | |
23001 | 3706 videocodec ffbethsoftvid |
3707 info "FFmpeg Bethesda Software VID" | |
3708 comment "video plays much too fast" | |
3709 status buggy | |
3710 fourcc BETH ; internal MPlayer FourCC | |
3711 driver ffmpeg | |
3712 dll bethsoftvid | |
3713 out BGR8 | |
3714 | |
26735 | 3715 videocodec ffrl2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3716 info "FFmpeg RL2" |
26735 | 3717 status working |
3718 fourcc RL2V ; internal MPlayer FourCC | |
3719 driver ffmpeg | |
3720 dll rl2 | |
3721 out BGR8 | |
3722 | |
23274
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3723 videocodec fftxd |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3724 info "FFmpeg Renderware TeXture Dictionary" |
23274
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3725 status working |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3726 fourcc TXDV ; internal MPlayer FourCC |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3727 driver ffmpeg |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3728 dll txd |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3729 out BGR32 |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3730 |
34363 | 3731 videocodec fftmv |
3732 info "FFmpeg 8088flex TMV" | |
3733 status working | |
3734 fourcc tmv8 ; internal MPlayer FourCC | |
3735 driver ffmpeg | |
3736 dll tmv | |
3737 out BGR8 | |
3738 | |
23961 | 3739 videocodec xan |
3740 info "XAN Video" | |
3741 status working | |
3742 fourcc Xxan | |
3743 driver vfw | |
3744 dll "xanlib.dll" | |
3745 out BGR24,BGR15,BGR8 query,flip | |
3746 | |
32788 | 3747 videocodec ffwc4 |
3748 info "FFmpeg XAN wc4" | |
3749 status working | |
3750 fourcc Xxan | |
3751 driver ffmpeg | |
3752 dll "xan_wc4" | |
3753 out YV12 | |
3754 | |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3755 videocodec ffwc3 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3756 info "FFmpeg XAN wc3" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3757 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3758 fourcc WC3V ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3759 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3760 dll "xan_wc3" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3761 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3762 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3763 videocodec ffidcin |
21019 | 3764 info "FFmpeg Id CIN video" |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3765 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3766 fourcc IDCI ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3767 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3768 dll "idcinvideo" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3769 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3770 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3771 videocodec ffinterplay |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3772 info "FFmpeg Interplay Video" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3773 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3774 fourcc INPV ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3775 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3776 dll "interplayvideo" |
30081
1b18cf7e6abe
lavc Interplay Video decoder now supports 16-bit mode too
kostya
parents:
30062
diff
changeset
|
3777 out BGR8,BGR15 |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3778 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3779 videocodec ffvqa |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3780 info "FFmpeg VQA Video" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3781 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3782 fourcc VQAV ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3783 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3784 dll "vqavideo" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3785 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3786 |
34245 | 3787 videocodec ffbmvvideo |
3788 info "FFmpeg Discoworld II BMV Video" | |
3789 status working | |
3790 fourcc BMVV ; internal MPlayer FourCC | |
3791 driver ffmpeg | |
3792 dll bmv_video | |
3793 out BGR8 | |
3794 | |
22918 | 3795 videocodec ffc93 |
3796 info "FFmpeg C93 Video" | |
3797 status buggy | |
3798 fourcc C93V ; internal MPlayer FourCC | |
3799 driver ffmpeg | |
3800 dll c93 | |
3801 out BGR8 | |
3802 | |
34217 | 3803 videocodec ffdfa |
3804 info "FFmpeg Chronomaster DFA" | |
3805 status working | |
3806 fourcc CDFA ; internal MPlayer FourCC | |
3807 driver ffmpeg | |
3808 dll dfa | |
3809 out BGR8 | |
3810 | |
30935 | 3811 videocodec ffeatgv |
29774 | 3812 info "FFmpeg Electronic Arts TGV" |
3813 status working | |
34288
d9ba971a3d68
Cosmetics: Add a comment about the eatgv internal MPlayer FourCC.
cehoyos
parents:
34287
diff
changeset
|
3814 fourcc fVGT ; internal MPlayer FourCC |
29774 | 3815 driver ffmpeg |
3816 dll eatgv | |
3817 out BGR8 | |
20654 | 3818 |
34302
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3819 videocodec ffescape124 |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3820 info "FFmpeg Escape 124" |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3821 status buggy |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3822 fourcc E124 ; internal MPlayer FourCC |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3823 driver ffmpeg |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3824 dll escape124 |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3825 out BGR15 |
945ef73454c4
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
cehoyos
parents:
34289
diff
changeset
|
3826 |
34316
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3827 videocodec ffescape130 |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3828 info "FFmpeg Escape 130" |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3829 status working |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3830 fourcc E130 ; internal MPlayer FourCC |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3831 driver ffmpeg |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3832 dll escape130 |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3833 out YV12 |
446aeefc216b
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
cehoyos
parents:
34314
diff
changeset
|
3834 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3835 ; raw formats: (now RGB formats are autodetected) |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
3836 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
3837 ; these raw codecs are used mostly by TV input |
3658
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3838 ; 0x20776172 is used by Quicktime ('raw ') |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3839 ; 0x0 is used by AVI |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3840 ; YV12,RGB|32,RGB|24.. is created by MPlayer |
a3b5057e53cf
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
alex
parents:
3650
diff
changeset
|
3841 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3842 videocodec rawrgb32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3843 info "RAW RGB32" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3844 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3845 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3846 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3847 format 0x20776172 0x52474220 |
3399 | 3848 format 0x52474220 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3849 out RGB32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3850 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3851 videocodec rawrgb24 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3852 info "RAW RGB24" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3853 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3854 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3855 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3856 format 0x20776172 0x52474218 |
3399 | 3857 format 0x52474218 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3858 out RGB24 |
2675 | 3859 |
3399 | 3860 videocodec rawrgb16 |
3861 info "RAW RGB16" | |
3862 status working | |
3863 driver raw | |
3864 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3865 format 0x20776172 0x52474210 |
3399 | 3866 format 0x52474210 |
3867 out RGB16 | |
3868 | |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3869 videocodec rawbgr32flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3870 info "RAW BGR32" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3871 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3872 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3873 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3874 out BGR32 flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3875 |
5996
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3876 videocodec rawbgr32 |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3877 info "RAW BGR32" |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3878 status working |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3879 driver raw |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3880 format 0x0 |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3881 format 0x42475220 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3882 out BGR32 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3883 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3884 videocodec rawbgr24flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3885 info "RAW BGR24" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3886 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3887 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3888 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3889 out BGR24 flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3890 |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3891 videocodec rawbgr24 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3892 info "RAW BGR24" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3893 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3894 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3895 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3896 format 0x20776172 0x42475218 |
4774
fc2f76964606
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
atmos4
parents:
4740
diff
changeset
|
3897 format 0x42475218 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3898 out BGR24 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3899 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3900 videocodec rawbgr16flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3901 info "RAW BGR15" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3902 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3903 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3904 format 0x0 |
26844
c5dfa78a07e7
Readd fourcc used by MTV format. Note that BGR->YUV conversion
reimar
parents:
26843
diff
changeset
|
3905 format 0x10424752 0x0 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3906 out BGR16 flip |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3907 |
6584 | 3908 videocodec rawbgr16 |
3909 info "RAW BGR15" | |
3910 status working | |
3911 driver raw | |
3912 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3913 format 0x20776172 0x42475210 |
6584 | 3914 format 0x42475210 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3915 out BGR16 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3916 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3917 videocodec rawbgr15flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3918 info "RAW BGR15" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3919 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3920 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3921 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3922 out BGR15 flip |
6584 | 3923 |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3924 videocodec rawbgr15 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3925 info "RAW BGR15" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3926 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3927 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3928 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3929 format 0x20776172 0x4247520F |
4774
fc2f76964606
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
atmos4
parents:
4740
diff
changeset
|
3930 format 0x4247520F |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3931 out BGR15 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3932 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3933 videocodec rawbgr8flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3934 info "RAW BGR8" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3935 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3936 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3937 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3938 out BGR8 flip |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3939 |
7771 | 3940 videocodec rawbgr8 |
3941 info "RAW BGR8" | |
3942 status working | |
3943 driver raw | |
3944 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3945 format 0x20776172 0x42475208 |
9127 | 3946 format 0x42475208 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3947 out BGR8 |
7771 | 3948 |
3949 videocodec rawbgr1 | |
7823 | 3950 info "RAW BGR1" |
7771 | 3951 status working |
3952 driver raw | |
3953 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3954 format 0x20776172 0x42475201 |
9127 | 3955 format 0x42475201 |
7771 | 3956 out BGR1 flip |
3957 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3958 videocodec rawyuy2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3959 info "RAW YUY2" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3960 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3961 driver raw |
7771 | 3962 format 0x0 0x32595559 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3963 format 0x20776172 0x32595559 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3964 fourcc yuy2,YUY2 |
29747 | 3965 fourcc V422 YUY2 |
3966 fourcc YUNV YUY2 | |
29769 | 3967 fourcc VYUY YUY2 |
29775 | 3968 fourcc yuvs YUY2 |
33376 | 3969 fourcc DVOO YUY2 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3970 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3971 |
25182 | 3972 videocodec rawyuv2 |
3973 info "RAW YUV2" | |
3974 status working | |
3975 driver raw | |
3976 format 0x0 0x32565559 | |
3977 format 0x20776172 0x32565559 | |
3978 fourcc yuv2,YUV2 | |
3979 out YUY2 | |
3980 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3981 videocodec rawuyvy |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3982 info "RAW UYVY" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3983 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3984 driver raw |
7771 | 3985 format 0x0 0x59565955 |
23473 | 3986 format 0x79757632 0x59565955 # 2vuy as created by QuickTime captures |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3987 format 0x20776172 0x59565955 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3988 fourcc uyvy,UYVY |
29746 | 3989 fourcc HDYC UYVY |
29747 | 3990 fourcc UYNV UYVY |
3991 fourcc UYNY UYVY | |
3992 fourcc uyv1 UYVY | |
3993 fourcc 2Vu1 UYVY | |
30276
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3994 fourcc VDTZ UYVY |
34072 | 3995 fourcc auv2 UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3996 out UYVY |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3997 |
14614 | 3998 videocodec raw444P |
3999 info "RAW 444P" | |
4000 status working | |
4001 driver raw | |
4002 format 0x0 0x50343434 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4003 format 0x20776172 0x50343434 |
14614 | 4004 fourcc 444p,444P |
33639 | 4005 fourcc YV24 444P |
14614 | 4006 out 444P |
4007 | |
4008 videocodec raw422P | |
4009 info "RAW 422P" | |
4010 status working | |
4011 driver raw | |
4012 format 0x0 0x50323234 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4013 format 0x20776172 0x50323234 |
14614 | 4014 fourcc 422p,422P |
29747 | 4015 fourcc P422 422P |
29769 | 4016 fourcc Y42B 422P |
33699 | 4017 fourcc YV16 422P |
14614 | 4018 out 422P |
4019 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4020 videocodec rawyv12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4021 info "RAW YV12" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4022 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4023 driver raw |
7771 | 4024 format 0x0 0x32315659 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4025 format 0x20776172 0x32315659 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4026 fourcc yv12,YV12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4027 out YV12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4028 |
10750 | 4029 videocodec rawnv21 |
4030 info "RAW NV21" | |
4031 status working | |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
4032 driver raw |
10750 | 4033 format 0x0 0x3132564E |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4034 format 0x20776172 0x3132564E |
10750 | 4035 fourcc nv21,NV21 |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
4036 out NV21 |
10750 | 4037 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4038 videocodec rawnv12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4039 info "RAW NV12" |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4040 status working |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
4041 driver raw |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4042 format 0x0 0x3231564E |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4043 format 0x20776172 0x3231564E |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4044 fourcc nv12,NV12 |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
4045 out NV12 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4046 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4047 videocodec rawhm12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4048 info "RAW HM12" |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4049 status working |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4050 driver hmblck |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4051 format 0x0 0x32314D48 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4052 format 0x20776172 0x32314D48 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4053 fourcc hm12,HM12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4054 out YV12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
4055 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4056 videocodec rawi420 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4057 info "RAW I420" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4058 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4059 driver raw |
7771 | 4060 format 0x0 0x30323449 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4061 format 0x20776172 0x30323449 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4062 fourcc i420,I420 |
6584 | 4063 fourcc IYUV,iyuv |
34945 | 4064 fourcc R420 I420 |
6584 | 4065 out I420,IYUV |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4066 |
6488 | 4067 videocodec rawyvu9 |
4068 info "RAW YVU9" | |
4069 status working | |
4070 driver raw | |
7771 | 4071 format 0x0 0x39555659 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
4072 format 0x20776172 0x39555659 |
6488 | 4073 fourcc yvu9,YVU9 |
4074 out YVU9 | |
4075 | |
14171
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4076 videocodec rawy800 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4077 info "RAW Y8/Y800" |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4078 status working |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4079 driver raw |
27440 | 4080 format 0x0 |
14171
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4081 format 0x20203859 ; "Y8 " |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4082 fourcc y800,Y800 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4083 out Y800,Y8 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
4084 |
30089 | 4085 ;lavc raw codecs |
4086 | |
34940 | 4087 videocodec ffrawno16 |
4088 info "FFmpeg NO16 rawvideo" | |
4089 status working | |
4090 fourcc NO16 | |
4091 driver ffmpeg | |
4092 dll rawvideo | |
4093 out BGR8,ARGB | |
4094 | |
34014 | 4095 videocodec ffrawnv12 |
4096 info "RAW NV12" | |
4097 status buggy | |
4098 format 0x0 | |
4099 format 0x20776172 | |
4100 fourcc nv12,NV12 | |
4101 driver ffmpeg | |
4102 dll rawvideo | |
4103 out NV12 | |
4104 | |
30089 | 4105 videocodec ffrawyuy2 |
4106 info "RAW YUY2" | |
4107 status working | |
4108 format 0x0 | |
4109 format 0x20776172 | |
4110 fourcc yuy2,YUY2 | |
4111 fourcc V422,v422 | |
4112 fourcc YUNV,yunv | |
4113 fourcc VYUY,vyuy | |
4114 fourcc yuvs,YUVS | |
33377 | 4115 fourcc DVOO |
30089 | 4116 driver ffmpeg |
4117 dll rawvideo | |
4118 out YUY2 | |
4119 | |
4120 videocodec ffrawyuv2 | |
4121 info "RAW YUV2" | |
4122 status working | |
4123 format 0x0 | |
4124 format 0x20776172 | |
4125 fourcc yuv2,YUV2 | |
4126 driver ffmpeg | |
4127 dll rawvideo | |
4128 out YUY2 | |
4129 | |
4130 videocodec ffrawuyvy | |
4131 info "RAW UYVY" | |
4132 status working | |
4133 format 0x0 | |
4134 format 0x20776172 | |
4135 fourcc uyvy,UYVY | |
4136 fourcc HDYC,hdyc | |
4137 fourcc UYNV,uynv | |
4138 fourcc UYNY,uyny | |
4139 fourcc uyv1,UYV1 | |
4140 fourcc 2Vu1,2vu1,2VU1 | |
4141 fourcc 2Vuy,2vuy,2VUY | |
34435
f28606bb351b
Support for Avid Meridian Uncompressed via FFmpeg.
cehoyos
parents:
34412
diff
changeset
|
4142 fourcc AV1x,AVup,AVUI |
34072 | 4143 fourcc VDTZ,auv2 |
34438 | 4144 fourcc cyuv |
30089 | 4145 driver ffmpeg |
4146 dll rawvideo | |
4147 out UYVY | |
4148 | |
4149 videocodec ffraw444P | |
4150 info "RAW 444P" | |
4151 status working | |
4152 format 0x0 | |
4153 format 0x20776172 | |
4154 fourcc 444p,444P | |
33639 | 4155 fourcc YV24 |
30089 | 4156 driver ffmpeg |
4157 dll rawvideo | |
4158 out 444P | |
4159 | |
4160 videocodec ffraw422P | |
4161 info "RAW 422P" | |
4162 status working | |
4163 format 0x0 | |
4164 format 0x20776172 | |
4165 fourcc 422p,422P | |
4166 fourcc P422,p422 | |
4167 fourcc Y42B,y42b | |
33699 | 4168 fourcc YV16,yv16 |
30089 | 4169 driver ffmpeg |
4170 dll rawvideo | |
4171 out 422P | |
4172 | |
4173 videocodec ffrawyv12 | |
4174 info "RAW YV12" | |
4175 status working | |
4176 format 0x0 | |
4177 format 0x20776172 | |
4178 fourcc yv12,YV12 | |
4179 driver ffmpeg | |
4180 dll rawvideo | |
4181 out YV12 | |
4182 | |
4183 videocodec ffrawi420 | |
4184 info "RAW I420" | |
4185 status working | |
4186 format 0x0 | |
4187 format 0x20776172 | |
4188 fourcc i420,I420 | |
4189 fourcc IYUV,iyuv | |
34945 | 4190 fourcc R420 |
30089 | 4191 driver ffmpeg |
4192 dll rawvideo | |
4193 out I420,IYUV | |
4194 | |
4195 videocodec ffrawyvu9 | |
4196 info "RAW YVU9" | |
4197 status working | |
4198 format 0x0 | |
4199 format 0x20776172 | |
4200 fourcc yvu9,YVU9 | |
4201 driver ffmpeg | |
4202 dll rawvideo | |
4203 out YVU9 | |
4204 | |
34361 | 4205 videocodec ffrawy41b |
4206 info "RAW Y41B" | |
4207 status working | |
34945 | 4208 fourcc Y41B,R411 |
34361 | 4209 driver ffmpeg |
4210 dll rawvideo | |
4211 out 411P | |
4212 | |
30089 | 4213 videocodec ffrawy800 |
4214 info "RAW Y8/Y800" | |
4215 status working | |
4216 format 0x0 | |
4217 format 0x20203859 ; "Y8 " | |
4218 fourcc y800,Y800 | |
4219 driver ffmpeg | |
4220 dll rawvideo | |
4221 out Y800,Y8 | |
4222 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4223 ; NULL codec - for testing. |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4224 |
1390 | 4225 videocodec null |
2691 | 4226 info "NULL codec (no decoding!)" |
35304 | 4227 status working |
1390 | 4228 comment "for unknown/unsupported codecs or testing" |
4229 driver null | |
35245 | 4230 flags dummy |
1390 | 4231 out YV12 |
4232 out I420 | |
4233 out YUY2 | |
4234 out UYVY | |
6584 | 4235 out YVU9 |
1390 | 4236 out BGR32,BGR24,BGR16,BGR15 |
4237 | |
35155 | 4238 videocodec black |
4239 info "black codec (no decoding just output black frames!)" | |
35304 | 4240 status working |
35155 | 4241 comment "for unknown/unsupported codecs or testing" |
4242 driver black | |
35245 | 4243 flags dummy |
35155 | 4244 out YV12 |
4245 out I420 | |
4246 out YUY2 | |
4247 out UYVY | |
4248 out RGB24,BGR32 | |
4249 | |
471 | 4250 ;============================================================================= |
4251 ; AUDIO CODECS | |
4252 ;============================================================================= | |
4253 | |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4254 audiocodec wma9dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4255 info "Windows Media Audio 9 DMO" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4256 status working |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4257 format 0x162 |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4258 format 0x163 |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4259 driver dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4260 dll "wma9dmod.dll" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4261 guid 0x27ca0808, 0x01f5, 0x4e7a, 0x8b, 0x05, 0x87, 0xf8, 0x07, 0xa2, 0x33, 0xd1 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4262 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4263 audiocodec wmadmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4264 info "Windows Media Audio DMO" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4265 status working |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4266 format 0x160 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4267 format 0x161 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4268 format 0x162 |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4269 format 0x163 |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4270 driver dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4271 dll "wmadmod.dll" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4272 guid 0x2eeb4adf, 0x4578, 0x4d10, 0xbc, 0xa7, 0xbb, 0x95, 0x5f, 0x56, 0x32, 0x0a |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
4273 |
12328 | 4274 audiocodec wma9spdmo |
4275 info "Windows Media Audio 9 Speech DMO" | |
4276 status working | |
4277 format 0xa | |
4278 driver dmo | |
4279 dll "wmspdmod.dll" | |
4280 guid 0x874131cb, 0x4ecc, 0x443b, 0x89, 0x48, 0x74, 0x6b, 0x89, 0x59, 0x5d, 0x20 | |
4281 | |
4282 audiocodec wma9spdshow | |
4283 info "Windows Media Audio 9 Speech DShow" | |
22366
ce25d75021e8
Mark wma9spdshow audio codec as working, because hissing in audio (only one known
voroshil
parents:
22364
diff
changeset
|
4284 status working |
12328 | 4285 format 0xa |
4286 driver dshow | |
4287 dll "wmavds32.ax" | |
4288 guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad | |
4289 | |
16796 | 4290 audiocodec ffqdm2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4291 info "FFmpeg QDM2 audio" |
16796 | 4292 status working |
32990 | 4293 fourcc QDM2 |
16796 | 4294 driver ffmpeg |
4295 dll "qdm2" | |
4296 | |
8007 | 4297 audiocodec qdmc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4298 info "QuickTime QDMC/QDM2 audio" |
8007 | 4299 status working |
32990 | 4300 fourcc QDM2 |
4301 fourcc QDMC | |
8007 | 4302 driver qtaudio |
4303 dll "QuickTime.qts" | |
4304 | |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
4305 audiocodec ffqclp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4306 info "FFmpeg QCLP audio" |
30201
786d035899d2
mark ffqclp as working in codecs.conf, works on all my samples
compn
parents:
30188
diff
changeset
|
4307 status working |
32990 | 4308 fourcc Qclp |
4309 fourcc sqcp | |
4310 fourcc Qclq | |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
4311 driver ffmpeg |
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
4312 dll "qcelp" |
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
4313 |
8283 | 4314 audiocodec qclp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4315 info "QuickTime QCLP audio" |
8283 | 4316 status working |
32990 | 4317 fourcc Qclp |
8283 | 4318 driver qtaudio |
4319 dll "QuickTime.qts" | |
4320 | |
4321 audiocodec qtmace3 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4322 info "QuickTime MACE3 audio" |
8283 | 4323 status working |
32990 | 4324 fourcc MAC3 |
8283 | 4325 driver qtaudio |
4326 dll "QuickTime.qts" | |
4327 | |
4328 audiocodec qtmace6 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4329 info "QuickTime MACE6 audio" |
8283 | 4330 status working |
32990 | 4331 fourcc MAC6 |
8283 | 4332 driver qtaudio |
4333 dll "QuickTime.qts" | |
4334 | |
28154 | 4335 audiocodec zygoaudio |
4336 info "Zygo audio" | |
4337 status working | |
4338 fourcc SPXN | |
4339 driver qtaudio | |
4340 dll "ZyGoAudioS.qtx" | |
4341 | |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4342 audiocodec ffra144 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4343 info "FFmpeg RealAudio 1.0" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4344 status working |
32990 | 4345 fourcc 14_4 |
4346 fourcc lpcJ | |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4347 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4348 dll "real_144" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4349 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4350 audiocodec ffra288 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4351 info "FFmpeg RealAudio 2.0" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4352 status working |
32990 | 4353 fourcc 28_8 |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4354 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4355 dll "real_288" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4356 |
34732
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4357 audiocodec ffralf |
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4358 info "FFmpeg Real Audio Lossless" |
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4359 status untested |
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4360 fourcc LSD: |
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4361 driver ffmpeg |
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4362 dll ralf |
1ba63a959b46
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
cehoyos
parents:
34727
diff
changeset
|
4363 |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4364 audiocodec ffcook |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4365 info "FFmpeg COOK audio" |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4366 status working |
32990 | 4367 fourcc cook |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4368 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4369 dll "cook" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
4370 |
34721 | 4371 audiocodec ffatrc1 |
4372 info "FFmpeg Atrac 1 audio" | |
4373 status working | |
4374 fourcc ATR1 ; internal MPlayer FourCC | |
4375 driver ffmpeg | |
4376 dll "atrac1" | |
4377 | |
23002 | 4378 audiocodec ffatrc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4379 info "FFmpeg Atrac 3 audio" |
23002 | 4380 status working |
32990 | 4381 fourcc atrc |
23005
661085642a71
update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
compn
parents:
23002
diff
changeset
|
4382 format 0x270 ; atrac3 in wav |
23002 | 4383 driver ffmpeg |
26568 | 4384 dll "atrac3" |
23002 | 4385 |
30232 | 4386 audiocodec ffsipr |
4387 info "FFmpeg Sipr/Acelp.net audio" | |
30276
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
4388 status working |
32990 | 4389 fourcc sipr |
30232 | 4390 format 0x130 ; acelp.net |
4391 driver ffmpeg | |
4392 dll "sipr" | |
4393 | |
10031 | 4394 audiocodec ra144 |
4395 info "RealAudio 1.0" | |
4396 status working | |
32990 | 4397 fourcc 14_4 |
10031 | 4398 driver realaud |
4399 dll "14_4.so.6.0" | |
4400 | |
10117 | 4401 audiocodec ra144win |
4402 info "Win32 RealAudio 1.0" | |
4403 status working | |
32990 | 4404 fourcc 14_4 |
10117 | 4405 driver realaud |
4406 dll "14_43260.dll" | |
4407 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4408 audiocodec ra144mac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4409 info "Mac OS X RealAudio 1.0" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4410 status working |
32990 | 4411 fourcc 14_4 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4412 driver realaud |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4413 dll "14_4.shlb" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4414 |
10031 | 4415 audiocodec ra288 |
4416 info "RealAudio 2.0" | |
4417 status working | |
32990 | 4418 fourcc 28_8 |
10031 | 4419 driver realaud |
4420 dll "28_8.so.6.0" | |
4421 | |
10117 | 4422 audiocodec ra288win |
4423 info "Win32 RealAudio 2.0" | |
4424 status working | |
32990 | 4425 fourcc 28_8 |
10117 | 4426 driver realaud |
4427 dll "28_83260.dll" | |
4428 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4429 audiocodec ra288mac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4430 info "Mac OS X RealAudio 2.0" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4431 status working |
32990 | 4432 fourcc 28_8 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4433 driver realaud |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4434 dll "28_8.shlb" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4435 |
14708
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4436 audiocodec ra10cook |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4437 info "RealPlayer 10 COOK audio" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4438 comment "supports cook 5.1" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4439 status working |
32990 | 4440 fourcc cook |
14708
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4441 driver realaud |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4442 dll "cook.so" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
4443 |
6375 | 4444 audiocodec racook |
4445 info "RealAudio COOK" | |
6584 | 4446 status working |
32990 | 4447 fourcc cook |
6375 | 4448 driver realaud |
4449 dll "cook.so.6.0" | |
4450 | |
22908 | 4451 audiocodec ra10cookwin |
4452 info "Win32 RealAudio 10 COOK" | |
4453 comment "supports cook 5.1" | |
4454 status working | |
32990 | 4455 fourcc cook |
22908 | 4456 driver realaud |
4457 dll "cook.dll" | |
4458 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4459 audiocodec racookwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4460 info "Win32 RealAudio COOK" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4461 status working |
32990 | 4462 fourcc cook |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4463 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4464 dll "cook3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4465 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4466 audiocodec racookmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4467 info "Mac OS X RealAudio COOK" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4468 status working |
32990 | 4469 fourcc cook |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4470 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
4471 dll "cook.bundle/Contents/MacOS/cook" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4472 |
6934
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
4473 audiocodec rasipr |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
4474 info "RealAudio Sipro" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
4475 status working |
32990 | 4476 fourcc sipr |
6934
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
4477 driver realaud |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
4478 dll "sipr.so.6.0" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
4479 |
20240 | 4480 audiocodec ra10sipr |
4481 info "RealPlayer 10 RealAudio Sipro" | |
4482 status working | |
32990 | 4483 fourcc sipr |
20240 | 4484 driver realaud |
4485 dll "sipr.so" | |
4486 | |
22908 | 4487 audiocodec ra10siprwin |
4488 info "Win32 RealAudio 10 Sipro" | |
4489 status working | |
32990 | 4490 fourcc sipr |
22908 | 4491 driver realaud |
4492 dll "sipr.dll" | |
4493 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4494 audiocodec rasiprwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4495 info "Win32 RealAudio Sipro" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4496 status working |
32990 | 4497 fourcc sipr |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4498 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4499 dll "sipr3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4500 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4501 audiocodec rasiprmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4502 info "Mac OS X RealAudio Sipro" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4503 status working |
32990 | 4504 fourcc sipr |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4505 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
4506 dll "sipr.bundle/Contents/MacOS/sipr" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4507 |
8094 | 4508 audiocodec raatrc |
4509 info "RealAudio ATRAC3" | |
4510 status working | |
32990 | 4511 fourcc atrc |
8094 | 4512 driver realaud |
4513 dll "atrc.so.6.0" | |
4514 | |
20240 | 4515 audiocodec ra10atrc |
4516 info "RealPlayer 10 RealAudio ATRAC3" | |
4517 status working | |
32990 | 4518 fourcc atrc |
20240 | 4519 driver realaud |
4520 dll "atrc.so" | |
4521 | |
22908 | 4522 audiocodec ra10atrcwin |
4523 info "Win32 RealAudio 10 ATRAC3" | |
4524 status working | |
32990 | 4525 fourcc atrc |
22908 | 4526 driver realaud |
4527 dll "atrc.dll" | |
4528 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4529 audiocodec raatrcwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4530 info "Win32 RealAudio ATRAC3" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4531 status working |
32990 | 4532 fourcc atrc |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4533 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4534 dll "atrc3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
4535 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4536 audiocodec raatrcmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4537 info "Mac OS X RealAudio ATRAC3" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4538 status working |
32990 | 4539 fourcc atrc |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4540 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
4541 dll "atrc.bundle/Contents/MacOS/atrc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
4542 |
30833 | 4543 audiocodec ffadpcmadx |
4544 info "FFmpeg SEGA CRI adx codec" | |
4545 status working | |
4546 fourcc Sadx ; internal MPlayer FourCC | |
4547 driver ffmpeg | |
4548 dll adpcm_adx | |
4549 | |
24653 | 4550 audiocodec ffadpcmimaamv |
4551 info "FFmpeg AMV IMA ADPCM audio" | |
4552 status working | |
24672
73a7e3da473e
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
reimar
parents:
24653
diff
changeset
|
4553 fourcc AMVA ; internal MPlayer FourCC |
24653 | 4554 driver ffmpeg |
4555 dll adpcm_ima_amv | |
4556 | |
34941 | 4557 audiocodec ffadpcmimaapc |
4558 info "FFmpeg APC IMA ADPCM audio" | |
4559 status working | |
4560 fourcc APCA ; internal MPlayer FourCC | |
4561 driver ffmpeg | |
4562 dll adpcm_ima_apc | |
4563 | |
34385 | 4564 audiocodec ffadpcmimasmjpeg |
4565 info "FFmpeg SMJPEG IMA ADPCM audio" | |
4566 status working | |
4567 fourcc APCM | |
4568 driver ffmpeg | |
4569 dll adpcm_ima_smjpeg | |
4570 | |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4571 audiocodec ffadpcmimaqt |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4572 info "FFmpeg QT IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4573 status working |
32990 | 4574 fourcc ima4 ; (MOV files) |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4575 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4576 dll adpcm_ima_qt |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4577 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4578 audiocodec ffadpcmimawav |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4579 info "FFmpeg WAV IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4580 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4581 format 0x11 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4582 format 0x1100736d ; "ms\x00\x11" (MOV files) |
29317 | 4583 format 0x11005354 ; "TS\x00\x11" (MOV files) works with -demuxer mov |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4584 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4585 dll adpcm_ima_wav |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4586 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4587 audiocodec imaadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4588 info "IMA ADPCM" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4589 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4590 format 0x11 |
32990 | 4591 fourcc ima4 ; (MOV files) |
8104 | 4592 format 0x1100736d ; "ms\x00\x11" (MOV files) |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4593 driver imaadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4594 |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4595 audiocodec ffadpcmms |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4596 info "FFmpeg MS ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4597 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4598 format 0x2 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4599 format 0x0200736d ; "ms\x00\x02" (MOV files) |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4600 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4601 dll adpcm_ms |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4602 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4603 audiocodec msadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4604 info "MS ADPCM" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4605 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4606 format 0x2 |
8104 | 4607 format 0x0200736d ; "ms\x00\x02" (MOV files) |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4608 driver msadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4609 |
35463 | 4610 audiocodec ffadpcmoki |
4611 info "FFmpeg ADPCM IMA Dialogic OKI" | |
4612 status working | |
35476 | 4613 format 0x10 |
35463 | 4614 format 0x17 |
4615 driver ffmpeg | |
4616 dll adpcm_ima_oki | |
4617 | |
35464
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4618 audiocodec ffadpcmafc |
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4619 info "FFmpeg ADPCM Nintendo Gamecube AFC" |
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4620 status working |
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4621 fourcc "AFC " ; internal MPlayer FourCC |
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4622 driver ffmpeg |
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4623 dll adpcm_afc |
63477bf79ce9
Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
cehoyos
parents:
35463
diff
changeset
|
4624 |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4625 audiocodec ffadpcmimadk4 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4626 info "FFmpeg DK4 IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4627 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4628 format 0x61 ; This format number was used by Duck Corp. but not officially |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4629 ; registered with Microsoft |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4630 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4631 dll adpcm_ima_dk4 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
4632 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4633 audiocodec dk4adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4634 info "Duck DK4 ADPCM (rogue format number)" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4635 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
4636 format 0x61 ; This format number was used by Duck Corp. but not officially |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
4637 ; registered with Microsoft |
5408 | 4638 driver imaadpcm |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4639 |
27245
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4640 audiocodec ffadpcmimadk3 |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4641 info "FFmpeg DK3 IMA ADPCM audio" |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4642 status working |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4643 format 0x62 ; This format number was used by Duck Corp. but not officially |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4644 ; registered with Microsoft |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4645 driver ffmpeg |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4646 dll adpcm_ima_dk3 |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
4647 |
34285 | 4648 audiocodec ffadpcmimaiss |
4649 info "FFmpeg Funcom IMA ISS ADPCM" | |
4650 status working | |
4651 fourcc AISS ; internal MPlayer FourCC | |
4652 driver ffmpeg | |
4653 dll adpcm_ima_iss | |
4654 | |
34286
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4655 audiocodec ffadpcmimaeasead |
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4656 info "FFmpeg ADPCM IMA Electronic Arts SEAD" |
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4657 status working |
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4658 fourcc SEAD ; internal MPlayer FourCC |
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4659 driver ffmpeg |
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4660 dll adpcm_ima_ea_sead |
6a1d279b91c0
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
cehoyos
parents:
34285
diff
changeset
|
4661 |
34287
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4662 audiocodec ffadpcmimaeaeacs |
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4663 info "FFmpeg ADPCM IMA Electronic Arts EACS" |
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4664 status working |
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4665 fourcc EACS ; internal MPlayer FourCC |
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4666 driver ffmpeg |
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4667 dll adpcm_ima_ea_eacs |
e52c4a58e428
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
cehoyos
parents:
34286
diff
changeset
|
4668 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4669 audiocodec dk3adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4670 info "Duck DK3 ADPCM (rogue format number)" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4671 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
4672 format 0x62 ; This format number was used by Duck Corp. but not officially |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
4673 ; registered with Microsoft |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4674 driver dk3adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
4675 |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
4676 audiocodec ffroqaudio |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4677 info "Id RoQ File Audio" |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
4678 status working |
20939 | 4679 fourcc RoQA ; internal MPlayer FourCC |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
4680 driver ffmpeg |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
4681 dll "roq_dpcm" |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
4682 |
18526 | 4683 audiocodec ffsmkaud |
4684 info "FFmpeg Smacker Audio" | |
4685 status buggy | |
4686 fourcc SMKA | |
4687 driver ffmpeg | |
4688 dll "smackaud" | |
4689 | |
30637 | 4690 audiocodec ffbinkdctaud |
4691 info "FFmpeg Bink Audio (DCT)" | |
4692 status buggy | |
4693 fourcc BAU1 ; internal MPlayer FourCC | |
4694 driver ffmpeg | |
4695 dll "binkaudio_dct" | |
4696 | |
4697 audiocodec ffbinkrdftaud | |
4698 info "FFmpeg Bink Audio (RDFT)" | |
4699 status working | |
4700 fourcc BAU2 ; internal MPlayer FourCC | |
4701 driver ffmpeg | |
4702 dll "binkaudio_rdft" | |
4703 | |
34245 | 4704 audiocodec ffbmvaudio |
4705 info "FFmpeg Discoworld II BMV Audio" | |
4706 status working | |
4707 fourcc BMVA ; internal MPlayer FourCC | |
4708 driver ffmpeg | |
4709 dll bmv_audio | |
4710 | |
20940 | 4711 audiocodec ffdsicinaudio |
4712 info "FFmpeg Delphine CIN audio" | |
4713 status working | |
4714 fourcc DCIA ; internal MPlayer FourCC | |
4715 driver ffmpeg | |
4716 dll dsicinaudio | |
4717 | |
20694 | 4718 audiocodec ff4xmadmpcm |
4719 info "FFmpeg 4XM ADPCM audio" | |
4720 status working | |
20939 | 4721 fourcc 4XMA ; internal MPlayer FourCC |
20694 | 4722 driver ffmpeg |
4723 dll adpcm_4xm | |
4724 | |
20931 | 4725 audiocodec ffadpcmimaws |
4726 info "FFmpeg Westwood IMA ADPCM audio" | |
4727 status working | |
20939 | 4728 fourcc AIWS ; internal MPlayer FourCC |
20931 | 4729 driver ffmpeg |
4730 dll adpcm_ima_ws | |
4731 | |
34910 | 4732 audiocodec ffvima |
4733 info "FFmpeg LucasArts VIMA audio" | |
4734 status working | |
4735 fourcc VIMA ; internal MPlayer FourCC | |
4736 driver ffmpeg | |
4737 dll vima | |
4738 | |
34920 | 4739 audiocodec ffpafaudio |
4740 info "FFmpeg Packed Animation File" | |
4741 status working | |
4742 fourcc PAFA ; internal MPlayer FourCC | |
4743 driver ffmpeg | |
4744 dll paf_audio | |
4745 | |
21362 | 4746 audiocodec ffwssnd1 |
4747 info "FFmpeg Westwood SND1" | |
4748 status working | |
4749 fourcc SND1 ; internal MPlayer FourCC | |
4750 driver ffmpeg | |
4751 dll ws_snd1 | |
4752 | |
20936 | 4753 audiocodec ffinterplaydpcm |
4754 info "FFmpeg Interplay DPCM audio" | |
4755 status working | |
20939 | 4756 fourcc INPA ; internal MPlayer FourCC |
20936 | 4757 driver ffmpeg |
4758 dll interplay_dpcm | |
4759 | |
20941 | 4760 audiocodec ffadpcmea |
4761 info "FFmpeg EA ADPCM audio" | |
4762 status working | |
4763 fourcc ADEA ; internal MPlayer FourCC | |
4764 driver ffmpeg | |
4765 dll adpcm_ea | |
4766 | |
34734
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4767 audiocodec ffadpcmear1 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4768 info "FFmpeg EA ADPCM R1 audio" |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4769 status working |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4770 fourcc EAR1 ; internal MPlayer FourCC |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4771 driver ffmpeg |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4772 dll adpcm_ea_r1 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4773 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4774 audiocodec ffadpcmear2 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4775 info "FFmpeg EA ADPCM R2 audio" |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4776 status working |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4777 fourcc EAR2 ; internal MPlayer FourCC |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4778 driver ffmpeg |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4779 dll adpcm_ea_r2 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4780 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4781 audiocodec ffadpcmear3 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4782 info "FFmpeg EA ADPCM R3 audio" |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4783 status working |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4784 fourcc EAR3 ; internal MPlayer FourCC |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4785 driver ffmpeg |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4786 dll adpcm_ea_r3 |
5ca635fce95b
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
cehoyos
parents:
34732
diff
changeset
|
4787 |
26760 | 4788 audiocodec ffadpcmeamaxis |
4789 info "FFmpeg EA MAXIS XA ADPCM audio" | |
4790 status working | |
4791 fourcc ADXA ; internal MPlayer FourCC | |
4792 driver ffmpeg | |
4793 dll adpcm_ea_maxis_xa | |
4794 | |
27101 | 4795 audiocodec ffadpcmxa |
4796 info "FFmpeg XA ADPCM audio" | |
4797 status working | |
4798 fourcc PSXA ; internal MPlayer FourCC | |
4799 driver ffmpeg | |
4800 dll adpcm_xa | |
4801 | |
20990 | 4802 audiocodec ffxandpcm |
4803 info "FFmpeg XAN DPCM audio" | |
32807
2564a237c211
At least for Wing Commander 4 files, -demuxer lavf
cehoyos
parents:
32799
diff
changeset
|
4804 comment "Wing Commander 4 files only work with libavformat demuxer" |
20990 | 4805 status working |
4806 fourcc Axan | |
32798
113a075038b0
Support 0x594A as format value for XAN DPCM audio.
cehoyos
parents:
32797
diff
changeset
|
4807 format 0x594A |
20990 | 4808 driver ffmpeg |
4809 dll xan_dpcm | |
4810 | |
28272 | 4811 audiocodec ffyamahaadpcm |
4812 info "FFmpeg Yamaha ADPCM audio" | |
4813 status working | |
4814 format 0x20 | |
4815 driver ffmpeg | |
4816 dll adpcm_yamaha | |
4817 | |
22916 | 4818 audiocodec ffadpcmthp |
4819 info "FFmpeg THP ADPCM audio" | |
4820 status working | |
4821 fourcc THPA | |
4822 driver ffmpeg | |
4823 dll adpcm_thp | |
4824 | |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
4825 audiocodec libdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4826 info "raw DV audio (libdv)" |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
4827 status working |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
4828 fourcc RADV |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
4829 driver libdv |
8209 | 4830 dll libdv.so.2 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
4831 |
9233 | 4832 audiocodec ffdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4833 info "FFmpeg DV audio" |
9233 | 4834 status working |
4835 fourcc RADV | |
27609 | 4836 fourcc vdva,dvca |
27612 | 4837 fourcc dvau |
9233 | 4838 driver ffmpeg |
4839 dll "dvaudio" | |
4840 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
4841 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
4842 ; in libmpdemux/demuxer.c |
32484 | 4843 audiocodec fflatm |
4844 info "FFmpeg AAC in LATM" | |
32498
95cc44996d5d
fflatm seems to be working, wheras internal faad does not work with
reimar
parents:
32497
diff
changeset
|
4845 status working |
32497 | 4846 fourcc MP4L ; internal MPlayer FourCC |
34080 | 4847 format 0x1602 |
32484 | 4848 driver ffmpeg |
4849 dll aac_latm | |
4850 | |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4851 audiocodec ffaac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4852 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)" |
32518 | 4853 status working |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4854 fourcc mp4a,MP4A |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4855 fourcc "VLB " ; Used in NSV, not really working |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4856 fourcc "AAC " ; Used in NSV |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4857 fourcc "AACP" ; Used in NSV for AACPlus |
27611 | 4858 fourcc raac,racp |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4859 format 0xff |
34080 | 4860 format 0x1600 |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4861 format 0x706D |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4862 format 0x4143 ; aac in asf |
29363
fde77ecd01f8
add 0xA106 twocc to aac decoders, fixes facebook sample
compn
parents:
29362
diff
changeset
|
4863 format 0xA106 ; aac in avi not yet working |
29655 | 4864 format 0xAAC0 ; Borgtech nonsense tag |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4865 driver ffmpeg |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4866 dll aac |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
4867 |
11973 | 4868 audiocodec ffflac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4869 info "FFmpeg FLAC audio" |
11973 | 4870 status working |
30104 | 4871 fourcc "fLaC" |
20327 | 4872 format 0xF1AC |
32680 | 4873 format 0xACF1736D |
11973 | 4874 driver ffmpeg |
4875 dll "flac" | |
4876 | |
14922 | 4877 audiocodec ffalac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4878 info "FFmpeg ALAC audio" |
14922 | 4879 status working |
4880 fourcc alac | |
4881 driver ffmpeg | |
4882 dll "alac" | |
4883 | |
20099 | 4884 audiocodec fftta |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4885 info "FFmpeg True Audio (TTA)" |
20099 | 4886 status working |
20939 | 4887 fourcc TTA1 ; internal MPlayer FourCC |
20099 | 4888 driver ffmpeg |
4889 dll "tta" | |
4890 | |
4891 audiocodec ffwavpack | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4892 info "FFmpeg WavPack audio" |
20099 | 4893 status working |
20939 | 4894 fourcc WVPK ; internal MPlayer FourCC |
20099 | 4895 driver ffmpeg |
4896 dll "wavpack" | |
4897 | |
20192 | 4898 audiocodec ffshorten |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4899 info "FFmpeg Shorten audio" |
20192 | 4900 status working |
20939 | 4901 fourcc shrn ; internal MPlayer FourCC |
20192 | 4902 driver ffmpeg |
4903 dll "shorten" | |
4904 | |
24425 | 4905 audiocodec ffape |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4906 info "FFmpeg Monkey's Audio" |
24588
8eb1ef462d29
codecs.conf: Change Monkey's Audio decoder status to "working"
uau
parents:
24425
diff
changeset
|
4907 status working |
24425 | 4908 fourcc "APE " |
4909 driver ffmpeg | |
4910 dll "ape" | |
4911 | |
30562 | 4912 audiocodec ffals |
4913 info "FFmpeg ALS" | |
4914 status working | |
30563 | 4915 fourcc "ALS " ; internal MPlayer FourCC |
30562 | 4916 driver ffmpeg |
4917 dll "als" | |
4918 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
4919 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
4920 ; in libmpdemux/demuxer.c |
27200 | 4921 audiocodec ffmlp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4922 info "FFmpeg MLP" |
27200 | 4923 status working |
4924 fourcc "MLP " ; internal MPlayer FourCC | |
4925 driver ffmpeg | |
4926 dll "mlp" | |
4927 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
4928 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
4929 ; in libmpdemux/demuxer.c |
29414
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4930 audiocodec fftruehd |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4931 info "FFmpeg TrueHD" |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4932 status working |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4933 fourcc TRHD ; internal MPlayer FourCC |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4934 driver ffmpeg |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4935 dll "truehd" |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4936 |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4937 audiocodec ffnellymoser |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4938 info "FFmpeg Nellymoser Audio" |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4939 status working |
33940
5eae72fa20ff
Do not map to internal MPlayer FourCC if possible.
cehoyos
parents:
33939
diff
changeset
|
4940 fourcc "NELL" ; former internal MPlayer FourCC |
33939 | 4941 fourcc nmos |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4942 driver ffmpeg |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4943 dll "nellymoser" |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4944 |
30876 | 4945 audiocodec faad |
4946 info "FAAD AAC (MPEG-2/MPEG-4 Audio)" | |
4947 status working | |
31454 | 4948 fourcc mp4a,MP4A,MP4L |
30876 | 4949 fourcc "VLB " ; Used in NSV, not really working |
4950 fourcc "AAC " ; Used in NSV | |
4951 fourcc "AACP" ; Used in NSV for AACPlus | |
4952 fourcc raac,racp | |
4953 format 0xff | |
4954 format 0x706D | |
4955 format 0x4143 ; aac in asf | |
4956 format 0xA106 ; aac in avi | |
4957 format 0xAAC0 ; Borgtech nonsense tag | |
4958 driver faad | |
4959 dll libfaad2 | |
4960 | |
757 | 4961 audiocodec pcm |
4962 info "Uncompressed PCM" | |
4963 status working | |
12537 | 4964 format 0x0 |
757 | 4965 format 0x1 |
14833
78385a72a8bb
Add support for 32-bit float WAV files and support for extended WAV files
ivo
parents:
14820
diff
changeset
|
4966 format 0x3 ; IEEE float |
14843 | 4967 format 0xfffe ; Extended |
32990 | 4968 fourcc "raw " ; (MOV files) |
4969 fourcc twos ; (MOV files) | |
4970 fourcc sowt ; (MOV files) | |
4971 fourcc fl32 ; (MOV files) | |
4972 fourcc 23lf ; (MOV files) | |
4973 ; fourcc fl64 ; (MOV files) | |
4974 ; fourcc 46lf ; (MOV files) | |
4975 fourcc NONE ; (MOV files from Kodak CX6320) | |
4976 fourcc in24 ; (MOV files) | |
4977 fourcc 42ni ; (MOV files) | |
4978 fourcc in32 ; (MOV files) | |
4979 fourcc 23ni ; (MOV files) | |
4980 fourcc lpcm ; (MOV files) | |
4981 fourcc FL32 ; (aiff files) | |
757 | 4982 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) |
4983 ; format 0x6 | |
4984 ; format 0x7 | |
4985 ; format 0x11 | |
4986 ; format 0x50 | |
4987 ; format 0x2000 | |
4988 ;;;; | |
4989 driver pcm | |
4990 | |
267 | 4991 audiocodec divx |
268 | 4992 info "DivX audio (WMA)" |
334 | 4993 status working |
267 | 4994 format 0x160 |
4995 format 0x161 | |
4996 driver acm | |
4997 dll "divxa32.acm" | |
4998 | |
28254 | 4999 audiocodec vdowaveacm |
5000 info "vdowave ACM" | |
5001 status working | |
5002 format 0xFFFC | |
5003 driver acm | |
5004 dll "vdowave.acm" | |
5005 | |
3851 | 5006 audiocodec msadpcmacm |
5007 info "MS ADPCM" | |
5008 status working | |
5009 format 0x2 | |
5010 driver acm | |
5011 dll "msadp32.acm" | |
267 | 5012 |
16362
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5013 audiocodec ffpcmdaud |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5014 info "D-Cinema audio (FFmpeg)" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5015 status untested |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5016 fourcc "daud" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5017 driver ffmpeg |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5018 dll "pcm_s24daud" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
5019 |
34305
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5020 audiocodec ffpcms16leplanar |
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5021 info "FFmpeg PCM 16-bit little-endian planar" |
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5022 status working |
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5023 fourcc 16PL ; internal MPlayer FourCC |
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5024 driver ffmpeg |
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5025 dll pcm_s16le_planar |
2fef3034c98f
Support FFmpeg's PCM 16-bit little-endian planar decoder.
cehoyos
parents:
34304
diff
changeset
|
5026 |
7939 | 5027 audiocodec ffwmav1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
5028 info "DivX audio v1 (FFmpeg)" |
8007 | 5029 status untested |
7939 | 5030 format 0x160 |
5031 driver ffmpeg | |
5032 dll "wmav1" | |
5033 | |
5034 audiocodec ffwmav2 | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
5035 info "DivX audio v2 (FFmpeg)" |
8007 | 5036 status untested |
7939 | 5037 format 0x161 |
5038 driver ffmpeg | |
5039 dll "wmav2" | |
5040 | |
29591 | 5041 audiocodec ffwmapro |
5042 info "WMA Pro audio (FFmpeg)" | |
5043 status untested | |
5044 format 0x162 | |
5045 fourcc "WMA3" | |
5046 driver ffmpeg | |
5047 dll "wmapro" | |
5048 | |
34735 | 5049 audiocodec ffwmall |
5050 info "WMA lossless audio (FFmpeg)" | |
5051 status untested | |
5052 format 0x163 | |
5053 driver ffmpeg | |
5054 dll wmalossless | |
5055 | |
30595 | 5056 audiocodec ffwmavoice |
5057 info "WMA Voice audio (FFmpeg)" | |
5058 status untested | |
5059 format 0xA | |
5060 driver ffmpeg | |
5061 dll "wmavoice" | |
5062 | |
8041 | 5063 audiocodec ffmac3 |
5064 info "Macintosh Audio Compression and Expansion 3:1" | |
5065 status untested | |
5066 fourcc "MAC3" | |
5067 driver ffmpeg | |
5068 dll "mace3" | |
5069 | |
5070 audiocodec ffmac6 | |
5071 info "Macintosh Audio Compression and Expansion 6:1" | |
5072 status untested | |
5073 fourcc "MAC6" | |
5074 driver ffmpeg | |
5075 dll "mace6" | |
5076 | |
13073 | 5077 audiocodec ffsonic |
5078 info "FFmpeg Sonic" | |
5079 status untested | |
5080 fourcc SONC | |
5081 format 0x2048 | |
5082 driver ffmpeg | |
5083 dll "sonic" | |
5084 | |
31524 | 5085 audiocodec mpg123 |
5086 ; this is preferred over ffmp2/ffmp3 since it is faster, generally | |
35165 | 5087 ; and there are even broken mkv files where the audio |
5088 ; needs to be parsed, making this codec work more reliably | |
31524 | 5089 info "MPEG 1.0/2.0/2.5 layers I, II, III" |
5090 status working | |
5091 comment "High-performance decoder using libmpg123." | |
5092 format 0x50 ; layer-1 && layer-2 | |
5093 format 0x55 ; layer-3 | |
5094 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) | |
5095 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) | |
5096 format 0x55005354 ; broken file | |
5097 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) | |
5098 fourcc "MP3 " ; used in .nsv files | |
5099 fourcc "LAME" ; used in mythtv .nuv files | |
5100 driver mpg123 | |
5101 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5102 audiocodec ffmp3on4float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5103 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5104 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5105 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5106 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5107 dll "mp3on4float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5108 |
14706 | 5109 audiocodec ffmp3on4 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5110 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" |
14706 | 5111 status working |
5112 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc | |
5113 driver ffmpeg | |
5114 dll "mp3on4" | |
5115 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5116 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5117 ; in libmpdemux/demuxer.c |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5118 audiocodec ffmp3float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5119 info "FFmpeg MPEG layer-3 audio" |
34098 | 5120 comment "floating point decoder" |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5121 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5122 format 0x55 |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5123 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5124 format 0x55005354 ; broken file |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5125 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5126 fourcc "MP3 " ; used in .nsv files |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5127 fourcc "LAME" ; used in mythtv .nuv files |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5128 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5129 dll "mp3float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5130 |
1928 | 5131 audiocodec ffmp3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5132 info "FFmpeg MPEG layer-3 audio" |
8209 | 5133 comment "integer only" |
1928 | 5134 status working |
5135 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
5136 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
29773
17fe39ab8693
add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
compn
parents:
29769
diff
changeset
|
5137 format 0x55005354 ; broken file |
17948 | 5138 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
5139 fourcc "MP3 " ; used in .nsv files | |
5140 fourcc "LAME" ; used in mythtv .nuv files | |
1928 | 5141 driver ffmpeg |
5730 | 5142 dll "mp3" |
5143 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5144 audiocodec ffmp3adufloat |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5145 info "FFmpeg MPEG layer-3 adu audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5146 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5147 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5148 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5149 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5150 dll "mp3adufloat" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5151 |
14498 | 5152 audiocodec ffmp3adu |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5153 info "FFmpeg MPEG layer-3 adu audio" |
14498 | 5154 comment "integer only" |
5155 status working | |
5156 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc | |
5157 driver ffmpeg | |
5158 dll "mp3adu" | |
5159 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5160 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5161 ; in libmpdemux/demuxer.c |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5162 audiocodec ffmp2float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5163 info "FFmpeg MPEG layer-1 and layer-2 audio" |
34098 | 5164 comment "floating point decoder" |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5165 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5166 format 0x50 |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5167 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5168 fourcc ".mp2" ; MP2 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5169 fourcc ".mp1" ; MP1 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5170 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5171 dll "mp2float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
5172 |
5730 | 5173 audiocodec ffmp2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5174 info "FFmpeg MPEG layer-1 and layer-2 audio" |
8209 | 5175 comment "integer only" |
5730 | 5176 status working |
5177 format 0x50 | |
30223
271a7b3bc116
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
reimar
parents:
30205
diff
changeset
|
5178 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
29326 | 5179 fourcc ".mp2" ; MP2 (MOV files) |
5180 fourcc ".mp1" ; MP1 (MOV files) | |
5730 | 5181 driver ffmpeg |
5182 dll "mp2" | |
1928 | 5183 |
7466
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5184 audiocodec mad |
8209 | 5185 info "libMAD MPEG layer 1-2-3" |
7466
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5186 status working |
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5187 format 0x50 |
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5188 format 0x55 |
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5189 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
17948 | 5190 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
5191 fourcc "MP3 " ; used in .nsv files | |
5192 fourcc "LAME" ; used in mythtv .nuv files | |
7466
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5193 driver libmad |
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5194 dll "libmad" |
02db452ea5c8
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
jaf
parents:
7411
diff
changeset
|
5195 |
729 | 5196 audiocodec mp3acm |
5197 info "MPEG layer-3" | |
5198 status working | |
1928 | 5199 comment "conflicts with security kernel patches" |
729 | 5200 format 0x55 |
5201 driver acm | |
5202 dll "l3codeca.acm" | |
5203 | |
3758 | 5204 audiocodec imaadpcmacm |
268 | 5205 info "IMA ADPCM" |
334 | 5206 status working |
267 | 5207 format 0x11 |
5208 driver acm | |
5209 dll "imaadp32.acm" | |
27440 | 5210 |
31590 | 5211 audiocodec ffgsm |
5212 info "FFmpeg GSM 06.10" | |
5213 status working | |
32990 | 5214 fourcc "GSM " |
31590 | 5215 format 0x1500 |
5216 fourcc agsm | |
5217 driver ffmpeg | |
5218 dll "gsm" | |
5219 | |
5220 audiocodec ffgsmms | |
5221 info "FFmpeg MS GSM" | |
5222 status working | |
5223 format 0x31 | |
5224 format 0x32 | |
5225 driver ffmpeg | |
5226 dll "gsm_ms" | |
5227 | |
5228 audiocodec libgsm | |
5229 info "libgsm GSM 06.10" | |
5230 status working | |
32990 | 5231 fourcc "GSM " |
31590 | 5232 format 0x1500 |
5233 driver ffmpeg | |
5234 dll "libgsm" | |
5235 | |
31563
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5236 audiocodec libgsmms |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5237 info "libgsm MS GSM" |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5238 status working |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5239 format 0x31 |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5240 format 0x32 |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5241 driver ffmpeg |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5242 dll "libgsm_ms" |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
5243 |
267 | 5244 audiocodec msgsmacm |
268 | 5245 info "MS GSM" |
334 | 5246 status working |
267 | 5247 format 0x31 |
6339
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5248 ; format 0x32 |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5249 driver acm |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5250 dll "msgsm32.acm" |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5251 |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5252 audiocodec msnaudio |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5253 info "MSN AUDIO" |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5254 status working |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
5255 ; format 0x31 |
267 | 5256 format 0x32 |
5257 driver acm | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
5258 dll "msnaudio.acm" |
267 | 5259 |
303 | 5260 audiocodec alaw |
5261 info "aLaw" | |
334 | 5262 status working |
303 | 5263 format 0x6 |
32990 | 5264 fourcc alaw ; (MOV files) |
303 | 5265 driver alaw |
5266 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
5267 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
5268 info "uLaw" |
757 | 5269 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
5270 format 0x7 |
32990 | 5271 fourcc ulaw ; (MOV files) |
29315 | 5272 format 0x6c75 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
5273 driver alaw |
303 | 5274 |
401 | 5275 audiocodec dvdpcm |
8209 | 5276 info "Uncompressed DVD/VOB LPCM" |
401 | 5277 status working |
5278 format 0x10001 | |
5279 driver dvdpcm | |
5280 | |
30935 | 5281 audiocodec fflpcm |
32519 | 5282 info "Blu-ray LPCM" |
29546 | 5283 status working |
29552 | 5284 fourcc BPCM ; internal MPlayer FourCC |
29546 | 5285 driver ffmpeg |
5286 dll pcm_bluray | |
5287 | |
32903
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5288 audiocodec ffpcmlxf |
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5289 info "Leitch/Harris PCM" |
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5290 status working |
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5291 fourcc PLXF ; internal MPlayer FourCC |
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5292 driver ffmpeg |
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5293 dll pcm_lxf |
8cb530d39a6d
Support audio in Leitch/Harris' VR native stream format (LXF).
cehoyos
parents:
32861
diff
changeset
|
5294 |
33373 | 5295 audiocodec ffs302m |
5296 info "SMPTE 302M" | |
5297 status working | |
5298 fourcc BSSD | |
5299 driver ffmpeg | |
5300 dll s302m | |
5301 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5302 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5303 ; in libmpdemux/demuxer.c |
24261 | 5304 audiocodec ffac3 |
5305 info "FFmpeg AC-3" | |
5306 status working | |
5307 format 0x2000 | |
32990 | 5308 fourcc ac-3 ; ac-3 in mp4 |
5309 fourcc AC-3 | |
29924 | 5310 format 0x20736D ; "ms\20" older ac3 fcc (MOV files) |
24261 | 5311 fourcc dnet |
29315 | 5312 fourcc sac3 |
24261 | 5313 driver ffmpeg |
5314 dll ac3 | |
5315 | |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5316 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5317 ; in libmpdemux/demuxer.c |
27482 | 5318 audiocodec ffeac3 |
5319 info "FFmpeg E-AC-3" | |
5320 status working | |
5321 fourcc EAC3 | |
34145 | 5322 fourcc ec-3 ; eac3 in mp4 |
27482 | 5323 driver ffmpeg |
5324 dll eac3 | |
5325 | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5326 audiocodec a52 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5327 info "AC3-liba52" |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5328 status working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5329 format 0x2000 |
32990 | 5330 fourcc ac-3 ; ac-3 in mp4 |
5331 fourcc AC-3 | |
32941
4c49c83f2af7
Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet
reimar
parents:
32903
diff
changeset
|
5332 format 0x20736D ; "ms\20" older ac3 fcc (MOV files) |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5333 fourcc dnet |
32941
4c49c83f2af7
Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet
reimar
parents:
32903
diff
changeset
|
5334 fourcc sac3 |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5335 driver liba52 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5336 dll "liba52" |
23821 | 5337 |
32510
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5338 ; add every new fourcc also to allocate_parser() |
b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
cehoyos
parents:
32506
diff
changeset
|
5339 ; in libmpdemux/demuxer.c |
22679 | 5340 audiocodec ffdca |
5341 info "FFmpeg DTS" | |
5342 status working | |
34080 | 5343 fourcc "dts " |
5344 fourcc "DTS " | |
5345 fourcc dtsb ;from vlc | |
5346 fourcc dtsc ;from ffmpeg | |
34790 | 5347 fourcc dtse,dtsh,dtsl ;untested |
22679 | 5348 format 0x2001 |
29509
cb49baf6440c
Fix DTS in least one Bluray sample with demuxer lavf.
cehoyos
parents:
29508
diff
changeset
|
5349 format 0x86 |
22679 | 5350 driver ffmpeg |
5351 dll "dca" | |
5352 | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5353 audiocodec dts |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5354 info "DTS-libdca" |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5355 status working |
34790 | 5356 fourcc "dts " |
5357 fourcc "DTS " | |
5358 fourcc dtsb,dtsc,dtse,dtsh,dtsl ;untested | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5359 format 0x2001 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5360 format 0x86 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5361 driver libdca |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
5362 |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
5363 audiocodec ffmusepack7 |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
5364 info "Musepack sv7 audio codec" |
21786
6632d0c08bb1
Comment about lavf required for musepack and remove unneeded format entry.
aurel
parents:
21763
diff
changeset
|
5365 comment "only works with libavformat demuxer" |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
5366 status working |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
5367 fourcc "MPC " |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
5368 driver ffmpeg |
26568 | 5369 dll "mpc7" |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
5370 |
25092 | 5371 audiocodec ffmusepack8 |
5372 info "Musepack sv8 audio codec" | |
5373 comment "only works with libavformat demuxer" | |
5374 status working | |
5375 fourcc "MPC8" | |
27612 | 5376 fourcc MPCK |
25092 | 5377 driver ffmpeg |
26568 | 5378 dll "mpc8" |
25092 | 5379 |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
5380 audiocodec musepack |
15960 | 5381 info "Musepack audio codec" |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
5382 status working |
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
5383 fourcc "MPC " |
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
5384 format 0x2b4d |
15971
1cde99dbc0f9
Forgotten part of the libmusepack->mpcdec renaming
reimar
parents:
15960
diff
changeset
|
5385 driver mpcdec |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
5386 |
31764 | 5387 audiocodec ffamrnb |
5388 info "AMR Narrowband" | |
5389 status working | |
5390 fourcc samr | |
5391 format 0x57 ;amr in avi | |
34086 | 5392 format 0x38 ; amrnb in avi one sample |
31764 | 5393 driver ffmpeg |
5394 dll "amrnb" | |
5395 | |
34026 | 5396 audiocodec ffamrwb |
5397 info "AMR Wideband" | |
5398 status working | |
5399 fourcc sawb | |
5400 format 0x58 ;amrwb in avi | |
5401 driver ffmpeg | |
5402 dll "amrwb" | |
5403 | |
30875 | 5404 audiocodec libopencoreamrnb |
14278 | 5405 info "AMR Narrowband" |
5406 status working | |
5407 fourcc samr | |
28141 | 5408 format 0x57 ;amr in avi |
34086 | 5409 format 0x38 ; amrnb in avi one sample |
14278 | 5410 driver ffmpeg |
29384 | 5411 dll "libopencore_amrnb" |
14278 | 5412 |
30875 | 5413 audiocodec libopencoreamrwb |
18310 | 5414 info "AMR Wideband" |
14278 | 5415 status working |
5416 fourcc sawb | |
28141 | 5417 format 0x58 ;amr in avi |
14278 | 5418 driver ffmpeg |
29384 | 5419 dll "libopencore_amrwb" |
14278 | 5420 |
14820 | 5421 audiocodec ffadcpmswf |
5422 info "FFmpeg's ADPCM Flash-variant" | |
5423 status working | |
5424 format 0x5346 ; 'SF', pseudo id | |
5425 driver ffmpeg | |
5426 dll "adpcm_swf" | |
5427 | |
28083
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5428 audiocodec voxvoice |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5429 info "VoxWare MetaVoice" |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5430 status working |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5431 comment "windows users need msms001.vwp and mvoice.vwp in windows\\system32 folder" |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5432 format 0x74 |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5433 driver dshow |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5434 dll "voxmvdec.ax" ; need also msms001.vwp and mvoice.vwp |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5435 guid 0x46e32b01, 0xa465, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
5436 |
267 | 5437 audiocodec voxware |
268 | 5438 info "VoxWare" |
2691 | 5439 status working |
22364
522954b26e17
comment is a C-string and \ must be properly escaped as \\
reimar
parents:
22360
diff
changeset
|
5440 comment "windows users need msms001.vwp in windows\\system32 folder" |
267 | 5441 format 0x75 |
5442 driver dshow | |
13440
69b7457b6cc7
Add comment to remind that voxmsdec.ax requires also msms001.vwp
rtognimp
parents:
13356
diff
changeset
|
5443 dll "voxmsdec.ax" ; need also msms001.vwp |
267 | 5444 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d |
5445 | |
34727
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5446 audiocodec rhetorex |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5447 info "Rhetorex ADPCM" |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5448 status working |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5449 format 0x100 |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5450 driver acm |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5451 dll "rhetorex.acm" |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5452 |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5453 audiocodec sanyo |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5454 info "Sanyo ADPCM" |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5455 status working |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5456 format 0x125 |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5457 driver acm |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5458 dll "ldadp32.acm" |
d35d064f4225
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
compn
parents:
34726
diff
changeset
|
5459 |
333 | 5460 audiocodec acelp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5461 info "ACELP.net Sipro Lab Audio" |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5462 status working |
333 | 5463 format 0x130 |
5464 driver dshow | |
5465 dll "acelpdec.ax" | |
334 | 5466 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 5467 |
20523 | 5468 audiocodec ffimc |
5469 info "FFmpeg Intel Music Coder" | |
5470 status working | |
5471 format 0x401 | |
5472 driver ffmpeg | |
5473 dll "imc" | |
5474 | |
34484
03f47c7f6481
reimar says comments are C strings and so i move all urls to ;comments instead.
compn
parents:
34483
diff
changeset
|
5475 ;driver at http://codeczone.virtualave.net/FXIMCAUD.zip |
333 | 5476 audiocodec imc |
5477 info "Intel Music Coder" | |
1372 | 5478 status working |
333 | 5479 format 0x401 |
1372 | 5480 driver acm |
5481 dll "imc32.acm" | |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
5482 |
34907 | 5483 audiocodec ffiac |
5484 info "FFmpeg Intel Indeo Audio" | |
5485 status working | |
5486 format 0x402 | |
5487 driver ffmpeg | |
5488 dll iac | |
5489 | |
12523 | 5490 audiocodec iac25 |
5491 info "Indeo audio" | |
5492 status working | |
5493 format 0x402 | |
5494 driver acm | |
5495 dll "iac25_32.ax" | |
5496 | |
13625 | 5497 audiocodec ffctadp32 |
28451 | 5498 info "FFmpeg Creative ADPCM codec" |
13625 | 5499 status working |
5500 format 0x200 | |
5501 driver ffmpeg | |
5502 dll "adpcm_ct" | |
5503 | |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5504 audiocodec ctadp32 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
5505 info "Creative ADPCM codec" |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5506 status working |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5507 format 0x200 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5508 driver acm |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5509 dll "ctadp32.acm" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5510 |
34726
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5511 audiocodec ctfs32 |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5512 info "Creative FastSpeech 8 and FastSpeech 10 CODEC" |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5513 status untested |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5514 format 0x202 ; FastSpeech 8 |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5515 format 0x203 ; FastSpeech 10 |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5516 driver acm |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5517 dll "ctfs32.acm" |
4de1fdc72ffd
add creative fastspeech binary codec, no sample yet
compn
parents:
34725
diff
changeset
|
5518 |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5519 audiocodec sc4 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5520 info "SC4 : Micronas speech codec (ADPCM, MPman recording)" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5521 status working |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5522 format 0x350 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5523 driver acm |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5524 dll "mi-sc4.acm" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
5525 |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
5526 audiocodec hwac3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
5527 info "AC3 through S/PDIF" |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
5528 status working |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
5529 format 0x2000 |
28098 | 5530 format 0x332D6361 ; ac-3 in mp4 |
10120 | 5531 fourcc dnet |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
5532 driver hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
5533 |
13006 | 5534 audiocodec hwdts |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
5535 info "DTS through S/PDIF" |
13006 | 5536 status working |
5537 format 0x2001 | |
5538 driver hwac3 | |
5539 | |
34303 | 5540 audiocodec ffvmdaudio |
5541 info "FFmpeg Sierra VMD audio" | |
5542 status working | |
5543 fourcc VMDA ; intermal MPlayer FourCC | |
5544 driver ffmpeg | |
5545 dll "vmdaudio" | |
5546 | |
34952 | 5547 audiocodec fflibopus |
5548 info "FFmpeg libopus" | |
5549 status working | |
5550 fourcc opus ; internal MPlayer FourCC | |
5551 driver ffmpeg | |
5552 dll libopus | |
5553 | |
19338
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5554 audiocodec ffvorbis |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5555 info "FFmpeg Vorbis" |
19338
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5556 status working |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5557 fourcc vrbs |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5558 format 0x566F |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5559 driver ffmpeg |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5560 dll "vorbis" |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
5561 |
1828 | 5562 audiocodec vorbis |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5563 info "OggVorbis Audio" |
1985 | 5564 status working |
1828 | 5565 comment "OggVorbis driver using libvorbis" |
14843 | 5566 fourcc vrbs |
17009
48a041427dbb
libavformat seems to use "Vo" as Vorbis tag, so add that.
reimar
parents:
16964
diff
changeset
|
5567 format 0x566F |
1828 | 5568 driver libvorbis |
5569 dll "libvorbis" | |
26352
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5570 |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5571 audiocodec tremor |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5572 info "OggVorbis audio" |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5573 status working |
29605 | 5574 comment "fixed-point decoder useful for systems without floating-point unit" |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5575 fourcc vrbs |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5576 format 0x566F |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5577 driver tremor |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5578 dll "tremor" |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
5579 |
26352
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5580 audiocodec vorbisacm |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5581 info "OggVorbis ACM" |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5582 status working |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5583 comment "OggVorbis driver using vorbis.acm" |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5584 format 0x674F ; mode1 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5585 format 0x6750 ; mode2 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5586 ; format 0x6751 ; mode3 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5587 format 0x676F ; mode1+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5588 format 0x6770 ; mode2+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5589 format 0x6771 ; mode3+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5590 driver acm |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
5591 dll "vorbis.acm" |
1828 | 5592 |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5593 audiocodec speex |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
5594 info "Speex audio" |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5595 status working |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5596 comment "Speex driver using libspeex" |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5597 fourcc 'spx ' |
34030 | 5598 fourcc spex |
35226
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5599 fourcc SPXN |
30843
72281d3a78e8
Add the 0xA109 format for speex, it is claimed to be officially registered (have
reimar
parents:
30833
diff
changeset
|
5600 format 0xA109 |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5601 driver speex |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5602 dll "speex" |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
5603 |
35226
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5604 audiocodec fflibspeex |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5605 info "ffmpeg libSpeex audio" |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5606 status working |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5607 comment "ffmpeg libspeex" |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5608 fourcc 'spx ' |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5609 fourcc spex |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5610 fourcc SPXN |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5611 format 0xA109 |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5612 driver ffmpeg |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5613 dll "libspeex" |
584d7c20aca4
add SPXN to speex decoder, should work after ff bug 1873 is fixed
compn
parents:
35187
diff
changeset
|
5614 |
3472 | 5615 audiocodec vivoaudio |
5616 info "Vivo G.723/Siren Audio Codec" | |
5617 status working | |
2675 | 5618 format 0x111 ; vivo g.723 |
3472 | 5619 format 0x112 ; siren |
2675 | 5620 driver acm |
5621 dll "vivog723.acm" | |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
5622 |
3427 | 5623 audiocodec g72x |
5624 info "G.711/G.721/G.723" | |
6584 | 5625 status crashing |
3427 | 5626 comment "does not work yet - just noise :(" |
27440 | 5627 format 0x111 ; vivo g.723 |
5628 format 0x112 ; vivo siren | |
3427 | 5629 driver g72x |
5630 dll "g72x.c" | |
3986 | 5631 |
32575 | 5632 audiocodec ffg722 |
5633 info "G.722 Audio" | |
5634 status working | |
5635 format 0x28F | |
5636 driver ffmpeg | |
5637 dll "g722" | |
5638 | |
34079 | 5639 audiocodec ffg7231 |
5640 info "G.723.1 Audio" | |
5641 status working | |
5642 fourcc 7231 ; internal MPlayer FourCC | |
34950 | 5643 format 0x42 |
35183 | 5644 format 0xA100 |
34079 | 5645 driver ffmpeg |
5646 dll "g723_1" | |
5647 | |
34950 | 5648 audiocodec g7231ms |
5649 info "G.723.1 MS" | |
5650 status working | |
5651 format 0x42 | |
5652 driver acm | |
5653 dll "msg723.acm" | |
5654 | |
11956 | 5655 audiocodec ffg726 |
5656 info "Sharp G.726 Audio" | |
5657 status working | |
5658 format 0x45 | |
5659 driver ffmpeg | |
5660 dll "g726" | |
5661 | |
11684 | 5662 audiocodec g726 |
5663 info "Sharp G.726 Audio" | |
5664 status untested | |
5665 format 0x45 | |
5666 driver acm | |
5667 dll "scg726.acm" | |
5668 | |
34042 | 5669 audiocodec ffg729 |
5670 info "FFmpeg G.729" | |
5671 status working | |
5672 fourcc G729 ; internal MPlayer FourCC | |
5673 driver ffmpeg | |
5674 dll "g729" | |
5675 | |
3986 | 5676 audiocodec atrac3 |
5677 info "Sony ATRAC3" | |
5678 status buggy | |
8209 | 5679 comment "format not accepted" |
3986 | 5680 format 0x270 |
5681 driver acm | |
5682 dll "atrac3.acm" | |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5683 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5684 audiocodec ALF2 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5685 ; http://www.nctsoft.com/products/NCTALFCD/ |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5686 ; jdp@mail.sonofon.dk |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5687 info "ALF2" |
5762 | 5688 status working |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5689 format 0x1FC4 ; ALF2 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5690 driver acm |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5691 dll "alf2cd.acm" |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
5692 |
17320 | 5693 audiocodec fftruespeech |
5694 info "FFmpeg TrueSpeech" | |
17555
b56c246ca8c0
fftruespeech works now that the nBlockAlign issue is settled.
diego
parents:
17543
diff
changeset
|
5695 status working |
17320 | 5696 format 0x22 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5697 format 0x1501 |
17320 | 5698 driver ffmpeg |
5699 dll "truespeech" | |
5700 | |
5749 | 5701 audiocodec truespeech |
5757
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5702 info "DSP Group TrueSpeech(TM)" |
5749 | 5703 status working |
5704 format 0x22 | |
5705 driver acm | |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
5706 dll "tssoft32.acm" ; need also tsd32.dll |
5753 | 5707 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5708 audiocodec netspeakgsm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5709 info "NetSpeak GSM" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5710 status working |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5711 format 0x1500 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5712 driver acm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5713 dll "nsgsm32.acm" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5714 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5715 audiocodec netspeakts |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5716 info "NetSpeak TrueSpeech" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5717 status working |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5718 format 0x1501 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5719 driver acm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5720 dll "nstsp32.acm" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
5721 |
5753 | 5722 ; rt32dcmp.dll needed too |
5723 audiocodec voxwarert24 | |
5724 info "VoxWare RT24 speech codec" | |
5725 status working | |
5726 format 0x181c | |
5727 driver acm | |
5728 dll "nsrt2432.acm" | |
5757
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5729 |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5730 audiocodec lhacm |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5731 info "Lernout & Hauspie CELP and SBC codecs" |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5732 status working |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5733 format 0x1101 ; CELP |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5734 format 0x1102 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5735 format 0x1103 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5736 format 0x1104 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5737 driver acm |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
5738 dll "lhacm.acm" |
14276 | 5739 |
30679
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5740 audiocodec lhacm2 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5741 info "Voxware AC aka Lernout & Hauspie CELP and CBS codecs" |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5742 status working |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5743 format 0x70 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5744 format 0x71 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5745 format 0x72 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5746 format 0x73 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5747 driver acm |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5748 dll "lhacm2.acm" ; aka lhacm.acm md5sum 4585780a8eb71d86df64553b34ba8f79 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
5749 |
28224
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5750 audiocodec pscelp |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5751 info "Philips Speech Processing CELP" |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5752 status working |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5753 format 0x120 |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5754 driver acm |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5755 dll "smcelp32.acm" |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
5756 |
29613
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5757 audiocodec fftwinvq |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5758 info "FFmpeg TwinVQ" |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5759 status working |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5760 fourcc TWI2 ; internal MPlayer FourCC, different from mplayer's TwinVQ decoder |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5761 ; since lavf demuxer is incompatible with it |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5762 driver ffmpeg |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5763 dll twinvq |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
5764 |
14276 | 5765 audiocodec TwinVQ |
5766 info "VQF codec by NTTLabs" | |
5767 status working | |
5768 fourcc TWIN | |
5769 driver vqf | |
5770 dll "tvqdec.dll" | |
17397
2e20dd653147
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders
nicodvb
parents:
17353
diff
changeset
|
5771 |
34096 | 5772 audiocodec ff8svxraw |
5773 info "FFmpeg 8SVX raw" | |
5774 status working | |
5775 fourcc 8raw ; internal MPlayer FourCC | |
5776 driver ffmpeg | |
5777 dll 8svx_raw | |
5778 | |
5779 audiocodec ff8svxexp | |
5780 info "FFmpeg 8SVX exponential" | |
5781 status working | |
5782 fourcc 8exp ; internal MPlayer FourCC | |
5783 driver ffmpeg | |
5784 dll 8svx_exp | |
5785 | |
5786 audiocodec ff8svxfib | |
5787 info "FFmpeg 8SVX fibonacci" | |
5788 status working | |
5789 fourcc 8fib ; internal MPlayer FourCC | |
5790 driver ffmpeg | |
5791 dll 8svx_fib | |
5792 | |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
5793 audiocodec hwmpa |
17403 | 5794 info "MPEG audio pass-through for hardware MPEG decoders" |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
5795 status working |
17403 | 5796 comment "for hardware MPEG audio decoders" |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
5797 format 0x50 ; layer-1 && layer-2 |
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
5798 format 0x55 ; layer-3 |
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
5799 format 0x5500736d ; "ms\0\x55" older MP3 fourcc (MOV files) |
17948 | 5800 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
5801 fourcc "MP3 " ; used in .nsv files | |
5802 fourcc "LAME" ; used in mythtv .nuv files | |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
5803 driver hwmpa |
26441
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5804 |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5805 audiocodec msnsiren |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5806 info "msn siren audio codec" |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5807 status working |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5808 format 0x28E |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5809 driver acm |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
5810 dll "sirenacm.dll" |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5811 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5812 audiocodec uleaddva |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5813 info "Ulead DV ACM" |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5814 status working |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5815 format 0x215 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5816 format 0x216 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
5817 driver acm |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
5818 dll "dvacm.acm" |
34103 | 5819 |
5820 audiocodec spdifaac | |
5821 info "libavformat/spdifenc AAC pass-through decoder" | |
5822 status working | |
5823 comment "for AAC hardware decoders" | |
5824 fourcc MP4A | |
5825 dll aac | |
5826 driver spdif | |
5827 | |
5828 audiocodec spdifac3 | |
5829 info "libavformat/spdifenc AC-3 pass-through decoder" | |
5830 status working | |
5831 comment "for AC-3 hardware decoders" | |
5832 format 0x2000 ; AC-3 | |
5833 format 0x332D6361 ; AC-3 in MP4 | |
5834 fourcc dnet ; AC-3 | |
5835 dll ac3 | |
5836 driver spdif | |
5837 | |
5838 audiocodec spdifeac3 | |
5839 info "libavformat/spdifenc E-AC-3 pass-through decoder" | |
5840 status working | |
5841 comment "for E-AC-3 hardware decoders" | |
5842 fourcc EAC3 ; E-AC-3 | |
5843 dll eac3 | |
5844 driver spdif | |
5845 | |
5846 audiocodec spdifdts | |
5847 info "libavformat/spdifenc DTS pass-through decoder" | |
5848 status working | |
34112
6af39671370d
Improve comments for FFmpeg SPDIF hardware audio decoders.
cehoyos
parents:
34105
diff
changeset
|
5849 comment "needs -channels 8" |
34103 | 5850 format 0x2001 |
5851 format 0x86 | |
5852 dll dca | |
5853 driver spdif | |
5854 | |
5855 audiocodec spdifmpa | |
5856 info "libavformat/spdifenc MPEG AUDIO BC pass-through decoder" | |
34104
6e0b0e414ac9
While 'untested' is probably true for spdifmpa, it is not the right status.
cehoyos
parents:
34103
diff
changeset
|
5857 status working |
34103 | 5858 comment "for MPEG AUDIO BC hardware decoders" |
5859 format 0x50 ; layer-1 && layer-2 | |
5860 format 0x55 ; layer-3 | |
5861 format 0x5500736d ; "ms\0\x55" older MP3 fcc (MOV files) | |
5862 format 0x5000736d ; "ms\0\x50" older MP2 fcc (MOV files) | |
5863 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) | |
5864 fourcc ".mp2" ; MP2 (MOV files) | |
5865 fourcc ".mp1" ; MP1 (MOV files) | |
5866 fourcc "MP3 " ; used in .nsv files | |
5867 fourcc "LAME" ; used in mythtv .nuv files | |
5868 dll mpa | |
5869 driver spdif | |
5870 | |
5871 audiocodec spdifthd | |
5872 info "libavformat/spdifenc Dolby TrueHD pass-through decoder" | |
5873 status working | |
34112
6af39671370d
Improve comments for FFmpeg SPDIF hardware audio decoders.
cehoyos
parents:
34105
diff
changeset
|
5874 comment "needs -channels 8" |
6af39671370d
Improve comments for FFmpeg SPDIF hardware audio decoders.
cehoyos
parents:
34105
diff
changeset
|
5875 fourcc TRHD ; internal MPlayer FourCC |
34103 | 5876 dll thd |
5877 driver spdif | |
34359 | 5878 |
5879 audiocodec ffwavesynth | |
5880 info "FFmpeg wave synthesizer" | |
5881 status working | |
5882 fourcc "FFWS" ; internal MPlayer FourCC | |
5883 driver ffmpeg | |
5884 dll "wavesynth" | |
5885 | |
35141 | 5886 audiocodec fftak |
5887 info "FFmpeg TAK" | |
5888 status working | |
5889 fourcc "TAK " ; internal MPlayer FourCC | |
5890 driver ffmpeg | |
5891 dll "tak" | |
5892 |