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