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