comparison etc/codecs.conf @ 12353:4db6ca9c27b5

Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg
author rtognimp
date Thu, 29 Apr 2004 22:23:34 +0000
parents cbd80ac70b9e
children adfd98f1abf7
comparison
equal deleted inserted replaced
12352:2e0a4b32e139 12353:4db6ca9c27b5
124 fourcc FLIC ; FLIC is an internal MPlayer FOURCC 124 fourcc FLIC ; FLIC is an internal MPlayer FOURCC
125 driver ffmpeg 125 driver ffmpeg
126 dll "flic" 126 dll "flic"
127 out BGR8 127 out BGR8
128 128
129 videocodec fli
130 info "Autodesk FLI/FLC Animation"
131 status working
132 fourcc FLIC ; FLIC is an internal MPlayer FOURCC
133 driver fli
134 out BGR32,BGR24
135
136 videocodec ffqtrle 129 videocodec ffqtrle
137 info "Quicktime Animation (RLE)" 130 info "Quicktime Animation (RLE)"
138 status working 131 status working
139 format 0x20656C72 ; "rle " 132 format 0x20656C72 ; "rle "
140 driver ffmpeg 133 driver ffmpeg
141 dll "qtrle" 134 dll "qtrle"
142 out BGR32,RGB24,BGR15,BGR8 query 135 out BGR32,RGB24,BGR15,BGR8 query
143
144 videocodec qtrle
145 info "Quicktime Animation (RLE)"
146 status working
147 format 0x20656C72 ; "rle "
148 driver qtrle
149 out BGR32,BGR24,BGR15 query
150 136
151 videocodec ffrpza 137 videocodec ffrpza
152 info "Quicktime Apple Video" 138 info "Quicktime Apple Video"
153 status working 139 status working
154 fourcc rpza,azpr 140 fourcc rpza,azpr
286 info "AVIzlib (native codec)" 272 info "AVIzlib (native codec)"
287 status working 273 status working
288 fourcc ZLIB 274 fourcc ZLIB
289 driver ffmpeg 275 driver ffmpeg
290 dll "zlib" 276 dll "zlib"
291 out BGR24
292
293 videocodec mpmszh
294 info "AVImszh (native codec)"
295 status working
296 fourcc MSZH
297 driver lcl
298 out BGR24
299
300 videocodec mpzlib
301 info "AVIzlib (native codec)"
302 status working
303 fourcc ZLIB
304 driver lcl
305 out BGR24 277 out BGR24
306 278
307 ;XAnim (slow): 279 ;XAnim (slow):
308 280
309 videocodec cvidxa 281 videocodec cvidxa