comparison etc/codecs.conf @ 31163:07faae7acdfa

Add support for decoding VP8 through libvpx wrapper in FFmpeg. patch by James Zern, jzern google com
author diego
date Tue, 25 May 2010 23:41:30 +0000
parents 307aae46ca01
children 1b0e34bfb35a
comparison
equal deleted inserted replaced
31162:3221c1d5a164 31163:07faae7acdfa
2171 driver vfwex 2171 driver vfwex
2172 dll "vp7vfw.dll" 2172 dll "vp7vfw.dll"
2173 out YUY2 2173 out YUY2
2174 out BGR32,BGR24 2174 out BGR32,BGR24
2175 2175
2176 videocodec fflibvpx
2177 info "FFmpeg wrapper for libvpx/VP8"
2178 status working
2179 fourcc VP80
2180 driver ffmpeg
2181 dll "libvpx"
2182 out YV12
2183
2176 videocodec mwv1 2184 videocodec mwv1
2177 info "Motion Wavelets" 2185 info "Motion Wavelets"
2178 status working 2186 status working
2179 fourcc MWV1 2187 fourcc MWV1
2180 driver vfw 2188 driver vfw