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