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