[MPlayer-dev-eng] PATCH to support theora-exp in mplayer

Rich Felker dalias at aerifal.cx
Fri Apr 22 23:00:06 CEST 2005


On Fri, Apr 22, 2005 at 03:40:06PM -0400, Timothy B. Terriberry wrote:
> Attached is a new version of the patch for theora-exp support.
> 
> This version addresses some concerns raised by reimer and adds support
> for slice rendering.
> 
> The theora-exp library can be obtained via:
> svn co http://svn.xiph.org/experimental/derf/theora-exp/
> 
> If you install it into /usr/local (the default), make sure your
> PKG_CONFIG_PATH contains /usr/local/lib/pkgconfig

> +videocodec theoraexp
> +  info "Theora (experimental version)"
> +  status working
> +  fourcc theo,Thra
> +  driver theoraexp
> +  dll libtheoradec
> +  out YV12,422P,444P flip

Flip is deprecated and must not be used anymore. Instead use negative
strides if your codec outputs upside-down pictures.

Rich




More information about the MPlayer-dev-eng mailing list