[libav-devel] [PATCH 1/3] lavf: add a raw HEVC demuxer

2013-09-27 Thread Anton Khirnov
From: Dirk Farin dirk.fa...@gmail.com --- libavformat/Makefile |1 + libavformat/allformats.c |1 + libavformat/hevcdec.c| 64 ++ 3 files changed, 66 insertions(+) create mode 100644 libavformat/hevcdec.c diff --git

Re: [libav-devel] [PATCH 1/3] lavf: add a raw HEVC demuxer

2013-09-27 Thread Diego Biurrun
On Fri, Sep 27, 2013 at 03:26:10PM +0200, Anton Khirnov wrote: --- libavformat/Makefile |1 + libavformat/allformats.c |1 + libavformat/hevcdec.c| 64 ++ 3 files changed, 66 insertions(+) create mode 100644

Re: [libav-devel] [PATCH 1/3] lavf: add a raw HEVC demuxer

2013-09-27 Thread Luca Barbato
On 27/09/13 15:37, Diego Biurrun wrote: On Fri, Sep 27, 2013 at 03:26:10PM +0200, Anton Khirnov wrote: --- libavformat/Makefile |1 + libavformat/allformats.c |1 + libavformat/hevcdec.c| 64 ++ 3 files changed, 66

Re: [libav-devel] [PATCH 1/3] lavf: add a raw HEVC demuxer

2013-09-27 Thread Vittorio Giovara
On Fri, Sep 27, 2013 at 3:51 PM, Luca Barbato lu_z...@gentoo.org wrote: + +#include avformat.h +#include rawdec.h + +#include libavcodec/hevc.h I think we agreed to order this My proposal got two +1, nobody put it in the documentation. I can add that in the next iteration of the cleanup