Re: [FFmpeg-devel] [PATCH 3/3] avcodec/hap: Support chunked Hap frames

2015-07-20 Thread Tom Butterworth
Thanks Michael, new patch set to replace this patch incoming. On 17 July 2015 at 20:13, Michael Niedermayer wrote: > On Thu, Jul 16, 2015 at 01:23:23PM +0100, Tom Butterworth wrote: >> --- >> libavcodec/Makefile | 4 +- >> libavcodec/hap.c | 51 + >> libavcodec/hap.h

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/hap: Support chunked Hap frames

2015-07-17 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 01:23:23PM +0100, Tom Butterworth wrote: > --- > libavcodec/Makefile | 4 +- > libavcodec/hap.c | 51 + > libavcodec/hap.h | 68 > libavcodec/hapdec.c | 278 > --- > libavcodec/h

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/hap: Support chunked Hap frames

2015-07-16 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 01:27:10PM +0100, Tom Butterworth wrote: > The sample for fate test added in this commit is at > http://files.kriss.cx/hapy-12-chunks.mov file uploaded [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for wh

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/hap: Support chunked Hap frames

2015-07-16 Thread Tom Butterworth
The sample for fate test added in this commit is at http://files.kriss.cx/hapy-12-chunks.mov On 16 July 2015 at 13:23, Tom Butterworth wrote: > --- > libavcodec/Makefile | 4 +- > libavcodec/hap.c | 51 + > libavcodec/hap.h | 68 > libavcodec/hapdec.

[FFmpeg-devel] [PATCH 3/3] avcodec/hap: Support chunked Hap frames

2015-07-16 Thread Tom Butterworth
--- libavcodec/Makefile | 4 +- libavcodec/hap.c | 51 + libavcodec/hap.h | 68 libavcodec/hapdec.c | 278 --- libavcodec/hapenc.c | 190 ++-- tests/fate/video.mak |