Mercurial > mplayer.hg
annotate etc/codecs.conf @ 31487:fd422d385a19
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.
author | diego |
---|---|
date | Thu, 24 Jun 2010 16:38:13 +0000 |
parents | d7ef415c30fa |
children | 34d6e6051cc4 |
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 |
31266
649376ef332e
Update codecs.conf version again, we had quite a few additions to it.
reimar
parents:
31196
diff
changeset
|
6 release 20100605 |
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 | |
30637 | 12 videocodec ffbinkvideo |
13 info "FFmpeg Bink Video" | |
14 status working | |
15 fourcc BIKf ; internal MPlayer FourCC | |
16 fourcc BIKg ; internal MPlayer FourCC | |
17 fourcc BIKh ; internal MPlayer FourCC | |
18 fourcc BIKi ; internal MPlayer FourCC | |
19 driver ffmpeg | |
20 dll binkvideo | |
21 out YV12 | |
30678 | 22 out 420A |
30637 | 23 |
30062
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
24 videocodec ffcdgraphics |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
25 info "FFmpeg CD-Graphics" |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
26 status working |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
27 fourcc CDGR ; internal MPlayer FourCC |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
28 driver ffmpeg |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
29 dll cdgraphics |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
30 out BGR8 |
54002b08fc78
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
parents:
30061
diff
changeset
|
31 |
27323 | 32 videocodec ffmvi1 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
33 info "FFmpeg Motion Pixels" |
27323 | 34 status working |
35 fourcc MVI1 ; internal MPlayer FourCC | |
36 driver ffmpeg | |
37 dll motionpixels | |
38 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 | |
39 out YV12,YUY2 | |
40 | |
27101 | 41 videocodec ffmdec |
42 info "FFmpeg Sony PlayStation MDEC (Motion DECoder)" | |
43 status working | |
44 fourcc MDEC ; internal MPlayer FourCC | |
45 driver ffmpeg | |
46 dll mdec | |
47 out YV12 | |
48 | |
26712 | 49 videocodec ffsiff |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
50 info "FFmpeg Beam Software SIFF" |
26712 | 51 status working |
52 fourcc VBV1 | |
53 driver ffmpeg | |
54 dll vb | |
55 out BGR8 | |
56 | |
26240 | 57 videocodec ffmimic |
26565
1c3643fb29da
add info lines to ffmimic, ffkmvc. fixes codec-status table.
compn
parents:
26459
diff
changeset
|
58 info "FFmpeg Mimic video" |
26443 | 59 status working |
26240 | 60 fourcc ML20 |
28300 | 61 fourcc LM20 ; mimic in avi |
26240 | 62 out I420 |
63 driver ffmpeg | |
64 dll "mimic" | |
65 | |
18058 | 66 videocodec ffkmvc |
26565
1c3643fb29da
add info lines to ffmimic, ffkmvc. fixes codec-status table.
compn
parents:
26459
diff
changeset
|
67 info "FFmpeg Karl Morton Video Codec" |
26443 | 68 status working |
18058 | 69 fourcc KMVC |
70 out BGR8 | |
71 driver ffmpeg | |
72 dll "kmvc" | |
73 | |
17604 | 74 videocodec ffzmbv |
75 info "FFmpeg Zip Motion-Block Video" | |
76 status working | |
77 fourcc ZMBV | |
78 driver ffmpeg | |
79 dll "zmbv" | |
80 out RGB24 | |
81 | |
30490 | 82 videocodec geov |
83 info "GeoCodec" | |
30498 | 84 comment "crashes without -nosound, hangs on exit" |
30490 | 85 status buggy |
86 fourcc GEOV | |
30491 | 87 fourcc GEOX |
30490 | 88 driver vfw |
89 dll "GeoCodec.dll" | |
90 out BGR24 flip | |
91 | |
17541
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
92 videocodec zmbv |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
93 info "Zip Motion-Block Video" |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
94 status working |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
95 fourcc ZMBV |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
96 driver vfw |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
97 dll "zmbv.dll" |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
98 out BGR24,BGR15,BGR8 query,flip |
154501086869
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
diego
parents:
17405
diff
changeset
|
99 |
28127 | 100 videocodec yuv8 |
101 info "YUV422 = Cb0 Y0 Cr0 Y1 Cb1 Y2 Cr1 Y3 (U Y V Y U Y V Y)" | |
102 status working | |
103 fourcc yuv8 | |
104 driver vfwex | |
105 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs? | |
106 out YV12,I420,UYVY | |
107 out BGR24,BGR15,BGR32 | |
108 | |
30011 | 109 videocodec ffr210 |
110 info "FFmpeg R210 - 10-bit RGB" | |
111 status working | |
112 fourcc r210 | |
113 driver ffmpeg | |
114 dll "r210" | |
115 out RGB48BE,RGB48LE | |
116 | |
27620
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
117 videocodec blackmagic |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
118 info "Blackmagic 10-bit" |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
119 status working |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
120 comment "requires libguide40.dll" |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
121 fourcc r210 |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
122 driver vfw |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
123 dll "BMDCodecLib.dll" |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
124 out BGR32,RGB32 |
ed0ea697cf40
add blackmagic 10bit decoder, works on v-codecs/R210/
compn
parents:
27615
diff
changeset
|
125 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
126 ; MPEG-1/2 decoding: |
1278 | 127 |
10727 | 128 videocodec ffmpeg1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
129 info "FFmpeg MPEG-1" |
10727 | 130 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
131 format 0x10000001 ; MPEG-1 |
10727 | 132 fourcc mpg1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
133 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
10727 | 134 fourcc VCR2 |
17319 | 135 fourcc MPEG |
29317 | 136 fourcc m1v1 |
10727 | 137 driver ffmpeg |
138 dll "mpeg1video" | |
139 out YV12,I420,IYUV | |
140 | |
141 videocodec ffmpeg2 | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
142 info "FFmpeg MPEG-2" |
10727 | 143 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
144 format 0x10000002 ; MPEG-2 |
17340 | 145 fourcc mpg2,MPG2 |
15572 | 146 fourcc "DVR " |
27357 | 147 fourcc hdv1 |
15870
210ea00004d3
add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)
aurel
parents:
15823
diff
changeset
|
148 fourcc hdv2 |
17319 | 149 fourcc MPEG |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
150 fourcc hdv3 ; HDV 1080i50 |
26140 | 151 fourcc hdv5 ; HDV 720p25 |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
152 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
23504 | 153 fourcc MMES,mmes ; matrox mpeg2 in avi |
31276 | 154 fourcc M701 ; matrox mpeg2 intra-only |
27335 | 155 fourcc hdv6,hdv7,hdv8 |
156 fourcc xdv1,xdv2,xdv3 | |
157 fourcc xdv4,xdv5,xdv6 | |
158 fourcc xdv7,xdv8,xdv9 | |
159 fourcc xdva,xdvb,xdvc | |
160 fourcc xdvd,xdve,xdvf | |
27609 | 161 fourcc xd5a,xd5b,xd5c |
27613 | 162 fourcc xd5d,xd5e,xd5f |
27609 | 163 fourcc xd59 |
27614 | 164 fourcc mx5n,mx4n,mx4p |
27609 | 165 fourcc mx3n,mx3p |
166 fourcc AVmp | |
27612 | 167 fourcc VCR2 |
168 fourcc mp2v,mpgv | |
29314 | 169 fourcc m2v1 |
28050 | 170 fourcc PIM2 |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
171 fourcc LMP2 ; Lead mpeg2 in avi |
29931
aa70aba2bbcb
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
compn
parents:
29924
diff
changeset
|
172 fourcc slif ; SoftLab MPEG-2 I-frames Codec |
10727 | 173 driver ffmpeg |
174 dll "mpeg2video" | |
175 out YV12,I420,IYUV | |
12562 | 176 out 422P,444P |
10727 | 177 |
11435 | 178 ; for backward compatibility |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
179 videocodec ffmpeg12 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
180 info "FFmpeg MPEG-1/2" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
181 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
182 format 0x10000001 ; MPEG-1 |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
183 format 0x10000002 ; MPEG-2 |
17340 | 184 fourcc mpg1,mpg2,MPG2 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
185 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
28050 | 186 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
10469 | 187 fourcc VCR2 |
15945 | 188 fourcc "DVR " |
189 fourcc hdv2 | |
17319 | 190 fourcc MPEG |
27357 | 191 fourcc hdv1 |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
192 fourcc hdv3 ; HDV 1080i50 |
26140 | 193 fourcc hdv5 ; HDV 720p25 |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
194 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
23504 | 195 fourcc MMES,mmes ; matrox mpeg2 in avi |
31276 | 196 fourcc M701 ; matrox mpeg2 intra-only |
27335 | 197 fourcc hdv6,hdv7,hdv8 |
198 fourcc xdv1,xdv2,xdv3 | |
199 fourcc xdv4,xdv5,xdv6 | |
200 fourcc xdv7,xdv8,xdv9 | |
201 fourcc xdva,xdvb,xdvc | |
202 fourcc xdvd,xdve,xdvf | |
27609 | 203 fourcc xd5a,xd5b,xd5c |
27613 | 204 fourcc xd5d,xd5e,xd5f |
27609 | 205 fourcc xd59 |
27614 | 206 fourcc mx5n,mx4n,mx4p |
27609 | 207 fourcc mx3n,mx3p |
208 fourcc AVmp | |
27612 | 209 fourcc mp2v,mpgv |
29317 | 210 fourcc m2v1,m1v1 |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
211 fourcc LMP2 ; Lead mpeg2 in avi |
29931
aa70aba2bbcb
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
compn
parents:
29924
diff
changeset
|
212 fourcc slif ; SoftLab MPEG-2 I-frames Codec |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
213 driver ffmpeg |
11438 | 214 dll "mpegvideo" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
215 out YV12,I420,IYUV |
12562 | 216 out 422P,444P |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
217 |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
218 videocodec mpeg12 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
219 info "MPEG-1 or 2 (libmpeg2)" |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
220 comment "with postprocessing" |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
221 status working |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
222 format 0x10000001 ; MPEG-1 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
223 format 0x10000002 ; MPEG-2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
224 fourcc "DVR " |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
225 fourcc hdv2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
226 fourcc mpg1 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
227 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
28050 | 228 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
229 fourcc mpg2,MPG2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
230 fourcc MPEG |
27357 | 231 fourcc hdv1 |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
232 fourcc hdv3 ; HDV 1080i50 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
233 fourcc hdv5 ; HDV 720p25 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
234 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
235 fourcc MMES,mmes ; matrox mpeg2 in avi |
31276 | 236 fourcc M701 ; matrox mpeg2 intra-only |
27335 | 237 fourcc hdv6,hdv7,hdv8 |
238 fourcc xdv1,xdv2,xdv3 | |
239 fourcc xdv4,xdv5,xdv6 | |
240 fourcc xdv7,xdv8,xdv9 | |
241 fourcc xdva,xdvb,xdvc | |
242 fourcc xdvd,xdve,xdvf | |
27609 | 243 fourcc xd5a,xd5b,xd5c |
27613 | 244 fourcc xd5d,xd5e,xd5f |
27609 | 245 fourcc xd59 |
27614 | 246 fourcc mx5n,mx4n,mx4p |
27609 | 247 fourcc mx3n,mx3p |
248 fourcc AVmp | |
27612 | 249 fourcc mp2v,mpgv |
29317 | 250 fourcc m2v1,m1v1 |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
251 fourcc LMP2 ; Lead mpeg2 in avi |
26227
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
252 driver libmpeg2 |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
253 ; dll "libmpeg2" |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
254 out YV12,I420,IYUV |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
255 out 422P |
85c37eab722b
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
reimar
parents:
26204
diff
changeset
|
256 |
10316 | 257 videocodec ffmpeg12mc |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
258 info "FFmpeg MPEG-1/2 (XvMC)" |
10316 | 259 status buggy |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
260 format 0x10000001 ; MPEG-1 |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
261 format 0x10000002 ; MPEG-2 |
17340 | 262 fourcc mpg1,mpg2,MPG2 |
15572 | 263 fourcc "DVR " |
27357 | 264 fourcc hdv1 |
15870
210ea00004d3
add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)
aurel
parents:
15823
diff
changeset
|
265 fourcc hdv2 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
266 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
28050 | 267 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
|
268 fourcc VCR2 |
17319 | 269 fourcc MPEG |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
270 fourcc hdv3 ; HDV 1080i50 |
26140 | 271 fourcc hdv5 ; HDV 720p25 |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
272 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) |
23504 | 273 fourcc MMES,mmes ; matrox mpeg2 in avi |
27335 | 274 fourcc hdv6,hdv7,hdv8 |
275 fourcc xdv1,xdv2,xdv3 | |
276 fourcc xdv4,xdv5,xdv6 | |
277 fourcc xdv7,xdv8,xdv9 | |
278 fourcc xdva,xdvb,xdvc | |
279 fourcc xdvd,xdve,xdvf | |
27609 | 280 fourcc xd5a,xd5b,xd5c |
27613 | 281 fourcc xd5d,xd5e,xd5f |
27609 | 282 fourcc xd59 |
27614 | 283 fourcc mx5n,mx4n,mx4p |
27609 | 284 fourcc mx3n,mx3p |
285 fourcc AVmp | |
27612 | 286 fourcc mp2v,mpgv |
29317 | 287 fourcc m2v1,m1v1 |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
288 fourcc LMP2 ; Lead mpeg2 in avi |
10316 | 289 driver ffmpeg |
290 dll "mpegvideo_xvmc" | |
291 out IDCT_MPEG2 | |
292 out MOCO_MPEG2 | |
293 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
294 videocodec ffmpeg12vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
295 info "FFmpeg MPEG-1/2 (VDPAU)" |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
296 status working |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
297 format 0x10000001 ; MPEG-1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
298 format 0x10000002 ; MPEG-2 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
299 fourcc mpg1,mpg2,MPG2 |
28544 | 300 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
301 fourcc PIM2 ; Pinnacle hardware-MPEG-2 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
302 fourcc "DVR " |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
303 fourcc hdv2 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
304 fourcc MPEG |
28544 | 305 fourcc hdv1 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
306 fourcc hdv3 ; HDV 1080i50 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
307 fourcc hdv5 ; HDV 720p25 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
308 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
|
309 fourcc hdv6,hdv7,hdv8 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
310 fourcc xdv1,xdv2,xdv3 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
311 fourcc xdv4,xdv5,xdv6 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
312 fourcc xdv7,xdv8,xdv9 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
313 fourcc xdva,xdvb,xdvc |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
314 fourcc xdvd,xdve,xdvf |
28544 | 315 fourcc xd5a,xd5b,xd5c |
316 fourcc xd5d,xd5e,xd5f | |
317 fourcc xd59 | |
318 fourcc mx5n,mx4n,mx4p | |
319 fourcc mx3n,mx3p | |
320 fourcc AVmp | |
321 fourcc mp2v,mpgv | |
322 fourcc LMP2 ; Lead mpeg2 in avi | |
29317 | 323 fourcc m2v1,m1v1 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
324 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
325 dll "mpegvideo_vdpau" |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
326 out VDPAU_MPEG1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
327 out VDPAU_MPEG2 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
328 |
31376
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
329 videocodec mpegpes |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
330 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
|
331 comment "for hardware decoding" |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
332 status working |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
333 format 0x10000001 ; mpeg 1 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
334 format 0x10000002 ; mpeg 2 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
335 fourcc mpg1,MPG1,mpg2,MPG2 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
336 fourcc MPEG |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
337 fourcc hdv1,hdv2,hdv3 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
338 fourcc hdv5 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
339 fourcc hdv6,hdv7,hdv8 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
340 fourcc xdv1,xdv2,xdv3 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
341 fourcc xdv4,xdv5,xdv6 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
342 fourcc xdv7,xdv8,xdv9 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
343 fourcc xdva,xdvb,xdvc |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
344 fourcc xdvd,xdve,xdvf |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
345 fourcc xd5a,xd5b,xd5c |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
346 fourcc xd5d,xd5e,xd5f |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
347 fourcc xd59 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
348 fourcc mx5n,mx4n,mx4p |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
349 fourcc mx3n,mx3p |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
350 fourcc AVmp |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
351 fourcc mp2v,mpgv |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
352 fourcc m2v1,m1v1 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
353 fourcc PIM1 ; Pinnacle hardware-MPEG-1 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
354 fourcc PIM2 ; Pinnacle hardware-MPEG-2 |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
355 fourcc LMP2 ; Lead mpeg2 in avi |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
356 driver mpegpes |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
357 out MPES |
ecfafda9a165
Lower priority of hardware MPEG decoder cards below software decoders.
diego
parents:
31296
diff
changeset
|
358 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
359 ; 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
|
360 |
18058 | 361 videocodec ffnuv |
362 info "NuppelVideo" | |
363 status working | |
364 fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC | |
365 fourcc RJPG | |
366 driver ffmpeg | |
367 dll nuv | |
368 out I420 | |
369 | |
22702
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
370 videocodec ffbmp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
371 info "FFmpeg BMP" |
22702
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
372 status working |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
373 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
|
374 format 0x706D62 ; AVI |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
375 driver ffmpeg |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
376 dll bmp |
4fdfa619d08a
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
compn
parents:
22688
diff
changeset
|
377 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
|
378 |
29447 | 379 videocodec ffdpx |
380 info "FFmpeg DPX" | |
381 status working | |
382 fourcc "dpx " ; "dpx " is an internal MPlayer FOURCC | |
383 driver ffmpeg | |
384 dll dpx | |
30131
154c026fcac6
Also support decoding of 8-bit-per-component dpx files.
reimar
parents:
30115
diff
changeset
|
385 out RGB48BE,RGB48LE,RGB24,RGB32,BGR32 |
29447 | 386 |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
387 videocodec ffgif |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
388 info "FFmpeg GIF" |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
389 status working |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
390 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
|
391 driver ffmpeg |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
392 dll gif |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
393 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
394 |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
395 videocodec fftiff |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
396 info "FFmpeg TIFF" |
25021 | 397 status working |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
398 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
|
399 driver ffmpeg |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
400 dll tiff |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
401 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
402 |
25961 | 403 videocodec ffpcx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
404 info "FFmpeg PCX" |
25961 | 405 status working |
406 fourcc "pcx " | |
407 driver ffmpeg | |
408 dll pcx | |
409 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 | |
410 | |
16098 | 411 videocodec ffpng |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
412 info "FFmpeg PNG" |
16098 | 413 status working |
414 fourcc mpng,MPNG | |
415 fourcc "png " ; for PNG-encoded QuickTime files | |
416 driver ffmpeg | |
417 dll png | |
29456 | 418 out BGR32,BGR24,BGR8,Y800,RGB48BE,RGB32,RGB24,RGB8 |
16098 | 419 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
420 videocodec mpng |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
421 info "PNG image" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
422 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
423 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
|
424 fourcc mpng,MPNG |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
425 fourcc "png " ; for PNG-encoded QuickTime files |
6584 | 426 dll "libpng" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
427 driver mpng |
15505 | 428 out BGR32,BGR24,BGR8,Y800 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
429 |
26711 | 430 videocodec ffptx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
431 info "FFmpeg V.Flash PTX" |
26711 | 432 status working |
26716 | 433 fourcc "ptx " ; internal MPlayer FourCC |
26711 | 434 driver ffmpeg |
435 dll ptx | |
436 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 | |
437 | |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
438 videocodec fftga |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
439 info "FFmpeg TGA" |
20848
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
440 status untested |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
441 fourcc mtga,MTGA |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
442 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
|
443 driver ffmpeg |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
444 dll targa |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
445 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 |
68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
reimar
parents:
20694
diff
changeset
|
446 |
7362 | 447 videocodec mtga |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
448 info "TGA image" |
7362 | 449 status working |
450 comment "Only 24bpp and 32bpp RGB TGA files supported" | |
451 fourcc mtga,MTGA | |
452 driver mtga | |
7392
e21841225e2a
query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
alex
parents:
7384
diff
changeset
|
453 out BGR32,BGR24 |
7362 | 454 |
29636
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
455 videocodec ffsgi |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
456 info "FFmpeg SGI image" |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
457 status working |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
458 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
|
459 driver ffmpeg |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
460 dll sgi |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
461 out RGB24,Y800,RGB48BE |
eb925f17f9a8
Add support for decoding sgi files via FFmpeg's sgi decoder.
reimar
parents:
29631
diff
changeset
|
462 |
9534
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
463 videocodec sgi |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
464 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
|
465 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
466 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
|
467 driver sgi |
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
468 out BGR24 |
87e03d96a4cd
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
michael
parents:
9320
diff
changeset
|
469 |
26070 | 470 videocodec ffsunras |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
471 info "FFmpeg SUN Rasterfile" |
26070 | 472 status working |
473 fourcc "sun " ; sun is an internal MPlayer FOURCC | |
474 driver ffmpeg | |
475 dll sunrast | |
476 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 | |
477 | |
9920 | 478 videocodec ffindeo3 |
479 info "FFmpeg Intel Indeo 3.1/3.2" | |
480 status working | |
481 fourcc IV31,iv31 | |
482 fourcc IV32,iv32 | |
483 driver ffmpeg | |
484 dll indeo3 | |
485 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
|
486 |
11847 | 487 videocodec fffli |
488 info "Autodesk FLI/FLC Animation" | |
489 status working | |
490 fourcc FLIC ; FLIC is an internal MPlayer FOURCC | |
491 driver ffmpeg | |
492 dll "flic" | |
16777
3398ec12ec8c
Support DTA and FLX extensions for flic via ffmpeg decoder
rtognimp
parents:
16776
diff
changeset
|
493 out BGR16,BGR15,BGR8 query |
11847 | 494 |
15059 | 495 videocodec ffaasc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
496 info "Autodesk RLE" |
15059 | 497 status working |
498 fourcc AASC | |
499 driver ffmpeg | |
500 dll "aasc" | |
501 out BGR24 | |
502 | |
15064 | 503 videocodec ffloco |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
504 info "LOCO video" |
15064 | 505 status working |
506 fourcc LOCO | |
507 driver ffmpeg | |
508 dll "loco" | |
15072 | 509 out 422P,YV12,BGR32,BGR24 query |
15064 | 510 |
11956 | 511 videocodec ffqtrle |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
512 info "QuickTime Animation (RLE)" |
11956 | 513 status working |
514 format 0x20656C72 ; "rle " | |
515 driver ffmpeg | |
516 dll "qtrle" | |
517 out BGR32,RGB24,BGR15,BGR8 query | |
518 | |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
519 videocodec ffrpza |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
520 info "QuickTime Apple Video" |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
521 status working |
28120 | 522 fourcc rpza,azpr,RPZA,AZPR |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
523 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
524 dll "rpza" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
525 out BGR15 |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
526 |
11527 | 527 videocodec ffsmc |
528 info "Apple Graphics (SMC) codec" | |
529 status working | |
530 format 0x20636d73 ; "smc " | |
531 driver ffmpeg | |
532 dll "smc" | |
533 out BGR8 | |
534 | |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
535 videocodec ff8bps |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
536 info "Planar RGB (Photoshop)" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
537 status working |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
538 fourcc 8BPS |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
539 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
540 dll "8bps" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
541 out BGR32,BGR24,BGR8 query |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
542 |
12397
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
543 videocodec ffcyuv |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
544 info "Creative YUV (libavcodec)" |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
545 status working |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
546 fourcc cyuv,CYUV |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
547 driver ffmpeg |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
548 dll "cyuv" |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
549 out 411P |
adfd98f1abf7
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
rtognimp
parents:
12353
diff
changeset
|
550 |
30060 | 551 videocodec ffaura |
552 info "Auravision Aura (libavcodec)" | |
553 status working | |
554 fourcc aura,AURA | |
555 driver ffmpeg | |
556 dll "aura" | |
557 out 411P | |
558 | |
30061 | 559 videocodec ffaura2 |
560 info "Auravision Aura 2 (libavcodec)" | |
561 status working | |
562 fourcc aur2,AUR2 | |
563 driver ffmpeg | |
564 dll "aura2" | |
565 out 422P | |
566 | |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
567 videocodec ffmsrle |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
568 info "Microsoft RLE" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
569 status working |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
570 format 0x1 |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
571 format 0x2 |
16119 | 572 fourcc WRLE |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
573 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
574 dll "msrle" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
575 out BGR8 |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
576 |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
577 videocodec ffroqvideo |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
578 info "Id RoQ File Video" |
12827 | 579 status working |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
580 fourcc RoQV ; RoQV is an internal MPlayer FOURCC |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
581 driver ffmpeg |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
582 dll "roqvideo" |
24593
795d9baf21ab
The FFmpeg RoQ video decoder now uses 444P colorspace.
diego
parents:
24588
diff
changeset
|
583 out 444P |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
584 |
7729 | 585 videocodec lzo |
586 info "LZO compressed" | |
587 status working | |
588 fourcc LZO1 | |
589 driver lzo | |
590 dll "liblzo" | |
591 out YV12,I420 | |
592 out BGR24 flip | |
593 | |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
594 videocodec theora |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
595 info "Theora (free, reworked VP3)" |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
596 status working |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
597 fourcc theo,Thra |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
598 driver theora |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
599 dll libtheora |
30543
ee0b9c3bbf29
Add support for decoding 4:2:2 and 4:4:4 Theora files.
reimar
parents:
30512
diff
changeset
|
600 out YV12,422P,444P |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
601 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
602 ; prefer native codecs over win32? |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
603 ; 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
|
604 ; 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
|
605 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
606 ;WIN32: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
607 |
29364 | 608 videocodec nogatech |
609 status working | |
610 fourcc NTN1,NTN2 | |
611 driver vfw | |
612 dll "nuvision.ax" | |
613 out BGR24 flip | |
614 | |
29281 | 615 videocodec ylc |
616 info "YUY2 Lossless Codec" | |
617 status working | |
618 fourcc YLC0 | |
619 driver vfw | |
620 dll "ylc.vcm" | |
621 out BGR24 flip | |
622 | |
28896 | 623 videocodec smartsight |
624 info "Verint Video Manager" | |
625 status working | |
626 fourcc SN40 | |
627 fourcc SN41,SJPG ; untested | |
628 driver vfw | |
629 dll "SN4Codec.dll" | |
630 out BGR24 flip | |
631 | |
26444
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
632 videocodec msuscls |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
633 info "MSU Screen Capture Lossless Codec" |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
634 status working |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
635 fourcc SCLS |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
636 driver vfw |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
637 dll "SCLS.DLL" |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
638 out BGR32,BGR24,BGR16 flip |
cea51ac82475
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
parents:
26443
diff
changeset
|
639 |
28127 | 640 videocodec wincam |
641 info "wincam screen capture codec" | |
642 comment "requires Zlib.dll" | |
643 status working | |
644 fourcc WCMV | |
645 driver vfw | |
646 dll "wcmv.dll" ; requires Zlib.dll | |
647 out BGR15 flip | |
648 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
649 videocodec cram |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
650 info "Microsoft Video 1" |
11261 | 651 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
|
652 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
653 fourcc cram,CRAM CRAM |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
654 fourcc msvc,MSVC CRAM |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
655 fourcc wham,WHAM CRAM |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
656 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
657 dll "msvidc32.dll" |
7328 | 658 out BGR24,BGR15,BGR8 static,query |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
659 |
12614 | 660 videocodec ffcvid |
28451 | 661 info "FFmpeg Cinepak Video" |
12614 | 662 status working |
663 fourcc cvid,CVID | |
664 driver ffmpeg | |
665 dll "cinepak" | |
12704 | 666 out YV12,BGR8 query |
12614 | 667 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
668 videocodec cvidvfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
669 info "Cinepak Video" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
670 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
671 fourcc cvid |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
672 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
673 dll "iccvid.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
674 ; out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
675 ; out UYVY |
6104
0fb14001bf06
old vfw codecs don't like double buffering - force static buffer for them
arpi
parents:
6098
diff
changeset
|
676 out BGR24,BGR15 static |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
677 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
678 videocodec huffyuv |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
679 info "HuffYUV" |
6189 | 680 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
681 fourcc HFYU |
267 | 682 driver vfw |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
683 dll "huffyuv.dll" |
7328 | 684 out YUY2 flip,noflip,query |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
685 ; out UYVY flip |
7328 | 686 out BGR32,BGR24 flip,query |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
687 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
688 ;NATIVE: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
689 |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
690 videocodec ffvideo1 |
28451 | 691 info "FFmpeg Microsoft Video 1" |
11421
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
692 status working |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
693 fourcc cram,CRAM |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
694 fourcc msvc,MSVC |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
695 fourcc wham,WHAM |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
696 driver ffmpeg |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
697 dll "msvideo1" |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
698 out BGR15,BGR8 query |
9a34051512b2
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
rtognimp
parents:
11389
diff
changeset
|
699 |
11784 | 700 videocodec ffmszh |
28451 | 701 info "FFmpeg AVImszh" |
11784 | 702 status working |
703 fourcc MSZH | |
704 driver ffmpeg | |
705 dll "mszh" | |
706 out BGR24 | |
707 | |
708 videocodec ffzlib | |
28451 | 709 info "FFmpeg AVIzlib" |
11784 | 710 status working |
711 fourcc ZLIB | |
712 driver ffmpeg | |
713 dll "zlib" | |
714 out BGR24 | |
715 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
716 ;XAnim (slow): |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
717 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
718 videocodec cvidxa |
6584 | 719 info "XAnim's Radius Cinepak Video" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
720 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
721 fourcc cvid |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
722 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
723 dll "vid_cvid.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
724 out YV12,IYUV,I420 static |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
725 |
15531 | 726 ; 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
|
727 ; ff* is fastest... |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
728 |
8190 | 729 videocodec ffhuffyuv |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
730 info "FFmpeg HuffYUV" |
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
731 status working |
14057 | 732 fourcc HFYU,FFVH |
8190 | 733 driver ffmpeg |
734 dll huffyuv | |
9033 | 735 out YUY2,422P,YV12 |
8190 | 736 out BGR32,BGR24 |
737 | |
10264 | 738 videocodec ffv1 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
739 info "FFV1 (lossless codec)" |
10264 | 740 status working |
741 fourcc FFV1 | |
742 driver ffmpeg | |
743 dll ffv1 | |
744 out 411P,444P,422P,YV12,I420,IYUV,YVU9 | |
11354 | 745 out BGR32 |
746 | |
12902 | 747 videocodec ffsnow |
748 info "FFSNOW (Michael's wavelet codec)" | |
749 status working | |
750 fourcc snow,SNOW | |
751 driver ffmpeg | |
752 dll snow | |
753 out YV12 | |
754 | |
10131 | 755 videocodec ffasv1 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
756 info "FFmpeg ASUS V1" |
10131 | 757 status working |
758 fourcc ASV1 | |
759 driver ffmpeg | |
760 dll asv1 | |
761 out YV12,I420,IYUV | |
762 | |
10774 | 763 videocodec ffasv2 |
764 info "FFmpeg ASUS V2" | |
765 status working | |
766 fourcc ASV2 | |
767 driver ffmpeg | |
768 dll asv2 | |
769 out YV12,I420,IYUV | |
770 | |
10465 | 771 videocodec ffvcr1 |
772 info "FFmpeg ATI VCR1" | |
773 status working | |
774 fourcc VCR1 | |
775 driver ffmpeg | |
776 dll vcr1 | |
777 out YVU9 | |
778 | |
10479 | 779 videocodec ffcljr |
780 info "FFmpeg Cirrus Logic AccuPak (CLJR)" | |
781 status working | |
782 fourcc CLJR | |
783 driver ffmpeg | |
784 dll cljr | |
10480 | 785 out 411P |
10479 | 786 |
6682
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
787 videocodec ffsvq1 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
788 info "FFmpeg Sorenson Video v1 (SVQ1)" |
6682
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
789 status working |
12458 | 790 fourcc SVQ1,svq1 |
6682
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
791 driver ffmpeg |
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
792 dll svq1 |
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
793 out YVU9 |
eb14fbe55a34
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
atmos4
parents:
6584
diff
changeset
|
794 |
12172 | 795 videocodec ff4xm |
796 info "FFmpeg 4XM video" | |
797 status working | |
798 fourcc 4XMV | |
799 driver ffmpeg | |
800 dll 4xm | |
24230 | 801 out BGR15,BGR16 query |
12173 | 802 |
13780 | 803 videocodec ffvixl |
16327 | 804 info "Miro/Pinnacle VideoXL codec" |
13780 | 805 status working |
806 fourcc VIXL | |
16327 | 807 fourcc PIXL ; this is Pinnacle one |
27353 | 808 fourcc XIXL |
13780 | 809 driver ffmpeg |
810 dll xl | |
811 out 411P | |
812 | |
13825 | 813 videocodec ffqtdrw |
28451 | 814 info "FFmpeg QuickDraw" |
13825 | 815 status working |
816 fourcc qdrw | |
817 driver ffmpeg | |
818 dll qdraw | |
22915
1cbc0d439cf3
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
rtogni
parents:
22908
diff
changeset
|
819 out BGR8 |
13825 | 820 |
15228 | 821 videocodec ffindeo2 |
28451 | 822 info "FFmpeg Indeo 2" |
15228 | 823 status working |
824 fourcc RT21 | |
27612 | 825 fourcc IV20 |
15228 | 826 driver ffmpeg |
827 dll indeo2 | |
828 out YVU9 | |
829 | |
12173 | 830 videocodec ffflv |
831 info "FFmpeg Flash video" | |
832 status working | |
28050 | 833 fourcc FLV1,flv |
12173 | 834 driver ffmpeg |
835 dll flv | |
836 out YV12 | |
837 | |
18634 | 838 videocodec fffsv |
839 info "FFmpeg Flash Screen video" | |
840 status working | |
841 fourcc FSV1 | |
842 driver ffmpeg | |
843 dll flashsv | |
844 out BGR24 | |
845 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
846 videocodec ffdivx |
24987 | 847 info "FFmpeg DivX ;-) (MSMPEG-4 v3)" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
848 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
849 fourcc MPG3,mpg3 div3 |
24987 | 850 fourcc MP43,mp43 div3 ; MSMPEG-4 v3 (fourcc mapping to div3) |
27440 | 851 fourcc DIV5,div5 div3 ; DivX 3.20 |
334 | 852 fourcc DIV6,div6 div4 ; -||- |
312 | 853 fourcc DIV3,div3,DIV4,div4 |
28224
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
854 fourcc DIVF,divf ; divx4.12 |
27440 | 855 fourcc AP41 div3 ; AngelPotion stuff |
7225 | 856 fourcc COL1,col1,COL0,col0 ; Cool codec (based on mpg4ds32.ax) |
27440 | 857 fourcc 3IVD,3ivd ; divxdoctored files (3ivx.com) |
28120 | 858 fourcc DVX3 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
859 driver ffmpeg |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
860 dll msmpeg4 |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
861 out YV12,I420,IYUV |
27440 | 862 |
5493 | 863 videocodec ffmp42 |
24987 | 864 info "FFmpeg MSMPEG-4 v2" |
5496 | 865 status working |
5493 | 866 fourcc DIV2,div2 mp42 |
29282
e186e5204697
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
compn
parents:
29281
diff
changeset
|
867 fourcc MP42,mp42,Mp42 |
5493 | 868 driver ffmpeg |
869 dll msmpeg4v2 | |
870 out YV12,I420,IYUV | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
871 |
6264 | 872 videocodec ffmp41 |
24987 | 873 info "FFmpeg MSMPEG-4 v1" |
6264 | 874 status working |
875 fourcc DIV1,div1 mpg4 | |
876 fourcc MPG4,mpg4 | |
28050 | 877 fourcc MP41 |
6264 | 878 driver ffmpeg |
879 dll msmpeg4v1 | |
880 out YV12,I420,IYUV | |
881 | |
6460 | 882 videocodec ffwmv1 |
24987 | 883 info "FFmpeg WMV1/WMV7" |
6460 | 884 status working |
885 fourcc WMV1,wmv1 | |
886 driver ffmpeg | |
887 dll wmv1 | |
888 out YV12,I420,IYUV | |
889 | |
8589 | 890 videocodec ffwmv2 |
24987 | 891 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
|
892 status working |
8589 | 893 fourcc WMV2,wmv2 |
894 driver ffmpeg | |
895 dll wmv2 | |
896 out YV12,I420,IYUV | |
15896 | 897 |
898 videocodec ffwmv3 | |
24987 | 899 info "FFmpeg WMV3/WMV9" |
19289
85b44ad8193a
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.
diego
parents:
19241
diff
changeset
|
900 status buggy |
15896 | 901 fourcc WMV3,wmv3 |
902 driver ffmpeg | |
903 dll wmv3 | |
904 out YV12,I420,IYUV | |
27440 | 905 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
906 videocodec ffwmv3vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
907 info "FFmpeg WMV3/WMV9 (VDPAU)" |
28677
cd9aa9b2533a
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
reimar
parents:
28604
diff
changeset
|
908 status buggy |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
909 fourcc WMV3,wmv3 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
910 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
911 dll wmv3_vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
912 out VDPAU_WMV3 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
913 |
19666 | 914 videocodec ffvc1 |
24987 | 915 info "FFmpeg WVC1" |
19666 | 916 status buggy |
20413
4223085b673c
Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.
diego
parents:
20371
diff
changeset
|
917 fourcc WVC1,wvc1,WMVA |
27611 | 918 fourcc vc-1,VC-1 |
19666 | 919 driver ffmpeg |
920 dll vc1 | |
921 out YV12,I420,IYUV | |
922 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
923 videocodec ffvc1vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
924 info "FFmpeg WVC1 (VDPAU)" |
28677
cd9aa9b2533a
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same
reimar
parents:
28604
diff
changeset
|
925 status buggy |
28547 | 926 fourcc WVC1,wvc1,WMVA |
28545 | 927 fourcc vc-1,VC-1 |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
928 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
929 dll vc1_vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
930 out VDPAU_VC1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
931 |
9867 | 932 videocodec ffh264 |
933 info "FFmpeg H.264" | |
934 status working | |
935 fourcc H264,h264 | |
16329 | 936 fourcc X264,x264 |
21376
f57f9423d6b8
Add another FourCC found in the wild, for example:
rathann
parents:
21362
diff
changeset
|
937 fourcc avc1,AVC1 |
17281 | 938 fourcc davc,DAVC |
9867 | 939 format 0x10000005 |
940 driver ffmpeg | |
941 dll h264 | |
942 out YV12,I420,IYUV | |
943 | |
28516
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
944 videocodec ffh264vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
945 info "FFmpeg H.264 (VDPAU)" |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
946 status working |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
947 fourcc H264,h264 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
948 fourcc X264,x264 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
949 fourcc avc1,AVC1 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
950 fourcc davc,DAVC |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
951 format 0x10000005 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
952 driver ffmpeg |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
953 dll h264_vdpau |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
954 out VDPAU_H264 |
79b0bd20433e
Add support for image formats and codecs used by VDPAU
reimar
parents:
28451
diff
changeset
|
955 |
29653 | 956 videocodec coreavcwindows |
957 info "CoreAVC H.264 for x86 - http://corecodec.org/" | |
958 comment "this codec will only work after purchasing it" | |
959 status working | |
960 fourcc H264,h264 | |
961 fourcc X264,x264 | |
962 fourcc avc1 AVC1,AVC1 | |
963 fourcc davc,DAVC | |
964 fourcc VSSH | |
965 format 0x10000005 | |
966 driver dshow | |
967 dll "CoreAVCDecoder.ax" | |
968 guid 0x09571a4b, 0xf1fe, 0x4c60, 0x97, 0x60, 0xde, 0x6d, 0x31, 0x0c, 0x7c, 0x31 | |
969 out YV12,IYUV,I420,YUY2 | |
970 | |
971 | |
10085 | 972 videocodec ffsvq3 |
10418
4b0bab36c1c0
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
alex
parents:
10381
diff
changeset
|
973 info "FFmpeg Sorenson Video v3 (SVQ3)" |
10085 | 974 status working |
975 fourcc SVQ3 | |
976 driver ffmpeg | |
977 dll svq3 | |
978 out YV12,I420,IYUV | |
979 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
980 videocodec ffodivx |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
981 info "FFmpeg MPEG-4" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
982 status working |
14766 | 983 fourcc FMP4,fmp4 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
984 fourcc DIVX,divx |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
985 fourcc DIV1,div1 divx |
27440 | 986 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 |
6010 | 987 fourcc M4S2,m4s2 |
8093 | 988 fourcc xvid,XVID,XviD,XVIX |
11611 | 989 fourcc DX50,dx50,BLZ0 DX50 |
12172 | 990 fourcc mp4v,MP4V |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
991 format 0x4 |
7384 | 992 fourcc UMP4 |
17649
a6a8b4287538
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.
diego
parents:
17629
diff
changeset
|
993 fourcc RMP4 |
27440 | 994 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
|
995 fourcc DXGM |
16825
657f55c92d4c
Support for video files created by Samsung Miniket VP-M100 diskless camcorder
iive
parents:
16796
diff
changeset
|
996 fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 |
17329 | 997 fourcc SMP4,smp4 ; Samsung SMP4 video codec |
26969 | 998 fourcc VIDM ; vidm 4.01 codec |
9069
0d2b25a821c9
raw mpeg4-es support (you need to set -fps manually!)
arpi
parents:
9065
diff
changeset
|
999 format 0x10000004 ; mpeg 4 es |
27612 | 1000 fourcc m4cc,M4CC |
1001 fourcc hdx4,HDX4 | |
1002 fourcc FVFW,fvfw | |
28044 | 1003 fourcc FFDS |
28050 | 1004 fourcc DCOD,MVXM,EM4A,PM4V |
28120 | 1005 fourcc M4T3,DMK2,DIGI,INMC |
28895 | 1006 fourcc EPHV,SN40 |
30322 | 1007 fourcc uldx,ULDX,VSPX |
31154 | 1008 fourcc SIPP ; Samsung SHR-6040 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1009 driver ffmpeg |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1010 dll mpeg4 ;opendivx |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1011 out YV12,I420,IYUV |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1012 |
29843
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1013 videocodec ffodivxvdpau |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1014 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
|
1015 status working |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1016 fourcc FMP4,fmp4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1017 fourcc DIVX,divx |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1018 fourcc DIV1,div1 divx |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1019 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
|
1020 fourcc M4S2,m4s2 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1021 fourcc xvid,XVID,XviD,XVIX |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1022 fourcc DX50,dx50,BLZ0 DX50 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1023 fourcc mp4v,MP4V |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1024 format 0x4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1025 fourcc UMP4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1026 fourcc RMP4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1027 fourcc 3IV2,3iv2 ; 3ivx Delta 4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1028 fourcc DXGM |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1029 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
|
1030 fourcc SMP4,smp4 ; Samsung SMP4 video codec |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1031 fourcc VIDM ; vidm 4.01 codec |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1032 format 0x10000004 ; mpeg 4 es |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1033 fourcc m4cc,M4CC |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1034 fourcc hdx4,HDX4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1035 fourcc FVFW,fvfw |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1036 fourcc FFDS |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1037 fourcc DCOD,MVXM,EM4A,PM4V |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1038 fourcc M4T3,DMK2,DIGI,INMC |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1039 fourcc EPHV,SN40 |
30322 | 1040 fourcc uldx,ULDX,VSPX |
31165
1b0e34bfb35a
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
cehoyos
parents:
31163
diff
changeset
|
1041 fourcc SIPP ; Samsung SHR-6040 |
29843
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1042 driver ffmpeg |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1043 dll mpeg4_vdpau |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1044 out VDPAU_MPEG4 |
f6d56a15f1d8
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
parents:
29775
diff
changeset
|
1045 |
14306 | 1046 videocodec ffwv1f |
1047 info "WV1F MPEG-4" | |
1048 status working | |
1049 fourcc WV1F | |
1050 driver ffmpeg | |
1051 dll mpeg4 | |
1052 out YV12,I420,IYUV flip | |
1053 | |
27307
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1054 videocodec fflibschroedinger |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1055 info "Dirac (through FFmpeg libschroedinger)" |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1056 status working |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1057 fourcc drac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1058 driver ffmpeg |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1059 dll libschroedinger |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1060 out I420,IYUV,422P,444P |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1061 |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1062 videocodec fflibdirac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1063 info "Dirac (through FFmpeg libdirac)" |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1064 status working |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1065 fourcc drac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1066 driver ffmpeg |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1067 dll libdirac |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1068 out I420,IYUV,422P,444P |
b9af28b39daf
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
parents:
27245
diff
changeset
|
1069 |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1070 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
|
1071 info "Xvid (MPEG-4)" |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1072 status working |
22472 | 1073 fourcc FMP4,fmp4 |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1074 fourcc DIVX,divx |
22472 | 1075 fourcc xvid,XVID,XviD,XVIX |
1076 fourcc DIV1,div1 divx | |
1077 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 | |
1078 fourcc M4S2,m4s2 | |
1079 fourcc DX50,dx50,BLZ0 DX50 | |
1080 fourcc mp4v,MP4V | |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1081 format 0x4 |
22472 | 1082 fourcc UMP4 |
1083 fourcc RMP4 | |
1084 fourcc 3IV2,3iv2 ; 3ivx Delta 4 | |
1085 fourcc DXGM | |
1086 fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 | |
1087 fourcc SMP4,smp4 ; Samsung SMP4 video codec | |
26969 | 1088 fourcc VIDM ; vidm 4.01 codec |
28044 | 1089 fourcc FFDS |
28050 | 1090 fourcc DCOD,MVXM,EM4A,PM4V |
28120 | 1091 fourcc M4T3,DMK2,DIGI,INMC |
28895 | 1092 fourcc EPHV,SN40 |
30322 | 1093 fourcc uldx,ULDX,VSPX |
22472 | 1094 format 0x10000004 ; mpeg 4 es |
31165
1b0e34bfb35a
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
cehoyos
parents:
31163
diff
changeset
|
1095 fourcc SIPP ; Samsung SHR-6040 |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1096 driver xvid |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1097 out YV12 |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1098 out I420 |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1099 out YUY2 |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1100 out UYVY |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1101 out YVYU |
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1102 out BGR32,BGR24,BGR16,BGR15 |
8209 | 1103 dll "libxvidcore.a" |
6701
522713337297
Support for Xvid using their new api. If divx4 compatiblity is disabeled
albeu
parents:
6683
diff
changeset
|
1104 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1105 ; 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
|
1106 |
2088 | 1107 videocodec divx4vfw |
6584 | 1108 info "DivX4Windows-VFW" |
5521 | 1109 status buggy |
1110 comment "sig11 with -framedrop" | |
2088 | 1111 fourcc DIVX,divx ; opendivx / divx4 |
1112 fourcc DIV1,div1 divx | |
27440 | 1113 ; fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 |
2088 | 1114 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! |
27440 | 1115 fourcc AP41 DIV3 ; AngelPotion stuff |
2088 | 1116 format 0x4 |
1117 driver vfw | |
1118 dll "divx.dll" | |
1119 ; out YV12 ; buggy | |
1120 out YUY2 | |
1121 out BGR32,BGR24,BGR15 | |
1122 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1123 ; the original ones... prefer DShow for postprocessing: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1124 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1125 videocodec divxds |
24987 | 1126 info "DivX ;-) (MSMPEG-4 v3)" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1127 comment "with postprocessing" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1128 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1129 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
|
1130 fourcc DIV5,div5 div3 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1131 fourcc DIV6,div6 div4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1132 fourcc DIV3,div3,DIV4,div4 |
27440 | 1133 fourcc AP41 div3 ; AngelPotion stuff |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1134 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1135 dll "divx_c32.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1136 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa |
6528 | 1137 out YUY2,UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1138 out BGR32,BGR24,BGR16,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1139 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1140 videocodec divx |
24987 | 1141 info "DivX ;-) (MSMPEG-4 v3)" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1142 status working |
24987 | 1143 fourcc MP43,mp43 div3 ; MSMPEG-4 v3 (fourcc mapping to div3) |
27440 | 1144 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
|
1145 fourcc DIV6,div6 div4 ; -||- |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1146 fourcc DIV3,div3,DIV4,div4 |
27440 | 1147 fourcc AP41 div3 ; AngelPotion stuff |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1148 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1149 dll "divxc32.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1150 out YUY2 yuvhack |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1151 out BGR32,BGR24,BGR15 |
27440 | 1152 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1153 ; 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
|
1154 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1155 videocodec mpeg4ds |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1156 info "Microsoft MPEG-4 v1/v2" |
1453 | 1157 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1158 comment "with postprocessing" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1159 fourcc DIV2,div2 mp42 |
27440 | 1160 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
|
1161 fourcc MPG4,mpg4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1162 fourcc MP42,mp42 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1163 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1164 dll "mpg4ds32.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1165 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
|
1166 out YUY2 |
16098 | 1167 ; out BGR32,BGR24,BGR16,BGR15 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1168 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1169 videocodec mpeg4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1170 info "Microsoft MPEG-4 v1/v2" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1171 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1172 fourcc MPG4,mpg4 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1173 fourcc MP42,mp42 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1174 fourcc DIV2 mp42 |
1453 | 1175 driver vfw |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1176 dll "mpg4c32.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1177 out YUY2 yuvhack |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1178 out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1179 |
8296 | 1180 videocodec wmv9dmo |
1181 info "Windows Media Video 9 DMO" | |
1182 status working | |
1183 fourcc WMV3 | |
13598
7a626d236929
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
rtognimp
parents:
13440
diff
changeset
|
1184 fourcc WMVP |
8296 | 1185 driver dmo |
1186 dll "wmv9dmod.dll" | |
1187 guid 0x724bb6a4, 0xe526, 0x450f, 0xaf, 0xfa, 0xab, 0x9b, 0x45, 0x12, 0x91, 0x11 | |
1188 out YV12 ;,I420,IYUV | |
1189 out YUY2,UYVY | |
16098 | 1190 ; out BGR32,BGR24,BGR16 ;,BGR15 |
8296 | 1191 |
1192 videocodec wmvdmo | |
1193 info "Windows Media Video DMO" | |
1194 status working | |
1195 fourcc WMV1 | |
1196 fourcc WMV2 | |
1197 fourcc WMV3 | |
13598
7a626d236929
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
rtognimp
parents:
13440
diff
changeset
|
1198 fourcc WMVP |
8296 | 1199 driver dmo |
1200 dll "wmvdmod.dll" | |
1201 guid 0x82d353df, 0x90bd, 0x4382, 0x8b, 0xc2, 0x3f, 0x61, 0x92, 0xb7, 0x6e, 0x34 | |
1202 out YV12 ;,I420,IYUV | |
1203 out YUY2,UYVY | |
16098 | 1204 ; out BGR32,BGR24,BGR16 ;,BGR15 |
8296 | 1205 |
24995
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1206 videocodec wmv8 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1207 info "Windows Media Video 8" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1208 status working |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1209 fourcc WMV2 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1210 driver dshow |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1211 dll "wmv8ds32.ax" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1212 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
|
1213 out YV12,I420,IYUV |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1214 out YUY2,UYVY |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1215 ; out BGR32,BGR24,BGR16,BGR15 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1216 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1217 videocodec wmv7 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1218 info "Windows Media Video 7" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1219 status working |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1220 fourcc WMV1 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1221 driver dshow |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1222 dll "wmvds32.ax" |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1223 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
|
1224 out YUY2,UYVY |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1225 ; out BGR32,BGR24,BGR16,BGR15 |
e52b23ec0bba
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
diego
parents:
24987
diff
changeset
|
1226 |
13745
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1227 videocodec wmvadmo |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1228 info "Windows Media Video Adv DMO" |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1229 status working |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1230 fourcc WMVA |
13942 | 1231 fourcc WVP2 |
13745
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1232 driver dmo |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1233 dll "wmvadvd.dll" |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1234 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
|
1235 out YV12 ;,I420,IYUV |
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1236 out YUY2,UYVY |
16098 | 1237 ; out BGR32,BGR24,BGR16 ;,BGR15 |
13745
3db10035d297
Windows media video advanced profile (wmva) support via binary codec
rtognimp
parents:
13740
diff
changeset
|
1238 |
18580
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1239 videocodec wmvvc1dmo |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1240 info "Windows Media Video (VC-1) Advanced Profile" |
18580
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1241 status working |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1242 fourcc WVC1 |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1243 driver dmo |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1244 dll "wvc1dmod.dll" |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1245 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
|
1246 out YV12,YUY2 |
d444160ee47c
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
rtogni
parents:
18526
diff
changeset
|
1247 |
13750
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1248 videocodec wmsdmod |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1249 info "Windows Media Screen Codec 2" |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1250 status working |
13929 | 1251 fourcc MSS1 |
13750
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1252 fourcc MSS2 |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1253 driver dmo |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1254 dll "wmsdmod.dll" |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1255 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
|
1256 out BGR32,BGR24,BGR16 |
62e739558f5c
Support WMV Screen Codec 2 (MSS2) with binary codec
rtognimp
parents:
13748
diff
changeset
|
1257 |
29654 | 1258 videocodec wms10dmod |
1259 info "Windows Media Screen Codec 2 from WMP10" | |
1260 status working | |
1261 fourcc MSS1 | |
1262 fourcc MSS2 | |
1263 driver dmo | |
1264 dll "wms10dmod.dll" | |
1265 guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde | |
1266 out BGR32,BGR24,BGR16 | |
1267 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1268 videocodec gotomeeting |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1269 info "GoToMeeting codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1270 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1271 fourcc G2M2,G2M3 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1272 driver dmo |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1273 dll "G2M.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1274 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
|
1275 out BGR24,RGB24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1276 |
5771 | 1277 videocodec ubmp4 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1278 info "UB Video MPEG-4" |
8209 | 1279 comment "black&white" |
5771 | 1280 status buggy |
6893 | 1281 fourcc mp4v UMP4 ; black&white, sometimes buggy too |
5771 | 1282 fourcc UMP4 |
1283 driver vfw | |
1284 dll "ubvmp4d.dll" | |
1285 out I420 | |
1286 out UYVY | |
1287 | |
28120 | 1288 videocodec geomp4 |
1289 info "GeoVision Advanced MPEG-4" | |
1290 status working | |
1291 fourcc GMP4,GM40 | |
1292 driver vfw | |
1293 dll "GXAMP4.dll" | |
1294 out BGR24 flip | |
5771 | 1295 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1296 ; MJPEG: |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1297 ; 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
|
1298 ; ijpg only decodes JPEG images (no MJPEG), and slow. |
8064 | 1299 ; 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
|
1300 |
11389 | 1301 videocodec zrmjpeg |
1302 info "Zoran MJPEG passthrough" | |
1303 status buggy | |
1304 fourcc MJPG,jpeg | |
1305 driver zrmjpeg | |
1306 out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query | |
1307 | |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1308 videocodec ffmjpeg |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1309 info "FFmpeg MJPEG" |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1310 status working |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1311 fourcc MJPG,mjpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1312 fourcc AVRn,AVDJ ; AVID |
27355 | 1313 fourcc ADJV ; Avid Motion JPEG |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1314 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
|
1315 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
|
1316 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
|
1317 fourcc ijpg,IJPG ; -mf type=jpeg |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1318 fourcc JPEG ; SGI's AVI Photo-JPEG |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1319 fourcc JPGL ; lossless JPEG (pegasus codec) |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1320 fourcc LJPG ; lossless JPEG |
15648 | 1321 fourcc dmb1 ; MJPEG by Matrox Rainbow Runner |
27610 | 1322 fourcc MJLS ; JPEG-LS custom FOURCC for avi - encoder |
28120 | 1323 fourcc MMJP,QIVG |
28089 | 1324 fourcc ACDV ; ACDSee jpeg |
28275 | 1325 fourcc SLMJ ; SL M-JPEG |
29733 | 1326 fourcc MVJP ; Midvid JPEG Video Codec |
29744 | 1327 fourcc IJLV ; Intel JPEG Library Video Codec |
29940 | 1328 fourcc avi1,avi2 |
30187 | 1329 fourcc MTSJ,ZJPG |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1330 driver ffmpeg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1331 dll mjpeg |
8064 | 1332 out 444P |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1333 out 422P |
30099 | 1334 out 440P |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1335 out YUY2 ; queried (conversion from yuv422p) |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1336 out YV12,I420,IYUV |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1337 out BGR32 ; lossless JPEG |
21553 | 1338 out RGB24 ; JPEG-LS |
17561 | 1339 out Y800 |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1340 |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1341 videocodec ffmjpegb |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1342 info "FFmpeg MJPEG-B" |
13800 | 1343 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1344 fourcc mjpb ; Apple MJPEG-B (Quicktime) |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1345 driver ffmpeg |
11316 | 1346 dll mjpegb |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1347 out 444P |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1348 out 422P |
30099 | 1349 out 440P |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1350 out YUY2 ; queryed (conversion from yuv422p) |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1351 out YV12,I420,IYUV |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1352 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1353 ; 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
|
1354 videocodec ijpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1355 info "Independent JPEG Group's codec" |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1356 status working |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1357 fourcc ijpg,IJPG ; -mf type=jpeg |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1358 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
|
1359 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
|
1360 fourcc CJPG |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1361 driver ijpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1362 dll libjpeg |
25668 | 1363 out RGB24,Y8 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1364 |
5914 | 1365 ; http://www.morgan-multimedia.com/dev/codec_spec.htm |
5771 | 1366 videocodec m3jpeg |
2877 | 1367 info "Morgan Motion JPEG Codec" |
1368 status working | |
1369 fourcc MJPG | |
1370 fourcc mjpa,mjpb,mjpg MJPG ; MOV files | |
4366 | 1371 fourcc dmb1 MJPG ; MJPEG by Matrox Rainbow Runner |
2877 | 1372 driver vfw |
1373 dll "m3jpeg32.dll" | |
6528 | 1374 ; out YV12,I420 |
1375 out YUY2,UYVY | |
2877 | 1376 out BGR32,BGR24,BGR15 |
1377 | |
1453 | 1378 videocodec mjpeg |
2877 | 1379 info "MainConcept Motion JPEG" |
1453 | 1380 status working |
1381 fourcc MJPG | |
2675 | 1382 fourcc mjpa,mjpb,mjpg MJPG ; MOV files |
5803
4febd266489c
AVID is buggy (image shifted/scaled?) with mainconcept codec
arpi
parents:
5799
diff
changeset
|
1383 ; fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy) |
1453 | 1384 driver vfw |
1385 dll "mcmjpg32.dll" | |
6528 | 1386 out YUY2,UYVY |
1453 | 1387 out BGR32,BGR24,BGR15 |
1388 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1389 videocodec avid |
6584 | 1390 info "AVID Motion JPEG" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1391 status working |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1392 comment "slooooooooow but stable" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1393 fourcc AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1394 fourcc AVDJ AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1395 fourcc MJPG,mjpg AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1396 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1397 dll "AvidAVICodec.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1398 out BGR24 flip |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
1399 |
5748 | 1400 videocodec LEAD |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1401 info "LEAD (M)JPEG" |
5748 | 1402 status working |
1403 comment "supports interlaced MJPEG" | |
1404 fourcc MJPG | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1405 fourcc jpeg MJPG ; MOV Photo-JPEG |
12050
96336c83b249
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >
rtognimp
parents:
12042
diff
changeset
|
1406 fourcc LEAD |
29955 | 1407 fourcc MTSJ MJPG |
5748 | 1408 driver vfw |
1409 dll "LCodcCMP.dll" | |
1410 out BGR24,BGR15 | |
1411 | |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1412 videocodec acdsee |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1413 info "ACDSee mjpeg" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1414 status working |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1415 fourcc ACDV |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1416 driver vfw |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1417 dll "ACDV.dll" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1418 out BGR32,BGR24,BGR15 flip |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1419 |
8320 | 1420 videocodec imagepower |
1421 info "ImagePower MJPEG2000" | |
1422 status buggy | |
1423 fourcc IPJ2 | |
1424 driver vfw | |
1425 dll "jp2avi.dll" | |
1426 out BGR32,BGR24,BGR15 | |
1427 | |
30132 | 1428 videocodec fflibopenjpeg |
1429 info "OpenJPEG MJPEG2000" | |
1430 status working | |
1431 fourcc MJ2C | |
1432 fourcc MJP2 | |
1433 fourcc mjp2 | |
1434 driver ffmpeg | |
1435 dll "libopenjpeg" | |
1436 out RGB24,RGB32,BGR32,Y8,Y800 | |
1437 | |
8320 | 1438 videocodec m3jpeg2k |
1439 info "Morgan MJPEG2000" | |
1440 status working | |
1441 fourcc MJ2C | |
27609 | 1442 fourcc MJP2 |
8320 | 1443 driver vfw |
1444 dll "m3jp2k32.dll" | |
1445 out YV12,I420,IYUV | |
1446 out YUY2,UYVY | |
1447 out BGR32,BGR24,BGR15 | |
1448 | |
5914 | 1449 ; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm |
5771 | 1450 videocodec m3jpegds |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1451 info "Morgan MJPEG" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1452 status crashing |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1453 fourcc MJPG mjpg |
5767 | 1454 fourcc mjpa,mjpb,mjpg mjpg ; MOV files |
1455 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
|
1456 driver dshow |
5537 | 1457 dll "m3jpegdec.ax" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1458 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
5914 | 1459 out I420 |
6528 | 1460 out YUY2,UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1461 out BGR32,BGR24,BGR16,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1462 |
5767 | 1463 videocodec pegasusm |
1464 info "Pegasus Motion JPEG" | |
8209 | 1465 status crashing |
5767 | 1466 fourcc MJPG |
1467 driver vfw | |
27440 | 1468 ; dll "pvmjpg20.dll" ; v2.0 |
1469 dll "pvmjpg21.dll" ; v2.1 | |
5767 | 1470 out BGR24 flip |
1471 | |
1472 videocodec pegasusl | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1473 info "Pegasus lossless JPEG" |
8209 | 1474 status crashing |
5767 | 1475 fourcc JPGL |
1476 fourcc MJPG JPGL | |
1477 driver vfw | |
1478 dll "pvljpg20.dll" | |
1479 out BGR24 flip | |
1480 | |
1481 videocodec pegasusmwv | |
1482 info "Pegasus Motion Wavelet 2000" | |
8209 | 1483 status crashing |
5767 | 1484 fourcc PVW2 |
1485 driver vfw | |
1486 dll "pvwv220.dll" | |
1487 out BGR24 flip | |
1488 | |
29732
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1489 videocodec fffrwu |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1490 info "FFmpeg Forward Uncompressed Video Codec" |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1491 status working |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1492 fourcc FRWU |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1493 driver ffmpeg |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1494 dll "FRWU" |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1495 out UYVY |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1496 |
28274 | 1497 videocodec frwuvfw |
1498 info "Forward Uncompressed Video Codec" | |
1499 status working | |
1500 fourcc FRWU | |
1501 driver vfw | |
1502 dll "FRWU.dll" | |
1503 out BGR24 flip | |
1504 | |
1505 videocodec frwdvfw | |
1506 info "Forward JPEG Video Codec" | |
1507 status working | |
1508 fourcc FRWD | |
1509 driver vfw | |
1510 dll "FRWD.dll" | |
1511 out BGR24 flip | |
1512 | |
1513 videocodec frwtvfw | |
1514 info "Forward JPEG+Alpha Video" | |
1515 status working | |
1516 fourcc FRWT | |
1517 driver vfw | |
1518 dll "FRWT.dll" | |
1519 out BGR24 flip | |
1520 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1521 ; h263: - I don't know. comments? |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1522 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1523 videocodec vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1524 info "Vivo H.263" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1525 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1526 fourcc VIVO,vivo vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1527 fourcc viv1,viv2 vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1528 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1529 dll "ivvideo.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1530 out BGR32,BGR24,BGR15 flip |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1531 in BGR24 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1532 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1533 videocodec u263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1534 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
|
1535 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1536 fourcc U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1537 fourcc vivo,VIVO U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1538 fourcc viv1 U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1539 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1540 dll "ubv263d+.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1541 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 |
5914 | 1542 ; out UYVY |
1543 ; 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
|
1544 out BGR24 flip |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1545 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1546 videocodec i263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1547 info "I263" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1548 status working |
9065 | 1549 fourcc I263,i263 |
1550 ; fourcc I420,i420 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1551 fourcc vivo,VIVO I263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1552 fourcc viv1 I263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1553 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1554 dll "i263_32.drv" |
5914 | 1555 out I420 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1556 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1557 out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1558 |
1453 | 1559 videocodec ffi263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1560 info "FFmpeg I263" |
1453 | 1561 status working |
1562 fourcc I263,i263 | |
1563 driver ffmpeg | |
1564 dll h263i | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1565 out YV12,I420,IYUV |
1453 | 1566 |
1567 videocodec ffh263 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1568 info "FFmpeg H.263+" |
1526 | 1569 status working |
17143
6e44a1e05769
M263 (M$ h263) can be decoded by lavc H.263 decoder
rtognimp
parents:
17009
diff
changeset
|
1570 fourcc H263,U263,h263,X263,M263 |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
1571 fourcc viv1 h263 |
27356 | 1572 fourcc s263,S263 |
28311 | 1573 fourcc T263 |
27356 | 1574 fourcc D263 ; DEC H263 |
1575 fourcc L263 ; Lead H263 | |
27612 | 1576 fourcc ILVR ; ITU H263+ |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1577 fourcc VX1K ; Agora Labs VX1000S H263 |
1453 | 1578 driver ffmpeg |
1579 dll h263 | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1580 out YV12,I420,IYUV |
1453 | 1581 |
11320 | 1582 videocodec ffzygo |
1583 info "FFmpeg ZyGo" | |
1584 status untested | |
1585 fourcc ZyGo | |
1586 driver ffmpeg | |
1587 dll h263 | |
1588 out YV12,I420,IYUV flip | |
1589 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1590 videocodec h263xa |
6584 | 1591 info "XAnim's CCITT H.263" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1592 status crashing |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1593 fourcc H263,h263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1594 fourcc viv1 H263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1595 fourcc VIVO,vivo H263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1596 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1597 dll "vid_h263.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1598 out YV12,IYUV,I420 |
3969 | 1599 |
13083 | 1600 videocodec ffh261 |
1601 info "CCITT H.261" | |
1602 status working | |
1603 fourcc H261,h261 | |
1604 driver ffmpeg | |
1605 dll h261 | |
1606 out YV12 | |
1607 | |
19394 | 1608 videocodec qt261 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1609 info "QuickTime H.261 video" |
19394 | 1610 status working |
1611 fourcc H261,h261 | |
1612 driver qtvideo | |
1613 dll "QuickTime.qts" | |
1614 out YUY2 | |
1615 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1616 videocodec h261xa |
6584 | 1617 info "XAnim's CCITT H.261" |
13929 | 1618 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1619 fourcc H261,h261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1620 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1621 dll "vid_h261.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1622 out YV12,IYUV,I420 |
4656 | 1623 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1624 videocodec m261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1625 info "M261" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1626 status untested |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1627 fourcc m261,M261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1628 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1629 dll "msh261.drv" |
4615
b1fe5f58cd82
Added native codec support for QT RPZA data, courtesy of Roberto Togni
melanson
parents:
4573
diff
changeset
|
1630 out BGR32,BGR24,BGR15 |
b1fe5f58cd82
Added native codec support for QT RPZA data, courtesy of Roberto Togni
melanson
parents:
4573
diff
changeset
|
1631 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1632 ; Indeo: |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1633 ; 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
|
1634 ; Prefer win32 ones, they are faster, and 4/5 can DR. For fallback, there are |
5442 | 1635 ; Xanim codecs, they provide YV12, useful for YUV display or encoding. |
1938 | 1636 |
334 | 1637 videocodec indeo5ds |
1638 info "Intel Indeo 5" | |
796 | 1639 status working |
334 | 1640 fourcc IV50,iv50 |
1641 driver dshow | |
1642 dll "ir50_32.dll" | |
1643 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
6528 | 1644 out YV12,IYUV,I420 |
1645 out YUY2,UYVY | |
334 | 1646 out BGR32,BGR24,BGR16,BGR15 |
1647 | |
346 | 1648 videocodec indeo5 |
1649 info "Intel Indeo 5" | |
1650 status working | |
1651 fourcc IV50,iv50 | |
6528 | 1652 driver vfwex |
346 | 1653 dll "ir50_32.dll" |
1358 | 1654 ; out YV12,I420 ; flickering |
346 | 1655 out YUY2 |
1656 out BGR32,BGR24,BGR15 | |
1657 | |
267 | 1658 videocodec indeo4 |
268 | 1659 info "Intel Indeo 4.1" |
746 | 1660 status working |
267 | 1661 fourcc IV41,iv41 |
1662 driver vfw | |
1663 dll "ir41_32.dll" | |
6528 | 1664 out IF09 |
746 | 1665 out BGR24,BGR15 |
6528 | 1666 in YVU9 |
267 | 1667 |
1668 videocodec indeo3 | |
268 | 1669 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
|
1670 status working |
267 | 1671 fourcc IV31,iv31 |
1672 fourcc IV32,iv32 | |
6528 | 1673 driver vfwex |
267 | 1674 dll "ir32_32.dll" |
6528 | 1675 out IF09 |
6104
0fb14001bf06
old vfw codecs don't like double buffering - force static buffer for them
arpi
parents:
6098
diff
changeset
|
1676 out BGR24,BGR15 flip,static |
6528 | 1677 in YVU9 |
267 | 1678 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1679 videocodec indeo5xa |
6584 | 1680 info "XAnim's Intel Indeo 5" |
2675 | 1681 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1682 fourcc IV50,iv50 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1683 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1684 dll "vid_iv50.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1685 out YVU9 |
267 | 1686 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1687 videocodec indeo4xa |
6584 | 1688 info "XAnim's Intel Indeo 4.1" |
1526 | 1689 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1690 fourcc IV41,iv41 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1691 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1692 dll "vid_iv41.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1693 out YVU9 |
713 | 1694 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1695 videocodec indeo3xa |
6584 | 1696 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
|
1697 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1698 fourcc IV31,iv31 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1699 fourcc IV32,iv32 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1700 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1701 dll "vid_iv32.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1702 out YVU9 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1703 |
30487
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1704 videocodec ffindeo5 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1705 info "FFmpeg Indeo 5" |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1706 status working |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1707 fourcc IV50 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1708 driver ffmpeg |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1709 dll indeo5 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1710 out YVU9 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1711 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1712 ; 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
|
1713 |
7601 | 1714 videocodec ffdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1715 info "FFmpeg DV" |
7667 | 1716 status working |
22617
3652d2628218
add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
compn
parents:
22472
diff
changeset
|
1717 fourcc CDVC,cdvc |
29077 | 1718 fourcc CDVH,cdvh ; Canopus DVCPRO HD |
7601 | 1719 fourcc DVSD,dvsd ; PAL |
1720 fourcc DVCS,dvcs ; NTSC ? | |
1721 fourcc "dvcp" ; PAL DV in .mov | |
1722 fourcc "dvc " ; NTSC DV in .mov | |
29097
3dc541dc1866
add fourccs: dvp and dvs1, from vlc dv video fourcc list
compn
parents:
29077
diff
changeset
|
1723 fourcc "dvp " |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
1724 fourcc dvpp ; DVCPRO - PAL |
25921
b071a2aec687
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
diego
parents:
25668
diff
changeset
|
1725 fourcc dv50 ; DVCPRO 50 |
26303
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
1726 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
|
1727 fourcc dv5p ; DVCPRO 50 PAL in .mov |
27609 | 1728 fourcc AVdv,AVd1 |
1729 fourcc dvhq,dvhp | |
1730 fourcc dvh5,dvh6,dvh3 | |
27610 | 1731 fourcc dvhd,dvsl,dv25 |
29282
e186e5204697
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
compn
parents:
29281
diff
changeset
|
1732 fourcc dvs1,dvh1 |
7601 | 1733 driver ffmpeg |
1734 dll dvvideo | |
20371 | 1735 out 411P,422P,YV12 |
7601 | 1736 |
28918
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1737 videocodec qdv |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1738 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
|
1739 status working |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1740 fourcc dvsl,dvsd,dvhd ; ???? |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1741 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
|
1742 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
|
1743 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
|
1744 driver dshow |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1745 dll "qdv.dll" |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1746 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
|
1747 out YUY2 |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1748 out UYVY |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1749 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
|
1750 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1751 videocodec libdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1752 info "Raw DV (libdv)" |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1753 status working |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1754 fourcc DVSD,dvsd ; PAL |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1755 fourcc DVCS,dvcs ; NTSC ? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1756 fourcc "dvcp" ; PAL DV in .mov |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1757 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
|
1758 fourcc dvpp ; DVCPRO - PAL |
25921
b071a2aec687
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
diego
parents:
25668
diff
changeset
|
1759 fourcc dv50 ; DVCPRO 50 |
26303
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
1760 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
|
1761 fourcc dv5p ; DVCPRO 50 PAL in .mov |
27609 | 1762 fourcc AVdv,AVd1 ; AVID DV |
1763 fourcc dvhq,dvhp | |
1764 fourcc dvh5,dvh6,dvh3 | |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1765 driver libdv |
8209 | 1766 dll libdv.so.2 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1767 out YUY2 |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1768 |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1769 ; note: it crashes with pond.dv :( |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1770 videocodec mcdv |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1771 info "MainConcept DV Codec" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1772 status working |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1773 fourcc DVSD,dvsd ; PAL |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1774 fourcc DVCS,dvcs ; NTSC ? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1775 fourcc CDVC,cdvc ; ??? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1776 fourcc "dvcp" dvsd ; PAL DV in .mov |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1777 fourcc "dvc " dvcs ; NTSC DV in .mov |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1778 driver vfw |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1779 dll "mcdvd_32.dll" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1780 out YUY2 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1781 out UYVY |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1782 out BGR32,BGR24,BGR15 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1783 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1784 ; 3ivx: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1785 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1786 videocodec 3ivXxa |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1787 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
|
1788 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1789 fourcc 3IV1 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1790 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1791 dll "vid_3ivX.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1792 out YV12,IYUV,I420 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1793 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1794 videocodec 3ivX |
22367
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
1795 info "3ivx Delta 4.5" |
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
1796 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1797 fourcc 3IV1 |
334 | 1798 driver dshow |
22367
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
1799 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
|
1800 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
|
1801 out YV12 |
334 | 1802 out YUY2 |
1803 out BGR32,BGR24,BGR16,BGR15 | |
1804 | |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1805 ; RealVideo variants |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1806 |
14580
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1807 videocodec rv3040 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1808 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
|
1809 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
|
1810 fourcc RV30,rv30 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1811 fourcc RV40,rv40 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1812 driver realvid |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1813 dll "drvc.so" |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1814 out I420 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1815 |
22908 | 1816 videocodec rv3040win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1817 info "Win32 RealPlayer 10 RV30/40" |
22908 | 1818 status working |
1819 fourcc RV30,rv30 | |
1820 fourcc RV40,rv40 | |
1821 driver realvid | |
1822 dll "drvc.dll" | |
1823 out I420 | |
1824 | |
6983 | 1825 videocodec rv40 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1826 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
|
1827 status buggy |
6983 | 1828 fourcc RV40,rv40 |
1829 driver realvid | |
1830 dll "drv4.so.6.0" | |
1831 out I420 | |
1832 | |
8527 | 1833 videocodec rv40win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1834 info "Win32 RealPlayer 9 RV40" |
8527 | 1835 status working |
1836 fourcc RV40,rv40 | |
1837 driver realvid | |
1838 dll "drv43260.dll" | |
1839 out I420 | |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1840 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1841 videocodec rv40mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1842 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
|
1843 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1844 fourcc RV40,rv40 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1845 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
1846 dll "drvc.bundle/Contents/MacOS/drvc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1847 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1848 |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1849 videocodec rv30 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1850 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
|
1851 status buggy |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1852 fourcc RV30,rv30 |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1853 driver realvid |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1854 dll "drv3.so.6.0" |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1855 out I420 |
5749 | 1856 |
6375 | 1857 videocodec rv30win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1858 info "Win32 RealPlayer 8 RV30" |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1859 status working |
6375 | 1860 fourcc RV30,rv30 |
1861 driver realvid | |
1862 dll "drv33260.dll" | |
1863 out I420 | |
1864 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1865 videocodec rv30mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1866 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
|
1867 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1868 fourcc RV30,rv30 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1869 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
1870 dll "drvc.bundle/Contents/MacOS/drvc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1871 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1872 |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1873 videocodec ffrv20 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1874 info "FFmpeg RV20" |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1875 status working |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1876 fourcc RV20,rv20 |
27627 | 1877 fourcc RVTR |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1878 driver ffmpeg |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1879 dll rv20 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1880 out YV12,I420,IYUV |
27440 | 1881 |
28138 | 1882 videocodec ffrv30 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1883 info "FFmpeg RV30" |
28138 | 1884 status buggy |
1885 fourcc RV30,rv30 | |
1886 driver ffmpeg | |
1887 dll rv30 | |
1888 out YV12,I420,IYUV | |
1889 | |
28020 | 1890 videocodec ffrv40 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1891 info "FFmpeg RV40" |
28020 | 1892 status working |
1893 fourcc RV40,rv40 | |
1894 driver ffmpeg | |
1895 dll rv40 | |
1896 out YV12,I420,IYUV | |
1897 | |
6346 | 1898 videocodec rv20 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1899 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
|
1900 status buggy |
6346 | 1901 fourcc RV20,rv20 |
1902 driver realvid | |
1903 dll "drv2.so.6.0" | |
1904 out I420 | |
1905 | |
22908 | 1906 videocodec rv20winrp10 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1907 info "Win32 RealPlayer 10 RV20" |
22908 | 1908 status working |
1909 fourcc RV20,rv20 | |
1910 driver realvid | |
1911 dll "drv2.dll" | |
1912 out I420 | |
1913 | |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1914 videocodec rv20win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1915 info "Win32 RealPlayer 8 RV20" |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1916 status working |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1917 fourcc RV20,rv20 |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1918 driver realvid |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1919 dll "drv23260.dll" |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1920 out I420 |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1921 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1922 videocodec rv20mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1923 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
|
1924 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1925 fourcc RV20,rv20 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1926 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
1927 dll "drv2.bundle/Contents/MacOS/drv2" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1928 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1929 |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1930 videocodec ffrv10 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1931 info "FFmpeg RV10" |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1932 status working |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1933 fourcc RV10,rv10 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1934 fourcc RV13,rv13 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1935 driver ffmpeg |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1936 dll rv10 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1937 out YV12,I420,IYUV |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1938 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1939 ; others: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1940 |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1941 videocodec alpary |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1942 info "Alparysoft lossless codec dshow" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
1943 status working |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1944 fourcc ASLC |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1945 driver dshow |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1946 dll "aslcodec_dshow.dll" |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1947 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
|
1948 out BGR24 flip |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1949 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1950 videocodec alpary2 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1951 info "Alparysoft lossless codec vfw" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
1952 status working |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1953 fourcc ASLC |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1954 driver vfw |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1955 dll "aslcodec_vfw.dll" |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1956 out BGR24 flip |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1957 |
12059
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1958 videocodec LEADMW20 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1959 info "Lead CMW wavelet 2.0" |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1960 status working |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1961 fourcc LCW2 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1962 driver dshow |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1963 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
|
1964 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
|
1965 out BGR24,BGR8 flip |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1966 |
31139
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1967 videocodec cineformhd |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1968 info "CineForm HD" |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1969 status working |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1970 fourcc CFHD |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1971 driver dshow |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1972 dll "CFDecode2.ax" |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1973 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
|
1974 out UYVY |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1975 |
25352
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1976 videocodec lagarith |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1977 info "Lagarith Lossless Video Codec" |
25455 | 1978 comment "http://lags.leetcode.net/codec.html, requires an MMX2 CPU." |
25352
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1979 status working |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1980 fourcc LAGS |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1981 driver vfw |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1982 dll "lagarith.dll" |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1983 out BGR32,BGR24 flip |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1984 |
26968 | 1985 videocodec psiv |
1986 info "Infinite Video PSI_V" | |
1987 status working | |
1988 fourcc PSIV | |
1989 driver vfw | |
1990 dll "psiv.dll" | |
1991 out BGR32,BGR24 query,flip | |
1992 | |
30188 | 1993 videocodec midivid1 |
1994 info "http://www.midivid.com/codec/download.html" | |
1995 status working | |
1996 fourcc MVLZ | |
1997 driver vfw | |
1998 dll "MLZCodec.dll" | |
1999 out BGR24,BGR16 flip | |
2000 | |
2001 videocodec midivid2 | |
2002 info "http://www.midivid.com/codec/download.html" | |
2003 status working | |
2004 fourcc MVDV | |
2005 driver vfw | |
2006 dll "MVCodec.dll" | |
2007 out BGR24 flip | |
2008 | |
28300 | 2009 videocodec midivid3 |
2010 info "www.midivid.com/codec/mv3codec.html" | |
2011 status working | |
2012 fourcc MV30 | |
2013 driver vfw | |
2014 dll "MV3.dll" | |
2015 out BGR24,BGR16 | |
2016 | |
28311 | 2017 videocodec moyea |
2018 info "Moyea Flash to Video Converter" | |
2019 comment "requires zlib1.dll" ; c7d4d685a0af2a09cbc21cb474358595 | |
2020 status working | |
2021 fourcc MFZ0 | |
2022 driver vfw | |
2023 dll "MyFlashZip0.ax" | |
2024 out BGR24 flip | |
2025 | |
28273
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2026 videocodec nsvideo |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2027 info "Power VideoWorks video" |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2028 status working |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2029 fourcc NSVI |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2030 driver vfw |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2031 dll "nsvideo.dll" |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2032 out BGR24 flip |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2033 |
28274 | 2034 videocodec smv2vfw |
2035 info "DideoNET SMV2" | |
2036 status working | |
2037 fourcc SMV2 | |
2038 driver vfw | |
2039 dll "smv2vfw.dll" | |
2040 out BGR32,BGR24,BGR8,RGB32,RGB24,RGB8 flip | |
2041 | |
30205 | 2042 videocodec cfhdvfw |
2043 status working | |
2044 info "CineForm HD" | |
30232 | 2045 comment "windows only" ; set registry keys for half-res decoding |
30205 | 2046 status working |
2047 fourcc CFHD | |
2048 driver vfw | |
2049 dll "cinevfw.dll" | |
2050 out BGR32 | |
2051 | |
26439 | 2052 videocodec canopushq |
2053 status working | |
2054 info "Canopus HQ Codec" | |
26440
9dc0b217fce4
Canopus HQ tries to load the auxiliary dlls with lowercase filename
rtogni
parents:
26439
diff
changeset
|
2055 comment "requires csehqa.dll and cseuvec.dll" |
26439 | 2056 fourcc CUVC |
2057 driver vfw | |
2058 dll "CUVCcodc.dll" | |
2059 out BGR24 | |
2060 | |
2061 videocodec canopusll | |
2062 status working | |
2063 info "Canopus Lossless Codec" | |
2064 comment "requires csellc.dll" | |
2065 fourcc CLLC | |
2066 driver vfw | |
2067 dll "CLLCcodc.dll" | |
2068 out BGR24 | |
2069 | |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2070 videocodec ffvp3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2071 info "FFmpeg VP3" |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2072 status untested |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2073 fourcc VP30,vp30,VP31,vp31 |
10126 | 2074 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
|
2075 driver ffmpeg |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2076 dll "vp3" |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2077 out YV12 |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2078 |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2079 videocodec fftheora |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2080 info "FFmpeg Theora" |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2081 status untested |
15823 | 2082 fourcc theo |
2083 fourcc Thra theo | |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2084 format 0xFFFC |
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2085 driver ffmpeg |
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2086 dll "theora" |
30845 | 2087 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
|
2088 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2089 videocodec vp3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2090 info "On2 Open Source VP3 Codec" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2091 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2092 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
|
2093 fourcc VP30,vp30,VP31,vp31 |
6565 | 2094 flags align16 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2095 driver vfwex |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2096 dll "vp31vfw.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2097 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2098 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
2099 |
10722
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2100 videocodec vp4 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2101 info "On2 VP4 Personal Codec" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2102 comment "Decodes also VP3" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2103 status working |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2104 fourcc VP40 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2105 fourcc VP31,VP30,vp31,vp30 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2106 driver vfwex |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2107 dll "vp4vfw.dll" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2108 out YUY2 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2109 out BGR32,BGR24 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2110 |
19775 | 2111 videocodec ffvp5 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2112 info "FFmpeg VP5" |
19775 | 2113 status working |
2114 fourcc VP50 | |
2115 driver ffmpeg | |
2116 dll "vp5" | |
2117 out YV12 | |
2118 | |
12042 | 2119 videocodec vp5 |
2120 info "On2 VP5 Personal Codec" | |
2121 status working | |
2122 fourcc VP50 | |
2123 driver vfwex | |
2124 dll "vp5vfw.dll" | |
2125 out YUY2 | |
2126 out BGR32,BGR24 | |
2127 | |
19775 | 2128 videocodec ffvp6 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2129 info "FFmpeg VP6" |
19775 | 2130 status working |
21647 | 2131 fourcc VP60,VP61,VP62 |
19775 | 2132 driver ffmpeg |
2133 dll "vp6" | |
2134 out YV12 | |
2135 | |
27324 | 2136 videocodec ffvp6a |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2137 info "FFmpeg VP6A" |
27324 | 2138 status untested |
2139 fourcc VP6A | |
2140 driver ffmpeg | |
2141 dll "vp6a" | |
30115
ad61464d02a7
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
parents:
30111
diff
changeset
|
2142 out 420A |
27324 | 2143 |
19796 | 2144 videocodec ffvp6f |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2145 info "FFmpeg VP6 Flash" |
19796 | 2146 status working |
2147 fourcc VP6F | |
31091 | 2148 fourcc FLV4 |
19796 | 2149 driver ffmpeg |
2150 dll "vp6f" | |
2151 out YV12 | |
2152 | |
12042 | 2153 videocodec vp6 |
2154 info "On2 VP6 Personal Codec" | |
2155 status working | |
2156 fourcc VP60,VP61,VP62 | |
2157 driver vfwex | |
2158 dll "vp6vfw.dll" | |
2159 out YUY2 | |
2160 out BGR32,BGR24 | |
2161 | |
30034 | 2162 videocodec vp6f |
2163 info "On2 VP6F Personal Codec" | |
2164 status working | |
2165 fourcc VP6F VP60 | |
2166 driver vfwex | |
2167 dll "vp6vfw.dll" | |
2168 out YUY2,BGR32,BGR24 flip | |
2169 | |
16338
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2170 videocodec vp7 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2171 info "On2 VP7 Personal Codec" |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2172 status working |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2173 fourcc VP70 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2174 driver vfwex |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2175 dll "vp7vfw.dll" |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2176 out YUY2 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2177 out BGR32,BGR24 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2178 |
31476
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2179 videocodec ffvp8 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2180 info "FFmpeg VP8" |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2181 comment "not working due to missing edge emulation" |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2182 status buggy |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2183 fourcc VP80 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2184 driver ffmpeg |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2185 dll "vp8" |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2186 out YV12 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2187 |
31163
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2188 videocodec fflibvpx |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2189 info "FFmpeg wrapper for libvpx/VP8" |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2190 status working |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2191 fourcc VP80 |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2192 driver ffmpeg |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2193 dll "libvpx" |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2194 out YV12 |
07faae7acdfa
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
diego
parents:
31154
diff
changeset
|
2195 |
344 | 2196 videocodec mwv1 |
333 | 2197 info "Motion Wavelets" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2198 status working |
334 | 2199 fourcc MWV1 |
333 | 2200 driver vfw |
2201 dll "icmw_32.dll" | |
5914 | 2202 out BGR24,BGR15 flip |
333 | 2203 |
28125 | 2204 videocodec wavcvfw |
2205 info "centre for wavelets, approximation and infromation processing" | |
2206 status working | |
2207 fourcc wavc | |
2208 driver vfw | |
2209 dll "WavCWAIP.dll" | |
2210 out BGR24 flip | |
2211 | |
403 | 2212 videocodec asv2 |
2213 info "ASUS V2" | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2214 status working |
403 | 2215 fourcc ASV2 |
2216 driver vfw | |
2217 dll "asusasv2.dll" | |
713 | 2218 out UYVY |
2219 out BGR32,BGR24,BGR15 flip | |
2220 | |
2221 videocodec asv1 | |
2222 info "ASUS V1" | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2223 status working |
713 | 2224 fourcc ASV1 |
2225 driver vfw | |
2226 dll "asusasvd.dll" | |
2227 out UYVY | |
403 | 2228 out BGR32,BGR24,BGR15 flip |
2229 | |
13356 | 2230 videocodec ffultimotion |
28451 | 2231 info "FFmpeg IBM Ultimotion" |
13356 | 2232 status working |
2233 fourcc ULTI | |
2234 driver ffmpeg | |
2235 dll "ultimotion" | |
2236 out YVU9 | |
2237 | |
11314 | 2238 videocodec ultimotion |
2239 info "IBM Ultimotion" | |
2240 status working | |
2241 fourcc ULTI | |
2242 driver vfw | |
2243 dll "ultimo.dll" | |
2244 out YUY2,UYVY | |
2245 out BGR32,BGR24,BGR15 flip | |
2246 | |
5749 | 2247 videocodec mss1 |
2248 info "Windows Screen Video" | |
2249 status working | |
2250 fourcc MSS1 | |
2251 driver dshow | |
2252 dll "msscds32.ax" | |
2253 guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24 | |
2254 out BGR32,BGR24,BGR16,BGR15 | |
2255 | |
2256 ; CLRVIDDC.DLL needed too, with uppercase | |
2257 videocodec ucod | |
2258 info "UCOD-ClearVideo" | |
2259 status working | |
2260 fourcc UCOD | |
2261 driver vfw | |
2262 dll "clrviddd.dll" | |
2263 out BGR32,BGR24,BGR15 flip | |
2264 | |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2265 videocodec vcr2 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2266 info "ATI VCR-2" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2267 status working |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2268 fourcc VCR2 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2269 driver vfw |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2270 dll "ativcr2.dll" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2271 out YV12 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2272 out BGR24 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2273 |
29738 | 2274 videocodec slifvfw |
2275 info "SoftLab-NSK Forward MPEG2 I-frames" | |
2276 status working | |
2277 fourcc slif | |
2278 driver vfw | |
2279 dll "slif.dll" | |
2280 out RGB32 flip | |
2281 | |
30186 | 2282 videocodec blox |
2283 info "Jan Jezabeks BLOX MPEG Codec" | |
2284 status working | |
2285 fourcc BLOX | |
2286 driver vfw | |
2287 dll "blox.dll" | |
2288 out YUY2 | |
2289 | |
28127 | 2290 videocodec cjpg |
2291 info "Creative Labs Video Blaster Webcam" | |
2292 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
|
2293 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2294 fourcc CJPG |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2295 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2296 dll "CtWbJpg.DLL" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2297 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2298 out UYVY |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2299 out BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2300 |
28127 | 2301 videocodec kensington |
2302 info "kensington webcam" | |
2303 status working | |
2304 fourcc AJPG,ABYR | |
2305 fourcc LBYR,JBYR ; untested, creative labs cam | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29097
diff
changeset
|
2306 fourcc UV12 ; untested |
28127 | 2307 driver vfw |
2308 dll "aoxdxipl.ax" | |
2309 out BGR24 flip | |
2310 | |
28120 | 2311 videocodec xjpg |
2312 info "xiricam Veo PC Camera" | |
2313 status working | |
2314 fourcc XJPG | |
2315 driver vfw | |
2316 dll "camfc.dll" | |
2317 out BGR24 flip | |
2318 | |
11554 | 2319 videocodec ffduck |
2320 info "Duck Truemotion1" | |
2321 status working | |
2322 fourcc DUCK | |
28353 | 2323 fourcc PVEZ |
11554 | 2324 driver ffmpeg |
2325 dll "truemotion1" | |
16964
ecf96c255294
ffmpeg truemotion1 codec now outputs BGR32 for some files
reimar
parents:
16915
diff
changeset
|
2326 out BGR15,BGR16,BGR24,BGR32 query |
11554 | 2327 |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2328 videocodec fftm20 |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2329 info "FFmpeg Duck/On2 TrueMotion 2.0" |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2330 status working |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2331 fourcc TM20 |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2332 driver ffmpeg |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2333 dll truemotion2 |
29334
e121eaf43346
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
kostya
parents:
29326
diff
changeset
|
2334 out BGR24 |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2335 |
5799 | 2336 ; our BGR15->BGR32 is bad or the DLL? |
2337 videocodec tm20 | |
2338 info "TrueMotion 2.0" | |
2339 status working | |
2340 comment "YUV faulting" | |
2341 fourcc TM20 | |
2342 driver dshow | |
2343 dll "tm20dec.ax" | |
2344 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
|
2345 out BGR32,BGR24,BGR16 flip |
5799 | 2346 |
30102 | 2347 videocodec tm2xvfw |
2348 info "TrueMotion 2.0" | |
2349 status working | |
2350 fourcc TM2X | |
2351 fourcc TM2A TM2X | |
2352 driver vfw | |
2353 dll "tm2X.dll" | |
2354 out BGR32,BGR24,BGR16 flip | |
2355 | |
29368 | 2356 videocodec tr20 |
2357 info "TrueMotion RT" | |
2358 status working | |
2359 fourcc TR20 | |
2360 driver vfw | |
2361 dll "tr2032.dll" | |
2362 out BGR15 | |
2363 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2364 videocodec sif1vfw |
28050 | 2365 info "sif1 alpha4" |
2366 status working | |
2367 fourcc SIF1 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2368 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2369 dll "Sif1_vfw.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2370 out YV12,YUY2 |
28050 | 2371 |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2372 videocodec sif1ds |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2373 info "sif1 alpha4" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2374 status buggy |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2375 comment "one frame every 5 seconds?" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2376 fourcc SIF1 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2377 driver dshow |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2378 dll "Sif1Dec.ax" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2379 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
|
2380 out BGR32 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2381 |
24653 | 2382 videocodec ffamv |
2383 info "Modified MJPEG, used in AMV files" | |
2384 status working | |
2385 fourcc AMVV ; internal MPlayer FourCC | |
2386 driver ffmpeg | |
2387 dll "amv" | |
2388 out YV12 | |
2389 | |
11082 | 2390 videocodec ffsp5x |
2391 info "SP5x codec - used by Aiptek MegaCam" | |
2392 status working | |
2393 fourcc SP53,SP54,SP55,SP56,SP57,SP58 | |
2394 driver ffmpeg | |
2395 dll "sp5x" | |
2396 out YV12 | |
2397 | |
28120 | 2398 videocodec sp6x |
2399 info "SP6x codec" | |
2400 status buggy | |
2401 fourcc SP60,SP61,SP62 | |
2402 driver vfw | |
2403 dll "sp6x_32.dll" | |
2404 out BGR24 flip | |
2405 | |
7059 | 2406 videocodec sp5x |
2407 info "SP5x codec - used by Aiptek MegaCam" | |
2408 status working | |
2409 fourcc SP53,SP54,SP55,SP56,SP57,SP58 | |
2410 driver vfw | |
2411 dll "sp5x_32.dll" | |
10381
c21e3bceec16
patch for sp5x video codec by "Philip Court" <pccourt (at) hotmail.com>
attila
parents:
10348
diff
changeset
|
2412 out BGR24,BGR15 flip |
7059 | 2413 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2414 videocodec sp4x |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2415 info "SP4x codec - used by Aiptek MegaCam" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2416 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2417 fourcc SP40,SP41,SP42,SP43,SP44,SP45 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2418 fourcc SP46,SP47 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2419 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2420 dll "SP4X_32.DLL" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2421 out BGR24,BGR15 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2422 |
28050 | 2423 videocodec bt411 |
2424 info "Brooktree 411 codec" | |
2425 status working | |
2426 fourcc BT20,Y41P | |
2427 driver vfwex | |
2428 dll "btvvc32.drv" | |
2429 out BGR24 | |
2430 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2431 videocodec bwmpeg |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2432 info "Broadway MPEG Capture Codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2433 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2434 fourcc BW10 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2435 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2436 dll "bw10.dll" ;requires vtaccess.dll |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29097
diff
changeset
|
2437 out YV12,YUY2,I420 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2438 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2439 videocodec zdsoft |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2440 info "zdsoft screen recorder" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2441 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2442 fourcc ZDSV |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2443 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2444 dll "scrvid.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2445 out BGR32 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2446 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2447 videocodec webtrain |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2448 info "WebTrain Communication lossless screen recorder" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2449 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2450 fourcc WTVC |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2451 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2452 dll "wtvc.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2453 out BGR16 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2454 |
29631 | 2455 videocodec kegavideo |
2456 info "Kega Video" | |
29637 | 2457 comment "requires MSVCR80.DLL on windows" |
29631 | 2458 status working |
2459 fourcc KGV1 | |
2460 driver vfw | |
2461 dll "KGV1-VFW.dll" | |
29637 | 2462 out BGR16 flip |
29631 | 2463 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2464 videocodec xfire |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2465 info "xfire video" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2466 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2467 fourcc XFR1 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2468 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2469 dll "xfcodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2470 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2471 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2472 videocodec vfapi |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2473 info "VFAPI rgb transcode codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2474 status untested |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2475 fourcc vifp |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2476 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2477 dll "VFCodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2478 out BGR24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2479 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2480 videocodec eyecon |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2481 info "nokia eti camcorder eyecon" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2482 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2483 fourcc NUB0,NUB1,NUB2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2484 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2485 dll "nub2.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2486 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2487 |
28120 | 2488 videocodec smsvvfw |
2489 info "WorldConnect Wavelet Video" | |
2490 comment "found in visualmail videos" | |
2491 status working | |
2492 fourcc SMSV | |
2493 driver vfw | |
2494 dll "wv32vfw.dll" | |
2495 out BGR24 flip | |
2496 | |
30185 | 2497 videocodec adv601 |
2498 info "Analog Devices Wavelet Codec" | |
2499 status working | |
2500 fourcc ADV1 | |
2501 driver vfw | |
2502 dll "ADV601.dll" | |
2503 out BGR24 flip | |
2504 | |
2505 videocodec advwavelet | |
2506 info "waveletvideo.freeservers.com" | |
2507 status working | |
2508 fourcc ADV1 | |
2509 driver vfw | |
2510 dll "wavelet.dll" | |
2511 out BGR24 flip | |
2512 | |
2513 videocodec loronixwavlet | |
2514 info "loronix wavelet" | |
2515 status untested | |
2516 fourcc ADV1 | |
2517 driver vfw | |
2518 dll "wavlor.dll" | |
2519 out BGR24 | |
2520 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2521 videocodec foxmotion |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2522 info "fox motion video" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2523 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2524 fourcc FMVC |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2525 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2526 dll "fmcodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2527 out BGR32,BGR24,BGR15 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2528 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2529 videocodec tridvfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2530 status untested |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2531 fourcc ty2c,TY2C,ty0n |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2532 fourcc TY2N,TY0N,T565 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2533 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2534 dll "TRICDC32.DRV" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2535 out BGR24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2536 |
28300 | 2537 videocodec vdtzvfw |
2538 info "Telegeny VDTZ" | |
2539 status working | |
2540 fourcc VDTZ | |
2541 driver vfw | |
2542 dll "VTZ32.DLL" | |
2543 out BGR24 flip | |
2544 | |
10818
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2545 videocodec vivd2 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2546 info "SoftMedia ViVD V2 codec VfW" |
10818
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2547 status working |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2548 fourcc GXVE,gxve |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2549 driver vfw |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2550 dll "ViVD2.dll" |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2551 out YUY2,YV12,I420,YVU9 |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2552 out BGR32,BGR24,BGR15 |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2553 |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2554 videocodec winx |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2555 info "Winnov Videum winx codec" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2556 status working |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2557 fourcc WINX |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2558 driver vfwex |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2559 dll "wnvwinx.dll" |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2560 out BGR32,BGR24,BGR15 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2561 |
15021 | 2562 videocodec ffwnv1 |
28451 | 2563 info "FFmpeg wnv1 codec" |
15021 | 2564 status working |
2565 fourcc WNV1 | |
2566 driver ffmpeg | |
2567 dll wnv1 | |
2568 out 422P | |
2569 | |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2570 videocodec wnv1 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2571 info "Winnov Videum wnv1 codec" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2572 status working |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2573 fourcc WNV1 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2574 driver vfwex |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2575 dll "wnvplay1.dll" |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2576 out BGR32,BGR24,BGR15 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2577 |
13748 | 2578 videocodec vdom |
2579 info "VDOWave codec" | |
2580 status working | |
28050 | 2581 fourcc VDOM,VDOW |
13748 | 2582 driver vfw |
2583 dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL | |
28050 | 2584 out BGR24 flip |
13748 | 2585 |
28103 | 2586 videocodec vdowave3 |
2587 info "VDOWave 3 advanced codec" | |
2588 status working | |
2589 fourcc VDO3 | |
2590 fourcc VDOM,VDOW | |
2591 driver vfw | |
2592 dll "vdo32_30.drv" ; Need also decvdo.dll | |
2593 out BGR24 flip | |
2594 | |
13944 | 2595 videocodec lsv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2596 info "Vianet Lsvx Video" |
13944 | 2597 status working |
2598 fourcc lsvx | |
2599 fourcc lsvm | |
2600 fourcc lsvc | |
2601 driver vfw | |
2602 dll "lsvxdec.dll" | |
2603 out BGR32,BGR24,BGR16 flip | |
2604 | |
19762 | 2605 videocodec ffvmnc |
2606 info "FFmpeg VMware video" | |
2607 status working | |
2608 fourcc VMnc | |
2609 driver ffmpeg | |
26568 | 2610 dll "vmnc" |
19762 | 2611 out BGR32,BGR15,BGR8 |
2612 | |
15104
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2613 videocodec vmnc |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2614 info "VMware video" |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2615 status working |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2616 fourcc VMnc |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2617 driver vfw |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2618 dll "vmnc.dll" |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2619 out BGR24,BGR15,BGR8 query,flip |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2620 |
18526 | 2621 videocodec ffsmkvid |
2622 info "FFmpeg Smacker Video" | |
2623 status working | |
2624 fourcc SMK2 | |
2625 fourcc SMK4 | |
2626 out BGR8 | |
2627 driver ffmpeg | |
2628 dll "smackvid" | |
2629 | |
19238 | 2630 videocodec ffcavs |
2631 info "Chinese AVS Video" | |
22952
73a4fa72d04a
Convert source comments into proper codecs.conf entry comments.
diego
parents:
22918
diff
changeset
|
2632 comment "only works with libavformat demuxer" |
19238 | 2633 status working |
2634 fourcc CAVS | |
27609 | 2635 fourcc avs2 |
19238 | 2636 driver ffmpeg |
2637 dll "cavs" | |
2638 out I420 | |
13748 | 2639 |
26204 | 2640 videocodec ffdnxhd |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2641 info "FFmpeg DNxHD" |
26204 | 2642 status working |
2643 fourcc AVdn | |
2644 driver ffmpeg | |
2645 dll "dnxhd" | |
2646 out 422P | |
2647 | |
8163 | 2648 ; quicktime codecs: |
2649 | |
8324 | 2650 videocodec qt3ivx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2651 info "win32/quicktime 3IV1 (3ivx)" |
8324 | 2652 status working |
2653 fourcc 3IV1 | |
2654 driver qtvideo | |
2655 dll "3ivx Delta 3.5.qtx" | |
2656 out YUY2 | |
2657 | |
26967 | 2658 videocodec qtactl |
2659 info "Win32/QuickTime Streambox ACT-L2" | |
2660 status working | |
2661 fourcc ACTL | |
2662 driver qtvideo | |
2663 dll ACTLComponent.qtx | |
2664 out YUY2 | |
2665 | |
11968 | 2666 videocodec qtavui |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2667 info "Win32/QuickTime Avid Meridien Uncompressed" |
11968 | 2668 status working |
2669 fourcc AVUI | |
2670 driver qtvideo | |
2671 dll "AvidQTAVUICodec.qtx" | |
2672 out YUY2 | |
2673 | |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2674 videocodec qth263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2675 info "Win32/QuickTime H.263" |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2676 status crashing |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2677 fourcc h263 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2678 driver qtvideo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2679 dll "QuickTime.qts" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2680 out YUY2 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2681 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2682 videocodec qtrlerpza |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2683 info "Win32/Quicktime RLE/RPZA" |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2684 comment "no colorspace accepted" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2685 status crashing |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2686 fourcc rpza |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2687 format 0x20656C72 ; "rle " |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2688 driver qtvideo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2689 dll "QuickTime.qts" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2690 out BGR32,BGR24,BGR15 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2691 |
8324 | 2692 videocodec qtvp3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2693 info "Win32/QuickTime VP3" |
8324 | 2694 status crashing |
2695 fourcc VP31 | |
2696 driver qtvideo | |
2697 dll "On2_VP3.qtx" | |
2698 out YUY2 | |
2699 | |
2700 videocodec qtzygo | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2701 info "win32/quicktime ZyGo" |
8324 | 2702 status buggy |
2703 comment "wrong colors" | |
2704 fourcc ZyGo,zygo,lsvx | |
2705 driver qtvideo | |
2706 dll "ZyGoVideo.qtx" | |
2707 out BGR32,RGB32 | |
2708 | |
2709 videocodec qtbhiv | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2710 info "Win32/QuickTime BeHereiVideo" |
8324 | 2711 comment "sample file wanted!" |
2712 status untested | |
2713 fourcc bhiv | |
2714 driver qtvideo | |
2715 dll "BeHereiVideo.qtx" | |
2716 out YUY2 | |
2717 | |
8837 | 2718 videocodec qtcvid |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2719 info "Win32/QuickTime Cinepak" |
8837 | 2720 status working |
2721 fourcc cvid | |
2722 driver qtvideo | |
2723 dll "QuickTime.qts" | |
2724 out YUY2 | |
2725 | |
2726 videocodec qtindeo | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2727 info "Win32/QuickTime Indeo" |
8837 | 2728 status crashing |
2729 fourcc IV31,iv31 | |
2730 fourcc IV32,iv32 | |
2731 fourcc IV41 | |
2732 driver qtvideo | |
2733 dll "QuickTime.qts" | |
2734 out YUY2 | |
2735 | |
2736 videocodec qtmjpeg | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2737 info "Win32/QuickTime MJPEG" |
8837 | 2738 status crashing |
2739 fourcc dmb1 | |
2740 fourcc mjpa | |
2741 fourcc mjpb | |
2742 driver qtvideo | |
2743 dll "QuickTime.qts" | |
2744 out YUY2 | |
2745 | |
2746 videocodec qtmpeg4 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2747 info "Win32/QuickTime MPEG-4" |
8837 | 2748 status crashing |
2749 fourcc mp4v | |
2750 driver qtvideo | |
2751 dll "QuickTime.qts" | |
2752 out YUY2 | |
2753 | |
8163 | 2754 videocodec qtsvq3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2755 info "Win32/QuickTime SVQ3" |
8324 | 2756 status working |
8163 | 2757 fourcc SVQ3 |
2758 driver qtvideo | |
8324 | 2759 dll "QuickTimeEssentials.qtx" |
8163 | 2760 out YUY2 |
5749 | 2761 |
8322 | 2762 videocodec qtsvq1 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2763 info "Win32/QuickTime SVQ1" |
8322 | 2764 status buggy |
2765 fourcc SVQ1 | |
2766 driver qtvideo | |
2767 dll "QuickTime.qts" | |
2768 out YVU9 | |
2769 | |
30111 | 2770 videocodec ffv210 |
2771 info "FFmpeg V210 - 10-bit" | |
2772 status untested | |
2773 fourcc v210 | |
2774 driver ffmpeg | |
2775 dll v210 | |
2776 out 422P16 | |
2777 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2778 videocodec qtcine |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2779 info "cinewave uncompressed 10-bit codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2780 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2781 ; 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
|
2782 fourcc v210 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2783 driver qtvideo |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2784 dll "CineWave.qtx" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2785 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
|
2786 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2787 |
30859
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2788 videocodec qtaic |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2789 info "QuickTime AIC video decoder" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2790 comment "Mac OS X only" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2791 status untested |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2792 fourcc icod |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2793 driver qtvideo |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2794 dll "QuickTime.qts" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2795 out UYVY |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2796 |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2797 videocodec qtprores |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2798 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
|
2799 status working |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2800 fourcc apch |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2801 fourcc apcn |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2802 fourcc apcs |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2803 driver qtvideo |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2804 dll "AppleProResDecoder.qtx" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2805 out YUY2 |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2806 |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2807 ; 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
|
2808 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2809 videocodec vsslight |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2810 info "VSS Codec Light" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2811 status working |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2812 fourcc VSSV |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2813 driver vfw |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2814 dll "vsslight.dll" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2815 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2816 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2817 videocodec vssh264 |
15344 | 2818 info "VSS H.264 New" |
2819 status working | |
2820 fourcc VSSH | |
2821 driver dshow | |
2822 dll "vsshdsd.dll" | |
2823 guid 0x6931C7e7, 0x75b7, 0x4729, 0xa1, 0x53, 0xa8, 0xad, 0x99, 0xbd, 0xf7, 0x0b | |
2824 out YV12 | |
2825 | |
2826 videocodec vssh264old | |
2827 info "VSS H.264 Old" | |
9897 | 2828 status working |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2829 fourcc VSSH |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2830 driver vfw |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2831 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
|
2832 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2833 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2834 videocodec vsswlt |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2835 info "VSS Wavelet Video Codec" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2836 status working |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2837 fourcc VSSW |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2838 driver vfw |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2839 dll "vsswlt.dll" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2840 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2841 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2842 ; buggy codecs: (any volunteers for native rewrite?) |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2843 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2844 videocodec zlib |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2845 info "AVIzlib" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2846 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2847 comment "24bpp only" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2848 fourcc ZLIB |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2849 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2850 dll "avizlib.dll" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2851 out BGR24 flip |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2852 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2853 videocodec mszh |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2854 info "AVImszh" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2855 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2856 comment "24bpp only" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2857 fourcc MSZH |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2858 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2859 dll "avimszh.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2860 ; out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2861 ; out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2862 out BGR24 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2863 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2864 videocodec alaris |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2865 info "Alaris VideoGramPiX" |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2866 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2867 fourcc VGPX,VTLP VGPX |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2868 driver vfwex |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2869 dll "vgpix32d.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2870 out UYVY |
5749 | 2871 out BGR24 |
2872 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2873 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2874 ; non-working codecs: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2875 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2876 videocodec vcr1 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2877 info "ATI VCR-1" |
6584 | 2878 status crashing |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2879 fourcc VCR1 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2880 driver vfw |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2881 dll "ativcr1.dll" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2882 out RGB24 flip |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2883 |
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
|
2884 videocodec pim1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2885 info "Pinnacle Hardware MPEG-1" |
6584 | 2886 status crashing |
4897
d80537754731
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
arpi
parents:
4854
diff
changeset
|
2887 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
|
2888 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
|
2889 driver vfw |
7354 | 2890 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
|
2891 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
|
2892 ; 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
|
2893 ; 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
|
2894 ; 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
|
2895 |
5746 | 2896 videocodec qpeg |
2897 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
|
2898 status working |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2899 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
|
2900 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
|
2901 fourcc Q1.1,qpeq |
5746 | 2902 driver vfw |
2903 dll "qpeg32.dll" | |
2904 out BGR8 flip | |
2905 | |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2906 videocodec rricm |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2907 info "rricm" |
6584 | 2908 status crashing |
5767 | 2909 fourcc dmb1 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2910 driver vfw |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2911 dll "rricm.dll" |
5767 | 2912 out YUY2 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2913 out BGR24 flip |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2914 |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2915 videocodec ffcamtasia |
28451 | 2916 info "FFmpeg TechSmith Camtasia Screen Codec" |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2917 status working |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2918 fourcc TSCC,tscc |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2919 driver ffmpeg |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2920 dll "camtasia" |
14629
0269b0cfeada
BGR32 is now supported also by lavc tscc decoder
rtognimp
parents:
14628
diff
changeset
|
2921 out BGR32,BGR24,BGR15,BGR8 query |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2922 |
5762 | 2923 ; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp |
2924 videocodec camtasia | |
2925 info "TechSmith Camtasia Screen Codec" | |
8209 | 2926 status working |
5762 | 2927 fourcc TSCC,tscc |
2928 driver vfw | |
2929 dll "tsccvid.dll" | |
14628 | 2930 out BGR32,BGR24,BGR15,BGR8 query,flip |
5762 | 2931 |
17353 | 2932 videocodec ffcamstudio |
2933 info "CamStudio Screen Codec" | |
2934 status working | |
2935 fourcc CSCD,cscd | |
2936 driver ffmpeg | |
2937 dll "camstudio" | |
21533 | 2938 out BGR32,BGR24,BGR15 query |
17353 | 2939 |
15474 | 2940 ; Fraps - Realtime Video Capture - http://www.fraps.com/ |
2941 videocodec fraps | |
2942 info "FRAPS: Realtime Video Capture" | |
2943 comment "Requires a processor with SSE???" | |
2944 status working | |
2945 fourcc FPS1,fps1 | |
2946 driver vfw | |
2947 dll "frapsvid.dll" | |
2948 out BGR32 flip | |
2949 | |
20654 | 2950 videocodec fffraps |
2951 info "FFmpeg Fraps" | |
2952 status working | |
2953 fourcc FPS1,fps1 | |
2954 driver ffmpeg | |
2955 dll "fraps" | |
2956 out BGR24,I420 | |
2957 | |
20933 | 2958 videocodec fftiertexseq |
2959 info "FFmpeg Tiertex SEQ" | |
2960 status working | |
20939 | 2961 fourcc TSEQ ; internal MPlayer FourCC |
20933 | 2962 driver ffmpeg |
2963 dll "tiertexseqvideo" | |
2964 out BGR8 | |
2965 | |
20934 | 2966 videocodec ffvmd |
2967 info "FFmpeg Sierra VMD video" | |
2968 status working | |
20939 | 2969 fourcc VMDV ; internal MPlayer FourCC |
20934 | 2970 driver ffmpeg |
2971 dll "vmdvideo" | |
2972 out BGR8 | |
2973 | |
22688
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2974 videocodec ffdxa |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2975 info "FFmpeg Feeble Files DXA video" |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2976 status working |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2977 fourcc DXA1 ; internal MPlayer FourCC |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2978 driver ffmpeg |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2979 dll "dxa" |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2980 out BGR8 |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2981 |
20940 | 2982 videocodec ffdsicinvideo |
2983 info "FFmpeg Delphine CIN video" | |
2984 status working | |
2985 fourcc DCIV ; internal MPlayer FourCC | |
2986 driver ffmpeg | |
2987 dll "dsicinvideo" | |
2988 out BGR8 | |
2989 | |
22876 | 2990 videocodec ffthp |
2991 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
|
2992 status working |
22876 | 2993 fourcc THPV ; internal MPlayer FourCC |
2994 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
|
2995 dll thp |
22876 | 2996 out YV12 |
2997 | |
26459 | 2998 videocodec ffbfi |
2999 info "FFmpeg BFI Video" | |
3000 status working | |
3001 fourcc BFIV ; internal MPlayer FourCC | |
3002 driver ffmpeg | |
3003 dll bfi | |
3004 out BGR8 | |
3005 | |
23001 | 3006 videocodec ffbethsoftvid |
3007 info "FFmpeg Bethesda Software VID" | |
3008 comment "video plays much too fast" | |
3009 status buggy | |
3010 fourcc BETH ; internal MPlayer FourCC | |
3011 driver ffmpeg | |
3012 dll bethsoftvid | |
3013 out BGR8 | |
3014 | |
26735 | 3015 videocodec ffrl2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3016 info "FFmpeg RL2" |
26735 | 3017 status working |
3018 fourcc RL2V ; internal MPlayer FourCC | |
3019 driver ffmpeg | |
3020 dll rl2 | |
3021 out BGR8 | |
3022 | |
23274
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3023 videocodec fftxd |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3024 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
|
3025 status working |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3026 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
|
3027 driver ffmpeg |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3028 dll txd |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3029 out BGR32 |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3030 |
23961 | 3031 videocodec xan |
3032 info "XAN Video" | |
3033 status working | |
3034 fourcc Xxan | |
3035 driver vfw | |
3036 dll "xanlib.dll" | |
3037 out BGR24,BGR15,BGR8 query,flip | |
3038 | |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3039 videocodec ffwc3 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3040 info "FFmpeg XAN wc3" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3041 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3042 fourcc WC3V ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3043 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3044 dll "xan_wc3" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3045 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3046 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3047 videocodec ffidcin |
21019 | 3048 info "FFmpeg Id CIN video" |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3049 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3050 fourcc IDCI ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3051 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3052 dll "idcinvideo" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3053 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3054 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3055 videocodec ffinterplay |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3056 info "FFmpeg Interplay Video" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3057 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3058 fourcc INPV ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3059 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3060 dll "interplayvideo" |
30081
1b18cf7e6abe
lavc Interplay Video decoder now supports 16-bit mode too
kostya
parents:
30062
diff
changeset
|
3061 out BGR8,BGR15 |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3062 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3063 videocodec ffvqa |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3064 info "FFmpeg VQA Video" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3065 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3066 fourcc VQAV ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3067 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3068 dll "vqavideo" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3069 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3070 |
22918 | 3071 videocodec ffc93 |
3072 info "FFmpeg C93 Video" | |
3073 status buggy | |
3074 fourcc C93V ; internal MPlayer FourCC | |
3075 driver ffmpeg | |
3076 dll c93 | |
3077 out BGR8 | |
3078 | |
30935 | 3079 videocodec ffeatgv |
29774 | 3080 info "FFmpeg Electronic Arts TGV" |
3081 status working | |
3082 fourcc fVGT | |
3083 driver ffmpeg | |
3084 dll eatgv | |
3085 out BGR8 | |
20654 | 3086 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3087 ; 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
|
3088 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
3089 ; 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
|
3090 ; 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
|
3091 ; 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
|
3092 ; 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
|
3093 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3094 videocodec rawrgb32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3095 info "RAW RGB32" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3096 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3097 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3098 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3099 format 0x20776172 0x52474220 |
3399 | 3100 format 0x52474220 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3101 out RGB32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3102 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3103 videocodec rawrgb24 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3104 info "RAW RGB24" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3105 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3106 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3107 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3108 format 0x20776172 0x52474218 |
3399 | 3109 format 0x52474218 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3110 out RGB24 |
2675 | 3111 |
3399 | 3112 videocodec rawrgb16 |
3113 info "RAW RGB16" | |
3114 status working | |
3115 driver raw | |
3116 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3117 format 0x20776172 0x52474210 |
3399 | 3118 format 0x52474210 |
3119 out RGB16 | |
3120 | |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3121 videocodec rawbgr32flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3122 info "RAW BGR32" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3123 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3124 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3125 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3126 out BGR32 flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3127 |
5996
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3128 videocodec rawbgr32 |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3129 info "RAW BGR32" |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3130 status working |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3131 driver raw |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3132 format 0x0 |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3133 format 0x42475220 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3134 out BGR32 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3135 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3136 videocodec rawbgr24flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3137 info "RAW BGR24" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3138 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3139 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3140 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3141 out BGR24 flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3142 |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3143 videocodec rawbgr24 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3144 info "RAW BGR24" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3145 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3146 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3147 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3148 format 0x20776172 0x42475218 |
4774
fc2f76964606
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
atmos4
parents:
4740
diff
changeset
|
3149 format 0x42475218 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3150 out BGR24 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3151 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3152 videocodec rawbgr16flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3153 info "RAW BGR15" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3154 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3155 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3156 format 0x0 |
26844
c5dfa78a07e7
Readd fourcc used by MTV format. Note that BGR->YUV conversion
reimar
parents:
26843
diff
changeset
|
3157 format 0x10424752 0x0 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3158 out BGR16 flip |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3159 |
6584 | 3160 videocodec rawbgr16 |
3161 info "RAW BGR15" | |
3162 status working | |
3163 driver raw | |
3164 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3165 format 0x20776172 0x42475210 |
6584 | 3166 format 0x42475210 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3167 out BGR16 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3168 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3169 videocodec rawbgr15flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3170 info "RAW BGR15" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3171 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3172 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3173 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3174 out BGR15 flip |
6584 | 3175 |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3176 videocodec rawbgr15 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3177 info "RAW BGR15" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3178 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3179 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3180 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3181 format 0x20776172 0x4247520F |
4774
fc2f76964606
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
atmos4
parents:
4740
diff
changeset
|
3182 format 0x4247520F |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3183 out BGR15 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3184 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3185 videocodec rawbgr8flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3186 info "RAW BGR8" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3187 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3188 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3189 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3190 out BGR8 flip |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3191 |
7771 | 3192 videocodec rawbgr8 |
3193 info "RAW BGR8" | |
3194 status working | |
3195 driver raw | |
3196 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3197 format 0x20776172 0x42475208 |
9127 | 3198 format 0x42475208 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3199 out BGR8 |
7771 | 3200 |
3201 videocodec rawbgr1 | |
7823 | 3202 info "RAW BGR1" |
7771 | 3203 status working |
3204 driver raw | |
3205 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3206 format 0x20776172 0x42475201 |
9127 | 3207 format 0x42475201 |
7771 | 3208 out BGR1 flip |
3209 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3210 videocodec rawyuy2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3211 info "RAW YUY2" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3212 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3213 driver raw |
7771 | 3214 format 0x0 0x32595559 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3215 format 0x20776172 0x32595559 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3216 fourcc yuy2,YUY2 |
29747 | 3217 fourcc V422 YUY2 |
3218 fourcc YUNV YUY2 | |
29769 | 3219 fourcc VYUY YUY2 |
29775 | 3220 fourcc yuvs YUY2 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3221 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3222 |
25182 | 3223 videocodec rawyuv2 |
3224 info "RAW YUV2" | |
3225 status working | |
3226 driver raw | |
3227 format 0x0 0x32565559 | |
3228 format 0x20776172 0x32565559 | |
3229 fourcc yuv2,YUV2 | |
3230 out YUY2 | |
3231 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3232 videocodec rawuyvy |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3233 info "RAW UYVY" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3234 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3235 driver raw |
7771 | 3236 format 0x0 0x59565955 |
23473 | 3237 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
|
3238 format 0x20776172 0x59565955 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3239 fourcc uyvy,UYVY |
29746 | 3240 fourcc HDYC UYVY |
29747 | 3241 fourcc UYNV UYVY |
3242 fourcc UYNY UYVY | |
3243 fourcc uyv1 UYVY | |
3244 fourcc 2Vu1 UYVY | |
30276
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3245 fourcc VDTZ UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3246 out UYVY |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3247 |
14614 | 3248 videocodec raw444P |
3249 info "RAW 444P" | |
3250 status working | |
3251 driver raw | |
3252 format 0x0 0x50343434 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3253 format 0x20776172 0x50343434 |
14614 | 3254 fourcc 444p,444P |
3255 out 444P | |
3256 | |
3257 videocodec raw422P | |
3258 info "RAW 422P" | |
3259 status working | |
3260 driver raw | |
3261 format 0x0 0x50323234 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3262 format 0x20776172 0x50323234 |
14614 | 3263 fourcc 422p,422P |
29747 | 3264 fourcc P422 422P |
29769 | 3265 fourcc Y42B 422P |
14614 | 3266 out 422P |
3267 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3268 videocodec rawyv12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3269 info "RAW YV12" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3270 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3271 driver raw |
7771 | 3272 format 0x0 0x32315659 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3273 format 0x20776172 0x32315659 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3274 fourcc yv12,YV12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3275 out YV12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3276 |
10750 | 3277 videocodec rawnv21 |
3278 info "RAW NV21" | |
3279 status working | |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
3280 driver raw |
10750 | 3281 format 0x0 0x3132564E |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3282 format 0x20776172 0x3132564E |
10750 | 3283 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
|
3284 out NV21 |
10750 | 3285 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3286 videocodec rawnv12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3287 info "RAW NV12" |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3288 status working |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
3289 driver raw |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3290 format 0x0 0x3231564E |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3291 format 0x20776172 0x3231564E |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3292 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
|
3293 out NV12 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3294 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3295 videocodec rawhm12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3296 info "RAW HM12" |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3297 status working |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3298 driver hmblck |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3299 format 0x0 0x32314D48 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3300 format 0x20776172 0x32314D48 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3301 fourcc hm12,HM12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3302 out YV12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3303 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3304 videocodec rawi420 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3305 info "RAW I420" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3306 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3307 driver raw |
7771 | 3308 format 0x0 0x30323449 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3309 format 0x20776172 0x30323449 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3310 fourcc i420,I420 |
6584 | 3311 fourcc IYUV,iyuv |
3312 out I420,IYUV | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3313 |
6488 | 3314 videocodec rawyvu9 |
3315 info "RAW YVU9" | |
3316 status working | |
3317 driver raw | |
7771 | 3318 format 0x0 0x39555659 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3319 format 0x20776172 0x39555659 |
6488 | 3320 fourcc yvu9,YVU9 |
3321 out YVU9 | |
3322 | |
14171
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3323 videocodec rawy800 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3324 info "RAW Y8/Y800" |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3325 status working |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3326 driver raw |
27440 | 3327 format 0x0 |
14171
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3328 format 0x20203859 ; "Y8 " |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3329 fourcc y800,Y800 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3330 out Y800,Y8 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3331 |
30089 | 3332 ;lavc raw codecs |
3333 | |
3334 videocodec ffrawyuy2 | |
3335 info "RAW YUY2" | |
3336 status working | |
3337 format 0x0 | |
3338 format 0x20776172 | |
3339 fourcc yuy2,YUY2 | |
3340 fourcc V422,v422 | |
3341 fourcc YUNV,yunv | |
3342 fourcc VYUY,vyuy | |
3343 fourcc yuvs,YUVS | |
3344 driver ffmpeg | |
3345 dll rawvideo | |
3346 out YUY2 | |
3347 | |
3348 videocodec ffrawyuv2 | |
3349 info "RAW YUV2" | |
3350 status working | |
3351 format 0x0 | |
3352 format 0x20776172 | |
3353 fourcc yuv2,YUV2 | |
3354 driver ffmpeg | |
3355 dll rawvideo | |
3356 out YUY2 | |
3357 | |
3358 videocodec ffrawuyvy | |
3359 info "RAW UYVY" | |
3360 status working | |
3361 format 0x0 | |
3362 format 0x20776172 | |
3363 fourcc uyvy,UYVY | |
3364 fourcc HDYC,hdyc | |
3365 fourcc UYNV,uynv | |
3366 fourcc UYNY,uyny | |
3367 fourcc uyv1,UYV1 | |
3368 fourcc 2Vu1,2vu1,2VU1 | |
3369 fourcc 2Vuy,2vuy,2VUY | |
30276
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3370 fourcc AV1x,AVup |
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3371 fourcc VDTZ |
30089 | 3372 driver ffmpeg |
3373 dll rawvideo | |
3374 out UYVY | |
3375 | |
3376 videocodec ffraw444P | |
3377 info "RAW 444P" | |
3378 status working | |
3379 format 0x0 | |
3380 format 0x20776172 | |
3381 fourcc 444p,444P | |
3382 driver ffmpeg | |
3383 dll rawvideo | |
3384 out 444P | |
3385 | |
3386 videocodec ffraw422P | |
3387 info "RAW 422P" | |
3388 status working | |
3389 format 0x0 | |
3390 format 0x20776172 | |
3391 fourcc 422p,422P | |
3392 fourcc P422,p422 | |
3393 fourcc Y42B,y42b | |
3394 driver ffmpeg | |
3395 dll rawvideo | |
3396 out 422P | |
3397 | |
3398 videocodec ffrawyv12 | |
3399 info "RAW YV12" | |
3400 status working | |
3401 format 0x0 | |
3402 format 0x20776172 | |
3403 fourcc yv12,YV12 | |
3404 driver ffmpeg | |
3405 dll rawvideo | |
3406 out YV12 | |
3407 | |
3408 videocodec ffrawi420 | |
3409 info "RAW I420" | |
3410 status working | |
3411 format 0x0 | |
3412 format 0x20776172 | |
3413 fourcc i420,I420 | |
3414 fourcc IYUV,iyuv | |
3415 driver ffmpeg | |
3416 dll rawvideo | |
3417 out I420,IYUV | |
3418 | |
3419 videocodec ffrawyvu9 | |
3420 info "RAW YVU9" | |
3421 status working | |
3422 format 0x0 | |
3423 format 0x20776172 | |
3424 fourcc yvu9,YVU9 | |
3425 driver ffmpeg | |
3426 dll rawvideo | |
3427 out YVU9 | |
3428 | |
3429 videocodec ffrawy800 | |
3430 info "RAW Y8/Y800" | |
3431 status working | |
3432 format 0x0 | |
3433 format 0x20203859 ; "Y8 " | |
3434 fourcc y800,Y800 | |
3435 driver ffmpeg | |
3436 dll rawvideo | |
3437 out Y800,Y8 | |
3438 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3439 ; NULL codec - for testing. |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3440 |
1390 | 3441 videocodec null |
2691 | 3442 info "NULL codec (no decoding!)" |
5179
104cd0571dc4
changed status of 'null' codec to avoid prefering it over buggy codecs
arpi
parents:
5161
diff
changeset
|
3443 status crashing |
1390 | 3444 comment "for unknown/unsupported codecs or testing" |
3445 driver null | |
3446 out YV12 | |
3447 out I420 | |
3448 out YUY2 | |
3449 out UYVY | |
6584 | 3450 out YVU9 |
1390 | 3451 out BGR32,BGR24,BGR16,BGR15 |
3452 | |
471 | 3453 ;============================================================================= |
3454 ; AUDIO CODECS | |
3455 ;============================================================================= | |
3456 | |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3457 audiocodec wma9dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3458 info "Windows Media Audio 9 DMO" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3459 status working |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3460 format 0x162 |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3461 format 0x163 |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3462 driver dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3463 dll "wma9dmod.dll" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3464 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
|
3465 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3466 audiocodec wmadmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3467 info "Windows Media Audio DMO" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3468 status working |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3469 format 0x160 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3470 format 0x161 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3471 format 0x162 |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3472 format 0x163 |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3473 driver dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3474 dll "wmadmod.dll" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3475 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
|
3476 |
12328 | 3477 audiocodec wma9spdmo |
3478 info "Windows Media Audio 9 Speech DMO" | |
3479 status working | |
3480 format 0xa | |
3481 driver dmo | |
3482 dll "wmspdmod.dll" | |
3483 guid 0x874131cb, 0x4ecc, 0x443b, 0x89, 0x48, 0x74, 0x6b, 0x89, 0x59, 0x5d, 0x20 | |
3484 | |
3485 audiocodec wma9spdshow | |
3486 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
|
3487 status working |
12328 | 3488 format 0xa |
3489 driver dshow | |
3490 dll "wmavds32.ax" | |
3491 guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad | |
3492 | |
16796 | 3493 audiocodec ffqdm2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3494 info "FFmpeg QDM2 audio" |
16796 | 3495 status working |
3496 format 0x324D4451 ; "QDM2" | |
3497 driver ffmpeg | |
3498 dll "qdm2" | |
3499 | |
8007 | 3500 audiocodec qdmc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3501 info "QuickTime QDMC/QDM2 audio" |
8007 | 3502 status working |
3503 format 0x324D4451 ; "QDM2" | |
3504 format 0x434D4451 ; "QDMC" | |
3505 driver qtaudio | |
3506 dll "QuickTime.qts" | |
3507 | |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3508 audiocodec ffqclp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3509 info "FFmpeg QCLP audio" |
30201
786d035899d2
mark ffqclp as working in codecs.conf, works on all my samples
compn
parents:
30188
diff
changeset
|
3510 status working |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3511 format 0x706C6351 ; "Qclp" |
29015 | 3512 format 0x70637173 ; "sqcp" |
29314 | 3513 format 0x716C6351 ; "Qclq" |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3514 driver ffmpeg |
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3515 dll "qcelp" |
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3516 |
8283 | 3517 audiocodec qclp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3518 info "QuickTime QCLP audio" |
8283 | 3519 status working |
26108 | 3520 format 0x706C6351 ; "Qclp" |
8283 | 3521 driver qtaudio |
3522 dll "QuickTime.qts" | |
3523 | |
3524 audiocodec qtmace3 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3525 info "QuickTime MACE3 audio" |
8283 | 3526 status working |
3527 format 0x3343414D ; "MAC3" | |
3528 driver qtaudio | |
3529 dll "QuickTime.qts" | |
3530 | |
3531 audiocodec qtmace6 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3532 info "QuickTime MACE6 audio" |
8283 | 3533 status working |
3534 format 0x3643414D ; "MAC6" | |
3535 driver qtaudio | |
3536 dll "QuickTime.qts" | |
3537 | |
28154 | 3538 audiocodec zygoaudio |
3539 info "Zygo audio" | |
3540 status working | |
3541 fourcc SPXN | |
3542 driver qtaudio | |
3543 dll "ZyGoAudioS.qtx" | |
3544 | |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3545 audiocodec ffra144 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3546 info "FFmpeg RealAudio 1.0" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3547 status working |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3548 format 0x345F3431 ; "14_4" |
31196 | 3549 format 0x4A63706C ; "lpcJ" |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3550 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3551 dll "real_144" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3552 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3553 audiocodec ffra288 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3554 info "FFmpeg RealAudio 2.0" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3555 status working |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3556 format 0x385F3832 ; "28_8" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3557 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3558 dll "real_288" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3559 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3560 audiocodec ffcook |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3561 info "FFmpeg COOK audio" |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3562 status working |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3563 format 0x6B6F6F63 ; "cook" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3564 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3565 dll "cook" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3566 |
23002 | 3567 audiocodec ffatrc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3568 info "FFmpeg Atrac 3 audio" |
23002 | 3569 status working |
3570 format 0x63727461 ; "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
|
3571 format 0x270 ; atrac3 in wav |
23002 | 3572 driver ffmpeg |
26568 | 3573 dll "atrac3" |
23002 | 3574 |
30232 | 3575 audiocodec ffsipr |
3576 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
|
3577 status working |
30232 | 3578 format 0x72706973 ; "sipr" |
3579 format 0x130 ; acelp.net | |
3580 driver ffmpeg | |
3581 dll "sipr" | |
3582 | |
10031 | 3583 audiocodec ra144 |
3584 info "RealAudio 1.0" | |
3585 status working | |
3586 format 0x345F3431 ; "14_4" | |
3587 driver realaud | |
3588 dll "14_4.so.6.0" | |
3589 | |
10117 | 3590 audiocodec ra144win |
3591 info "Win32 RealAudio 1.0" | |
3592 status working | |
3593 format 0x345F3431 ; "14_4" | |
3594 driver realaud | |
3595 dll "14_43260.dll" | |
3596 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3597 audiocodec ra144mac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3598 info "Mac OS X RealAudio 1.0" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3599 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3600 format 0x345F3431 ; "14_4" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3601 driver realaud |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3602 dll "14_4.shlb" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3603 |
10031 | 3604 audiocodec ra288 |
3605 info "RealAudio 2.0" | |
3606 status working | |
3607 format 0x385F3832 ; "28_8" | |
3608 driver realaud | |
3609 dll "28_8.so.6.0" | |
3610 | |
10117 | 3611 audiocodec ra288win |
3612 info "Win32 RealAudio 2.0" | |
3613 status working | |
3614 format 0x385F3832 ; "28_8" | |
3615 driver realaud | |
3616 dll "28_83260.dll" | |
3617 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3618 audiocodec ra288mac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3619 info "Mac OS X RealAudio 2.0" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3620 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3621 format 0x385F3832 ; "28_8" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3622 driver realaud |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3623 dll "28_8.shlb" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3624 |
14708
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3625 audiocodec ra10cook |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3626 info "RealPlayer 10 COOK audio" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3627 comment "supports cook 5.1" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3628 status working |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3629 format 0x6B6F6F63 ; "cook" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3630 driver realaud |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3631 dll "cook.so" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3632 |
6375 | 3633 audiocodec racook |
3634 info "RealAudio COOK" | |
6584 | 3635 status working |
6375 | 3636 format 0x6B6F6F63 ; "cook" |
3637 driver realaud | |
3638 dll "cook.so.6.0" | |
3639 | |
22908 | 3640 audiocodec ra10cookwin |
3641 info "Win32 RealAudio 10 COOK" | |
3642 comment "supports cook 5.1" | |
3643 status working | |
3644 format 0x6B6F6F63 ; "cook" | |
3645 driver realaud | |
3646 dll "cook.dll" | |
3647 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3648 audiocodec racookwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3649 info "Win32 RealAudio COOK" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3650 status working |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3651 format 0x6B6F6F63 ; "cook" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3652 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3653 dll "cook3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3654 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3655 audiocodec racookmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3656 info "Mac OS X RealAudio COOK" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3657 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3658 format 0x6B6F6F63 ; "cook" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3659 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
3660 dll "cook.bundle/Contents/MacOS/cook" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3661 |
6934
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3662 audiocodec rasipr |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3663 info "RealAudio Sipro" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3664 status working |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3665 format 0x72706973 ; "sipr" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3666 driver realaud |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3667 dll "sipr.so.6.0" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3668 |
20240 | 3669 audiocodec ra10sipr |
3670 info "RealPlayer 10 RealAudio Sipro" | |
3671 status working | |
3672 format 0x72706973 ; "sipr" | |
3673 driver realaud | |
3674 dll "sipr.so" | |
3675 | |
22908 | 3676 audiocodec ra10siprwin |
3677 info "Win32 RealAudio 10 Sipro" | |
3678 status working | |
3679 format 0x72706973 ; "sipr" | |
3680 driver realaud | |
3681 dll "sipr.dll" | |
3682 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3683 audiocodec rasiprwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3684 info "Win32 RealAudio Sipro" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3685 status working |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3686 format 0x72706973 ; "sipr" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3687 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3688 dll "sipr3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3689 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3690 audiocodec rasiprmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3691 info "Mac OS X RealAudio Sipro" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3692 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3693 format 0x72706973 ; "sipr" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3694 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
3695 dll "sipr.bundle/Contents/MacOS/sipr" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3696 |
8094 | 3697 audiocodec raatrc |
3698 info "RealAudio ATRAC3" | |
3699 status working | |
3700 format 0x63727461 ; "atrc" | |
3701 driver realaud | |
3702 dll "atrc.so.6.0" | |
3703 | |
20240 | 3704 audiocodec ra10atrc |
3705 info "RealPlayer 10 RealAudio ATRAC3" | |
3706 status working | |
3707 format 0x63727461 ; "atrc" | |
3708 driver realaud | |
3709 dll "atrc.so" | |
3710 | |
22908 | 3711 audiocodec ra10atrcwin |
3712 info "Win32 RealAudio 10 ATRAC3" | |
3713 status working | |
3714 format 0x63727461 ; "atrc" | |
3715 driver realaud | |
3716 dll "atrc.dll" | |
3717 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3718 audiocodec raatrcwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3719 info "Win32 RealAudio ATRAC3" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3720 status working |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3721 format 0x63727461 ; "atrc" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3722 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3723 dll "atrc3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3724 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3725 audiocodec raatrcmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3726 info "Mac OS X RealAudio ATRAC3" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3727 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3728 format 0x63727461 ; "atrc" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3729 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
3730 dll "atrc.bundle/Contents/MacOS/atrc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3731 |
30833 | 3732 audiocodec ffadpcmadx |
3733 info "FFmpeg SEGA CRI adx codec" | |
3734 status working | |
3735 fourcc Sadx ; internal MPlayer FourCC | |
3736 driver ffmpeg | |
3737 dll adpcm_adx | |
3738 | |
24653 | 3739 audiocodec ffadpcmimaamv |
3740 info "FFmpeg AMV IMA ADPCM audio" | |
3741 status working | |
24672
73a7e3da473e
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
reimar
parents:
24653
diff
changeset
|
3742 fourcc AMVA ; internal MPlayer FourCC |
24653 | 3743 driver ffmpeg |
3744 dll adpcm_ima_amv | |
3745 | |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3746 audiocodec ffadpcmimaqt |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3747 info "FFmpeg QT IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3748 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3749 format 0x34616d69 ; "ima4" (MOV files) |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3750 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3751 dll adpcm_ima_qt |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3752 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3753 audiocodec ffadpcmimawav |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3754 info "FFmpeg WAV IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3755 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3756 format 0x11 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3757 format 0x1100736d ; "ms\x00\x11" (MOV files) |
29317 | 3758 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
|
3759 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3760 dll adpcm_ima_wav |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3761 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3762 audiocodec imaadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3763 info "IMA ADPCM" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3764 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3765 format 0x11 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3766 format 0x34616d69 ; "ima4" (MOV files) |
8104 | 3767 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
|
3768 driver imaadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3769 |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3770 audiocodec ffadpcmms |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3771 info "FFmpeg MS ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3772 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3773 format 0x2 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3774 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
|
3775 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3776 dll adpcm_ms |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3777 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3778 audiocodec msadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3779 info "MS ADPCM" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3780 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3781 format 0x2 |
8104 | 3782 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
|
3783 driver msadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3784 |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3785 audiocodec ffadpcmimadk4 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3786 info "FFmpeg DK4 IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3787 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3788 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
|
3789 ; registered with Microsoft |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3790 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3791 dll adpcm_ima_dk4 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3792 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3793 audiocodec dk4adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3794 info "Duck DK4 ADPCM (rogue format number)" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3795 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
3796 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
|
3797 ; registered with Microsoft |
5408 | 3798 driver imaadpcm |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3799 |
27245
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3800 audiocodec ffadpcmimadk3 |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3801 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
|
3802 status working |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3803 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
|
3804 ; registered with Microsoft |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3805 driver ffmpeg |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3806 dll adpcm_ima_dk3 |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3807 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3808 audiocodec dk3adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3809 info "Duck DK3 ADPCM (rogue format number)" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3810 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
3811 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
|
3812 ; registered with Microsoft |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3813 driver dk3adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3814 |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3815 audiocodec ffroqaudio |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3816 info "Id RoQ File Audio" |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3817 status working |
20939 | 3818 fourcc RoQA ; internal MPlayer FourCC |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3819 driver ffmpeg |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3820 dll "roq_dpcm" |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3821 |
18526 | 3822 audiocodec ffsmkaud |
3823 info "FFmpeg Smacker Audio" | |
3824 status buggy | |
3825 fourcc SMKA | |
3826 driver ffmpeg | |
3827 dll "smackaud" | |
3828 | |
30637 | 3829 audiocodec ffbinkdctaud |
3830 info "FFmpeg Bink Audio (DCT)" | |
3831 status buggy | |
3832 fourcc BAU1 ; internal MPlayer FourCC | |
3833 driver ffmpeg | |
3834 dll "binkaudio_dct" | |
3835 | |
3836 audiocodec ffbinkrdftaud | |
3837 info "FFmpeg Bink Audio (RDFT)" | |
3838 status working | |
3839 fourcc BAU2 ; internal MPlayer FourCC | |
3840 driver ffmpeg | |
3841 dll "binkaudio_rdft" | |
3842 | |
20940 | 3843 audiocodec ffdsicinaudio |
3844 info "FFmpeg Delphine CIN audio" | |
3845 status working | |
3846 fourcc DCIA ; internal MPlayer FourCC | |
3847 driver ffmpeg | |
3848 dll dsicinaudio | |
3849 | |
20694 | 3850 audiocodec ff4xmadmpcm |
3851 info "FFmpeg 4XM ADPCM audio" | |
3852 status working | |
20939 | 3853 fourcc 4XMA ; internal MPlayer FourCC |
20694 | 3854 driver ffmpeg |
3855 dll adpcm_4xm | |
3856 | |
20931 | 3857 audiocodec ffadpcmimaws |
3858 info "FFmpeg Westwood IMA ADPCM audio" | |
3859 status working | |
20939 | 3860 fourcc AIWS ; internal MPlayer FourCC |
20931 | 3861 driver ffmpeg |
3862 dll adpcm_ima_ws | |
3863 | |
21362 | 3864 audiocodec ffwssnd1 |
3865 info "FFmpeg Westwood SND1" | |
3866 status working | |
3867 fourcc SND1 ; internal MPlayer FourCC | |
3868 driver ffmpeg | |
3869 dll ws_snd1 | |
3870 | |
20936 | 3871 audiocodec ffinterplaydpcm |
3872 info "FFmpeg Interplay DPCM audio" | |
3873 status working | |
20939 | 3874 fourcc INPA ; internal MPlayer FourCC |
20936 | 3875 driver ffmpeg |
3876 dll interplay_dpcm | |
3877 | |
20941 | 3878 audiocodec ffadpcmea |
3879 info "FFmpeg EA ADPCM audio" | |
3880 status working | |
3881 fourcc ADEA ; internal MPlayer FourCC | |
3882 driver ffmpeg | |
3883 dll adpcm_ea | |
3884 | |
26760 | 3885 audiocodec ffadpcmeamaxis |
3886 info "FFmpeg EA MAXIS XA ADPCM audio" | |
3887 status working | |
3888 fourcc ADXA ; internal MPlayer FourCC | |
3889 driver ffmpeg | |
3890 dll adpcm_ea_maxis_xa | |
3891 | |
27101 | 3892 audiocodec ffadpcmxa |
3893 info "FFmpeg XA ADPCM audio" | |
3894 status working | |
3895 fourcc PSXA ; internal MPlayer FourCC | |
3896 driver ffmpeg | |
3897 dll adpcm_xa | |
3898 | |
20990 | 3899 audiocodec ffxandpcm |
3900 info "FFmpeg XAN DPCM audio" | |
22952
73a4fa72d04a
Convert source comments into proper codecs.conf entry comments.
diego
parents:
22918
diff
changeset
|
3901 comment "only works with libavformat demuxer" |
20990 | 3902 status working |
3903 fourcc Axan | |
3904 driver ffmpeg | |
3905 dll xan_dpcm | |
3906 | |
28272 | 3907 audiocodec ffyamahaadpcm |
3908 info "FFmpeg Yamaha ADPCM audio" | |
3909 status working | |
3910 format 0x20 | |
3911 driver ffmpeg | |
3912 dll adpcm_yamaha | |
3913 | |
22916 | 3914 audiocodec ffadpcmthp |
3915 info "FFmpeg THP ADPCM audio" | |
3916 status working | |
3917 fourcc THPA | |
3918 driver ffmpeg | |
3919 dll adpcm_thp | |
3920 | |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3921 audiocodec libdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3922 info "raw DV audio (libdv)" |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3923 status working |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3924 fourcc RADV |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3925 driver libdv |
8209 | 3926 dll libdv.so.2 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3927 |
9233 | 3928 audiocodec ffdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3929 info "FFmpeg DV audio" |
9233 | 3930 status working |
3931 fourcc RADV | |
27609 | 3932 fourcc vdva,dvca |
27612 | 3933 fourcc dvau |
9233 | 3934 driver ffmpeg |
3935 dll "dvaudio" | |
3936 | |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3937 audiocodec ffaac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3938 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)" |
31011 | 3939 comment "missing LATM support" |
30997
9a886693ff14
Mark ffaac as buggy (thus making faad default again) and
reimar
parents:
30935
diff
changeset
|
3940 status buggy |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3941 fourcc mp4a,MP4A |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3942 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
|
3943 fourcc "AAC " ; Used in NSV |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3944 fourcc "AACP" ; Used in NSV for AACPlus |
27611 | 3945 fourcc raac,racp |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3946 format 0xff |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3947 format 0x706D |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
3948 format 0x4143 ; aac in asf |
29363
fde77ecd01f8
add 0xA106 twocc to aac decoders, fixes facebook sample
compn
parents:
29362
diff
changeset
|
3949 format 0xA106 ; aac in avi not yet working |
29655 | 3950 format 0xAAC0 ; Borgtech nonsense tag |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3951 driver ffmpeg |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3952 dll aac |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3953 |
11973 | 3954 audiocodec ffflac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3955 info "FFmpeg FLAC audio" |
11973 | 3956 status working |
30104 | 3957 fourcc "fLaC" |
20327 | 3958 format 0xF1AC |
11973 | 3959 driver ffmpeg |
3960 dll "flac" | |
3961 | |
14922 | 3962 audiocodec ffalac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3963 info "FFmpeg ALAC audio" |
14922 | 3964 status working |
3965 fourcc alac | |
3966 driver ffmpeg | |
3967 dll "alac" | |
3968 | |
20099 | 3969 audiocodec fftta |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3970 info "FFmpeg True Audio (TTA)" |
20099 | 3971 status working |
20939 | 3972 fourcc TTA1 ; internal MPlayer FourCC |
20099 | 3973 driver ffmpeg |
3974 dll "tta" | |
3975 | |
3976 audiocodec ffwavpack | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3977 info "FFmpeg WavPack audio" |
20099 | 3978 status working |
20939 | 3979 fourcc WVPK ; internal MPlayer FourCC |
20099 | 3980 driver ffmpeg |
3981 dll "wavpack" | |
3982 | |
20192 | 3983 audiocodec ffshorten |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3984 info "FFmpeg Shorten audio" |
20192 | 3985 status working |
20939 | 3986 fourcc shrn ; internal MPlayer FourCC |
20192 | 3987 driver ffmpeg |
3988 dll "shorten" | |
3989 | |
24425 | 3990 audiocodec ffape |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3991 info "FFmpeg Monkey's Audio" |
24588
8eb1ef462d29
codecs.conf: Change Monkey's Audio decoder status to "working"
uau
parents:
24425
diff
changeset
|
3992 status working |
24425 | 3993 fourcc "APE " |
3994 driver ffmpeg | |
3995 dll "ape" | |
3996 | |
30562 | 3997 audiocodec ffals |
3998 info "FFmpeg ALS" | |
3999 status working | |
30563 | 4000 fourcc "ALS " ; internal MPlayer FourCC |
30562 | 4001 driver ffmpeg |
4002 dll "als" | |
4003 | |
27200 | 4004 audiocodec ffmlp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4005 info "FFmpeg MLP" |
27200 | 4006 status working |
4007 fourcc "MLP " ; internal MPlayer FourCC | |
4008 driver ffmpeg | |
4009 dll "mlp" | |
4010 | |
29414
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4011 audiocodec fftruehd |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4012 info "FFmpeg TrueHD" |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4013 status working |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4014 fourcc TRHD ; internal MPlayer FourCC |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4015 driver ffmpeg |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4016 dll "truehd" |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4017 |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4018 audiocodec ffnellymoser |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4019 info "FFmpeg Nellymoser Audio" |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4020 status working |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4021 fourcc "NELL" ; internal MPlayer FourCC |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4022 driver ffmpeg |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4023 dll "nellymoser" |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4024 |
30876 | 4025 audiocodec faad |
4026 info "FAAD AAC (MPEG-2/MPEG-4 Audio)" | |
4027 status working | |
31454 | 4028 fourcc mp4a,MP4A,MP4L |
30876 | 4029 fourcc "VLB " ; Used in NSV, not really working |
4030 fourcc "AAC " ; Used in NSV | |
4031 fourcc "AACP" ; Used in NSV for AACPlus | |
4032 fourcc raac,racp | |
4033 format 0xff | |
4034 format 0x706D | |
4035 format 0x4143 ; aac in asf | |
4036 format 0xA106 ; aac in avi | |
4037 format 0xAAC0 ; Borgtech nonsense tag | |
4038 driver faad | |
4039 dll libfaad2 | |
4040 | |
757 | 4041 audiocodec pcm |
4042 info "Uncompressed PCM" | |
4043 status working | |
12537 | 4044 format 0x0 |
757 | 4045 format 0x1 |
14833
78385a72a8bb
Add support for 32-bit float WAV files and support for extended WAV files
ivo
parents:
14820
diff
changeset
|
4046 format 0x3 ; IEEE float |
14843 | 4047 format 0xfffe ; Extended |
2675 | 4048 format 0x20776172 ; "raw " (MOV files) |
4049 format 0x736f7774 ; "twos" (MOV files) | |
8104 | 4050 format 0x74776f73 ; "sowt" (MOV files) |
14055 | 4051 format 0x32336c66 ; "fl32" (MOV files) |
17858
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4052 format 0x666c3332 ; "23lf" (MOV files) |
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4053 ; format 0x34366c66 ; "fl64" (MOV files) |
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4054 ; format 0x666c3634 ; "46lf" (MOV files) |
14133
69677a5c669b
Support for "NONE" audio in MOV files generated by Kodak CX6230
rtognimp
parents:
14057
diff
changeset
|
4055 format 0x454e4f4e ; "NONE" (MOV files from Kodak CX6320) |
17813 | 4056 format 0x34326e69 ; "in24" (MOV files) |
17858
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4057 format 0x696e3234 ; "42ni" (MOV files) |
17813 | 4058 format 0x32336e69 ; "in32" (MOV files) |
17858
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4059 format 0x696e3332 ; "23ni" (MOV files) |
757 | 4060 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) |
4061 ; format 0x6 | |
4062 ; format 0x7 | |
4063 ; format 0x11 | |
4064 ; format 0x50 | |
4065 ; format 0x2000 | |
4066 ;;;; | |
4067 driver pcm | |
4068 | |
267 | 4069 audiocodec divx |
268 | 4070 info "DivX audio (WMA)" |
334 | 4071 status working |
267 | 4072 format 0x160 |
4073 format 0x161 | |
4074 driver acm | |
4075 dll "divxa32.acm" | |
4076 | |
28254 | 4077 audiocodec vdowaveacm |
4078 info "vdowave ACM" | |
4079 status working | |
4080 format 0xFFFC | |
4081 driver acm | |
4082 dll "vdowave.acm" | |
4083 | |
3851 | 4084 audiocodec msadpcmacm |
4085 info "MS ADPCM" | |
4086 status working | |
4087 format 0x2 | |
4088 driver acm | |
4089 dll "msadp32.acm" | |
267 | 4090 |
16362
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4091 audiocodec ffpcmdaud |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4092 info "D-Cinema audio (FFmpeg)" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4093 status untested |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4094 fourcc "daud" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4095 driver ffmpeg |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4096 dll "pcm_s24daud" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4097 |
7939 | 4098 audiocodec ffwmav1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4099 info "DivX audio v1 (FFmpeg)" |
8007 | 4100 status untested |
7939 | 4101 format 0x160 |
4102 driver ffmpeg | |
4103 dll "wmav1" | |
4104 | |
4105 audiocodec ffwmav2 | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4106 info "DivX audio v2 (FFmpeg)" |
8007 | 4107 status untested |
7939 | 4108 format 0x161 |
4109 driver ffmpeg | |
4110 dll "wmav2" | |
4111 | |
29591 | 4112 audiocodec ffwmapro |
4113 info "WMA Pro audio (FFmpeg)" | |
4114 status untested | |
4115 format 0x162 | |
4116 fourcc "WMA3" | |
4117 driver ffmpeg | |
4118 dll "wmapro" | |
4119 | |
30595 | 4120 audiocodec ffwmavoice |
4121 info "WMA Voice audio (FFmpeg)" | |
4122 status untested | |
4123 format 0xA | |
4124 driver ffmpeg | |
4125 dll "wmavoice" | |
4126 | |
8041 | 4127 audiocodec ffmac3 |
4128 info "Macintosh Audio Compression and Expansion 3:1" | |
4129 status untested | |
4130 fourcc "MAC3" | |
4131 driver ffmpeg | |
4132 dll "mace3" | |
4133 | |
4134 audiocodec ffmac6 | |
4135 info "Macintosh Audio Compression and Expansion 6:1" | |
4136 status untested | |
4137 fourcc "MAC6" | |
4138 driver ffmpeg | |
4139 dll "mace6" | |
4140 | |
13073 | 4141 audiocodec ffsonic |
4142 info "FFmpeg Sonic" | |
4143 status untested | |
4144 fourcc SONC | |
4145 format 0x2048 | |
4146 driver ffmpeg | |
4147 dll "sonic" | |
4148 | |
30403
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4149 audiocodec mp3 |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4150 ; this is preferred over ffmp2/ffmp3 since it is faster due to using |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4151 ; floating point and there are even broken mkv files where the audio |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4152 ; needs to be parsed, making this codec work more reliably |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4153 info "mp3lib MPEG layer-2, layer-3" |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4154 status working |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4155 comment "Optimized to MMX/SSE/3Dnow!" |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4156 format 0x50 ; layer-1 && layer-2 |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4157 format 0x55 ; layer-3 |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4158 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4159 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4160 format 0x55005354 ; broken file |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4161 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4162 fourcc "MP3 " ; used in .nsv files |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4163 fourcc "LAME" ; used in mythtv .nuv files |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4164 driver mp3lib |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4165 |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4166 audiocodec ffmp3on4float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4167 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4168 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4169 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4170 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4171 dll "mp3on4float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4172 |
14706 | 4173 audiocodec ffmp3on4 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4174 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" |
14706 | 4175 status working |
4176 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc | |
4177 driver ffmpeg | |
4178 dll "mp3on4" | |
4179 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4180 audiocodec ffmp3float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4181 info "FFmpeg MPEG layer-3 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4182 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4183 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4184 format 0x55 |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4185 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4186 format 0x55005354 ; broken file |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4187 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4188 fourcc "MP3 " ; used in .nsv files |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4189 fourcc "LAME" ; used in mythtv .nuv files |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4190 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4191 dll "mp3float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4192 |
1928 | 4193 audiocodec ffmp3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4194 info "FFmpeg MPEG layer-3 audio" |
8209 | 4195 comment "integer only" |
1928 | 4196 status working |
4197 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
4198 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
|
4199 format 0x55005354 ; broken file |
17948 | 4200 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
4201 fourcc "MP3 " ; used in .nsv files | |
4202 fourcc "LAME" ; used in mythtv .nuv files | |
1928 | 4203 driver ffmpeg |
5730 | 4204 dll "mp3" |
4205 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4206 audiocodec ffmp3adufloat |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4207 info "FFmpeg MPEG layer-3 adu audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4208 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4209 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4210 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4211 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4212 dll "mp3adufloat" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4213 |
14498 | 4214 audiocodec ffmp3adu |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4215 info "FFmpeg MPEG layer-3 adu audio" |
14498 | 4216 comment "integer only" |
4217 status working | |
4218 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc | |
4219 driver ffmpeg | |
4220 dll "mp3adu" | |
4221 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4222 audiocodec ffmp2float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4223 info "FFmpeg MPEG layer-1 and layer-2 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4224 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4225 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4226 format 0x50 |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4227 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4228 fourcc ".mp2" ; MP2 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4229 fourcc ".mp1" ; MP1 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4230 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4231 dll "mp2float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4232 |
5730 | 4233 audiocodec ffmp2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4234 info "FFmpeg MPEG layer-1 and layer-2 audio" |
8209 | 4235 comment "integer only" |
5730 | 4236 status working |
4237 format 0x50 | |
30223
271a7b3bc116
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
reimar
parents:
30205
diff
changeset
|
4238 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
29326 | 4239 fourcc ".mp2" ; MP2 (MOV files) |
4240 fourcc ".mp1" ; MP1 (MOV files) | |
5730 | 4241 driver ffmpeg |
4242 dll "mp2" | |
1928 | 4243 |
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
|
4244 audiocodec mad |
8209 | 4245 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
|
4246 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
|
4247 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
|
4248 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
|
4249 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
17948 | 4250 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
4251 fourcc "MP3 " ; used in .nsv files | |
4252 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
|
4253 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
|
4254 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
|
4255 |
729 | 4256 audiocodec mp3acm |
4257 info "MPEG layer-3" | |
4258 status working | |
1928 | 4259 comment "conflicts with security kernel patches" |
729 | 4260 format 0x55 |
4261 driver acm | |
4262 dll "l3codeca.acm" | |
4263 | |
3758 | 4264 audiocodec imaadpcmacm |
268 | 4265 info "IMA ADPCM" |
334 | 4266 status working |
267 | 4267 format 0x11 |
4268 driver acm | |
4269 dll "imaadp32.acm" | |
27440 | 4270 |
17405 | 4271 audiocodec msgsm |
4272 info "MS GSM" | |
4273 status working | |
4274 format 0x31 | |
4275 format 0x32 | |
26747 | 4276 format 0x204D5347 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4277 format 0x1500 |
17405 | 4278 fourcc agsm |
4279 driver msgsm | |
4280 | |
267 | 4281 audiocodec msgsmacm |
268 | 4282 info "MS GSM" |
334 | 4283 status working |
267 | 4284 format 0x31 |
6339
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4285 ; format 0x32 |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4286 driver acm |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4287 dll "msgsm32.acm" |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4288 |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4289 audiocodec msnaudio |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4290 info "MSN AUDIO" |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4291 status working |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4292 ; format 0x31 |
267 | 4293 format 0x32 |
4294 driver acm | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
4295 dll "msnaudio.acm" |
267 | 4296 |
303 | 4297 audiocodec alaw |
4298 info "aLaw" | |
334 | 4299 status working |
303 | 4300 format 0x6 |
7771 | 4301 format 0x77616C61 ; 'alaw', .mov files |
303 | 4302 driver alaw |
4303 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4304 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4305 info "uLaw" |
757 | 4306 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4307 format 0x7 |
2675 | 4308 format 0x77616c75 ; "ulaw" (MOV files) |
29315 | 4309 format 0x6c75 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4310 driver alaw |
303 | 4311 |
401 | 4312 audiocodec dvdpcm |
8209 | 4313 info "Uncompressed DVD/VOB LPCM" |
401 | 4314 status working |
4315 format 0x10001 | |
4316 driver dvdpcm | |
4317 | |
30935 | 4318 audiocodec fflpcm |
29546 | 4319 info "Bluray LPCM" |
4320 status working | |
29552 | 4321 fourcc BPCM ; internal MPlayer FourCC |
29546 | 4322 driver ffmpeg |
4323 dll pcm_bluray | |
4324 | |
24261 | 4325 audiocodec ffac3 |
4326 info "FFmpeg AC-3" | |
4327 status working | |
4328 format 0x2000 | |
28098 | 4329 format 0x332D6361 ; ac-3 in mp4 |
29508
3fd3fae1b6f0
Fix AC3 in least one Bluray sample with demuxer lavf.
cehoyos
parents:
29456
diff
changeset
|
4330 format 0x332D4341 |
29924 | 4331 format 0x20736D ; "ms\20" older ac3 fcc (MOV files) |
24261 | 4332 fourcc dnet |
29315 | 4333 fourcc sac3 |
24261 | 4334 driver ffmpeg |
4335 dll ac3 | |
4336 | |
27482 | 4337 audiocodec ffeac3 |
4338 info "FFmpeg E-AC-3" | |
4339 status working | |
4340 fourcc EAC3 | |
4341 driver ffmpeg | |
4342 dll eac3 | |
4343 | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4344 audiocodec a52 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4345 info "AC3-liba52" |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4346 status working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4347 format 0x2000 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4348 ; format 0x332D6361 ; ac-3 in mp4 -- not working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4349 fourcc dnet |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4350 driver liba52 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4351 dll "liba52" |
23821 | 4352 |
22679 | 4353 audiocodec ffdca |
4354 info "FFmpeg DTS" | |
4355 status working | |
4356 format 0x2001 | |
29509
cb49baf6440c
Fix DTS in least one Bluray sample with demuxer lavf.
cehoyos
parents:
29508
diff
changeset
|
4357 format 0x86 |
22679 | 4358 driver ffmpeg |
4359 dll "dca" | |
4360 | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4361 audiocodec dts |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4362 info "DTS-libdca" |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4363 status working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4364 format 0x2001 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4365 format 0x86 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4366 driver libdca |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4367 |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4368 audiocodec ffmusepack7 |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4369 info "Musepack sv7 audio codec" |
21786
6632d0c08bb1
Comment about lavf required for musepack and remove unneeded format entry.
aurel
parents:
21763
diff
changeset
|
4370 comment "only works with libavformat demuxer" |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4371 status working |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4372 fourcc "MPC " |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4373 driver ffmpeg |
26568 | 4374 dll "mpc7" |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4375 |
25092 | 4376 audiocodec ffmusepack8 |
4377 info "Musepack sv8 audio codec" | |
4378 comment "only works with libavformat demuxer" | |
4379 status working | |
4380 fourcc "MPC8" | |
27612 | 4381 fourcc MPCK |
25092 | 4382 driver ffmpeg |
26568 | 4383 dll "mpc8" |
25092 | 4384 |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4385 audiocodec musepack |
15960 | 4386 info "Musepack audio codec" |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4387 status working |
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4388 fourcc "MPC " |
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4389 format 0x2b4d |
15971
1cde99dbc0f9
Forgotten part of the libmusepack->mpcdec renaming
reimar
parents:
15960
diff
changeset
|
4390 driver mpcdec |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4391 |
30875 | 4392 audiocodec libopencoreamrnb |
14278 | 4393 info "AMR Narrowband" |
4394 status working | |
4395 fourcc samr | |
28141 | 4396 format 0x57 ;amr in avi |
14278 | 4397 driver ffmpeg |
29384 | 4398 dll "libopencore_amrnb" |
14278 | 4399 |
30875 | 4400 audiocodec libopencoreamrwb |
18310 | 4401 info "AMR Wideband" |
14278 | 4402 status working |
4403 fourcc sawb | |
28141 | 4404 format 0x58 ;amr in avi |
14278 | 4405 driver ffmpeg |
29384 | 4406 dll "libopencore_amrwb" |
14278 | 4407 |
14820 | 4408 audiocodec ffadcpmswf |
4409 info "FFmpeg's ADPCM Flash-variant" | |
4410 status working | |
4411 format 0x5346 ; 'SF', pseudo id | |
4412 driver ffmpeg | |
4413 dll "adpcm_swf" | |
4414 | |
28083
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4415 audiocodec voxvoice |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4416 info "VoxWare MetaVoice" |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4417 status working |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4418 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
|
4419 format 0x74 |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4420 driver dshow |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4421 dll "voxmvdec.ax" ; need also msms001.vwp and mvoice.vwp |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4422 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
|
4423 |
267 | 4424 audiocodec voxware |
268 | 4425 info "VoxWare" |
2691 | 4426 status working |
22364
522954b26e17
comment is a C-string and \ must be properly escaped as \\
reimar
parents:
22360
diff
changeset
|
4427 comment "windows users need msms001.vwp in windows\\system32 folder" |
267 | 4428 format 0x75 |
4429 driver dshow | |
13440
69b7457b6cc7
Add comment to remind that voxmsdec.ax requires also msms001.vwp
rtognimp
parents:
13356
diff
changeset
|
4430 dll "voxmsdec.ax" ; need also msms001.vwp |
267 | 4431 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d |
4432 | |
333 | 4433 audiocodec acelp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4434 info "ACELP.net Sipro Lab Audio" |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4435 status working |
333 | 4436 format 0x130 |
4437 driver dshow | |
4438 dll "acelpdec.ax" | |
334 | 4439 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 4440 |
20523 | 4441 audiocodec ffimc |
4442 info "FFmpeg Intel Music Coder" | |
4443 status working | |
4444 format 0x401 | |
4445 driver ffmpeg | |
4446 dll "imc" | |
4447 | |
333 | 4448 audiocodec imc |
4449 info "Intel Music Coder" | |
1372 | 4450 status working |
4451 comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip" | |
333 | 4452 format 0x401 |
1372 | 4453 driver acm |
4454 dll "imc32.acm" | |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4455 |
12523 | 4456 audiocodec iac25 |
4457 info "Indeo audio" | |
4458 status working | |
4459 format 0x402 | |
4460 driver acm | |
4461 dll "iac25_32.ax" | |
4462 | |
13625 | 4463 audiocodec ffctadp32 |
28451 | 4464 info "FFmpeg Creative ADPCM codec" |
13625 | 4465 status working |
4466 format 0x200 | |
4467 driver ffmpeg | |
4468 dll "adpcm_ct" | |
4469 | |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4470 audiocodec ctadp32 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4471 info "Creative ADPCM codec" |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4472 status working |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4473 format 0x200 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4474 driver acm |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4475 dll "ctadp32.acm" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4476 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4477 audiocodec sc4 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4478 info "SC4 : Micronas speech codec (ADPCM, MPman recording)" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4479 status working |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4480 format 0x350 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4481 driver acm |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4482 dll "mi-sc4.acm" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4483 |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4484 audiocodec hwac3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4485 info "AC3 through S/PDIF" |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4486 status working |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4487 format 0x2000 |
28098 | 4488 format 0x332D6361 ; ac-3 in mp4 |
10120 | 4489 fourcc dnet |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4490 driver hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4491 |
13006 | 4492 audiocodec hwdts |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4493 info "DTS through S/PDIF" |
13006 | 4494 status working |
4495 format 0x2001 | |
4496 driver hwac3 | |
4497 | |
19338
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4498 audiocodec ffvorbis |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4499 info "FFmpeg Vorbis" |
19338
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4500 status working |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4501 fourcc vrbs |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4502 format 0x566F |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4503 driver ffmpeg |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4504 dll "vorbis" |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4505 |
1828 | 4506 audiocodec vorbis |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4507 info "OggVorbis Audio" |
1985 | 4508 status working |
1828 | 4509 comment "OggVorbis driver using libvorbis" |
14843 | 4510 fourcc vrbs |
17009
48a041427dbb
libavformat seems to use "Vo" as Vorbis tag, so add that.
reimar
parents:
16964
diff
changeset
|
4511 format 0x566F |
1828 | 4512 driver libvorbis |
4513 dll "libvorbis" | |
26352
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4514 |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4515 audiocodec tremor |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4516 info "OggVorbis audio" |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4517 status working |
29605 | 4518 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
|
4519 fourcc vrbs |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4520 format 0x566F |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4521 driver tremor |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4522 dll "tremor" |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4523 |
26352
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4524 audiocodec vorbisacm |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4525 info "OggVorbis ACM" |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4526 status working |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4527 comment "OggVorbis driver using vorbis.acm" |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4528 format 0x674F ; mode1 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4529 format 0x6750 ; mode2 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4530 ; format 0x6751 ; mode3 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4531 format 0x676F ; mode1+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4532 format 0x6770 ; mode2+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4533 format 0x6771 ; mode3+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4534 driver acm |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4535 dll "vorbis.acm" |
1828 | 4536 |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4537 audiocodec speex |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4538 info "Speex audio" |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4539 status working |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4540 comment "Speex driver using libspeex" |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4541 fourcc 'spx ' |
30843
72281d3a78e8
Add the 0xA109 format for speex, it is claimed to be officially registered (have
reimar
parents:
30833
diff
changeset
|
4542 format 0xA109 |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4543 driver speex |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4544 dll "speex" |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4545 |
3472 | 4546 audiocodec vivoaudio |
4547 info "Vivo G.723/Siren Audio Codec" | |
4548 status working | |
2675 | 4549 format 0x111 ; vivo g.723 |
3472 | 4550 format 0x112 ; siren |
2675 | 4551 driver acm |
4552 dll "vivog723.acm" | |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
4553 |
3427 | 4554 audiocodec g72x |
4555 info "G.711/G.721/G.723" | |
6584 | 4556 status crashing |
3427 | 4557 comment "does not work yet - just noise :(" |
27440 | 4558 format 0x111 ; vivo g.723 |
4559 format 0x112 ; vivo siren | |
3427 | 4560 driver g72x |
4561 dll "g72x.c" | |
3986 | 4562 |
11956 | 4563 audiocodec ffg726 |
4564 info "Sharp G.726 Audio" | |
4565 status working | |
4566 format 0x45 | |
4567 driver ffmpeg | |
4568 dll "g726" | |
4569 | |
11684 | 4570 audiocodec g726 |
4571 info "Sharp G.726 Audio" | |
4572 status untested | |
4573 format 0x45 | |
4574 driver acm | |
4575 dll "scg726.acm" | |
4576 | |
3986 | 4577 audiocodec atrac3 |
4578 info "Sony ATRAC3" | |
4579 status buggy | |
8209 | 4580 comment "format not accepted" |
3986 | 4581 format 0x270 |
4582 driver acm | |
4583 dll "atrac3.acm" | |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4584 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4585 audiocodec ALF2 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4586 ; http://www.nctsoft.com/products/NCTALFCD/ |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4587 ; jdp@mail.sonofon.dk |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4588 info "ALF2" |
5762 | 4589 status working |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4590 format 0x1FC4 ; ALF2 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4591 driver acm |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4592 dll "alf2cd.acm" |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4593 |
17320 | 4594 audiocodec fftruespeech |
4595 info "FFmpeg TrueSpeech" | |
17555
b56c246ca8c0
fftruespeech works now that the nBlockAlign issue is settled.
diego
parents:
17543
diff
changeset
|
4596 status working |
17320 | 4597 format 0x22 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4598 format 0x1501 |
17320 | 4599 driver ffmpeg |
4600 dll "truespeech" | |
4601 | |
5749 | 4602 audiocodec truespeech |
5757
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4603 info "DSP Group TrueSpeech(TM)" |
5749 | 4604 status working |
4605 format 0x22 | |
4606 driver acm | |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
4607 dll "tssoft32.acm" ; need also tsd32.dll |
5753 | 4608 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4609 audiocodec netspeakgsm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4610 info "NetSpeak GSM" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4611 status working |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4612 format 0x1500 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4613 driver acm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4614 dll "nsgsm32.acm" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4615 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4616 audiocodec netspeakts |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4617 info "NetSpeak TrueSpeech" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4618 status working |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4619 format 0x1501 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4620 driver acm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4621 dll "nstsp32.acm" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4622 |
5753 | 4623 ; rt32dcmp.dll needed too |
4624 audiocodec voxwarert24 | |
4625 info "VoxWare RT24 speech codec" | |
4626 status working | |
4627 format 0x181c | |
4628 driver acm | |
4629 dll "nsrt2432.acm" | |
5757
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4630 |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4631 audiocodec lhacm |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4632 info "Lernout & Hauspie CELP and SBC codecs" |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4633 status working |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4634 format 0x1101 ; CELP |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4635 format 0x1102 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4636 format 0x1103 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4637 format 0x1104 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4638 driver acm |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4639 dll "lhacm.acm" |
14276 | 4640 |
30679
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4641 audiocodec lhacm2 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4642 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
|
4643 status working |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4644 format 0x70 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4645 format 0x71 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4646 format 0x72 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4647 format 0x73 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4648 driver acm |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4649 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
|
4650 |
28224
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4651 audiocodec pscelp |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4652 info "Philips Speech Processing CELP" |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4653 status working |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4654 format 0x120 |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4655 driver acm |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4656 dll "smcelp32.acm" |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4657 |
29613
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4658 audiocodec fftwinvq |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4659 info "FFmpeg TwinVQ" |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4660 status working |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4661 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
|
4662 ; since lavf demuxer is incompatible with it |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4663 driver ffmpeg |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4664 dll twinvq |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4665 |
14276 | 4666 audiocodec TwinVQ |
4667 info "VQF codec by NTTLabs" | |
4668 status working | |
4669 fourcc TWIN | |
4670 driver vqf | |
4671 dll "tvqdec.dll" | |
17397
2e20dd653147
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders
nicodvb
parents:
17353
diff
changeset
|
4672 |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4673 audiocodec hwmpa |
17403 | 4674 info "MPEG audio pass-through for hardware MPEG decoders" |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4675 status working |
17403 | 4676 comment "for hardware MPEG audio decoders" |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4677 format 0x50 ; layer-1 && layer-2 |
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4678 format 0x55 ; layer-3 |
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4679 format 0x5500736d ; "ms\0\x55" older MP3 fourcc (MOV files) |
17948 | 4680 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
4681 fourcc "MP3 " ; used in .nsv files | |
4682 fourcc "LAME" ; used in mythtv .nuv files | |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4683 driver hwmpa |
26441
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4684 |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4685 audiocodec msnsiren |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4686 info "msn siren audio codec" |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4687 status working |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4688 format 0x28E |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4689 driver acm |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4690 dll "sirenacm.dll" |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4691 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4692 audiocodec uleaddva |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4693 info "Ulead DV ACM" |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4694 status working |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4695 format 0x215 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4696 format 0x216 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4697 driver acm |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
4698 dll "dvacm.acm" |