[FFmpeg-devel] [PATCH 0/3] bump libvpx-vp9 minimum to 1.4.0

James Almer jamrial at gmail.com
Sat Jul 16 05:31:42 EEST 2016


On 7/15/2016 10:15 PM, James Zern wrote:
> This compiles against 0.9.0->1.5.0 and tip of tree with checks at each for
> expected encoder/decoder availability and colorspaces.
> Note libvpxdec's ifdefs are within shared code, splitting set_pix_fmt() would
> be an option.

Yeah, set_pix_fmt() is mostly vp9 code, so that's a good idea.

> 
> James Zern (3):
>   configure: require libvpx-1.4.0 for vp9 support
>   libvpx: remove pre-1.4.0 checks for vp9
>   libvpxenc: remove pre-1.4.0 checks for vp9
> 
>  configure              |  8 ++++----
>  libavcodec/libvpx.c    | 12 +-----------
>  libavcodec/libvpxenc.c | 20 +++-----------------
>  3 files changed, 8 insertions(+), 32 deletions(-)
> 



More information about the ffmpeg-devel mailing list