Re: [libav-devel] [RFC] avcodec: Add native DCA decoder based on libdcadec.

2016-01-03 Thread wm4
On Sun, 03 Jan 2016 20:10:44 +0100 Anton Khirnov wrote: > Quoting foo86 (2016-01-03 18:50:13) > > This is initial version of libdcadec DCA decoder port I hacked together over > > the last week. This patch is of RFC/inquiry type and not meant for immediate > > inclusion. > > > > Any comments abou

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

2016-01-03 Thread Kieran Kunhya
Decodes YUV422P10 samples in AVI and MOV (Gopro Studio) Older files with more subbands, skips, Bayer not supported --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/cfhd.c | 567

Re: [libav-devel] [FFmpeg-devel] [PATCH 2/3] vorbisdec: replace get_bits with get_bitsz where n can be 0

2016-01-03 Thread Andreas Cadhalpun
On 03.01.2016 22:50, Michael Niedermayer wrote: > On Sun, Jan 03, 2016 at 07:50:39PM +0100, Andreas Cadhalpun wrote: >> vorbisdec.c |5 + >> 1 file changed, 5 insertions(+) >> ba151dadb72b6c74e1139decf4b32c8676ddc58e >> 0001-vorbisdec-reject-rangebits-0.patch >> From d740a59b6e099c90504d

Re: [libav-devel] [libav-commits] lavc: Deprecate coder_type and its symbols

2016-01-03 Thread Derek Buitenhuis
On 1/3/2016 8:09 PM, Diego Biurrun wrote: > This is wrong, not just in name. Perhaps you should actually say how. - Derek ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [libav-commits] lavc: Deprecate coder_type and its symbols

2016-01-03 Thread Diego Biurrun
On Mon, Dec 07, 2015 at 05:43:07PM +0100, Vittorio Giovara wrote: > Module: libav > Branch: master > Commit: be00ec832c519427cd92218abac77dafdc1d5487 > > Author:Vittorio Giovara > Committer: Vittorio Giovara > Date: Mon Nov 30 12:17:31 2015 -0500 > > lavc: Deprecate coder_type and its

Re: [libav-devel] [RFC] avcodec: Add native DCA decoder based on libdcadec.

2016-01-03 Thread Anton Khirnov
Quoting foo86 (2016-01-03 18:50:13) > This is initial version of libdcadec DCA decoder port I hacked together over > the last week. This patch is of RFC/inquiry type and not meant for immediate > inclusion. > > Any comments about the code are appreciated, as well as suggestions concerning > how sh

Re: [libav-devel] [FFmpeg-devel] [PATCH 2/3] vorbisdec: replace get_bits with get_bitsz where n can be 0

2016-01-03 Thread Andreas Cadhalpun
On 03.01.2016 02:41, Michael Niedermayer wrote: > On Sun, Jan 03, 2016 at 01:36:13AM +0100, Andreas Cadhalpun wrote: >> get_bits is documented to only support reading 1-25 bits. >> get_bitsz was added for this purpose. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/vorbisdec.c | 4 ++

Re: [libav-devel] [FFmpeg-devel] [PATCH 1/3] get_bits: add get_bitsz for reading 0-25 bits

2016-01-03 Thread Andreas Cadhalpun
On 03.01.2016 02:03, Michael Niedermayer wrote: > On Sun, Jan 03, 2016 at 01:35:39AM +0100, Andreas Cadhalpun wrote: >> --- a/libavcodec/get_bits.h >> +++ b/libavcodec/get_bits.h >> @@ -269,6 +269,14 @@ static inline unsigned int get_bits(GetBitContext *s, >> int n) >> return tmp; >> } >>

Re: [libav-devel] [PATCH 1/2] dca: Add integer fir tables.

2016-01-03 Thread Ganesh Ajjanagadde
On Sun, Jan 3, 2016 at 8:52 AM, Niels Möller wrote: > "Alexandra Hájková" writes: > >> The tables will be used to support bitexact QMF and LFE reconstruction. >> --- >> libavcodec/dcadata.c | 588 >> +++ >> libavcodec/dcadata.h | 5 + >> 2 files

Re: [libav-devel] [PATCH 1/2] dca: Add integer fir tables.

2016-01-03 Thread Niels Möller
"Alexandra Hájková" writes: > The tables will be used to support bitexact QMF and LFE reconstruction. > --- > libavcodec/dcadata.c | 588 > +++ > libavcodec/dcadata.h | 5 + > 2 files changed, 593 insertions(+) > > diff --git a/libavcodec/dcadat

Re: [libav-devel] [PATCH 4/5] lavc/vdpau: add support for allocating surfaces internally

2016-01-03 Thread wm4
On Fri, 01 Jan 2016 20:02:07 +0200 Rémi Denis-Courmont wrote: > Le 2016-01-01 18:09, Anton Khirnov a écrit : > > Quoting wm4 (2015-12-27 14:41:16) > >> On Sun, 20 Dec 2015 20:59:30 +0100 > >> Anton Khirnov wrote: > >> > >> > --- > >> > libavcodec/vdpau.c | 101 > >> +

Re: [libav-devel] [PATCH 3/5] lavc: add support for allocating hwaccel frames internally

2016-01-03 Thread wm4
On Fri, 01 Jan 2016 16:46:29 +0100 Anton Khirnov wrote: > Quoting wm4 (2015-12-27 14:39:10) > > On Sun, 20 Dec 2015 20:59:29 +0100 > > Anton Khirnov wrote: > > > > > --- > > > libavcodec/avcodec.h | 20 > > > libavcodec/utils.c | 3 +++ > > > 2 files changed, 23 inser

Re: [libav-devel] [PATCH 1/5] lavu: add a framework for handling hwaccel frames

2016-01-03 Thread wm4
On Fri, 01 Jan 2016 20:54:36 +0100 Anton Khirnov wrote: > Quoting wm4 (2016-01-01 20:23:25) > > On Fri, 01 Jan 2016 16:35:28 +0100 > > Anton Khirnov wrote: > > > > > Quoting wm4 (2015-12-27 14:29:11) > > > > On Sun, 20 Dec 2015 20:59:27 +0100 > > > > Anton Khirnov wrote: > > > > > +sta