On Tue, Aug 16, 2011 at 09:26:45PM +0200, Sven Hesse wrote:
> New version.
> 
> The wmv2dec hack was removed; the demuxer now manually converts the
> extradata into the standard WMV2 format. This has the added benefit
> that remuxing works now. Additionally, the keyframe flag is also
> passed to video packets containing key frames, this is apparently
> necessary for remuxing to work correctly.

> From 3ef19ef9243e397f5775b8d5273d7500a12c80d5 Mon Sep 17 00:00:00 2001
> From: Sven Hesse <drmc...@users.sourceforge.net>
> Date: Mon, 15 Aug 2011 21:14:47 +0200
> Subject: [PATCH] lavf: Add an XMV demuxer
> 
> ---
>  Changelog                |    1 +
>  doc/general.texi         |    2 +
>  libavformat/Makefile     |    1 +
>  libavformat/allformats.c |    1 +
>  libavformat/version.h    |    2 +-
>  libavformat/xmv.c        |  576 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 582 insertions(+), 1 deletions(-)
>  create mode 100644 libavformat/xmv.c

LGTM
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to