comparison etc/codecs.conf @ 31476:d7ef415c30fa

Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires edge emulation support.
author reimar
date Wed, 23 Jun 2010 17:34:19 +0000
parents 171320c96f2c
children 34d6e6051cc4
comparison
equal deleted inserted replaced
31475:37a2dae0ab4b 31476:d7ef415c30fa
2174 driver vfwex 2174 driver vfwex
2175 dll "vp7vfw.dll" 2175 dll "vp7vfw.dll"
2176 out YUY2 2176 out YUY2
2177 out BGR32,BGR24 2177 out BGR32,BGR24
2178 2178
2179 videocodec ffvp8
2180 info "FFmpeg VP8"
2181 comment "not working due to missing edge emulation"
2182 status buggy
2183 fourcc VP80
2184 driver ffmpeg
2185 dll "vp8"
2186 out YV12
2187
2179 videocodec fflibvpx 2188 videocodec fflibvpx
2180 info "FFmpeg wrapper for libvpx/VP8" 2189 info "FFmpeg wrapper for libvpx/VP8"
2181 status working 2190 status working
2182 fourcc VP80 2191 fourcc VP80
2183 driver ffmpeg 2192 driver ffmpeg