[FFmpeg-devel] [PATCH] add hds demuxer

Michael Niedermayer michael at niedermayer.cc
Thu Oct 13 13:59:50 EEST 2016


On Thu, Oct 13, 2016 at 02:49:57PM +0800, Steven Liu wrote:
> init add hds demuxer
> 
> Based-on: patch by CORY MCCARTHY <cory.mccarthy at shaw.ca>
> Based-on: patch by Gorilla Maguila <gorilla.maguila at gmail.com>
> Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> ---
>  configure                 |    4 +
>  libavformat/Makefile      |    1 +
>  libavformat/allformats.c  |    2 +-
>  libavformat/amfmetadata.c |  219 +++++++++++++
>  libavformat/amfmetadata.h |   39 +++
>  libavformat/f4fbox.c      |  381 +++++++++++++++++++++++
>  libavformat/f4fbox.h      |   95 ++++++
>  libavformat/f4mmanifest.c |  324 +++++++++++++++++++
>  libavformat/f4mmanifest.h |   59 ++++
>  libavformat/flvtag.c      |  370 ++++++++++++++++++++++
>  libavformat/flvtag.h      |   32 ++
>  libavformat/hdsdec.c      |  759 +++++++++++++++++++++++++++++++++++++++++++++
>  12 files changed, 2284 insertions(+), 1 deletions(-)
>  create mode 100644 libavformat/amfmetadata.c
>  create mode 100644 libavformat/amfmetadata.h
>  create mode 100644 libavformat/f4fbox.c
>  create mode 100644 libavformat/f4fbox.h
>  create mode 100644 libavformat/f4mmanifest.c
>  create mode 100644 libavformat/f4mmanifest.h
>  create mode 100644 libavformat/flvtag.c
>  create mode 100644 libavformat/flvtag.h
>  create mode 100644 libavformat/hdsdec.c

fails build here: (linux x86-64)

make distclean ; ./configure && make -j12
...
libavformat/f4mmanifest.c:22:27: fatal error: libxml/parser.h: No such file or directory
compilation terminated.
make: *** [libavformat/f4mmanifest.o] Error 1
make: *** Waiting for unfinished jobs....


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship: All citizens are under surveillance, all their steps and
actions recorded, for the politicians to enforce control.
Democracy: All politicians are under surveillance, all their steps and
actions recorded, for the citizens to enforce control.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161013/089ec89a/attachment.sig>


More information about the ffmpeg-devel mailing list