[FFmpeg-devel] [PATCH] avformat/dashdec: add dash demuxer base version

Clément Bœsch u at pkh.me
Sun Mar 19 11:48:01 EET 2017


On Sun, Mar 19, 2017 at 05:05:55PM +0800, Steven Liu wrote:
> ffmpeg need a dash demuxer for demux the dash formats
> base on https://github.com/samsamsam-iptvplayer/exteplayer3/blob/master/tmp/ffmpeg/patches/3.2.2/000001_add_dash_demux.patch
> 
> Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> ---
>  configure                |    4 +
>  libavformat/Makefile     |    1 +
>  libavformat/allformats.c |    2 +-
>  libavformat/dashdec.c    | 1845 ++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 1851 insertions(+), 1 deletion(-)
>  create mode 100644 libavformat/dashdec.c
> 
> diff --git a/configure b/configure
> index 1e2e774..4850cfa 100755
> --- a/configure
> +++ b/configure
> @@ -292,6 +292,7 @@ External library support:
>                             on OSX if openssl and gnutls are not used [autodetect]
>    --enable-x11grab         enable X11 grabbing (legacy) [no]
>    --disable-xlib           disable xlib [autodetect]

> +  --disable-xml2           disable XML parsing using the C library libxml2 [autodetect]

this is not a "system" library, it should not be autodetected but disabled
by default.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170319/e739808f/attachment.sig>


More information about the ffmpeg-devel mailing list