Re: [libav-devel] [PATCH] Cineform HD Decoder:

2016-01-09 Thread Kieran Kunhya
> Unchecked mallocs cause global warming, please think of the planet. > >> +l_h[i][0] = tmp[i]; >> +l_h[i][1] = tmp[i] + 2 * w8 * h8; >> +//l_h[i][2] = ll2; >> +l_h[i][3] = tmp[i]; >> +l_h[i][4] = tmp[i] + 2 * w4 * h4; >> +//l_h[i][5] = ll1; >> +

[libav-devel] [PATCH 2/2] avformat: Add Cineform HD demuxing

2016-01-09 Thread Kieran Kunhya
--- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index f297dd4..faf0f86 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -377,6 +377,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_SCREENPRESSO, MKTAG('S'

[libav-devel] [PATCH 1/2] avcodec: Add Cineform HD Decoder

2016-01-09 Thread Kieran Kunhya
--- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/cfhd.c | 565 libavcodec/cfhd.h | 99 + libavcodec/cfhddata.c | 470 li

Re: [libav-devel] [PATCH] asfdec: Fix typo.

2016-01-09 Thread Luca Barbato
On 09/01/16 19:35, Alexandra Hájková wrote: > --- > libavformat/asfdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c > index b33677a..90a1df4 100644 > --- a/libavformat/asfdec.c > +++ b/libavformat/asfdec.c > @@ -1218,7 +121

[libav-devel] [PATCH] asfdec: Fix typo.

2016-01-09 Thread Alexandra Hájková
--- libavformat/asfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index b33677a..90a1df4 100644 --- a/libavformat/asfdec.c +++ b/libavformat/asfdec.c @@ -1218,7 +1218,7 @@ static int asf_read_single_payload(AVFormatContext *s,