Mercurial > mplayer.hg
annotate etc/codecs.conf @ 31835:73f85fc599e0
Add sanity-check for sector size to avoid strange crashes if it is
too large.
author | reimar |
---|---|
date | Tue, 03 Aug 2010 16:01:40 +0000 |
parents | 64ba1daa147a |
children | 8b84595bcfd8 |
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 | |
31795 | 1268 videocodec eescreen |
1269 info "expression encoder" | |
1270 comment "requires xp or newer and msvcr100.dll" | |
1271 status working | |
1272 fourcc MTS2 | |
1273 driver dmo | |
1274 dll "Microsoft.Expression.Encoder.EEScreen.Codec.dll" | |
1275 guid 0x9a6e798c, 0x00ba, 0x478c, 0x8d, 0x64, 0x88, 0xf2, 0xe5, 0xb2, 0x5c, 0x1a | |
1276 out BGR32,BGR24,BGR16 ;,BGR15 | |
1277 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1278 videocodec gotomeeting |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1279 info "GoToMeeting codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1280 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1281 fourcc G2M2,G2M3 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1282 driver dmo |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1283 dll "G2M.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1284 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
|
1285 out BGR24,RGB24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1286 |
5771 | 1287 videocodec ubmp4 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1288 info "UB Video MPEG-4" |
8209 | 1289 comment "black&white" |
5771 | 1290 status buggy |
6893 | 1291 fourcc mp4v UMP4 ; black&white, sometimes buggy too |
5771 | 1292 fourcc UMP4 |
1293 driver vfw | |
1294 dll "ubvmp4d.dll" | |
1295 out I420 | |
1296 out UYVY | |
1297 | |
28120 | 1298 videocodec geomp4 |
1299 info "GeoVision Advanced MPEG-4" | |
1300 status working | |
1301 fourcc GMP4,GM40 | |
1302 driver vfw | |
1303 dll "GXAMP4.dll" | |
1304 out BGR24 flip | |
5771 | 1305 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1306 ; MJPEG: |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1307 ; 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
|
1308 ; ijpg only decodes JPEG images (no MJPEG), and slow. |
8064 | 1309 ; 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
|
1310 |
11389 | 1311 videocodec zrmjpeg |
1312 info "Zoran MJPEG passthrough" | |
1313 status buggy | |
1314 fourcc MJPG,jpeg | |
1315 driver zrmjpeg | |
1316 out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query | |
1317 | |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1318 videocodec ffmjpeg |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1319 info "FFmpeg MJPEG" |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1320 status working |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1321 fourcc MJPG,mjpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1322 fourcc AVRn,AVDJ ; AVID |
27355 | 1323 fourcc ADJV ; Avid Motion JPEG |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1324 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
|
1325 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
|
1326 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
|
1327 fourcc ijpg,IJPG ; -mf type=jpeg |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1328 fourcc JPEG ; SGI's AVI Photo-JPEG |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1329 fourcc JPGL ; lossless JPEG (pegasus codec) |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1330 fourcc LJPG ; lossless JPEG |
15648 | 1331 fourcc dmb1 ; MJPEG by Matrox Rainbow Runner |
27610 | 1332 fourcc MJLS ; JPEG-LS custom FOURCC for avi - encoder |
28120 | 1333 fourcc MMJP,QIVG |
28089 | 1334 fourcc ACDV ; ACDSee jpeg |
28275 | 1335 fourcc SLMJ ; SL M-JPEG |
29733 | 1336 fourcc MVJP ; Midvid JPEG Video Codec |
29744 | 1337 fourcc IJLV ; Intel JPEG Library Video Codec |
29940 | 1338 fourcc avi1,avi2 |
30187 | 1339 fourcc MTSJ,ZJPG |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1340 driver ffmpeg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1341 dll mjpeg |
8064 | 1342 out 444P |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1343 out 422P |
30099 | 1344 out 440P |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1345 out YUY2 ; queried (conversion from yuv422p) |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1346 out YV12,I420,IYUV |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1347 out BGR32 ; lossless JPEG |
21553 | 1348 out RGB24 ; JPEG-LS |
17561 | 1349 out Y800 |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1350 |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1351 videocodec ffmjpegb |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1352 info "FFmpeg MJPEG-B" |
13800 | 1353 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1354 fourcc mjpb ; Apple MJPEG-B (Quicktime) |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1355 driver ffmpeg |
11316 | 1356 dll mjpegb |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1357 out 444P |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1358 out 422P |
30099 | 1359 out 440P |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1360 out YUY2 ; queryed (conversion from yuv422p) |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1361 out YV12,I420,IYUV |
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
1362 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1363 ; 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
|
1364 videocodec ijpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1365 info "Independent JPEG Group's codec" |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1366 status working |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1367 fourcc ijpg,IJPG ; -mf type=jpeg |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1368 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
|
1369 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
|
1370 fourcc CJPG |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1371 driver ijpg |
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1372 dll libjpeg |
25668 | 1373 out RGB24,Y8 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1374 |
5914 | 1375 ; http://www.morgan-multimedia.com/dev/codec_spec.htm |
5771 | 1376 videocodec m3jpeg |
2877 | 1377 info "Morgan Motion JPEG Codec" |
1378 status working | |
1379 fourcc MJPG | |
1380 fourcc mjpa,mjpb,mjpg MJPG ; MOV files | |
4366 | 1381 fourcc dmb1 MJPG ; MJPEG by Matrox Rainbow Runner |
2877 | 1382 driver vfw |
1383 dll "m3jpeg32.dll" | |
6528 | 1384 ; out YV12,I420 |
1385 out YUY2,UYVY | |
2877 | 1386 out BGR32,BGR24,BGR15 |
1387 | |
1453 | 1388 videocodec mjpeg |
2877 | 1389 info "MainConcept Motion JPEG" |
1453 | 1390 status working |
1391 fourcc MJPG | |
2675 | 1392 fourcc mjpa,mjpb,mjpg MJPG ; MOV files |
5803
4febd266489c
AVID is buggy (image shifted/scaled?) with mainconcept codec
arpi
parents:
5799
diff
changeset
|
1393 ; fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy) |
1453 | 1394 driver vfw |
1395 dll "mcmjpg32.dll" | |
6528 | 1396 out YUY2,UYVY |
1453 | 1397 out BGR32,BGR24,BGR15 |
1398 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1399 videocodec avid |
6584 | 1400 info "AVID Motion JPEG" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1401 status working |
6896
ee5e57b7639c
mjpeg codecs reordered - now it plays almost everything by default
arpi
parents:
6893
diff
changeset
|
1402 comment "slooooooooow but stable" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1403 fourcc AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1404 fourcc AVDJ AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1405 fourcc MJPG,mjpg AVRn |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1406 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1407 dll "AvidAVICodec.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1408 out BGR24 flip |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
1409 |
5748 | 1410 videocodec LEAD |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1411 info "LEAD (M)JPEG" |
5748 | 1412 status working |
1413 comment "supports interlaced MJPEG" | |
1414 fourcc MJPG | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1415 fourcc jpeg MJPG ; MOV Photo-JPEG |
12050
96336c83b249
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >
rtognimp
parents:
12042
diff
changeset
|
1416 fourcc LEAD |
29955 | 1417 fourcc MTSJ MJPG |
5748 | 1418 driver vfw |
1419 dll "LCodcCMP.dll" | |
1420 out BGR24,BGR15 | |
1421 | |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1422 videocodec acdsee |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1423 info "ACDSee mjpeg" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1424 status working |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1425 fourcc ACDV |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1426 driver vfw |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1427 dll "ACDV.dll" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1428 out BGR32,BGR24,BGR15 flip |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
1429 |
8320 | 1430 videocodec imagepower |
1431 info "ImagePower MJPEG2000" | |
1432 status buggy | |
1433 fourcc IPJ2 | |
1434 driver vfw | |
1435 dll "jp2avi.dll" | |
1436 out BGR32,BGR24,BGR15 | |
1437 | |
30132 | 1438 videocodec fflibopenjpeg |
1439 info "OpenJPEG MJPEG2000" | |
1440 status working | |
1441 fourcc MJ2C | |
1442 fourcc MJP2 | |
1443 fourcc mjp2 | |
1444 driver ffmpeg | |
1445 dll "libopenjpeg" | |
1446 out RGB24,RGB32,BGR32,Y8,Y800 | |
1447 | |
8320 | 1448 videocodec m3jpeg2k |
1449 info "Morgan MJPEG2000" | |
1450 status working | |
1451 fourcc MJ2C | |
27609 | 1452 fourcc MJP2 |
8320 | 1453 driver vfw |
1454 dll "m3jp2k32.dll" | |
1455 out YV12,I420,IYUV | |
1456 out YUY2,UYVY | |
1457 out BGR32,BGR24,BGR15 | |
1458 | |
5914 | 1459 ; http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm |
5771 | 1460 videocodec m3jpegds |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1461 info "Morgan MJPEG" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1462 status crashing |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1463 fourcc MJPG mjpg |
5767 | 1464 fourcc mjpa,mjpb,mjpg mjpg ; MOV files |
1465 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
|
1466 driver dshow |
5537 | 1467 dll "m3jpegdec.ax" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1468 guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68 |
5914 | 1469 out I420 |
6528 | 1470 out YUY2,UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1471 out BGR32,BGR24,BGR16,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1472 |
5767 | 1473 videocodec pegasusm |
1474 info "Pegasus Motion JPEG" | |
8209 | 1475 status crashing |
5767 | 1476 fourcc MJPG |
1477 driver vfw | |
27440 | 1478 ; dll "pvmjpg20.dll" ; v2.0 |
1479 dll "pvmjpg21.dll" ; v2.1 | |
5767 | 1480 out BGR24 flip |
1481 | |
1482 videocodec pegasusl | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1483 info "Pegasus lossless JPEG" |
8209 | 1484 status crashing |
5767 | 1485 fourcc JPGL |
1486 fourcc MJPG JPGL | |
1487 driver vfw | |
1488 dll "pvljpg20.dll" | |
1489 out BGR24 flip | |
1490 | |
1491 videocodec pegasusmwv | |
1492 info "Pegasus Motion Wavelet 2000" | |
8209 | 1493 status crashing |
5767 | 1494 fourcc PVW2 |
1495 driver vfw | |
1496 dll "pvwv220.dll" | |
1497 out BGR24 flip | |
1498 | |
29732
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1499 videocodec fffrwu |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1500 info "FFmpeg Forward Uncompressed Video Codec" |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1501 status working |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1502 fourcc FRWU |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1503 driver ffmpeg |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1504 dll "FRWU" |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1505 out UYVY |
eb29792f6a72
Add support for "Forward Uncompressed" decoding via FFmpeg
reimar
parents:
29728
diff
changeset
|
1506 |
28274 | 1507 videocodec frwuvfw |
1508 info "Forward Uncompressed Video Codec" | |
1509 status working | |
1510 fourcc FRWU | |
1511 driver vfw | |
1512 dll "FRWU.dll" | |
1513 out BGR24 flip | |
1514 | |
1515 videocodec frwdvfw | |
1516 info "Forward JPEG Video Codec" | |
1517 status working | |
1518 fourcc FRWD | |
1519 driver vfw | |
1520 dll "FRWD.dll" | |
1521 out BGR24 flip | |
1522 | |
1523 videocodec frwtvfw | |
1524 info "Forward JPEG+Alpha Video" | |
1525 status working | |
1526 fourcc FRWT | |
1527 driver vfw | |
1528 dll "FRWT.dll" | |
1529 out BGR24 flip | |
1530 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1531 ; h263: - I don't know. comments? |
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 vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1534 info "Vivo H.263" |
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 VIVO,vivo vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1537 fourcc viv1,viv2 vivo |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1538 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1539 dll "ivvideo.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1540 out BGR32,BGR24,BGR15 flip |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1541 in BGR24 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1542 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1543 videocodec u263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1544 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
|
1545 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1546 fourcc U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1547 fourcc vivo,VIVO U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1548 fourcc viv1 U263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1549 driver dshow |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1550 dll "ubv263d+.ax" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1551 guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0 |
5914 | 1552 ; out UYVY |
1553 ; 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
|
1554 out BGR24 flip |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1555 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1556 videocodec i263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1557 info "I263" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1558 status working |
9065 | 1559 fourcc I263,i263 |
1560 ; fourcc I420,i420 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1561 fourcc vivo,VIVO I263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1562 fourcc viv1 I263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1563 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1564 dll "i263_32.drv" |
5914 | 1565 out I420 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1566 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1567 out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1568 |
1453 | 1569 videocodec ffi263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1570 info "FFmpeg I263" |
1453 | 1571 status working |
1572 fourcc I263,i263 | |
1573 driver ffmpeg | |
1574 dll h263i | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1575 out YV12,I420,IYUV |
1453 | 1576 |
1577 videocodec ffh263 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1578 info "FFmpeg H.263+" |
1526 | 1579 status working |
17143
6e44a1e05769
M263 (M$ h263) can be decoded by lavc H.263 decoder
rtognimp
parents:
17009
diff
changeset
|
1580 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
|
1581 fourcc viv1 h263 |
27356 | 1582 fourcc s263,S263 |
28311 | 1583 fourcc T263 |
27356 | 1584 fourcc D263 ; DEC H263 |
1585 fourcc L263 ; Lead H263 | |
27612 | 1586 fourcc ILVR ; ITU H263+ |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
1587 fourcc VX1K ; Agora Labs VX1000S H263 |
1453 | 1588 driver ffmpeg |
1589 dll h263 | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
1590 out YV12,I420,IYUV |
1453 | 1591 |
11320 | 1592 videocodec ffzygo |
1593 info "FFmpeg ZyGo" | |
1594 status untested | |
1595 fourcc ZyGo | |
1596 driver ffmpeg | |
1597 dll h263 | |
1598 out YV12,I420,IYUV flip | |
1599 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1600 videocodec h263xa |
6584 | 1601 info "XAnim's CCITT H.263" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1602 status crashing |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1603 fourcc H263,h263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1604 fourcc viv1 H263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1605 fourcc VIVO,vivo H263 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1606 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1607 dll "vid_h263.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1608 out YV12,IYUV,I420 |
3969 | 1609 |
13083 | 1610 videocodec ffh261 |
1611 info "CCITT H.261" | |
1612 status working | |
1613 fourcc H261,h261 | |
1614 driver ffmpeg | |
1615 dll h261 | |
1616 out YV12 | |
1617 | |
19394 | 1618 videocodec qt261 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1619 info "QuickTime H.261 video" |
19394 | 1620 status working |
1621 fourcc H261,h261 | |
1622 driver qtvideo | |
1623 dll "QuickTime.qts" | |
1624 out YUY2 | |
1625 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1626 videocodec h261xa |
6584 | 1627 info "XAnim's CCITT H.261" |
13929 | 1628 status buggy |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1629 fourcc H261,h261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1630 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1631 dll "vid_h261.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1632 out YV12,IYUV,I420 |
4656 | 1633 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1634 videocodec m261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1635 info "M261" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1636 status untested |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1637 fourcc m261,M261 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1638 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1639 dll "msh261.drv" |
4615
b1fe5f58cd82
Added native codec support for QT RPZA data, courtesy of Roberto Togni
melanson
parents:
4573
diff
changeset
|
1640 out BGR32,BGR24,BGR15 |
b1fe5f58cd82
Added native codec support for QT RPZA data, courtesy of Roberto Togni
melanson
parents:
4573
diff
changeset
|
1641 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1642 ; Indeo: |
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1643 ; 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
|
1644 ; Prefer win32 ones, they are faster, and 4/5 can DR. For fallback, there are |
5442 | 1645 ; Xanim codecs, they provide YV12, useful for YUV display or encoding. |
1938 | 1646 |
334 | 1647 videocodec indeo5ds |
1648 info "Intel Indeo 5" | |
796 | 1649 status working |
334 | 1650 fourcc IV50,iv50 |
1651 driver dshow | |
1652 dll "ir50_32.dll" | |
1653 guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 | |
6528 | 1654 out YV12,IYUV,I420 |
1655 out YUY2,UYVY | |
334 | 1656 out BGR32,BGR24,BGR16,BGR15 |
1657 | |
346 | 1658 videocodec indeo5 |
1659 info "Intel Indeo 5" | |
1660 status working | |
1661 fourcc IV50,iv50 | |
6528 | 1662 driver vfwex |
346 | 1663 dll "ir50_32.dll" |
1358 | 1664 ; out YV12,I420 ; flickering |
346 | 1665 out YUY2 |
1666 out BGR32,BGR24,BGR15 | |
1667 | |
267 | 1668 videocodec indeo4 |
268 | 1669 info "Intel Indeo 4.1" |
746 | 1670 status working |
267 | 1671 fourcc IV41,iv41 |
1672 driver vfw | |
1673 dll "ir41_32.dll" | |
6528 | 1674 out IF09 |
746 | 1675 out BGR24,BGR15 |
6528 | 1676 in YVU9 |
267 | 1677 |
1678 videocodec indeo3 | |
268 | 1679 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
|
1680 status working |
267 | 1681 fourcc IV31,iv31 |
1682 fourcc IV32,iv32 | |
6528 | 1683 driver vfwex |
267 | 1684 dll "ir32_32.dll" |
6528 | 1685 out IF09 |
6104
0fb14001bf06
old vfw codecs don't like double buffering - force static buffer for them
arpi
parents:
6098
diff
changeset
|
1686 out BGR24,BGR15 flip,static |
6528 | 1687 in YVU9 |
267 | 1688 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1689 videocodec indeo5xa |
6584 | 1690 info "XAnim's Intel Indeo 5" |
2675 | 1691 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1692 fourcc IV50,iv50 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1693 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1694 dll "vid_iv50.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1695 out YVU9 |
267 | 1696 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1697 videocodec indeo4xa |
6584 | 1698 info "XAnim's Intel Indeo 4.1" |
1526 | 1699 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1700 fourcc IV41,iv41 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1701 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1702 dll "vid_iv41.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1703 out YVU9 |
713 | 1704 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1705 videocodec indeo3xa |
6584 | 1706 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
|
1707 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1708 fourcc IV31,iv31 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1709 fourcc IV32,iv32 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1710 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1711 dll "vid_iv32.xa" |
7356
12c25243426c
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
arpi
parents:
7354
diff
changeset
|
1712 out YVU9 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1713 |
30487
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1714 videocodec ffindeo5 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1715 info "FFmpeg Indeo 5" |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1716 status working |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1717 fourcc IV50 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1718 driver ffmpeg |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1719 dll indeo5 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1720 out YVU9 |
c529adc9c384
There is Indeo 5 decoder in FFmpeg now, so register it
kostya
parents:
30403
diff
changeset
|
1721 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1722 ; 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
|
1723 |
7601 | 1724 videocodec ffdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1725 info "FFmpeg DV" |
7667 | 1726 status working |
22617
3652d2628218
add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
compn
parents:
22472
diff
changeset
|
1727 fourcc CDVC,cdvc |
29077 | 1728 fourcc CDVH,cdvh ; Canopus DVCPRO HD |
7601 | 1729 fourcc DVSD,dvsd ; PAL |
1730 fourcc DVCS,dvcs ; NTSC ? | |
1731 fourcc "dvcp" ; PAL DV in .mov | |
1732 fourcc "dvc " ; NTSC DV in .mov | |
29097
3dc541dc1866
add fourccs: dvp and dvs1, from vlc dv video fourcc list
compn
parents:
29077
diff
changeset
|
1733 fourcc "dvp " |
17629
2cee40108bbd
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
rtognimp
parents:
17604
diff
changeset
|
1734 fourcc dvpp ; DVCPRO - PAL |
25921
b071a2aec687
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
diego
parents:
25668
diff
changeset
|
1735 fourcc dv50 ; DVCPRO 50 |
26303
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
1736 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
|
1737 fourcc dv5p ; DVCPRO 50 PAL in .mov |
27609 | 1738 fourcc AVdv,AVd1 |
1739 fourcc dvhq,dvhp | |
1740 fourcc dvh5,dvh6,dvh3 | |
27610 | 1741 fourcc dvhd,dvsl,dv25 |
29282
e186e5204697
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
compn
parents:
29281
diff
changeset
|
1742 fourcc dvs1,dvh1 |
7601 | 1743 driver ffmpeg |
1744 dll dvvideo | |
20371 | 1745 out 411P,422P,YV12 |
7601 | 1746 |
28918
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1747 videocodec qdv |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1748 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
|
1749 status working |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1750 fourcc dvsl,dvsd,dvhd ; ???? |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1751 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
|
1752 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
|
1753 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
|
1754 driver dshow |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1755 dll "qdv.dll" |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1756 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
|
1757 out YUY2 |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1758 out UYVY |
0fc1194ec544
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
reimar
parents:
28896
diff
changeset
|
1759 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
|
1760 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1761 videocodec libdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1762 info "Raw DV (libdv)" |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1763 status working |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1764 fourcc DVSD,dvsd ; PAL |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1765 fourcc DVCS,dvcs ; NTSC ? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1766 fourcc "dvcp" ; PAL DV in .mov |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1767 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
|
1768 fourcc dvpp ; DVCPRO - PAL |
25921
b071a2aec687
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
diego
parents:
25668
diff
changeset
|
1769 fourcc dv50 ; DVCPRO 50 |
26303
adb06ce0dad9
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
compn
parents:
26240
diff
changeset
|
1770 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
|
1771 fourcc dv5p ; DVCPRO 50 PAL in .mov |
27609 | 1772 fourcc AVdv,AVd1 ; AVID DV |
1773 fourcc dvhq,dvhp | |
1774 fourcc dvh5,dvh6,dvh3 | |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1775 driver libdv |
8209 | 1776 dll libdv.so.2 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1777 out YUY2 |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1778 |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1779 ; note: it crashes with pond.dv :( |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1780 videocodec mcdv |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1781 info "MainConcept DV Codec" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1782 status working |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1783 fourcc DVSD,dvsd ; PAL |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1784 fourcc DVCS,dvcs ; NTSC ? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1785 fourcc CDVC,cdvc ; ??? |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1786 fourcc "dvcp" dvsd ; PAL DV in .mov |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
1787 fourcc "dvc " dvcs ; NTSC DV in .mov |
2162
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1788 driver vfw |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1789 dll "mcdvd_32.dll" |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1790 out YUY2 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1791 out UYVY |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1792 out BGR32,BGR24,BGR15 |
98e244e5c0a1
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
arpi
parents:
2107
diff
changeset
|
1793 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1794 ; 3ivx: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1795 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1796 videocodec 3ivXxa |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1797 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
|
1798 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1799 fourcc 3IV1 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1800 driver xanim |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1801 dll "vid_3ivX.xa" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1802 out YV12,IYUV,I420 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1803 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1804 videocodec 3ivX |
22367
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
1805 info "3ivx Delta 4.5" |
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
1806 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1807 fourcc 3IV1 |
334 | 1808 driver dshow |
22367
97639699240b
Update 3ivx decoder to latest version and allow it to load required library.
voroshil
parents:
22366
diff
changeset
|
1809 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
|
1810 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
|
1811 out YV12 |
334 | 1812 out YUY2 |
1813 out BGR32,BGR24,BGR16,BGR15 | |
1814 | |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1815 ; RealVideo variants |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1816 |
14580
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1817 videocodec rv3040 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1818 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
|
1819 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
|
1820 fourcc RV30,rv30 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1821 fourcc RV40,rv40 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1822 driver realvid |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1823 dll "drvc.so" |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1824 out I420 |
5becfc1e6c16
Add support for the Linux RealPlayer 10 RV30/40 codec.
diego
parents:
14498
diff
changeset
|
1825 |
22908 | 1826 videocodec rv3040win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1827 info "Win32 RealPlayer 10 RV30/40" |
22908 | 1828 status working |
1829 fourcc RV30,rv30 | |
1830 fourcc RV40,rv40 | |
1831 driver realvid | |
1832 dll "drvc.dll" | |
1833 out I420 | |
1834 | |
6983 | 1835 videocodec rv40 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1836 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
|
1837 status buggy |
6983 | 1838 fourcc RV40,rv40 |
1839 driver realvid | |
1840 dll "drv4.so.6.0" | |
1841 out I420 | |
1842 | |
8527 | 1843 videocodec rv40win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1844 info "Win32 RealPlayer 9 RV40" |
8527 | 1845 status working |
1846 fourcc RV40,rv40 | |
1847 driver realvid | |
1848 dll "drv43260.dll" | |
1849 out I420 | |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1850 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1851 videocodec rv40mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1852 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
|
1853 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1854 fourcc RV40,rv40 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1855 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
1856 dll "drvc.bundle/Contents/MacOS/drvc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1857 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1858 |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1859 videocodec rv30 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1860 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
|
1861 status buggy |
6343
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1862 fourcc RV30,rv30 |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1863 driver realvid |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1864 dll "drv3.so.6.0" |
d253cf4f43a9
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
6339
diff
changeset
|
1865 out I420 |
5749 | 1866 |
6375 | 1867 videocodec rv30win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1868 info "Win32 RealPlayer 8 RV30" |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1869 status working |
6375 | 1870 fourcc RV30,rv30 |
1871 driver realvid | |
1872 dll "drv33260.dll" | |
1873 out I420 | |
1874 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1875 videocodec rv30mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1876 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
|
1877 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1878 fourcc RV30,rv30 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1879 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
1880 dll "drvc.bundle/Contents/MacOS/drvc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1881 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1882 |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1883 videocodec ffrv20 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1884 info "FFmpeg RV20" |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1885 status working |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1886 fourcc RV20,rv20 |
27627 | 1887 fourcc RVTR |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1888 driver ffmpeg |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1889 dll rv20 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1890 out YV12,I420,IYUV |
27440 | 1891 |
28138 | 1892 videocodec ffrv30 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1893 info "FFmpeg RV30" |
28138 | 1894 status buggy |
1895 fourcc RV30,rv30 | |
1896 driver ffmpeg | |
1897 dll rv30 | |
1898 out YV12,I420,IYUV | |
1899 | |
28020 | 1900 videocodec ffrv40 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1901 info "FFmpeg RV40" |
28020 | 1902 status working |
1903 fourcc RV40,rv40 | |
1904 driver ffmpeg | |
1905 dll rv40 | |
1906 out YV12,I420,IYUV | |
1907 | |
6346 | 1908 videocodec rv20 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1909 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
|
1910 status buggy |
6346 | 1911 fourcc RV20,rv20 |
1912 driver realvid | |
1913 dll "drv2.so.6.0" | |
1914 out I420 | |
1915 | |
22908 | 1916 videocodec rv20winrp10 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1917 info "Win32 RealPlayer 10 RV20" |
22908 | 1918 status working |
1919 fourcc RV20,rv20 | |
1920 driver realvid | |
1921 dll "drv2.dll" | |
1922 out I420 | |
1923 | |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1924 videocodec rv20win |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1925 info "Win32 RealPlayer 8 RV20" |
8526
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1926 status working |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1927 fourcc RV20,rv20 |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1928 driver realvid |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1929 dll "drv23260.dll" |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1930 out I420 |
2b8cb804fe1a
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)
alex
parents:
8336
diff
changeset
|
1931 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1932 videocodec rv20mac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1933 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
|
1934 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1935 fourcc RV20,rv20 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1936 driver realvid |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
1937 dll "drv2.bundle/Contents/MacOS/drv2" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1938 out I420 |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
1939 |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1940 videocodec ffrv10 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
1941 info "FFmpeg RV10" |
17543
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1942 status working |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1943 fourcc RV10,rv10 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1944 fourcc RV13,rv13 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1945 driver ffmpeg |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1946 dll rv10 |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1947 out YV12,I420,IYUV |
8ddfb75a242e
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
diego
parents:
17542
diff
changeset
|
1948 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1949 ; others: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
1950 |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1951 videocodec alpary |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1952 info "Alparysoft lossless codec dshow" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
1953 status working |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1954 fourcc ASLC |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1955 driver dshow |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1956 dll "aslcodec_dshow.dll" |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1957 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
|
1958 out BGR24 flip |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1959 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1960 videocodec alpary2 |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1961 info "Alparysoft lossless codec vfw" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
1962 status working |
12066
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1963 fourcc ASLC |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1964 driver vfw |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1965 dll "aslcodec_vfw.dll" |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1966 out BGR24 flip |
792eec413bd5
Support for Alparysoft lossless video codec (DShow and VfW)
rtognimp
parents:
12059
diff
changeset
|
1967 |
12059
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1968 videocodec LEADMW20 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1969 info "Lead CMW wavelet 2.0" |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1970 status working |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1971 fourcc LCW2 |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1972 driver dshow |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
1973 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
|
1974 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
|
1975 out BGR24,BGR8 flip |
937a520811e9
Add support for Lead MCMW 2.0 wavelet codec eval version
rtognimp
parents:
12050
diff
changeset
|
1976 |
31139
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1977 videocodec cineformhd |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1978 info "CineForm HD" |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1979 status working |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1980 fourcc CFHD |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1981 driver dshow |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1982 dll "CFDecode2.ax" |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1983 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
|
1984 out UYVY |
9a2e299dc256
Add final missing bits of CineForm HD support on Linux (via the Windows
sesse
parents:
31118
diff
changeset
|
1985 |
25352
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1986 videocodec lagarith |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1987 info "Lagarith Lossless Video Codec" |
25455 | 1988 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
|
1989 status working |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1990 fourcc LAGS |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1991 driver vfw |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1992 dll "lagarith.dll" |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1993 out BGR32,BGR24 flip |
c090477234c6
add lagarith codec, someone finally found it in the wild.
compn
parents:
25301
diff
changeset
|
1994 |
26968 | 1995 videocodec psiv |
1996 info "Infinite Video PSI_V" | |
1997 status working | |
1998 fourcc PSIV | |
1999 driver vfw | |
2000 dll "psiv.dll" | |
2001 out BGR32,BGR24 query,flip | |
2002 | |
30188 | 2003 videocodec midivid1 |
2004 info "http://www.midivid.com/codec/download.html" | |
2005 status working | |
2006 fourcc MVLZ | |
2007 driver vfw | |
2008 dll "MLZCodec.dll" | |
2009 out BGR24,BGR16 flip | |
2010 | |
2011 videocodec midivid2 | |
2012 info "http://www.midivid.com/codec/download.html" | |
2013 status working | |
2014 fourcc MVDV | |
2015 driver vfw | |
2016 dll "MVCodec.dll" | |
2017 out BGR24 flip | |
2018 | |
28300 | 2019 videocodec midivid3 |
2020 info "www.midivid.com/codec/mv3codec.html" | |
2021 status working | |
2022 fourcc MV30 | |
2023 driver vfw | |
2024 dll "MV3.dll" | |
2025 out BGR24,BGR16 | |
2026 | |
28311 | 2027 videocodec moyea |
2028 info "Moyea Flash to Video Converter" | |
2029 comment "requires zlib1.dll" ; c7d4d685a0af2a09cbc21cb474358595 | |
2030 status working | |
2031 fourcc MFZ0 | |
2032 driver vfw | |
2033 dll "MyFlashZip0.ax" | |
2034 out BGR24 flip | |
2035 | |
28273
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2036 videocodec nsvideo |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2037 info "Power VideoWorks video" |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2038 status working |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2039 fourcc NSVI |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2040 driver vfw |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2041 dll "nsvideo.dll" |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2042 out BGR24 flip |
e7de441ff1c1
add nsvideo (NSVI) binary codec. works on uncommon samples list
compn
parents:
28272
diff
changeset
|
2043 |
28274 | 2044 videocodec smv2vfw |
2045 info "DideoNET SMV2" | |
2046 status working | |
2047 fourcc SMV2 | |
2048 driver vfw | |
2049 dll "smv2vfw.dll" | |
2050 out BGR32,BGR24,BGR8,RGB32,RGB24,RGB8 flip | |
2051 | |
30205 | 2052 videocodec cfhdvfw |
2053 status working | |
2054 info "CineForm HD" | |
30232 | 2055 comment "windows only" ; set registry keys for half-res decoding |
30205 | 2056 status working |
2057 fourcc CFHD | |
2058 driver vfw | |
2059 dll "cinevfw.dll" | |
2060 out BGR32 | |
2061 | |
26439 | 2062 videocodec canopushq |
2063 status working | |
2064 info "Canopus HQ Codec" | |
26440
9dc0b217fce4
Canopus HQ tries to load the auxiliary dlls with lowercase filename
rtogni
parents:
26439
diff
changeset
|
2065 comment "requires csehqa.dll and cseuvec.dll" |
26439 | 2066 fourcc CUVC |
2067 driver vfw | |
2068 dll "CUVCcodc.dll" | |
2069 out BGR24 | |
2070 | |
2071 videocodec canopusll | |
2072 status working | |
2073 info "Canopus Lossless Codec" | |
2074 comment "requires csellc.dll" | |
2075 fourcc CLLC | |
2076 driver vfw | |
2077 dll "CLLCcodc.dll" | |
2078 out BGR24 | |
2079 | |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2080 videocodec ffvp3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2081 info "FFmpeg VP3" |
10095
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2082 status untested |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2083 fourcc VP30,vp30,VP31,vp31 |
10126 | 2084 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
|
2085 driver ffmpeg |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2086 dll "vp3" |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2087 out YV12 |
51da0282b302
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
arpi
parents:
10085
diff
changeset
|
2088 |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2089 videocodec fftheora |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2090 info "FFmpeg Theora" |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2091 status untested |
15823 | 2092 fourcc theo |
2093 fourcc Thra theo | |
11315
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2094 format 0xFFFC |
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2095 driver ffmpeg |
f7ee031a6a37
forgot to commit fftheora entry, but it's only support by g2 til now
alex
parents:
11314
diff
changeset
|
2096 dll "theora" |
30845 | 2097 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
|
2098 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2099 videocodec vp3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2100 info "On2 Open Source VP3 Codec" |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2101 status working |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2102 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
|
2103 fourcc VP30,vp30,VP31,vp31 |
6565 | 2104 flags align16 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2105 driver vfwex |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2106 dll "vp31vfw.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2107 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2108 out BGR32,BGR24,BGR15 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
2109 |
10722
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2110 videocodec vp4 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2111 info "On2 VP4 Personal Codec" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2112 comment "Decodes also VP3" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2113 status working |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2114 fourcc VP40 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2115 fourcc VP31,VP30,vp31,vp30 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2116 driver vfwex |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2117 dll "vp4vfw.dll" |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2118 out YUY2 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2119 out BGR32,BGR24 |
f06b8ea6f850
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
rtognimp
parents:
10712
diff
changeset
|
2120 |
19775 | 2121 videocodec ffvp5 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2122 info "FFmpeg VP5" |
19775 | 2123 status working |
2124 fourcc VP50 | |
2125 driver ffmpeg | |
2126 dll "vp5" | |
2127 out YV12 | |
2128 | |
12042 | 2129 videocodec vp5 |
2130 info "On2 VP5 Personal Codec" | |
2131 status working | |
2132 fourcc VP50 | |
2133 driver vfwex | |
2134 dll "vp5vfw.dll" | |
2135 out YUY2 | |
2136 out BGR32,BGR24 | |
2137 | |
19775 | 2138 videocodec ffvp6 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2139 info "FFmpeg VP6" |
19775 | 2140 status working |
21647 | 2141 fourcc VP60,VP61,VP62 |
19775 | 2142 driver ffmpeg |
2143 dll "vp6" | |
2144 out YV12 | |
2145 | |
27324 | 2146 videocodec ffvp6a |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2147 info "FFmpeg VP6A" |
27324 | 2148 status untested |
2149 fourcc VP6A | |
2150 driver ffmpeg | |
2151 dll "vp6a" | |
30115
ad61464d02a7
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
parents:
30111
diff
changeset
|
2152 out 420A |
27324 | 2153 |
19796 | 2154 videocodec ffvp6f |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2155 info "FFmpeg VP6 Flash" |
19796 | 2156 status working |
2157 fourcc VP6F | |
31091 | 2158 fourcc FLV4 |
19796 | 2159 driver ffmpeg |
2160 dll "vp6f" | |
2161 out YV12 | |
2162 | |
12042 | 2163 videocodec vp6 |
2164 info "On2 VP6 Personal Codec" | |
2165 status working | |
2166 fourcc VP60,VP61,VP62 | |
2167 driver vfwex | |
2168 dll "vp6vfw.dll" | |
2169 out YUY2 | |
2170 out BGR32,BGR24 | |
2171 | |
30034 | 2172 videocodec vp6f |
2173 info "On2 VP6F Personal Codec" | |
2174 status working | |
2175 fourcc VP6F VP60 | |
2176 driver vfwex | |
2177 dll "vp6vfw.dll" | |
2178 out YUY2,BGR32,BGR24 flip | |
2179 | |
16338
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2180 videocodec vp7 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2181 info "On2 VP7 Personal Codec" |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2182 status working |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2183 fourcc VP70 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2184 driver vfwex |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2185 dll "vp7vfw.dll" |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2186 out YUY2 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2187 out BGR32,BGR24 |
cbd034008ee0
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
reimar
parents:
16329
diff
changeset
|
2188 |
31476
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2189 videocodec ffvp8 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2190 info "FFmpeg VP8" |
31519 | 2191 comment "not using direct rendering due to missing edge emulation" |
31510 | 2192 status working |
31476
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2193 fourcc VP80 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2194 driver ffmpeg |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2195 dll "vp8" |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2196 out YV12 |
d7ef415c30fa
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
reimar
parents:
31454
diff
changeset
|
2197 |
31701
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2198 videocodec fflibvpx |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2199 info "FFmpeg wrapper for libvpx/VP8" |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2200 status working |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2201 fourcc VP80 |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2202 driver ffmpeg |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2203 dll "libvpx" |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2204 out YV12 |
013a496467b9
ffvp8 is now significantly faster for x86-64 than fflibvpx.
cehoyos
parents:
31591
diff
changeset
|
2205 |
344 | 2206 videocodec mwv1 |
333 | 2207 info "Motion Wavelets" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2208 status working |
334 | 2209 fourcc MWV1 |
333 | 2210 driver vfw |
2211 dll "icmw_32.dll" | |
5914 | 2212 out BGR24,BGR15 flip |
333 | 2213 |
28125 | 2214 videocodec wavcvfw |
31834
64ba1daa147a
various spelling fixes, found by the Debian QA tool 'lintian'
siretart
parents:
31795
diff
changeset
|
2215 info "centre for wavelets, approximation and information processing" |
28125 | 2216 status working |
2217 fourcc wavc | |
2218 driver vfw | |
2219 dll "WavCWAIP.dll" | |
2220 out BGR24 flip | |
2221 | |
403 | 2222 videocodec asv2 |
2223 info "ASUS V2" | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2224 status working |
403 | 2225 fourcc ASV2 |
2226 driver vfw | |
2227 dll "asusasv2.dll" | |
713 | 2228 out UYVY |
2229 out BGR32,BGR24,BGR15 flip | |
2230 | |
2231 videocodec asv1 | |
2232 info "ASUS V1" | |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2233 status working |
713 | 2234 fourcc ASV1 |
2235 driver vfw | |
2236 dll "asusasvd.dll" | |
2237 out UYVY | |
403 | 2238 out BGR32,BGR24,BGR15 flip |
2239 | |
13356 | 2240 videocodec ffultimotion |
28451 | 2241 info "FFmpeg IBM Ultimotion" |
13356 | 2242 status working |
2243 fourcc ULTI | |
2244 driver ffmpeg | |
2245 dll "ultimotion" | |
2246 out YVU9 | |
2247 | |
11314 | 2248 videocodec ultimotion |
2249 info "IBM Ultimotion" | |
2250 status working | |
2251 fourcc ULTI | |
2252 driver vfw | |
2253 dll "ultimo.dll" | |
2254 out YUY2,UYVY | |
2255 out BGR32,BGR24,BGR15 flip | |
2256 | |
5749 | 2257 videocodec mss1 |
2258 info "Windows Screen Video" | |
2259 status working | |
2260 fourcc MSS1 | |
2261 driver dshow | |
2262 dll "msscds32.ax" | |
2263 guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24 | |
2264 out BGR32,BGR24,BGR16,BGR15 | |
2265 | |
2266 ; CLRVIDDC.DLL needed too, with uppercase | |
2267 videocodec ucod | |
2268 info "UCOD-ClearVideo" | |
2269 status working | |
2270 fourcc UCOD | |
2271 driver vfw | |
2272 dll "clrviddd.dll" | |
2273 out BGR32,BGR24,BGR15 flip | |
2274 | |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2275 videocodec vcr2 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2276 info "ATI VCR-2" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2277 status working |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2278 fourcc VCR2 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2279 driver vfw |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2280 dll "ativcr2.dll" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2281 out YV12 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2282 out BGR24 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2283 |
29738 | 2284 videocodec slifvfw |
2285 info "SoftLab-NSK Forward MPEG2 I-frames" | |
2286 status working | |
2287 fourcc slif | |
2288 driver vfw | |
2289 dll "slif.dll" | |
2290 out RGB32 flip | |
2291 | |
30186 | 2292 videocodec blox |
2293 info "Jan Jezabeks BLOX MPEG Codec" | |
2294 status working | |
2295 fourcc BLOX | |
2296 driver vfw | |
2297 dll "blox.dll" | |
2298 out YUY2 | |
2299 | |
28127 | 2300 videocodec cjpg |
2301 info "Creative Labs Video Blaster Webcam" | |
2302 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
|
2303 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2304 fourcc CJPG |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2305 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2306 dll "CtWbJpg.DLL" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2307 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2308 out UYVY |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2309 out BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2310 |
28127 | 2311 videocodec kensington |
2312 info "kensington webcam" | |
2313 status working | |
2314 fourcc AJPG,ABYR | |
2315 fourcc LBYR,JBYR ; untested, creative labs cam | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29097
diff
changeset
|
2316 fourcc UV12 ; untested |
28127 | 2317 driver vfw |
2318 dll "aoxdxipl.ax" | |
2319 out BGR24 flip | |
2320 | |
28120 | 2321 videocodec xjpg |
2322 info "xiricam Veo PC Camera" | |
2323 status working | |
2324 fourcc XJPG | |
2325 driver vfw | |
2326 dll "camfc.dll" | |
2327 out BGR24 flip | |
2328 | |
11554 | 2329 videocodec ffduck |
2330 info "Duck Truemotion1" | |
2331 status working | |
2332 fourcc DUCK | |
28353 | 2333 fourcc PVEZ |
11554 | 2334 driver ffmpeg |
2335 dll "truemotion1" | |
16964
ecf96c255294
ffmpeg truemotion1 codec now outputs BGR32 for some files
reimar
parents:
16915
diff
changeset
|
2336 out BGR15,BGR16,BGR24,BGR32 query |
11554 | 2337 |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2338 videocodec fftm20 |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2339 info "FFmpeg Duck/On2 TrueMotion 2.0" |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2340 status working |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2341 fourcc TM20 |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2342 driver ffmpeg |
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2343 dll truemotion2 |
29334
e121eaf43346
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
kostya
parents:
29326
diff
changeset
|
2344 out BGR24 |
16776
4044b3e8733a
Add ffmpeg truemotion2 codec, make it default for TM20
rtognimp
parents:
16362
diff
changeset
|
2345 |
5799 | 2346 ; our BGR15->BGR32 is bad or the DLL? |
2347 videocodec tm20 | |
2348 info "TrueMotion 2.0" | |
2349 status working | |
2350 comment "YUV faulting" | |
2351 fourcc TM20 | |
2352 driver dshow | |
2353 dll "tm20dec.ax" | |
2354 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
|
2355 out BGR32,BGR24,BGR16 flip |
5799 | 2356 |
30102 | 2357 videocodec tm2xvfw |
2358 info "TrueMotion 2.0" | |
2359 status working | |
2360 fourcc TM2X | |
2361 fourcc TM2A TM2X | |
2362 driver vfw | |
2363 dll "tm2X.dll" | |
2364 out BGR32,BGR24,BGR16 flip | |
2365 | |
29368 | 2366 videocodec tr20 |
2367 info "TrueMotion RT" | |
2368 status working | |
2369 fourcc TR20 | |
2370 driver vfw | |
2371 dll "tr2032.dll" | |
2372 out BGR15 | |
2373 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2374 videocodec sif1vfw |
28050 | 2375 info "sif1 alpha4" |
2376 status working | |
2377 fourcc SIF1 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2378 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2379 dll "Sif1_vfw.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2380 out YV12,YUY2 |
28050 | 2381 |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2382 videocodec sif1ds |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2383 info "sif1 alpha4" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2384 status buggy |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2385 comment "one frame every 5 seconds?" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2386 fourcc SIF1 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2387 driver dshow |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2388 dll "Sif1Dec.ax" |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2389 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
|
2390 out BGR32 |
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
2391 |
24653 | 2392 videocodec ffamv |
2393 info "Modified MJPEG, used in AMV files" | |
2394 status working | |
2395 fourcc AMVV ; internal MPlayer FourCC | |
2396 driver ffmpeg | |
2397 dll "amv" | |
2398 out YV12 | |
2399 | |
11082 | 2400 videocodec ffsp5x |
2401 info "SP5x codec - used by Aiptek MegaCam" | |
2402 status working | |
2403 fourcc SP53,SP54,SP55,SP56,SP57,SP58 | |
2404 driver ffmpeg | |
2405 dll "sp5x" | |
2406 out YV12 | |
2407 | |
28120 | 2408 videocodec sp6x |
2409 info "SP6x codec" | |
2410 status buggy | |
2411 fourcc SP60,SP61,SP62 | |
2412 driver vfw | |
2413 dll "sp6x_32.dll" | |
2414 out BGR24 flip | |
2415 | |
7059 | 2416 videocodec sp5x |
2417 info "SP5x codec - used by Aiptek MegaCam" | |
2418 status working | |
2419 fourcc SP53,SP54,SP55,SP56,SP57,SP58 | |
2420 driver vfw | |
2421 dll "sp5x_32.dll" | |
10381
c21e3bceec16
patch for sp5x video codec by "Philip Court" <pccourt (at) hotmail.com>
attila
parents:
10348
diff
changeset
|
2422 out BGR24,BGR15 flip |
7059 | 2423 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2424 videocodec sp4x |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2425 info "SP4x codec - used by Aiptek MegaCam" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2426 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2427 fourcc SP40,SP41,SP42,SP43,SP44,SP45 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2428 fourcc SP46,SP47 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2429 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2430 dll "SP4X_32.DLL" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2431 out BGR24,BGR15 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2432 |
28050 | 2433 videocodec bt411 |
2434 info "Brooktree 411 codec" | |
2435 status working | |
2436 fourcc BT20,Y41P | |
2437 driver vfwex | |
2438 dll "btvvc32.drv" | |
2439 out BGR24 | |
2440 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2441 videocodec bwmpeg |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2442 info "Broadway MPEG Capture Codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2443 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2444 fourcc BW10 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2445 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2446 dll "bw10.dll" ;requires vtaccess.dll |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
29097
diff
changeset
|
2447 out YV12,YUY2,I420 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2448 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2449 videocodec zdsoft |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2450 info "zdsoft screen recorder" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2451 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2452 fourcc ZDSV |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2453 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2454 dll "scrvid.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2455 out BGR32 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2456 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2457 videocodec webtrain |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2458 info "WebTrain Communication lossless screen recorder" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2459 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2460 fourcc WTVC |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2461 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2462 dll "wtvc.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2463 out BGR16 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2464 |
29631 | 2465 videocodec kegavideo |
2466 info "Kega Video" | |
29637 | 2467 comment "requires MSVCR80.DLL on windows" |
29631 | 2468 status working |
2469 fourcc KGV1 | |
2470 driver vfw | |
2471 dll "KGV1-VFW.dll" | |
29637 | 2472 out BGR16 flip |
29631 | 2473 |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2474 videocodec xfire |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2475 info "xfire video" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2476 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2477 fourcc XFR1 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2478 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2479 dll "xfcodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2480 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2481 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2482 videocodec vfapi |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2483 info "VFAPI rgb transcode codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2484 status untested |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2485 fourcc vifp |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2486 driver vfwex |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2487 dll "VFCodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2488 out BGR24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2489 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2490 videocodec eyecon |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2491 info "nokia eti camcorder eyecon" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2492 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2493 fourcc NUB0,NUB1,NUB2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2494 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2495 dll "nub2.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2496 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2497 |
28120 | 2498 videocodec smsvvfw |
2499 info "WorldConnect Wavelet Video" | |
2500 comment "found in visualmail videos" | |
2501 status working | |
2502 fourcc SMSV | |
2503 driver vfw | |
2504 dll "wv32vfw.dll" | |
2505 out BGR24 flip | |
2506 | |
30185 | 2507 videocodec adv601 |
2508 info "Analog Devices Wavelet Codec" | |
2509 status working | |
2510 fourcc ADV1 | |
2511 driver vfw | |
2512 dll "ADV601.dll" | |
2513 out BGR24 flip | |
2514 | |
2515 videocodec advwavelet | |
2516 info "waveletvideo.freeservers.com" | |
2517 status working | |
2518 fourcc ADV1 | |
2519 driver vfw | |
2520 dll "wavelet.dll" | |
2521 out BGR24 flip | |
2522 | |
2523 videocodec loronixwavlet | |
2524 info "loronix wavelet" | |
2525 status untested | |
2526 fourcc ADV1 | |
2527 driver vfw | |
2528 dll "wavlor.dll" | |
2529 out BGR24 | |
2530 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2531 videocodec foxmotion |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2532 info "fox motion video" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2533 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2534 fourcc FMVC |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2535 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2536 dll "fmcodec.dll" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2537 out BGR32,BGR24,BGR15 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2538 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2539 videocodec tridvfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2540 status untested |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2541 fourcc ty2c,TY2C,ty0n |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2542 fourcc TY2N,TY0N,T565 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2543 driver vfw |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2544 dll "TRICDC32.DRV" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2545 out BGR24 flip |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2546 |
28300 | 2547 videocodec vdtzvfw |
2548 info "Telegeny VDTZ" | |
2549 status working | |
2550 fourcc VDTZ | |
2551 driver vfw | |
2552 dll "VTZ32.DLL" | |
2553 out BGR24 flip | |
2554 | |
10818
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2555 videocodec vivd2 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2556 info "SoftMedia ViVD V2 codec VfW" |
10818
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2557 status working |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2558 fourcc GXVE,gxve |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2559 driver vfw |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2560 dll "ViVD2.dll" |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2561 out YUY2,YV12,I420,YVU9 |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2562 out BGR32,BGR24,BGR15 |
fa41f83edff0
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
rtognimp
parents:
10774
diff
changeset
|
2563 |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2564 videocodec winx |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2565 info "Winnov Videum winx codec" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2566 status working |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2567 fourcc WINX |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2568 driver vfwex |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2569 dll "wnvwinx.dll" |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2570 out BGR32,BGR24,BGR15 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2571 |
15021 | 2572 videocodec ffwnv1 |
28451 | 2573 info "FFmpeg wnv1 codec" |
15021 | 2574 status working |
2575 fourcc WNV1 | |
2576 driver ffmpeg | |
2577 dll wnv1 | |
2578 out 422P | |
2579 | |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2580 videocodec wnv1 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2581 info "Winnov Videum wnv1 codec" |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2582 status working |
12735
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2583 fourcc WNV1 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2584 driver vfwex |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2585 dll "wnvplay1.dll" |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2586 out BGR32,BGR24,BGR15 |
5af0b22d55a6
Support for Winnov Videum WINX and WNV1 codecs with binary dll
rtognimp
parents:
12704
diff
changeset
|
2587 |
13748 | 2588 videocodec vdom |
2589 info "VDOWave codec" | |
2590 status working | |
28050 | 2591 fourcc VDOM,VDOW |
13748 | 2592 driver vfw |
2593 dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL | |
28050 | 2594 out BGR24 flip |
13748 | 2595 |
28103 | 2596 videocodec vdowave3 |
2597 info "VDOWave 3 advanced codec" | |
2598 status working | |
2599 fourcc VDO3 | |
2600 fourcc VDOM,VDOW | |
2601 driver vfw | |
2602 dll "vdo32_30.drv" ; Need also decvdo.dll | |
2603 out BGR24 flip | |
2604 | |
13944 | 2605 videocodec lsv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2606 info "Vianet Lsvx Video" |
13944 | 2607 status working |
2608 fourcc lsvx | |
2609 fourcc lsvm | |
2610 fourcc lsvc | |
2611 driver vfw | |
2612 dll "lsvxdec.dll" | |
2613 out BGR32,BGR24,BGR16 flip | |
2614 | |
19762 | 2615 videocodec ffvmnc |
2616 info "FFmpeg VMware video" | |
2617 status working | |
2618 fourcc VMnc | |
2619 driver ffmpeg | |
26568 | 2620 dll "vmnc" |
19762 | 2621 out BGR32,BGR15,BGR8 |
2622 | |
15104
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2623 videocodec vmnc |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2624 info "VMware video" |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2625 status working |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2626 fourcc VMnc |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2627 driver vfw |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2628 dll "vmnc.dll" |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2629 out BGR24,BGR15,BGR8 query,flip |
209ddda63c46
Support WMware video (fourcc VMnc) via binary dll
rtognimp
parents:
15072
diff
changeset
|
2630 |
18526 | 2631 videocodec ffsmkvid |
2632 info "FFmpeg Smacker Video" | |
2633 status working | |
2634 fourcc SMK2 | |
2635 fourcc SMK4 | |
2636 out BGR8 | |
2637 driver ffmpeg | |
2638 dll "smackvid" | |
2639 | |
19238 | 2640 videocodec ffcavs |
2641 info "Chinese AVS Video" | |
22952
73a4fa72d04a
Convert source comments into proper codecs.conf entry comments.
diego
parents:
22918
diff
changeset
|
2642 comment "only works with libavformat demuxer" |
19238 | 2643 status working |
2644 fourcc CAVS | |
27609 | 2645 fourcc avs2 |
19238 | 2646 driver ffmpeg |
2647 dll "cavs" | |
2648 out I420 | |
13748 | 2649 |
26204 | 2650 videocodec ffdnxhd |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2651 info "FFmpeg DNxHD" |
26204 | 2652 status working |
2653 fourcc AVdn | |
2654 driver ffmpeg | |
2655 dll "dnxhd" | |
2656 out 422P | |
2657 | |
8163 | 2658 ; quicktime codecs: |
2659 | |
8324 | 2660 videocodec qt3ivx |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2661 info "win32/quicktime 3IV1 (3ivx)" |
8324 | 2662 status working |
2663 fourcc 3IV1 | |
2664 driver qtvideo | |
2665 dll "3ivx Delta 3.5.qtx" | |
2666 out YUY2 | |
2667 | |
26967 | 2668 videocodec qtactl |
2669 info "Win32/QuickTime Streambox ACT-L2" | |
2670 status working | |
2671 fourcc ACTL | |
2672 driver qtvideo | |
2673 dll ACTLComponent.qtx | |
2674 out YUY2 | |
2675 | |
11968 | 2676 videocodec qtavui |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2677 info "Win32/QuickTime Avid Meridien Uncompressed" |
11968 | 2678 status working |
2679 fourcc AVUI | |
2680 driver qtvideo | |
2681 dll "AvidQTAVUICodec.qtx" | |
2682 out YUY2 | |
2683 | |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2684 videocodec qth263 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2685 info "Win32/QuickTime H.263" |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2686 status crashing |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2687 fourcc h263 |
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 YUY2 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2691 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2692 videocodec qtrlerpza |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2693 info "Win32/Quicktime RLE/RPZA" |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2694 comment "no colorspace accepted" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2695 status crashing |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2696 fourcc rpza |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2697 format 0x20656C72 ; "rle " |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2698 driver qtvideo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2699 dll "QuickTime.qts" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2700 out BGR32,BGR24,BGR15 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
2701 |
8324 | 2702 videocodec qtvp3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2703 info "Win32/QuickTime VP3" |
8324 | 2704 status crashing |
2705 fourcc VP31 | |
2706 driver qtvideo | |
2707 dll "On2_VP3.qtx" | |
2708 out YUY2 | |
2709 | |
2710 videocodec qtzygo | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2711 info "win32/quicktime ZyGo" |
8324 | 2712 status buggy |
2713 comment "wrong colors" | |
2714 fourcc ZyGo,zygo,lsvx | |
2715 driver qtvideo | |
2716 dll "ZyGoVideo.qtx" | |
2717 out BGR32,RGB32 | |
2718 | |
2719 videocodec qtbhiv | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2720 info "Win32/QuickTime BeHereiVideo" |
8324 | 2721 comment "sample file wanted!" |
2722 status untested | |
2723 fourcc bhiv | |
2724 driver qtvideo | |
2725 dll "BeHereiVideo.qtx" | |
2726 out YUY2 | |
2727 | |
8837 | 2728 videocodec qtcvid |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2729 info "Win32/QuickTime Cinepak" |
8837 | 2730 status working |
2731 fourcc cvid | |
2732 driver qtvideo | |
2733 dll "QuickTime.qts" | |
2734 out YUY2 | |
2735 | |
2736 videocodec qtindeo | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2737 info "Win32/QuickTime Indeo" |
8837 | 2738 status crashing |
2739 fourcc IV31,iv31 | |
2740 fourcc IV32,iv32 | |
2741 fourcc IV41 | |
2742 driver qtvideo | |
2743 dll "QuickTime.qts" | |
2744 out YUY2 | |
2745 | |
2746 videocodec qtmjpeg | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2747 info "Win32/QuickTime MJPEG" |
8837 | 2748 status crashing |
2749 fourcc dmb1 | |
2750 fourcc mjpa | |
2751 fourcc mjpb | |
2752 driver qtvideo | |
2753 dll "QuickTime.qts" | |
2754 out YUY2 | |
2755 | |
2756 videocodec qtmpeg4 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2757 info "Win32/QuickTime MPEG-4" |
8837 | 2758 status crashing |
2759 fourcc mp4v | |
2760 driver qtvideo | |
2761 dll "QuickTime.qts" | |
2762 out YUY2 | |
2763 | |
8163 | 2764 videocodec qtsvq3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2765 info "Win32/QuickTime SVQ3" |
8324 | 2766 status working |
8163 | 2767 fourcc SVQ3 |
2768 driver qtvideo | |
8324 | 2769 dll "QuickTimeEssentials.qtx" |
8163 | 2770 out YUY2 |
5749 | 2771 |
8322 | 2772 videocodec qtsvq1 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
2773 info "Win32/QuickTime SVQ1" |
8322 | 2774 status buggy |
2775 fourcc SVQ1 | |
2776 driver qtvideo | |
2777 dll "QuickTime.qts" | |
2778 out YVU9 | |
2779 | |
30111 | 2780 videocodec ffv210 |
2781 info "FFmpeg V210 - 10-bit" | |
2782 status untested | |
2783 fourcc v210 | |
2784 driver ffmpeg | |
2785 dll v210 | |
2786 out 422P16 | |
2787 | |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2788 videocodec qtcine |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2789 info "cinewave uncompressed 10-bit codec" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2790 status working |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2791 ; 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
|
2792 fourcc v210 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2793 driver qtvideo |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2794 dll "CineWave.qtx" |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2795 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
|
2796 out YV12,YUY2 |
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2797 |
30859
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2798 videocodec qtaic |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2799 info "QuickTime AIC video decoder" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2800 comment "Mac OS X only" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2801 status untested |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2802 fourcc icod |
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 "QuickTime.qts" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2805 out UYVY |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2806 |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2807 videocodec qtprores |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2808 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
|
2809 status working |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2810 fourcc apch |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2811 fourcc apcn |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2812 fourcc apcs |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2813 driver qtvideo |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2814 dll "AppleProResDecoder.qtx" |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2815 out YUY2 |
ee4e8dbc4d8a
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
sesse
parents:
30845
diff
changeset
|
2816 |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2817 ; 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
|
2818 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2819 videocodec vsslight |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2820 info "VSS Codec Light" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2821 status working |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2822 fourcc VSSV |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2823 driver vfw |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2824 dll "vsslight.dll" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2825 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2826 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2827 videocodec vssh264 |
15344 | 2828 info "VSS H.264 New" |
2829 status working | |
2830 fourcc VSSH | |
2831 driver dshow | |
2832 dll "vsshdsd.dll" | |
2833 guid 0x6931C7e7, 0x75b7, 0x4729, 0xa1, 0x53, 0xa8, 0xad, 0x99, 0xbd, 0xf7, 0x0b | |
2834 out YV12 | |
2835 | |
2836 videocodec vssh264old | |
2837 info "VSS H.264 Old" | |
9897 | 2838 status working |
9896
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2839 fourcc VSSH |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2840 driver vfw |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
2841 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
|
2842 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2843 |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2844 videocodec vsswlt |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2845 info "VSS Wavelet Video Codec" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2846 status working |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2847 fourcc VSSW |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2848 driver vfw |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2849 dll "vsswlt.dll" |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2850 out BGR24 flip |
acf96aea152c
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
rtognimp
parents:
9867
diff
changeset
|
2851 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2852 ; buggy codecs: (any volunteers for native rewrite?) |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2853 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2854 videocodec zlib |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2855 info "AVIzlib" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2856 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2857 comment "24bpp only" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2858 fourcc ZLIB |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2859 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2860 dll "avizlib.dll" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2861 out BGR24 flip |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2862 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2863 videocodec mszh |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2864 info "AVImszh" |
5375
c4e62a4e44ee
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
arpi
parents:
5374
diff
changeset
|
2865 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2866 comment "24bpp only" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2867 fourcc MSZH |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2868 driver vfw |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2869 dll "avimszh.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2870 ; out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2871 ; out BGR32,BGR24,BGR15 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2872 out BGR24 |
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 videocodec alaris |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2875 info "Alaris VideoGramPiX" |
28058
323c1ddffdd6
add a bunch of binary codecs with samples from this list:
compn
parents:
28055
diff
changeset
|
2876 status working |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2877 fourcc VGPX,VTLP VGPX |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2878 driver vfwex |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2879 dll "vgpix32d.dll" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2880 out UYVY |
5749 | 2881 out BGR24 |
2882 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2883 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2884 ; non-working codecs: |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2885 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2886 videocodec vcr1 |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2887 info "ATI VCR-1" |
6584 | 2888 status crashing |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2889 fourcc VCR1 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2890 driver vfw |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2891 dll "ativcr1.dll" |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2892 out RGB24 flip |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
2893 |
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
|
2894 videocodec pim1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
2895 info "Pinnacle Hardware MPEG-1" |
6584 | 2896 status crashing |
4897
d80537754731
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
arpi
parents:
4854
diff
changeset
|
2897 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
|
2898 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
|
2899 driver vfw |
7354 | 2900 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
|
2901 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
|
2902 ; 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
|
2903 ; 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
|
2904 ; 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
|
2905 |
5746 | 2906 videocodec qpeg |
2907 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
|
2908 status working |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2909 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
|
2910 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
|
2911 fourcc Q1.1,qpeq |
5746 | 2912 driver vfw |
2913 dll "qpeg32.dll" | |
2914 out BGR8 flip | |
2915 | |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2916 videocodec rricm |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2917 info "rricm" |
6584 | 2918 status crashing |
5767 | 2919 fourcc dmb1 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2920 driver vfw |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2921 dll "rricm.dll" |
5767 | 2922 out YUY2 |
5756
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2923 out BGR24 flip |
dbc4e386d829
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)
alex
parents:
5753
diff
changeset
|
2924 |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2925 videocodec ffcamtasia |
28451 | 2926 info "FFmpeg TechSmith Camtasia Screen Codec" |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2927 status working |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2928 fourcc TSCC,tscc |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2929 driver ffmpeg |
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2930 dll "camtasia" |
14629
0269b0cfeada
BGR32 is now supported also by lavc tscc decoder
rtognimp
parents:
14628
diff
changeset
|
2931 out BGR32,BGR24,BGR15,BGR8 query |
13023
0c38058f83c3
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
rtognimp
parents:
13006
diff
changeset
|
2932 |
5762 | 2933 ; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp |
2934 videocodec camtasia | |
2935 info "TechSmith Camtasia Screen Codec" | |
8209 | 2936 status working |
5762 | 2937 fourcc TSCC,tscc |
2938 driver vfw | |
2939 dll "tsccvid.dll" | |
14628 | 2940 out BGR32,BGR24,BGR15,BGR8 query,flip |
5762 | 2941 |
17353 | 2942 videocodec ffcamstudio |
2943 info "CamStudio Screen Codec" | |
2944 status working | |
2945 fourcc CSCD,cscd | |
2946 driver ffmpeg | |
2947 dll "camstudio" | |
21533 | 2948 out BGR32,BGR24,BGR15 query |
17353 | 2949 |
15474 | 2950 ; Fraps - Realtime Video Capture - http://www.fraps.com/ |
2951 videocodec fraps | |
2952 info "FRAPS: Realtime Video Capture" | |
2953 comment "Requires a processor with SSE???" | |
2954 status working | |
2955 fourcc FPS1,fps1 | |
2956 driver vfw | |
2957 dll "frapsvid.dll" | |
2958 out BGR32 flip | |
2959 | |
20654 | 2960 videocodec fffraps |
2961 info "FFmpeg Fraps" | |
2962 status working | |
2963 fourcc FPS1,fps1 | |
2964 driver ffmpeg | |
2965 dll "fraps" | |
2966 out BGR24,I420 | |
2967 | |
20933 | 2968 videocodec fftiertexseq |
2969 info "FFmpeg Tiertex SEQ" | |
2970 status working | |
20939 | 2971 fourcc TSEQ ; internal MPlayer FourCC |
20933 | 2972 driver ffmpeg |
2973 dll "tiertexseqvideo" | |
2974 out BGR8 | |
2975 | |
20934 | 2976 videocodec ffvmd |
2977 info "FFmpeg Sierra VMD video" | |
2978 status working | |
20939 | 2979 fourcc VMDV ; internal MPlayer FourCC |
20934 | 2980 driver ffmpeg |
2981 dll "vmdvideo" | |
2982 out BGR8 | |
2983 | |
22688
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2984 videocodec ffdxa |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2985 info "FFmpeg Feeble Files DXA video" |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2986 status working |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2987 fourcc DXA1 ; internal MPlayer FourCC |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2988 driver ffmpeg |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2989 dll "dxa" |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2990 out BGR8 |
f5b1bcca609b
add ffdxa , works on samples/game-formats/dxa/epic.dxa
compn
parents:
22681
diff
changeset
|
2991 |
20940 | 2992 videocodec ffdsicinvideo |
2993 info "FFmpeg Delphine CIN video" | |
2994 status working | |
2995 fourcc DCIV ; internal MPlayer FourCC | |
2996 driver ffmpeg | |
2997 dll "dsicinvideo" | |
2998 out BGR8 | |
2999 | |
22876 | 3000 videocodec ffthp |
3001 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
|
3002 status working |
22876 | 3003 fourcc THPV ; internal MPlayer FourCC |
3004 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
|
3005 dll thp |
22876 | 3006 out YV12 |
3007 | |
26459 | 3008 videocodec ffbfi |
3009 info "FFmpeg BFI Video" | |
3010 status working | |
3011 fourcc BFIV ; internal MPlayer FourCC | |
3012 driver ffmpeg | |
3013 dll bfi | |
3014 out BGR8 | |
3015 | |
23001 | 3016 videocodec ffbethsoftvid |
3017 info "FFmpeg Bethesda Software VID" | |
3018 comment "video plays much too fast" | |
3019 status buggy | |
3020 fourcc BETH ; internal MPlayer FourCC | |
3021 driver ffmpeg | |
3022 dll bethsoftvid | |
3023 out BGR8 | |
3024 | |
26735 | 3025 videocodec ffrl2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3026 info "FFmpeg RL2" |
26735 | 3027 status working |
3028 fourcc RL2V ; internal MPlayer FourCC | |
3029 driver ffmpeg | |
3030 dll rl2 | |
3031 out BGR8 | |
3032 | |
23274
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3033 videocodec fftxd |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3034 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
|
3035 status working |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3036 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
|
3037 driver ffmpeg |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3038 dll txd |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3039 out BGR32 |
f3e72ce8a9fd
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
compn
parents:
23221
diff
changeset
|
3040 |
23961 | 3041 videocodec xan |
3042 info "XAN Video" | |
3043 status working | |
3044 fourcc Xxan | |
3045 driver vfw | |
3046 dll "xanlib.dll" | |
3047 out BGR24,BGR15,BGR8 query,flip | |
3048 | |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3049 videocodec ffwc3 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3050 info "FFmpeg XAN wc3" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3051 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3052 fourcc WC3V ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3053 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3054 dll "xan_wc3" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3055 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3056 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3057 videocodec ffidcin |
21019 | 3058 info "FFmpeg Id CIN video" |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3059 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3060 fourcc IDCI ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3061 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3062 dll "idcinvideo" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3063 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3064 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3065 videocodec ffinterplay |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3066 info "FFmpeg Interplay Video" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3067 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3068 fourcc INPV ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3069 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3070 dll "interplayvideo" |
30081
1b18cf7e6abe
lavc Interplay Video decoder now supports 16-bit mode too
kostya
parents:
30062
diff
changeset
|
3071 out BGR8,BGR15 |
20980
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3072 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3073 videocodec ffvqa |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3074 info "FFmpeg VQA Video" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3075 status buggy |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3076 fourcc VQAV ; internal MPlayer FourCC |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3077 driver ffmpeg |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3078 dll "vqavideo" |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3079 out BGR8 |
70ca50bcc4a8
support for some more fringe formats, still buggy ..
diego
parents:
20941
diff
changeset
|
3080 |
22918 | 3081 videocodec ffc93 |
3082 info "FFmpeg C93 Video" | |
3083 status buggy | |
3084 fourcc C93V ; internal MPlayer FourCC | |
3085 driver ffmpeg | |
3086 dll c93 | |
3087 out BGR8 | |
3088 | |
30935 | 3089 videocodec ffeatgv |
29774 | 3090 info "FFmpeg Electronic Arts TGV" |
3091 status working | |
3092 fourcc fVGT | |
3093 driver ffmpeg | |
3094 dll eatgv | |
3095 out BGR8 | |
20654 | 3096 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3097 ; 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
|
3098 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
3099 ; 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
|
3100 ; 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
|
3101 ; 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
|
3102 ; 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
|
3103 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3104 videocodec rawrgb32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3105 info "RAW RGB32" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3106 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3107 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3108 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3109 format 0x20776172 0x52474220 |
3399 | 3110 format 0x52474220 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3111 out RGB32 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3112 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3113 videocodec rawrgb24 |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3114 info "RAW RGB24" |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3115 status working |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3116 driver raw |
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3117 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3118 format 0x20776172 0x52474218 |
3399 | 3119 format 0x52474218 |
2820
30756e47846a
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
alex
parents:
2804
diff
changeset
|
3120 out RGB24 |
2675 | 3121 |
3399 | 3122 videocodec rawrgb16 |
3123 info "RAW RGB16" | |
3124 status working | |
3125 driver raw | |
3126 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3127 format 0x20776172 0x52474210 |
3399 | 3128 format 0x52474210 |
3129 out RGB16 | |
3130 | |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3131 videocodec rawbgr32flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3132 info "RAW BGR32" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3133 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3134 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3135 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3136 out BGR32 flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3137 |
5996
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3138 videocodec rawbgr32 |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3139 info "RAW BGR32" |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3140 status working |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3141 driver raw |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3142 format 0x0 |
73e5c3b80d8c
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us
jaf
parents:
5914
diff
changeset
|
3143 format 0x42475220 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3144 out BGR32 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3145 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3146 videocodec rawbgr24flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3147 info "RAW BGR24" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3148 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3149 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3150 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3151 out BGR24 flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3152 |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3153 videocodec rawbgr24 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3154 info "RAW BGR24" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3155 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3156 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3157 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3158 format 0x20776172 0x42475218 |
4774
fc2f76964606
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
atmos4
parents:
4740
diff
changeset
|
3159 format 0x42475218 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3160 out BGR24 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3161 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3162 videocodec rawbgr16flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3163 info "RAW BGR15" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3164 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3165 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3166 format 0x0 |
26844
c5dfa78a07e7
Readd fourcc used by MTV format. Note that BGR->YUV conversion
reimar
parents:
26843
diff
changeset
|
3167 format 0x10424752 0x0 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3168 out BGR16 flip |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3169 |
6584 | 3170 videocodec rawbgr16 |
3171 info "RAW BGR15" | |
3172 status working | |
3173 driver raw | |
3174 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3175 format 0x20776172 0x42475210 |
6584 | 3176 format 0x42475210 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3177 out BGR16 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3178 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3179 videocodec rawbgr15flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3180 info "RAW BGR15" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3181 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3182 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3183 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3184 out BGR15 flip |
6584 | 3185 |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3186 videocodec rawbgr15 |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3187 info "RAW BGR15" |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3188 status working |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3189 driver raw |
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3190 format 0x0 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3191 format 0x20776172 0x4247520F |
4774
fc2f76964606
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
atmos4
parents:
4740
diff
changeset
|
3192 format 0x4247520F |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3193 out BGR15 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3194 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3195 videocodec rawbgr8flip |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3196 info "RAW BGR8" |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3197 status working |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3198 driver raw |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3199 format 0x0 |
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3200 out BGR8 flip |
3312
636d07d2654f
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
jaf
parents:
3304
diff
changeset
|
3201 |
7771 | 3202 videocodec rawbgr8 |
3203 info "RAW BGR8" | |
3204 status working | |
3205 driver raw | |
3206 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3207 format 0x20776172 0x42475208 |
9127 | 3208 format 0x42475208 |
9320
c5bb811fa7fc
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
arpi
parents:
9233
diff
changeset
|
3209 out BGR8 |
7771 | 3210 |
3211 videocodec rawbgr1 | |
7823 | 3212 info "RAW BGR1" |
7771 | 3213 status working |
3214 driver raw | |
3215 format 0x0 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3216 format 0x20776172 0x42475201 |
9127 | 3217 format 0x42475201 |
7771 | 3218 out BGR1 flip |
3219 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3220 videocodec rawyuy2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3221 info "RAW YUY2" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3222 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3223 driver raw |
7771 | 3224 format 0x0 0x32595559 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3225 format 0x20776172 0x32595559 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3226 fourcc yuy2,YUY2 |
29747 | 3227 fourcc V422 YUY2 |
3228 fourcc YUNV YUY2 | |
29769 | 3229 fourcc VYUY YUY2 |
29775 | 3230 fourcc yuvs YUY2 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3231 out YUY2 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3232 |
25182 | 3233 videocodec rawyuv2 |
3234 info "RAW YUV2" | |
3235 status working | |
3236 driver raw | |
3237 format 0x0 0x32565559 | |
3238 format 0x20776172 0x32565559 | |
3239 fourcc yuv2,YUV2 | |
3240 out YUY2 | |
3241 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3242 videocodec rawuyvy |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3243 info "RAW UYVY" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3244 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3245 driver raw |
7771 | 3246 format 0x0 0x59565955 |
23473 | 3247 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
|
3248 format 0x20776172 0x59565955 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3249 fourcc uyvy,UYVY |
29746 | 3250 fourcc HDYC UYVY |
29747 | 3251 fourcc UYNV UYVY |
3252 fourcc UYNY UYVY | |
3253 fourcc uyv1 UYVY | |
3254 fourcc 2Vu1 UYVY | |
30276
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3255 fourcc VDTZ UYVY |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3256 out UYVY |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3257 |
14614 | 3258 videocodec raw444P |
3259 info "RAW 444P" | |
3260 status working | |
3261 driver raw | |
3262 format 0x0 0x50343434 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3263 format 0x20776172 0x50343434 |
14614 | 3264 fourcc 444p,444P |
3265 out 444P | |
3266 | |
3267 videocodec raw422P | |
3268 info "RAW 422P" | |
3269 status working | |
3270 driver raw | |
3271 format 0x0 0x50323234 | |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3272 format 0x20776172 0x50323234 |
14614 | 3273 fourcc 422p,422P |
29747 | 3274 fourcc P422 422P |
29769 | 3275 fourcc Y42B 422P |
14614 | 3276 out 422P |
3277 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3278 videocodec rawyv12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3279 info "RAW YV12" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3280 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3281 driver raw |
7771 | 3282 format 0x0 0x32315659 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3283 format 0x20776172 0x32315659 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3284 fourcc yv12,YV12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3285 out YV12 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3286 |
10750 | 3287 videocodec rawnv21 |
3288 info "RAW NV21" | |
3289 status working | |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
3290 driver raw |
10750 | 3291 format 0x0 0x3132564E |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3292 format 0x20776172 0x3132564E |
10750 | 3293 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
|
3294 out NV21 |
10750 | 3295 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3296 videocodec rawnv12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3297 info "RAW NV12" |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3298 status working |
30897
3d4e6c8c08ac
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
reimar
parents:
30876
diff
changeset
|
3299 driver raw |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3300 format 0x0 0x3231564E |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3301 format 0x20776172 0x3231564E |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3302 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
|
3303 out NV12 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3304 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3305 videocodec rawhm12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3306 info "RAW HM12" |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3307 status working |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3308 driver hmblck |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3309 format 0x0 0x32314D48 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3310 format 0x20776172 0x32314D48 |
10305
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3311 fourcc hm12,HM12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3312 out YV12 |
3e40b8f879c8
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
arpi
parents:
10302
diff
changeset
|
3313 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3314 videocodec rawi420 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3315 info "RAW I420" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3316 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3317 driver raw |
7771 | 3318 format 0x0 0x30323449 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3319 format 0x20776172 0x30323449 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3320 fourcc i420,I420 |
6584 | 3321 fourcc IYUV,iyuv |
3322 out I420,IYUV | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3323 |
6488 | 3324 videocodec rawyvu9 |
3325 info "RAW YVU9" | |
3326 status working | |
3327 driver raw | |
7771 | 3328 format 0x0 0x39555659 |
25181
b0180bc36b1e
Add the correct format substitutions to make the raw decoders
reimar
parents:
25092
diff
changeset
|
3329 format 0x20776172 0x39555659 |
6488 | 3330 fourcc yvu9,YVU9 |
3331 out YVU9 | |
3332 | |
14171
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3333 videocodec rawy800 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3334 info "RAW Y8/Y800" |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3335 status working |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3336 driver raw |
27440 | 3337 format 0x0 |
14171
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3338 format 0x20203859 ; "Y8 " |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3339 fourcc y800,Y800 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3340 out Y800,Y8 |
83a1fd8cbdd1
Added rawy800 codec as according to the manpage it should be there
reimar
parents:
14133
diff
changeset
|
3341 |
30089 | 3342 ;lavc raw codecs |
3343 | |
3344 videocodec ffrawyuy2 | |
3345 info "RAW YUY2" | |
3346 status working | |
3347 format 0x0 | |
3348 format 0x20776172 | |
3349 fourcc yuy2,YUY2 | |
3350 fourcc V422,v422 | |
3351 fourcc YUNV,yunv | |
3352 fourcc VYUY,vyuy | |
3353 fourcc yuvs,YUVS | |
3354 driver ffmpeg | |
3355 dll rawvideo | |
3356 out YUY2 | |
3357 | |
3358 videocodec ffrawyuv2 | |
3359 info "RAW YUV2" | |
3360 status working | |
3361 format 0x0 | |
3362 format 0x20776172 | |
3363 fourcc yuv2,YUV2 | |
3364 driver ffmpeg | |
3365 dll rawvideo | |
3366 out YUY2 | |
3367 | |
3368 videocodec ffrawuyvy | |
3369 info "RAW UYVY" | |
3370 status working | |
3371 format 0x0 | |
3372 format 0x20776172 | |
3373 fourcc uyvy,UYVY | |
3374 fourcc HDYC,hdyc | |
3375 fourcc UYNV,uynv | |
3376 fourcc UYNY,uyny | |
3377 fourcc uyv1,UYV1 | |
3378 fourcc 2Vu1,2vu1,2VU1 | |
3379 fourcc 2Vuy,2vuy,2VUY | |
30276
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3380 fourcc AV1x,AVup |
a4f0e79d7d14
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
compn
parents:
30232
diff
changeset
|
3381 fourcc VDTZ |
30089 | 3382 driver ffmpeg |
3383 dll rawvideo | |
3384 out UYVY | |
3385 | |
3386 videocodec ffraw444P | |
3387 info "RAW 444P" | |
3388 status working | |
3389 format 0x0 | |
3390 format 0x20776172 | |
3391 fourcc 444p,444P | |
3392 driver ffmpeg | |
3393 dll rawvideo | |
3394 out 444P | |
3395 | |
3396 videocodec ffraw422P | |
3397 info "RAW 422P" | |
3398 status working | |
3399 format 0x0 | |
3400 format 0x20776172 | |
3401 fourcc 422p,422P | |
3402 fourcc P422,p422 | |
3403 fourcc Y42B,y42b | |
3404 driver ffmpeg | |
3405 dll rawvideo | |
3406 out 422P | |
3407 | |
3408 videocodec ffrawyv12 | |
3409 info "RAW YV12" | |
3410 status working | |
3411 format 0x0 | |
3412 format 0x20776172 | |
3413 fourcc yv12,YV12 | |
3414 driver ffmpeg | |
3415 dll rawvideo | |
3416 out YV12 | |
3417 | |
3418 videocodec ffrawi420 | |
3419 info "RAW I420" | |
3420 status working | |
3421 format 0x0 | |
3422 format 0x20776172 | |
3423 fourcc i420,I420 | |
3424 fourcc IYUV,iyuv | |
3425 driver ffmpeg | |
3426 dll rawvideo | |
3427 out I420,IYUV | |
3428 | |
3429 videocodec ffrawyvu9 | |
3430 info "RAW YVU9" | |
3431 status working | |
3432 format 0x0 | |
3433 format 0x20776172 | |
3434 fourcc yvu9,YVU9 | |
3435 driver ffmpeg | |
3436 dll rawvideo | |
3437 out YVU9 | |
3438 | |
3439 videocodec ffrawy800 | |
3440 info "RAW Y8/Y800" | |
3441 status working | |
3442 format 0x0 | |
3443 format 0x20203859 ; "Y8 " | |
3444 fourcc y800,Y800 | |
3445 driver ffmpeg | |
3446 dll rawvideo | |
3447 out Y800,Y8 | |
3448 | |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3449 ; NULL codec - for testing. |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3450 |
1390 | 3451 videocodec null |
2691 | 3452 info "NULL codec (no decoding!)" |
5179
104cd0571dc4
changed status of 'null' codec to avoid prefering it over buggy codecs
arpi
parents:
5161
diff
changeset
|
3453 status crashing |
1390 | 3454 comment "for unknown/unsupported codecs or testing" |
3455 driver null | |
3456 out YV12 | |
3457 out I420 | |
3458 out YUY2 | |
3459 out UYVY | |
6584 | 3460 out YVU9 |
1390 | 3461 out BGR32,BGR24,BGR16,BGR15 |
3462 | |
471 | 3463 ;============================================================================= |
3464 ; AUDIO CODECS | |
3465 ;============================================================================= | |
3466 | |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3467 audiocodec wma9dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3468 info "Windows Media Audio 9 DMO" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3469 status working |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3470 format 0x162 |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3471 format 0x163 |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3472 driver dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3473 dll "wma9dmod.dll" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3474 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
|
3475 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3476 audiocodec wmadmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3477 info "Windows Media Audio DMO" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3478 status working |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3479 format 0x160 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3480 format 0x161 |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3481 format 0x162 |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3482 format 0x163 |
8328
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3483 driver dmo |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3484 dll "wmadmod.dll" |
6bc2374c6a1b
DMO WMA audio codecs, some nonworking QT video codecs added
arpi
parents:
8324
diff
changeset
|
3485 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
|
3486 |
12328 | 3487 audiocodec wma9spdmo |
3488 info "Windows Media Audio 9 Speech DMO" | |
3489 status working | |
3490 format 0xa | |
3491 driver dmo | |
3492 dll "wmspdmod.dll" | |
3493 guid 0x874131cb, 0x4ecc, 0x443b, 0x89, 0x48, 0x74, 0x6b, 0x89, 0x59, 0x5d, 0x20 | |
3494 | |
3495 audiocodec wma9spdshow | |
3496 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
|
3497 status working |
12328 | 3498 format 0xa |
3499 driver dshow | |
3500 dll "wmavds32.ax" | |
3501 guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad | |
3502 | |
16796 | 3503 audiocodec ffqdm2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3504 info "FFmpeg QDM2 audio" |
16796 | 3505 status working |
3506 format 0x324D4451 ; "QDM2" | |
3507 driver ffmpeg | |
3508 dll "qdm2" | |
3509 | |
8007 | 3510 audiocodec qdmc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3511 info "QuickTime QDMC/QDM2 audio" |
8007 | 3512 status working |
3513 format 0x324D4451 ; "QDM2" | |
3514 format 0x434D4451 ; "QDMC" | |
3515 driver qtaudio | |
3516 dll "QuickTime.qts" | |
3517 | |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3518 audiocodec ffqclp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3519 info "FFmpeg QCLP audio" |
30201
786d035899d2
mark ffqclp as working in codecs.conf, works on all my samples
compn
parents:
30188
diff
changeset
|
3520 status working |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3521 format 0x706C6351 ; "Qclp" |
29015 | 3522 format 0x70637173 ; "sqcp" |
29314 | 3523 format 0x716C6351 ; "Qclq" |
28055
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3524 driver ffmpeg |
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3525 dll "qcelp" |
7b35b91e2c49
Add entry for FFmpeg QCELP decoder, currently produces white noise.
diego
parents:
28052
diff
changeset
|
3526 |
8283 | 3527 audiocodec qclp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3528 info "QuickTime QCLP audio" |
8283 | 3529 status working |
26108 | 3530 format 0x706C6351 ; "Qclp" |
8283 | 3531 driver qtaudio |
3532 dll "QuickTime.qts" | |
3533 | |
3534 audiocodec qtmace3 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3535 info "QuickTime MACE3 audio" |
8283 | 3536 status working |
3537 format 0x3343414D ; "MAC3" | |
3538 driver qtaudio | |
3539 dll "QuickTime.qts" | |
3540 | |
3541 audiocodec qtmace6 | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3542 info "QuickTime MACE6 audio" |
8283 | 3543 status working |
3544 format 0x3643414D ; "MAC6" | |
3545 driver qtaudio | |
3546 dll "QuickTime.qts" | |
3547 | |
28154 | 3548 audiocodec zygoaudio |
3549 info "Zygo audio" | |
3550 status working | |
3551 fourcc SPXN | |
3552 driver qtaudio | |
3553 dll "ZyGoAudioS.qtx" | |
3554 | |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3555 audiocodec ffra144 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3556 info "FFmpeg RealAudio 1.0" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3557 status working |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3558 format 0x345F3431 ; "14_4" |
31196 | 3559 format 0x4A63706C ; "lpcJ" |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3560 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3561 dll "real_144" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3562 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3563 audiocodec ffra288 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3564 info "FFmpeg RealAudio 2.0" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3565 status working |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3566 format 0x385F3832 ; "28_8" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3567 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3568 dll "real_288" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3569 |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3570 audiocodec ffcook |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3571 info "FFmpeg COOK audio" |
17149
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3572 status working |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3573 format 0x6B6F6F63 ; "cook" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3574 driver ffmpeg |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3575 dll "cook" |
9a0a376a54b1
Move audio packets reordering from codec interface to demuxers for real
rtognimp
parents:
17143
diff
changeset
|
3576 |
23002 | 3577 audiocodec ffatrc |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3578 info "FFmpeg Atrac 3 audio" |
23002 | 3579 status working |
3580 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
|
3581 format 0x270 ; atrac3 in wav |
23002 | 3582 driver ffmpeg |
26568 | 3583 dll "atrac3" |
23002 | 3584 |
30232 | 3585 audiocodec ffsipr |
3586 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
|
3587 status working |
30232 | 3588 format 0x72706973 ; "sipr" |
3589 format 0x130 ; acelp.net | |
3590 driver ffmpeg | |
3591 dll "sipr" | |
3592 | |
10031 | 3593 audiocodec ra144 |
3594 info "RealAudio 1.0" | |
3595 status working | |
3596 format 0x345F3431 ; "14_4" | |
3597 driver realaud | |
3598 dll "14_4.so.6.0" | |
3599 | |
10117 | 3600 audiocodec ra144win |
3601 info "Win32 RealAudio 1.0" | |
3602 status working | |
3603 format 0x345F3431 ; "14_4" | |
3604 driver realaud | |
3605 dll "14_43260.dll" | |
3606 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3607 audiocodec ra144mac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3608 info "Mac OS X RealAudio 1.0" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3609 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3610 format 0x345F3431 ; "14_4" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3611 driver realaud |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3612 dll "14_4.shlb" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3613 |
10031 | 3614 audiocodec ra288 |
3615 info "RealAudio 2.0" | |
3616 status working | |
3617 format 0x385F3832 ; "28_8" | |
3618 driver realaud | |
3619 dll "28_8.so.6.0" | |
3620 | |
10117 | 3621 audiocodec ra288win |
3622 info "Win32 RealAudio 2.0" | |
3623 status working | |
3624 format 0x385F3832 ; "28_8" | |
3625 driver realaud | |
3626 dll "28_83260.dll" | |
3627 | |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3628 audiocodec ra288mac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3629 info "Mac OS X RealAudio 2.0" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3630 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3631 format 0x385F3832 ; "28_8" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3632 driver realaud |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3633 dll "28_8.shlb" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3634 |
14708
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3635 audiocodec ra10cook |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3636 info "RealPlayer 10 COOK audio" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3637 comment "supports cook 5.1" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3638 status working |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3639 format 0x6B6F6F63 ; "cook" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3640 driver realaud |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3641 dll "cook.so" |
fa717962f8ff
Support for RealPlayer10 cook.so decoder in Linux
rtognimp
parents:
14706
diff
changeset
|
3642 |
6375 | 3643 audiocodec racook |
3644 info "RealAudio COOK" | |
6584 | 3645 status working |
6375 | 3646 format 0x6B6F6F63 ; "cook" |
3647 driver realaud | |
3648 dll "cook.so.6.0" | |
3649 | |
22908 | 3650 audiocodec ra10cookwin |
3651 info "Win32 RealAudio 10 COOK" | |
3652 comment "supports cook 5.1" | |
3653 status working | |
3654 format 0x6B6F6F63 ; "cook" | |
3655 driver realaud | |
3656 dll "cook.dll" | |
3657 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3658 audiocodec racookwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3659 info "Win32 RealAudio COOK" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3660 status working |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3661 format 0x6B6F6F63 ; "cook" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3662 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3663 dll "cook3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3664 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3665 audiocodec racookmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3666 info "Mac OS X RealAudio COOK" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3667 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3668 format 0x6B6F6F63 ; "cook" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3669 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
3670 dll "cook.bundle/Contents/MacOS/cook" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3671 |
6934
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3672 audiocodec rasipr |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3673 info "RealAudio Sipro" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3674 status working |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3675 format 0x72706973 ; "sipr" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3676 driver realaud |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3677 dll "sipr.so.6.0" |
7f5390468d64
real 'sipr' audio added (not yet working), version bumped
arpi
parents:
6926
diff
changeset
|
3678 |
20240 | 3679 audiocodec ra10sipr |
3680 info "RealPlayer 10 RealAudio Sipro" | |
3681 status working | |
3682 format 0x72706973 ; "sipr" | |
3683 driver realaud | |
3684 dll "sipr.so" | |
3685 | |
22908 | 3686 audiocodec ra10siprwin |
3687 info "Win32 RealAudio 10 Sipro" | |
3688 status working | |
3689 format 0x72706973 ; "sipr" | |
3690 driver realaud | |
3691 dll "sipr.dll" | |
3692 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3693 audiocodec rasiprwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3694 info "Win32 RealAudio Sipro" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3695 status working |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3696 format 0x72706973 ; "sipr" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3697 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3698 dll "sipr3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3699 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3700 audiocodec rasiprmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3701 info "Mac OS X RealAudio Sipro" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3702 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3703 format 0x72706973 ; "sipr" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3704 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
3705 dll "sipr.bundle/Contents/MacOS/sipr" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3706 |
8094 | 3707 audiocodec raatrc |
3708 info "RealAudio ATRAC3" | |
3709 status working | |
3710 format 0x63727461 ; "atrc" | |
3711 driver realaud | |
3712 dll "atrc.so.6.0" | |
3713 | |
20240 | 3714 audiocodec ra10atrc |
3715 info "RealPlayer 10 RealAudio ATRAC3" | |
3716 status working | |
3717 format 0x63727461 ; "atrc" | |
3718 driver realaud | |
3719 dll "atrc.so" | |
3720 | |
22908 | 3721 audiocodec ra10atrcwin |
3722 info "Win32 RealAudio 10 ATRAC3" | |
3723 status working | |
3724 format 0x63727461 ; "atrc" | |
3725 driver realaud | |
3726 dll "atrc.dll" | |
3727 | |
9906
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3728 audiocodec raatrcwin |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3729 info "Win32 RealAudio ATRAC3" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3730 status working |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3731 format 0x63727461 ; "atrc" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3732 driver realaud |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3733 dll "atrc3260.dll" |
30311987666f
forgot to commit win32 realadio entries, and wma id: 0x163
alex
parents:
9897
diff
changeset
|
3734 |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3735 audiocodec raatrcmac |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3736 info "Mac OS X RealAudio ATRAC3" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3737 status working |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3738 format 0x63727461 ; "atrc" |
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3739 driver realaud |
13860
d6f716fdd734
remove mac shlb support to use new helix codec for realvideo support on osx
nplourde
parents:
13825
diff
changeset
|
3740 dll "atrc.bundle/Contents/MacOS/atrc" |
12628
985e1813e298
support for realvideo codecs under macosx, original patch by Donnie Smith
alex
parents:
12614
diff
changeset
|
3741 |
30833 | 3742 audiocodec ffadpcmadx |
3743 info "FFmpeg SEGA CRI adx codec" | |
3744 status working | |
3745 fourcc Sadx ; internal MPlayer FourCC | |
3746 driver ffmpeg | |
3747 dll adpcm_adx | |
3748 | |
24653 | 3749 audiocodec ffadpcmimaamv |
3750 info "FFmpeg AMV IMA ADPCM audio" | |
3751 status working | |
24672
73a7e3da473e
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
reimar
parents:
24653
diff
changeset
|
3752 fourcc AMVA ; internal MPlayer FourCC |
24653 | 3753 driver ffmpeg |
3754 dll adpcm_ima_amv | |
3755 | |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3756 audiocodec ffadpcmimaqt |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3757 info "FFmpeg QT IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3758 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3759 format 0x34616d69 ; "ima4" (MOV files) |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3760 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3761 dll adpcm_ima_qt |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3762 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3763 audiocodec ffadpcmimawav |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3764 info "FFmpeg WAV IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3765 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3766 format 0x11 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3767 format 0x1100736d ; "ms\x00\x11" (MOV files) |
29317 | 3768 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
|
3769 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3770 dll adpcm_ima_wav |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3771 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3772 audiocodec imaadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3773 info "IMA ADPCM" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3774 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3775 format 0x11 |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3776 format 0x34616d69 ; "ima4" (MOV files) |
8104 | 3777 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
|
3778 driver imaadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3779 |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3780 audiocodec ffadpcmms |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3781 info "FFmpeg MS ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3782 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3783 format 0x2 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3784 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
|
3785 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3786 dll adpcm_ms |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3787 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3788 audiocodec msadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3789 info "MS ADPCM" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3790 status working |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3791 format 0x2 |
8104 | 3792 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
|
3793 driver msadpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3794 |
27244
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3795 audiocodec ffadpcmimadk4 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3796 info "FFmpeg DK4 IMA ADPCM audio" |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3797 status working |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3798 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
|
3799 ; registered with Microsoft |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3800 driver ffmpeg |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3801 dll adpcm_ima_dk4 |
a25810edd65a
Add support for FFmpeg's ADPCM codecs and make them the default
reimar
parents:
27200
diff
changeset
|
3802 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3803 audiocodec dk4adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3804 info "Duck DK4 ADPCM (rogue format number)" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3805 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
3806 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
|
3807 ; registered with Microsoft |
5408 | 3808 driver imaadpcm |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3809 |
27245
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3810 audiocodec ffadpcmimadk3 |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3811 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
|
3812 status working |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3813 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
|
3814 ; registered with Microsoft |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3815 driver ffmpeg |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3816 dll adpcm_ima_dk3 |
ccf1f8602a9d
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
reimar
parents:
27244
diff
changeset
|
3817 |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3818 audiocodec dk3adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3819 info "Duck DK3 ADPCM (rogue format number)" |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3820 status working |
10466
6bd5700854b1
consistency fixes, bumped version number (and added ffmjpegb)
alex
parents:
10465
diff
changeset
|
3821 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
|
3822 ; registered with Microsoft |
5374
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3823 driver dk3adpcm |
774189ab0446
reordered video codecs to work better with new codec selection code
arpi
parents:
5351
diff
changeset
|
3824 |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3825 audiocodec ffroqaudio |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3826 info "Id RoQ File Audio" |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3827 status working |
20939 | 3828 fourcc RoQA ; internal MPlayer FourCC |
12444
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3829 driver ffmpeg |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3830 dll "roq_dpcm" |
0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
rtognimp
parents:
12441
diff
changeset
|
3831 |
18526 | 3832 audiocodec ffsmkaud |
3833 info "FFmpeg Smacker Audio" | |
3834 status buggy | |
3835 fourcc SMKA | |
3836 driver ffmpeg | |
3837 dll "smackaud" | |
3838 | |
30637 | 3839 audiocodec ffbinkdctaud |
3840 info "FFmpeg Bink Audio (DCT)" | |
3841 status buggy | |
3842 fourcc BAU1 ; internal MPlayer FourCC | |
3843 driver ffmpeg | |
3844 dll "binkaudio_dct" | |
3845 | |
3846 audiocodec ffbinkrdftaud | |
3847 info "FFmpeg Bink Audio (RDFT)" | |
3848 status working | |
3849 fourcc BAU2 ; internal MPlayer FourCC | |
3850 driver ffmpeg | |
3851 dll "binkaudio_rdft" | |
3852 | |
20940 | 3853 audiocodec ffdsicinaudio |
3854 info "FFmpeg Delphine CIN audio" | |
3855 status working | |
3856 fourcc DCIA ; internal MPlayer FourCC | |
3857 driver ffmpeg | |
3858 dll dsicinaudio | |
3859 | |
20694 | 3860 audiocodec ff4xmadmpcm |
3861 info "FFmpeg 4XM ADPCM audio" | |
3862 status working | |
20939 | 3863 fourcc 4XMA ; internal MPlayer FourCC |
20694 | 3864 driver ffmpeg |
3865 dll adpcm_4xm | |
3866 | |
20931 | 3867 audiocodec ffadpcmimaws |
3868 info "FFmpeg Westwood IMA ADPCM audio" | |
3869 status working | |
20939 | 3870 fourcc AIWS ; internal MPlayer FourCC |
20931 | 3871 driver ffmpeg |
3872 dll adpcm_ima_ws | |
3873 | |
21362 | 3874 audiocodec ffwssnd1 |
3875 info "FFmpeg Westwood SND1" | |
3876 status working | |
3877 fourcc SND1 ; internal MPlayer FourCC | |
3878 driver ffmpeg | |
3879 dll ws_snd1 | |
3880 | |
20936 | 3881 audiocodec ffinterplaydpcm |
3882 info "FFmpeg Interplay DPCM audio" | |
3883 status working | |
20939 | 3884 fourcc INPA ; internal MPlayer FourCC |
20936 | 3885 driver ffmpeg |
3886 dll interplay_dpcm | |
3887 | |
20941 | 3888 audiocodec ffadpcmea |
3889 info "FFmpeg EA ADPCM audio" | |
3890 status working | |
3891 fourcc ADEA ; internal MPlayer FourCC | |
3892 driver ffmpeg | |
3893 dll adpcm_ea | |
3894 | |
26760 | 3895 audiocodec ffadpcmeamaxis |
3896 info "FFmpeg EA MAXIS XA ADPCM audio" | |
3897 status working | |
3898 fourcc ADXA ; internal MPlayer FourCC | |
3899 driver ffmpeg | |
3900 dll adpcm_ea_maxis_xa | |
3901 | |
27101 | 3902 audiocodec ffadpcmxa |
3903 info "FFmpeg XA ADPCM audio" | |
3904 status working | |
3905 fourcc PSXA ; internal MPlayer FourCC | |
3906 driver ffmpeg | |
3907 dll adpcm_xa | |
3908 | |
20990 | 3909 audiocodec ffxandpcm |
3910 info "FFmpeg XAN DPCM audio" | |
22952
73a4fa72d04a
Convert source comments into proper codecs.conf entry comments.
diego
parents:
22918
diff
changeset
|
3911 comment "only works with libavformat demuxer" |
20990 | 3912 status working |
3913 fourcc Axan | |
3914 driver ffmpeg | |
3915 dll xan_dpcm | |
3916 | |
28272 | 3917 audiocodec ffyamahaadpcm |
3918 info "FFmpeg Yamaha ADPCM audio" | |
3919 status working | |
3920 format 0x20 | |
3921 driver ffmpeg | |
3922 dll adpcm_yamaha | |
3923 | |
22916 | 3924 audiocodec ffadpcmthp |
3925 info "FFmpeg THP ADPCM audio" | |
3926 status working | |
3927 fourcc THPA | |
3928 driver ffmpeg | |
3929 dll adpcm_thp | |
3930 | |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3931 audiocodec libdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3932 info "raw DV audio (libdv)" |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3933 status working |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3934 fourcc RADV |
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3935 driver libdv |
8209 | 3936 dll libdv.so.2 |
6926
9f325578fac9
native libdv added, fourccs fixed/commented for qdv & mcdv
arpi
parents:
6896
diff
changeset
|
3937 |
9233 | 3938 audiocodec ffdv |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3939 info "FFmpeg DV audio" |
9233 | 3940 status working |
3941 fourcc RADV | |
27609 | 3942 fourcc vdva,dvca |
27612 | 3943 fourcc dvau |
9233 | 3944 driver ffmpeg |
3945 dll "dvaudio" | |
3946 | |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3947 audiocodec ffaac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3948 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)" |
31011 | 3949 comment "missing LATM support" |
30997
9a886693ff14
Mark ffaac as buggy (thus making faad default again) and
reimar
parents:
30935
diff
changeset
|
3950 status buggy |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3951 fourcc mp4a,MP4A |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3952 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
|
3953 fourcc "AAC " ; Used in NSV |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3954 fourcc "AACP" ; Used in NSV for AACPlus |
27611 | 3955 fourcc raac,racp |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3956 format 0xff |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3957 format 0x706D |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
3958 format 0x4143 ; aac in asf |
29363
fde77ecd01f8
add 0xA106 twocc to aac decoders, fixes facebook sample
compn
parents:
29362
diff
changeset
|
3959 format 0xA106 ; aac in avi not yet working |
29655 | 3960 format 0xAAC0 ; Borgtech nonsense tag |
27441
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3961 driver ffmpeg |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3962 dll aac |
8e8992737a19
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
diego
parents:
27440
diff
changeset
|
3963 |
11973 | 3964 audiocodec ffflac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3965 info "FFmpeg FLAC audio" |
11973 | 3966 status working |
30104 | 3967 fourcc "fLaC" |
20327 | 3968 format 0xF1AC |
11973 | 3969 driver ffmpeg |
3970 dll "flac" | |
3971 | |
14922 | 3972 audiocodec ffalac |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3973 info "FFmpeg ALAC audio" |
14922 | 3974 status working |
3975 fourcc alac | |
3976 driver ffmpeg | |
3977 dll "alac" | |
3978 | |
20099 | 3979 audiocodec fftta |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3980 info "FFmpeg True Audio (TTA)" |
20099 | 3981 status working |
20939 | 3982 fourcc TTA1 ; internal MPlayer FourCC |
20099 | 3983 driver ffmpeg |
3984 dll "tta" | |
3985 | |
3986 audiocodec ffwavpack | |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3987 info "FFmpeg WavPack audio" |
20099 | 3988 status working |
20939 | 3989 fourcc WVPK ; internal MPlayer FourCC |
20099 | 3990 driver ffmpeg |
3991 dll "wavpack" | |
3992 | |
20192 | 3993 audiocodec ffshorten |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
3994 info "FFmpeg Shorten audio" |
20192 | 3995 status working |
20939 | 3996 fourcc shrn ; internal MPlayer FourCC |
20192 | 3997 driver ffmpeg |
3998 dll "shorten" | |
3999 | |
24425 | 4000 audiocodec ffape |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4001 info "FFmpeg Monkey's Audio" |
24588
8eb1ef462d29
codecs.conf: Change Monkey's Audio decoder status to "working"
uau
parents:
24425
diff
changeset
|
4002 status working |
24425 | 4003 fourcc "APE " |
4004 driver ffmpeg | |
4005 dll "ape" | |
4006 | |
30562 | 4007 audiocodec ffals |
4008 info "FFmpeg ALS" | |
4009 status working | |
30563 | 4010 fourcc "ALS " ; internal MPlayer FourCC |
30562 | 4011 driver ffmpeg |
4012 dll "als" | |
4013 | |
27200 | 4014 audiocodec ffmlp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4015 info "FFmpeg MLP" |
27200 | 4016 status working |
4017 fourcc "MLP " ; internal MPlayer FourCC | |
4018 driver ffmpeg | |
4019 dll "mlp" | |
4020 | |
29414
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4021 audiocodec fftruehd |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4022 info "FFmpeg TrueHD" |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4023 status working |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4024 fourcc TRHD ; internal MPlayer FourCC |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4025 driver ffmpeg |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4026 dll "truehd" |
3699268cc9dc
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
parents:
29384
diff
changeset
|
4027 |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4028 audiocodec ffnellymoser |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4029 info "FFmpeg Nellymoser Audio" |
24764
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4030 status working |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4031 fourcc "NELL" ; internal MPlayer FourCC |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4032 driver ffmpeg |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4033 dll "nellymoser" |
fbf46414bb48
add nellymoser codec to mplayer with internal fourcc NELL
compn
parents:
24672
diff
changeset
|
4034 |
30876 | 4035 audiocodec faad |
4036 info "FAAD AAC (MPEG-2/MPEG-4 Audio)" | |
4037 status working | |
31454 | 4038 fourcc mp4a,MP4A,MP4L |
30876 | 4039 fourcc "VLB " ; Used in NSV, not really working |
4040 fourcc "AAC " ; Used in NSV | |
4041 fourcc "AACP" ; Used in NSV for AACPlus | |
4042 fourcc raac,racp | |
4043 format 0xff | |
4044 format 0x706D | |
4045 format 0x4143 ; aac in asf | |
4046 format 0xA106 ; aac in avi | |
4047 format 0xAAC0 ; Borgtech nonsense tag | |
4048 driver faad | |
4049 dll libfaad2 | |
4050 | |
757 | 4051 audiocodec pcm |
4052 info "Uncompressed PCM" | |
4053 status working | |
12537 | 4054 format 0x0 |
757 | 4055 format 0x1 |
14833
78385a72a8bb
Add support for 32-bit float WAV files and support for extended WAV files
ivo
parents:
14820
diff
changeset
|
4056 format 0x3 ; IEEE float |
14843 | 4057 format 0xfffe ; Extended |
2675 | 4058 format 0x20776172 ; "raw " (MOV files) |
4059 format 0x736f7774 ; "twos" (MOV files) | |
8104 | 4060 format 0x74776f73 ; "sowt" (MOV files) |
14055 | 4061 format 0x32336c66 ; "fl32" (MOV files) |
17858
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4062 format 0x666c3332 ; "23lf" (MOV files) |
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4063 ; format 0x34366c66 ; "fl64" (MOV files) |
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4064 ; format 0x666c3634 ; "46lf" (MOV files) |
14133
69677a5c669b
Support for "NONE" audio in MOV files generated by Kodak CX6230
rtognimp
parents:
14057
diff
changeset
|
4065 format 0x454e4f4e ; "NONE" (MOV files from Kodak CX6320) |
17813 | 4066 format 0x34326e69 ; "in24" (MOV files) |
17858
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4067 format 0x696e3234 ; "42ni" (MOV files) |
17813 | 4068 format 0x32336e69 ; "in32" (MOV files) |
17858
996e419c1671
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
parents:
17813
diff
changeset
|
4069 format 0x696e3332 ; "23ni" (MOV files) |
757 | 4070 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) |
4071 ; format 0x6 | |
4072 ; format 0x7 | |
4073 ; format 0x11 | |
4074 ; format 0x50 | |
4075 ; format 0x2000 | |
4076 ;;;; | |
4077 driver pcm | |
4078 | |
267 | 4079 audiocodec divx |
268 | 4080 info "DivX audio (WMA)" |
334 | 4081 status working |
267 | 4082 format 0x160 |
4083 format 0x161 | |
4084 driver acm | |
4085 dll "divxa32.acm" | |
4086 | |
28254 | 4087 audiocodec vdowaveacm |
4088 info "vdowave ACM" | |
4089 status working | |
4090 format 0xFFFC | |
4091 driver acm | |
4092 dll "vdowave.acm" | |
4093 | |
3851 | 4094 audiocodec msadpcmacm |
4095 info "MS ADPCM" | |
4096 status working | |
4097 format 0x2 | |
4098 driver acm | |
4099 dll "msadp32.acm" | |
267 | 4100 |
16362
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4101 audiocodec ffpcmdaud |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4102 info "D-Cinema audio (FFmpeg)" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4103 status untested |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4104 fourcc "daud" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4105 driver ffmpeg |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4106 dll "pcm_s24daud" |
b95513343d81
Support D-Cinema audio demuxer and decoder from FFmpeg.
reimar
parents:
16338
diff
changeset
|
4107 |
7939 | 4108 audiocodec ffwmav1 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4109 info "DivX audio v1 (FFmpeg)" |
8007 | 4110 status untested |
7939 | 4111 format 0x160 |
4112 driver ffmpeg | |
4113 dll "wmav1" | |
4114 | |
4115 audiocodec ffwmav2 | |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4116 info "DivX audio v2 (FFmpeg)" |
8007 | 4117 status untested |
7939 | 4118 format 0x161 |
4119 driver ffmpeg | |
4120 dll "wmav2" | |
4121 | |
29591 | 4122 audiocodec ffwmapro |
4123 info "WMA Pro audio (FFmpeg)" | |
4124 status untested | |
4125 format 0x162 | |
4126 fourcc "WMA3" | |
4127 driver ffmpeg | |
4128 dll "wmapro" | |
4129 | |
30595 | 4130 audiocodec ffwmavoice |
4131 info "WMA Voice audio (FFmpeg)" | |
4132 status untested | |
4133 format 0xA | |
4134 driver ffmpeg | |
4135 dll "wmavoice" | |
4136 | |
8041 | 4137 audiocodec ffmac3 |
4138 info "Macintosh Audio Compression and Expansion 3:1" | |
4139 status untested | |
4140 fourcc "MAC3" | |
4141 driver ffmpeg | |
4142 dll "mace3" | |
4143 | |
4144 audiocodec ffmac6 | |
4145 info "Macintosh Audio Compression and Expansion 6:1" | |
4146 status untested | |
4147 fourcc "MAC6" | |
4148 driver ffmpeg | |
4149 dll "mace6" | |
4150 | |
13073 | 4151 audiocodec ffsonic |
4152 info "FFmpeg Sonic" | |
4153 status untested | |
4154 fourcc SONC | |
4155 format 0x2048 | |
4156 driver ffmpeg | |
4157 dll "sonic" | |
4158 | |
30403
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4159 audiocodec mp3 |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4160 ; 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
|
4161 ; 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
|
4162 ; 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
|
4163 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
|
4164 status working |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4165 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
|
4166 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
|
4167 format 0x55 ; layer-3 |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4168 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
|
4169 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
|
4170 format 0x55005354 ; broken file |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4171 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
|
4172 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
|
4173 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
|
4174 driver mp3lib |
22633d3fbffe
Make mp3lib the default MP3 decoder again, it is a good bit faster on
reimar
parents:
30384
diff
changeset
|
4175 |
31524 | 4176 audiocodec mpg123 |
4177 ; this is preferred over ffmp2/ffmp3 since it is faster, generally | |
4178 info "MPEG 1.0/2.0/2.5 layers I, II, III" | |
4179 status working | |
4180 comment "High-performance decoder using libmpg123." | |
4181 format 0x50 ; layer-1 && layer-2 | |
4182 format 0x55 ; layer-3 | |
4183 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) | |
4184 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) | |
4185 format 0x55005354 ; broken file | |
4186 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) | |
4187 fourcc "MP3 " ; used in .nsv files | |
4188 fourcc "LAME" ; used in mythtv .nuv files | |
4189 driver mpg123 | |
4190 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4191 audiocodec ffmp3on4float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4192 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4193 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4194 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4195 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4196 dll "mp3on4float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4197 |
14706 | 4198 audiocodec ffmp3on4 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4199 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" |
14706 | 4200 status working |
4201 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc | |
4202 driver ffmpeg | |
4203 dll "mp3on4" | |
4204 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4205 audiocodec ffmp3float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4206 info "FFmpeg MPEG layer-3 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4207 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4208 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4209 format 0x55 |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4210 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4211 format 0x55005354 ; broken file |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4212 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4213 fourcc "MP3 " ; used in .nsv files |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4214 fourcc "LAME" ; used in mythtv .nuv files |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4215 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4216 dll "mp3float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4217 |
1928 | 4218 audiocodec ffmp3 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4219 info "FFmpeg MPEG layer-3 audio" |
8209 | 4220 comment "integer only" |
1928 | 4221 status working |
4222 format 0x55 | |
2485
6d561976740a
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw
alex
parents:
2433
diff
changeset
|
4223 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
|
4224 format 0x55005354 ; broken file |
17948 | 4225 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
4226 fourcc "MP3 " ; used in .nsv files | |
4227 fourcc "LAME" ; used in mythtv .nuv files | |
1928 | 4228 driver ffmpeg |
5730 | 4229 dll "mp3" |
4230 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4231 audiocodec ffmp3adufloat |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4232 info "FFmpeg MPEG layer-3 adu audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4233 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4234 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4235 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4236 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4237 dll "mp3adufloat" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4238 |
14498 | 4239 audiocodec ffmp3adu |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4240 info "FFmpeg MPEG layer-3 adu audio" |
14498 | 4241 comment "integer only" |
4242 status working | |
4243 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc | |
4244 driver ffmpeg | |
4245 dll "mp3adu" | |
4246 | |
31118
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4247 audiocodec ffmp2float |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4248 info "FFmpeg MPEG layer-1 and layer-2 audio" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4249 comment "integer only" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4250 status working |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4251 format 0x50 |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4252 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4253 fourcc ".mp2" ; MP2 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4254 fourcc ".mp1" ; MP1 (MOV files) |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4255 driver ffmpeg |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4256 dll "mp2float" |
df3c26e9d5c8
Enable libavcodecs new MPEG-1 Audio float decoder.
cehoyos
parents:
31091
diff
changeset
|
4257 |
5730 | 4258 audiocodec ffmp2 |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4259 info "FFmpeg MPEG layer-1 and layer-2 audio" |
8209 | 4260 comment "integer only" |
5730 | 4261 status working |
4262 format 0x50 | |
30223
271a7b3bc116
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
reimar
parents:
30205
diff
changeset
|
4263 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) |
29326 | 4264 fourcc ".mp2" ; MP2 (MOV files) |
4265 fourcc ".mp1" ; MP1 (MOV files) | |
5730 | 4266 driver ffmpeg |
4267 dll "mp2" | |
1928 | 4268 |
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
|
4269 audiocodec mad |
8209 | 4270 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
|
4271 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
|
4272 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
|
4273 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
|
4274 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) |
17948 | 4275 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
4276 fourcc "MP3 " ; used in .nsv files | |
4277 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
|
4278 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
|
4279 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
|
4280 |
729 | 4281 audiocodec mp3acm |
4282 info "MPEG layer-3" | |
4283 status working | |
1928 | 4284 comment "conflicts with security kernel patches" |
729 | 4285 format 0x55 |
4286 driver acm | |
4287 dll "l3codeca.acm" | |
4288 | |
3758 | 4289 audiocodec imaadpcmacm |
268 | 4290 info "IMA ADPCM" |
334 | 4291 status working |
267 | 4292 format 0x11 |
4293 driver acm | |
4294 dll "imaadp32.acm" | |
27440 | 4295 |
31590 | 4296 audiocodec ffgsm |
4297 info "FFmpeg GSM 06.10" | |
4298 status working | |
4299 format 0x204D5347 | |
4300 format 0x1500 | |
4301 fourcc agsm | |
4302 driver ffmpeg | |
4303 dll "gsm" | |
4304 | |
4305 audiocodec ffgsmms | |
4306 info "FFmpeg MS GSM" | |
4307 status working | |
4308 format 0x31 | |
4309 format 0x32 | |
4310 driver ffmpeg | |
4311 dll "gsm_ms" | |
4312 | |
4313 audiocodec libgsm | |
4314 info "libgsm GSM 06.10" | |
4315 status working | |
4316 format 0x204D5347 | |
4317 format 0x1500 | |
4318 driver ffmpeg | |
4319 dll "libgsm" | |
4320 | |
31563
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4321 audiocodec libgsmms |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4322 info "libgsm MS GSM" |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4323 status working |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4324 format 0x31 |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4325 format 0x32 |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4326 driver ffmpeg |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4327 dll "libgsm_ms" |
1474401afe45
Support decoding and encoding via libgsm via libavcodec.
reimar
parents:
31524
diff
changeset
|
4328 |
267 | 4329 audiocodec msgsmacm |
268 | 4330 info "MS GSM" |
334 | 4331 status working |
267 | 4332 format 0x31 |
6339
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4333 ; format 0x32 |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4334 driver acm |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4335 dll "msgsm32.acm" |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4336 |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4337 audiocodec msnaudio |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4338 info "MSN AUDIO" |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4339 status working |
637a29345340
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
arpi
parents:
6312
diff
changeset
|
4340 ; format 0x31 |
267 | 4341 format 0x32 |
4342 driver acm | |
2165
03b83a9eafa3
dshow codec is preferred for mp42 - it does postprocess
arpi
parents:
2162
diff
changeset
|
4343 dll "msnaudio.acm" |
267 | 4344 |
303 | 4345 audiocodec alaw |
4346 info "aLaw" | |
334 | 4347 status working |
303 | 4348 format 0x6 |
7771 | 4349 format 0x77616C61 ; 'alaw', .mov files |
303 | 4350 driver alaw |
4351 | |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4352 audiocodec ulaw |
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4353 info "uLaw" |
757 | 4354 status working |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4355 format 0x7 |
2675 | 4356 format 0x77616c75 ; "ulaw" (MOV files) |
29315 | 4357 format 0x6c75 |
313
df8902c0dccf
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
gabucino
parents:
312
diff
changeset
|
4358 driver alaw |
303 | 4359 |
401 | 4360 audiocodec dvdpcm |
8209 | 4361 info "Uncompressed DVD/VOB LPCM" |
401 | 4362 status working |
4363 format 0x10001 | |
4364 driver dvdpcm | |
4365 | |
30935 | 4366 audiocodec fflpcm |
29546 | 4367 info "Bluray LPCM" |
4368 status working | |
29552 | 4369 fourcc BPCM ; internal MPlayer FourCC |
29546 | 4370 driver ffmpeg |
4371 dll pcm_bluray | |
4372 | |
24261 | 4373 audiocodec ffac3 |
4374 info "FFmpeg AC-3" | |
4375 status working | |
4376 format 0x2000 | |
28098 | 4377 format 0x332D6361 ; ac-3 in mp4 |
29508
3fd3fae1b6f0
Fix AC3 in least one Bluray sample with demuxer lavf.
cehoyos
parents:
29456
diff
changeset
|
4378 format 0x332D4341 |
29924 | 4379 format 0x20736D ; "ms\20" older ac3 fcc (MOV files) |
24261 | 4380 fourcc dnet |
29315 | 4381 fourcc sac3 |
24261 | 4382 driver ffmpeg |
4383 dll ac3 | |
4384 | |
27482 | 4385 audiocodec ffeac3 |
4386 info "FFmpeg E-AC-3" | |
4387 status working | |
4388 fourcc EAC3 | |
4389 driver ffmpeg | |
4390 dll eac3 | |
4391 | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4392 audiocodec a52 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4393 info "AC3-liba52" |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4394 status working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4395 format 0x2000 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4396 ; format 0x332D6361 ; ac-3 in mp4 -- not working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4397 fourcc dnet |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4398 driver liba52 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4399 dll "liba52" |
23821 | 4400 |
22679 | 4401 audiocodec ffdca |
4402 info "FFmpeg DTS" | |
4403 status working | |
4404 format 0x2001 | |
29509
cb49baf6440c
Fix DTS in least one Bluray sample with demuxer lavf.
cehoyos
parents:
29508
diff
changeset
|
4405 format 0x86 |
22679 | 4406 driver ffmpeg |
4407 dll "dca" | |
4408 | |
30101
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4409 audiocodec dts |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4410 info "DTS-libdca" |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4411 status working |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4412 format 0x2001 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4413 format 0x86 |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4414 driver libdca |
c5b6cd54fa0a
Make the ffmpeg decoders for DTS and AC3 the default.
reimar
parents:
30099
diff
changeset
|
4415 |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4416 audiocodec ffmusepack7 |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4417 info "Musepack sv7 audio codec" |
21786
6632d0c08bb1
Comment about lavf required for musepack and remove unneeded format entry.
aurel
parents:
21763
diff
changeset
|
4418 comment "only works with libavformat demuxer" |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4419 status working |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4420 fourcc "MPC " |
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4421 driver ffmpeg |
26568 | 4422 dll "mpc7" |
21763
43c8f1aa82bb
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
parents:
21647
diff
changeset
|
4423 |
25092 | 4424 audiocodec ffmusepack8 |
4425 info "Musepack sv8 audio codec" | |
4426 comment "only works with libavformat demuxer" | |
4427 status working | |
4428 fourcc "MPC8" | |
27612 | 4429 fourcc MPCK |
25092 | 4430 driver ffmpeg |
26568 | 4431 dll "mpc8" |
25092 | 4432 |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4433 audiocodec musepack |
15960 | 4434 info "Musepack audio codec" |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4435 status working |
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4436 fourcc "MPC " |
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4437 format 0x2b4d |
15971
1cde99dbc0f9
Forgotten part of the libmusepack->mpcdec renaming
reimar
parents:
15960
diff
changeset
|
4438 driver mpcdec |
15958
087142ef3a2d
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
parents:
15945
diff
changeset
|
4439 |
31764 | 4440 audiocodec ffamrnb |
4441 info "AMR Narrowband" | |
4442 status working | |
4443 fourcc samr | |
4444 format 0x57 ;amr in avi | |
4445 driver ffmpeg | |
4446 dll "amrnb" | |
4447 | |
30875 | 4448 audiocodec libopencoreamrnb |
14278 | 4449 info "AMR Narrowband" |
4450 status working | |
4451 fourcc samr | |
28141 | 4452 format 0x57 ;amr in avi |
14278 | 4453 driver ffmpeg |
29384 | 4454 dll "libopencore_amrnb" |
14278 | 4455 |
30875 | 4456 audiocodec libopencoreamrwb |
18310 | 4457 info "AMR Wideband" |
14278 | 4458 status working |
4459 fourcc sawb | |
28141 | 4460 format 0x58 ;amr in avi |
14278 | 4461 driver ffmpeg |
29384 | 4462 dll "libopencore_amrwb" |
14278 | 4463 |
14820 | 4464 audiocodec ffadcpmswf |
4465 info "FFmpeg's ADPCM Flash-variant" | |
4466 status working | |
4467 format 0x5346 ; 'SF', pseudo id | |
4468 driver ffmpeg | |
4469 dll "adpcm_swf" | |
4470 | |
28083
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4471 audiocodec voxvoice |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4472 info "VoxWare MetaVoice" |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4473 status working |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4474 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
|
4475 format 0x74 |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4476 driver dshow |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4477 dll "voxmvdec.ax" ; need also msms001.vwp and mvoice.vwp |
c7d0984c0cf3
add binary voxware metavoice audio codec, format 0x74
compn
parents:
28082
diff
changeset
|
4478 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
|
4479 |
267 | 4480 audiocodec voxware |
268 | 4481 info "VoxWare" |
2691 | 4482 status working |
22364
522954b26e17
comment is a C-string and \ must be properly escaped as \\
reimar
parents:
22360
diff
changeset
|
4483 comment "windows users need msms001.vwp in windows\\system32 folder" |
267 | 4484 format 0x75 |
4485 driver dshow | |
13440
69b7457b6cc7
Add comment to remind that voxmsdec.ax requires also msms001.vwp
rtognimp
parents:
13356
diff
changeset
|
4486 dll "voxmsdec.ax" ; need also msms001.vwp |
267 | 4487 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d |
4488 | |
333 | 4489 audiocodec acelp |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4490 info "ACELP.net Sipro Lab Audio" |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4491 status working |
333 | 4492 format 0x130 |
4493 driver dshow | |
4494 dll "acelpdec.ax" | |
334 | 4495 guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7 |
333 | 4496 |
20523 | 4497 audiocodec ffimc |
4498 info "FFmpeg Intel Music Coder" | |
4499 status working | |
4500 format 0x401 | |
4501 driver ffmpeg | |
4502 dll "imc" | |
4503 | |
333 | 4504 audiocodec imc |
4505 info "Intel Music Coder" | |
1372 | 4506 status working |
4507 comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip" | |
333 | 4508 format 0x401 |
1372 | 4509 driver acm |
4510 dll "imc32.acm" | |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4511 |
12523 | 4512 audiocodec iac25 |
4513 info "Indeo audio" | |
4514 status working | |
4515 format 0x402 | |
4516 driver acm | |
4517 dll "iac25_32.ax" | |
4518 | |
13625 | 4519 audiocodec ffctadp32 |
28451 | 4520 info "FFmpeg Creative ADPCM codec" |
13625 | 4521 status working |
4522 format 0x200 | |
4523 driver ffmpeg | |
4524 dll "adpcm_ct" | |
4525 | |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4526 audiocodec ctadp32 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4527 info "Creative ADPCM codec" |
13350
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4528 status working |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4529 format 0x200 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4530 driver acm |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4531 dll "ctadp32.acm" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4532 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4533 audiocodec sc4 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4534 info "SC4 : Micronas speech codec (ADPCM, MPman recording)" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4535 status working |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4536 format 0x350 |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4537 driver acm |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4538 dll "mi-sc4.acm" |
dab72e81d849
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
rtognimp
parents:
13190
diff
changeset
|
4539 |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4540 audiocodec hwac3 |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4541 info "AC3 through S/PDIF" |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4542 status working |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4543 format 0x2000 |
28098 | 4544 format 0x332D6361 ; ac-3 in mp4 |
10120 | 4545 fourcc dnet |
1528
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4546 driver hwac3 |
a444bd456fcc
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
arpi
parents:
1526
diff
changeset
|
4547 |
13006 | 4548 audiocodec hwdts |
14683
a99bdb15d2aa
Comment and info field spelling/grammar corrections.
diego
parents:
14629
diff
changeset
|
4549 info "DTS through S/PDIF" |
13006 | 4550 status working |
4551 format 0x2001 | |
4552 driver hwac3 | |
4553 | |
19338
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4554 audiocodec ffvorbis |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4555 info "FFmpeg Vorbis" |
19338
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4556 status working |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4557 fourcc vrbs |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4558 format 0x566F |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4559 driver ffmpeg |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4560 dll "vorbis" |
7f1bc9383922
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
diego
parents:
19289
diff
changeset
|
4561 |
1828 | 4562 audiocodec vorbis |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4563 info "OggVorbis Audio" |
1985 | 4564 status working |
1828 | 4565 comment "OggVorbis driver using libvorbis" |
14843 | 4566 fourcc vrbs |
17009
48a041427dbb
libavformat seems to use "Vo" as Vorbis tag, so add that.
reimar
parents:
16964
diff
changeset
|
4567 format 0x566F |
1828 | 4568 driver libvorbis |
4569 dll "libvorbis" | |
26352
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4570 |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4571 audiocodec tremor |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4572 info "OggVorbis audio" |
27980
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4573 status working |
29605 | 4574 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
|
4575 fourcc vrbs |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4576 format 0x566F |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4577 driver tremor |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4578 dll "tremor" |
21779d5ea61c
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
diego
parents:
27627
diff
changeset
|
4579 |
26352
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4580 audiocodec vorbisacm |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4581 info "OggVorbis ACM" |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4582 status working |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4583 comment "OggVorbis driver using vorbis.acm" |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4584 format 0x674F ; mode1 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4585 format 0x6750 ; mode2 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4586 ; format 0x6751 ; mode3 |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4587 format 0x676F ; mode1+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4588 format 0x6770 ; mode2+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4589 format 0x6771 ; mode3+ |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4590 driver acm |
50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
rtogni
parents:
26303
diff
changeset
|
4591 dll "vorbis.acm" |
1828 | 4592 |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4593 audiocodec speex |
28450
420270d1e8df
cosmetics: Drop redundant "decoder" from codec info fields.
diego
parents:
28353
diff
changeset
|
4594 info "Speex audio" |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4595 status working |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4596 comment "Speex driver using libspeex" |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4597 fourcc 'spx ' |
30843
72281d3a78e8
Add the 0xA109 format for speex, it is claimed to be officially registered (have
reimar
parents:
30833
diff
changeset
|
4598 format 0xA109 |
16915
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4599 driver speex |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4600 dll "speex" |
6b1d1e4adaea
Speex support. Seeking and pts generation does not work.
reimar
parents:
16825
diff
changeset
|
4601 |
3472 | 4602 audiocodec vivoaudio |
4603 info "Vivo G.723/Siren Audio Codec" | |
4604 status working | |
2675 | 4605 format 0x111 ; vivo g.723 |
3472 | 4606 format 0x112 ; siren |
2675 | 4607 driver acm |
4608 dll "vivog723.acm" | |
3114
6aa09e66c687
updated vivo fourcc's and reorganized some stuff (also new comments and entries)
alex
parents:
3111
diff
changeset
|
4609 |
3427 | 4610 audiocodec g72x |
4611 info "G.711/G.721/G.723" | |
6584 | 4612 status crashing |
3427 | 4613 comment "does not work yet - just noise :(" |
27440 | 4614 format 0x111 ; vivo g.723 |
4615 format 0x112 ; vivo siren | |
3427 | 4616 driver g72x |
4617 dll "g72x.c" | |
3986 | 4618 |
11956 | 4619 audiocodec ffg726 |
4620 info "Sharp G.726 Audio" | |
4621 status working | |
4622 format 0x45 | |
4623 driver ffmpeg | |
4624 dll "g726" | |
4625 | |
11684 | 4626 audiocodec g726 |
4627 info "Sharp G.726 Audio" | |
4628 status untested | |
4629 format 0x45 | |
4630 driver acm | |
4631 dll "scg726.acm" | |
4632 | |
3986 | 4633 audiocodec atrac3 |
4634 info "Sony ATRAC3" | |
4635 status buggy | |
8209 | 4636 comment "format not accepted" |
3986 | 4637 format 0x270 |
4638 driver acm | |
4639 dll "atrac3.acm" | |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4640 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4641 audiocodec ALF2 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4642 ; http://www.nctsoft.com/products/NCTALFCD/ |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4643 ; jdp@mail.sonofon.dk |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4644 info "ALF2" |
5762 | 4645 status working |
4092
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4646 format 0x1FC4 ; ALF2 |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4647 driver acm |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4648 dll "alf2cd.acm" |
447ff640317f
acelp working, added some codecs contributed by users
arpi
parents:
4001
diff
changeset
|
4649 |
17320 | 4650 audiocodec fftruespeech |
4651 info "FFmpeg TrueSpeech" | |
17555
b56c246ca8c0
fftruespeech works now that the nBlockAlign issue is settled.
diego
parents:
17543
diff
changeset
|
4652 status working |
17320 | 4653 format 0x22 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4654 format 0x1501 |
17320 | 4655 driver ffmpeg |
4656 dll "truespeech" | |
4657 | |
5749 | 4658 audiocodec truespeech |
5757
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4659 info "DSP Group TrueSpeech(TM)" |
5749 | 4660 status working |
4661 format 0x22 | |
4662 driver acm | |
12804
0106b9917013
Status updates and comments about other dll required by some codecs
rtognimp
parents:
12735
diff
changeset
|
4663 dll "tssoft32.acm" ; need also tsd32.dll |
5753 | 4664 |
30512
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4665 audiocodec netspeakgsm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4666 info "NetSpeak GSM" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4667 status working |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4668 format 0x1500 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4669 driver acm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4670 dll "nsgsm32.acm" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4671 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4672 audiocodec netspeakts |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4673 info "NetSpeak TrueSpeech" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4674 status working |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4675 format 0x1501 |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4676 driver acm |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4677 dll "nstsp32.acm" |
f287fc198666
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
parents:
30498
diff
changeset
|
4678 |
5753 | 4679 ; rt32dcmp.dll needed too |
4680 audiocodec voxwarert24 | |
4681 info "VoxWare RT24 speech codec" | |
4682 status working | |
4683 format 0x181c | |
4684 driver acm | |
4685 dll "nsrt2432.acm" | |
5757
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4686 |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4687 audiocodec lhacm |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4688 info "Lernout & Hauspie CELP and SBC codecs" |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4689 status working |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4690 format 0x1101 ; CELP |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4691 format 0x1102 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4692 format 0x1103 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4693 format 0x1104 ; SBC |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4694 driver acm |
7109fbe9a749
removed some silly comments and added lhacm audio - working
alex
parents:
5756
diff
changeset
|
4695 dll "lhacm.acm" |
14276 | 4696 |
30679
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4697 audiocodec lhacm2 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4698 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
|
4699 status working |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4700 format 0x70 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4701 format 0x71 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4702 format 0x72 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4703 format 0x73 |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4704 driver acm |
66946ea4dea7
add older lhacm codec for formats 0x70-0x73 to codecs.conf
compn
parents:
30678
diff
changeset
|
4705 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
|
4706 |
28224
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4707 audiocodec pscelp |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4708 info "Philips Speech Processing CELP" |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4709 status working |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4710 format 0x120 |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4711 driver acm |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4712 dll "smcelp32.acm" |
4ac2160db123
add binary codec Philips Speech Processing CELP acm for format 0x120
compn
parents:
28154
diff
changeset
|
4713 |
29613
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4714 audiocodec fftwinvq |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4715 info "FFmpeg TwinVQ" |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4716 status working |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4717 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
|
4718 ; since lavf demuxer is incompatible with it |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4719 driver ffmpeg |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4720 dll twinvq |
7386b883fba6
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
parents:
29605
diff
changeset
|
4721 |
14276 | 4722 audiocodec TwinVQ |
4723 info "VQF codec by NTTLabs" | |
4724 status working | |
4725 fourcc TWIN | |
4726 driver vqf | |
4727 dll "tvqdec.dll" | |
17397
2e20dd653147
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders
nicodvb
parents:
17353
diff
changeset
|
4728 |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4729 audiocodec hwmpa |
17403 | 4730 info "MPEG audio pass-through for hardware MPEG decoders" |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4731 status working |
17403 | 4732 comment "for hardware MPEG audio decoders" |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4733 format 0x50 ; layer-1 && layer-2 |
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4734 format 0x55 ; layer-3 |
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4735 format 0x5500736d ; "ms\0\x55" older MP3 fourcc (MOV files) |
17948 | 4736 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) |
4737 fourcc "MP3 " ; used in .nsv files | |
4738 fourcc "LAME" ; used in mythtv .nuv files | |
17399
5e11e2cb1043
restored hwmpa with 'working' status and lowest priority
nicodvb
parents:
17398
diff
changeset
|
4739 driver hwmpa |
26441
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4740 |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4741 audiocodec msnsiren |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4742 info "msn siren audio codec" |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4743 status working |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4744 format 0x28E |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4745 driver acm |
586d7ee3c106
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
parents:
26440
diff
changeset
|
4746 dll "sirenacm.dll" |
28081
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4747 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4748 audiocodec uleaddva |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4749 info "Ulead DV ACM" |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4750 status working |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4751 format 0x215 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4752 format 0x216 |
ae67134f7be2
add some fourcc's and ulead dv audio codec, fixes samples from:
compn
parents:
28058
diff
changeset
|
4753 driver acm |
28144
07981d3405b6
re-add codecs: sif1 (directshow version) and acdsee mjpeg
compn
parents:
28141
diff
changeset
|
4754 dll "dvacm.acm" |