Re: [libav-devel] [PATCH 1.5/2] G.723.1 decoder data tables

2012-07-19 Thread Diego Biurrun
On Wed, Jul 18, 2012 at 08:16:22PM +0200, Kostya Shishkov wrote: On Wed, Jul 18, 2012 at 08:08:43PM +0200, Diego Biurrun wrote: On Mon, Jul 16, 2012 at 08:35:57PM +0200, Kostya Shishkov wrote: For clarity I'm sending g723_1_data.h for review separately (and it will be cut out from

Re: [libav-devel] [PATCH 1.5/2] G.723.1 decoder data tables

2012-07-19 Thread Kostya Shishkov
On Thu, Jul 19, 2012 at 10:09:52AM +0200, Diego Biurrun wrote: On Wed, Jul 18, 2012 at 08:16:22PM +0200, Kostya Shishkov wrote: On Wed, Jul 18, 2012 at 08:08:43PM +0200, Diego Biurrun wrote: On Mon, Jul 16, 2012 at 08:35:57PM +0200, Kostya Shishkov wrote: For clarity I'm sending

Re: [libav-devel] [PATCH 1/2] libopenjpeg: support YUV and deep RGB pixel formats

2012-07-19 Thread Anton Khirnov
On Thu, 19 Jul 2012 03:41:11 +0200, Luca Barbato lu_z...@gentoo.org wrote: From: Michael Bradshaw mbrads...@sorensonmedia.com Based on FFmpeg version from commit 3275981207e30e140cffaea334ac390f1a04266a --- libavcodec/libopenjpegdec.c | 305 +++

Re: [libav-devel] [PATCH 2/2] configure: mark libfdk-aac as nonfree

2012-07-19 Thread Jean-Baptiste Kempf
On Wed, Jul 18, 2012 at 03:38:38PM +0200, Diego Biurrun wrote : The SFLC lawyer said the libfdk-aac license looked (l)gpl-incompatible to him. Well, I am sad, but not surprised. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device

Re: [libav-devel] [PATCH 02/12] mpegenc: remove disabled code

2012-07-19 Thread Diego Biurrun
On Fri, Jul 29, 2011 at 01:02:36PM +0200, Diego Biurrun wrote: --- libavformat/mpegenc.c | 116 - 1 files changed, 0 insertions(+), 116 deletions(-) ping Diego ___ libav-devel mailing list

[libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Mans Rullgard
This variable is only used once, so setting it there is clearer. Signed-off-by: Mans Rullgard m...@mansr.com --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 09ae733..79d728e 100755 --- a/configure +++ b/configure @@ -1975,7 +1975,6 @@

Re: [libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Kostya Shishkov
On Thu, Jul 19, 2012 at 11:43:32AM +0100, Mans Rullgard wrote: This variable is only used once, so setting it there is clearer. Signed-off-by: Mans Rullgard m...@mansr.com --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index

Re: [libav-devel] [PATCH 02/12] mpegenc: remove disabled code

2012-07-19 Thread Luca Barbato
On 07/29/2011 01:02 PM, Diego Biurrun wrote: --- libavformat/mpegenc.c | 116 - 1 files changed, 0 insertions(+), 116 deletions(-) Seems fine. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero

Re: [libav-devel] [PATCH 2/2] configure: mark libfdk-aac as nonfree

2012-07-19 Thread Luca Barbato
On 07/19/2012 10:19 AM, Jean-Baptiste Kempf wrote: On Wed, Jul 18, 2012 at 03:38:38PM +0200, Diego Biurrun wrote : The SFLC lawyer said the libfdk-aac license looked (l)gpl-incompatible to him. Well, I am sad, but not surprised. I'd like to have a better understanding fdk:

Re: [libav-devel] [PATCH 1/2] libopenjpeg: support YUV and deep RGB pixel formats

2012-07-19 Thread Luca Barbato
On 07/19/2012 10:15 AM, Anton Khirnov wrote: On Thu, 19 Jul 2012 03:41:11 +0200, Luca Barbato lu_z...@gentoo.org wrote: From: Michael Bradshaw mbrads...@sorensonmedia.com Based on FFmpeg version from commit 3275981207e30e140cffaea334ac390f1a04266a --- libavcodec/libopenjpegdec.c | 305

Re: [libav-devel] [PATCH 2/2] configure: mark libfdk-aac as nonfree

2012-07-19 Thread Måns Rullgård
Luca Barbato lu_z...@gentoo.org writes: On 07/19/2012 10:19 AM, Jean-Baptiste Kempf wrote: On Wed, Jul 18, 2012 at 03:38:38PM +0200, Diego Biurrun wrote : The SFLC lawyer said the libfdk-aac license looked (l)gpl-incompatible to him. Well, I am sad, but not surprised. I'd like to have

[libav-devel] [PATCH 3/3] RTMPE protocol support

2012-07-19 Thread Samuel Pitoiset
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the

Re: [libav-devel] [PATCH 1/2] libopenjpeg: support YUV and deep RGB pixel formats

2012-07-19 Thread Luca Barbato
On 07/19/2012 03:41 AM, Luca Barbato wrote: From: Michael Bradshaw mbrads...@sorensonmedia.com static av_cold int libopenjpeg_decode_init(AVCodecContext *avctx) @@ -54,6 +225,7 @@ static av_cold int libopenjpeg_decode_init(AVCodecContext *avctx) LibOpenJPEGContext *ctx =

[libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Samuel Pitoiset
--- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 6760c0e..fadc101 100755 --- a/configure +++ b/configure @@ -1548,9 +1548,7 @@ rtmp_protocol_deps=!librtmp_protocol rtmp_protocol_select=tcp_protocol rtmps_protocol_deps=!librtmp_protocol

Re: [libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Måns Rullgård
Samuel Pitoiset samuel.pitoi...@gmail.com writes: --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 6760c0e..fadc101 100755 --- a/configure +++ b/configure @@ -1548,9 +1548,7 @@ rtmp_protocol_deps=!librtmp_protocol

Re: [libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Samuel Pitoiset
On Thu, Jul 19, 2012 at 2:17 PM, Måns Rullgård m...@mansr.com wrote: Samuel Pitoiset samuel.pitoi...@gmail.com writes: --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 6760c0e..fadc101 100755 --- a/configure +++ b/configure @@ -1548,9

Re: [libav-devel] [PATCH] configure: Remove useless dependencies for RTMPT and RTMPTS

2012-07-19 Thread Måns Rullgård
Samuel Pitoiset samuel.pitoi...@gmail.com writes: On Thu, Jul 19, 2012 at 2:17 PM, Måns Rullgård m...@mansr.com wrote: Samuel Pitoiset samuel.pitoi...@gmail.com writes: --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 6760c0e..fadc101 100755

Re: [libav-devel] [PATCH 34/39] alac: split element parsing into a separate function

2012-07-19 Thread Justin Ruggles
On 07/09/2012 05:24 PM, Justin Ruggles wrote: This will make multi-channel implementation simpler. Based partially on a patch by Andrew D'Addesio modchip...@gmail.com. --- libavcodec/alac.c | 121 +++- 1 files changed, 81 insertions(+), 40

Re: [libav-devel] [PATCH 35/39] alac: multi-channel decoding support

2012-07-19 Thread Justin Ruggles
On 07/09/2012 05:24 PM, Justin Ruggles wrote: From: Andrew D'Addesio modchip...@gmail.com Signed-off-by: Justin Ruggles justin.rugg...@gmail.com --- libavcodec/alac.c | 61 +--- 1 files changed, 43 insertions(+), 18 deletions(-) ping.

Re: [libav-devel] [PATCH 37/39] alac: change some data types to plain int

2012-07-19 Thread Justin Ruggles
On 07/09/2012 05:24 PM, Justin Ruggles wrote: --- libavcodec/alac.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index db5633c..cf95959 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -262,8 +262,8 @@

[libav-devel] VideoLAN Dev Days 2012 registration

2012-07-19 Thread Jean-Baptiste Kempf
Hello libav geeks, We would like to invite you to join us at the VideoLAN Dev Days 2012. This technical conference about open source multimedia, will see developers from VLC, libav, FFmpeg, x264, Phonon, DVBlast, PulseAudio, KDE, Gnome, Xiph and other projects gather to discuss about open

Re: [libav-devel] [PATCH 37/39] alac: change some data types to plain int

2012-07-19 Thread Kostya Shishkov
On Thu, Jul 19, 2012 at 11:22:44AM -0400, Justin Ruggles wrote: On 07/09/2012 05:24 PM, Justin Ruggles wrote: --- libavcodec/alac.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index db5633c..cf95959 100644

Re: [libav-devel] [PATCH 2/2] configure: mark libfdk-aac as nonfree

2012-07-19 Thread Kieran Kunhya
On Thu, Jul 19, 2012 at 1:12 PM, Måns Rullgård m...@mansr.com wrote: Luca Barbato lu_z...@gentoo.org writes: On 07/19/2012 10:19 AM, Jean-Baptiste Kempf wrote: On Wed, Jul 18, 2012 at 03:38:38PM +0200, Diego Biurrun wrote : The SFLC lawyer said the libfdk-aac license looked

Re: [libav-devel] [PATCH 35/39] alac: multi-channel decoding support

2012-07-19 Thread Alex Converse
On Thu, Jul 19, 2012 at 8:22 AM, Justin Ruggles justin.rugg...@gmail.com wrote: On 07/09/2012 05:24 PM, Justin Ruggles wrote: From: Andrew D'Addesio modchip...@gmail.com Signed-off-by: Justin Ruggles justin.rugg...@gmail.com --- libavcodec/alac.c | 61

Re: [libav-devel] [PATCH 34/39] alac: split element parsing into a separate function

2012-07-19 Thread Alex Converse
On Mon, Jul 9, 2012 at 2:24 PM, Justin Ruggles justin.rugg...@gmail.com wrote: This will make multi-channel implementation simpler. Based partially on a patch by Andrew D'Addesio modchip...@gmail.com. --- libavcodec/alac.c | 121 +++- 1 files

[libav-devel] [PATCH] alac: reverse lpc coeff order, simplify filter

2012-07-19 Thread Justin Ruggles
Reversing the lpc coefficient order simplifies indexing in the filter. --- libavcodec/alac.c | 25 - 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 310a1f0..bb2e836 100644 --- a/libavcodec/alac.c +++

Re: [libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: On Thu, Jul 19, 2012 at 11:43:32AM +0100, Mans Rullgard wrote: This variable is only used once, so setting it there is clearer. --- a/configure +++ b/configure @@ -1975,7 +1975,6 @@ elif $cc -v 21 | grep -qi ^gcc; then elif $cc --version 2/dev/null

[libav-devel] [PATCH] libopenjpeg: introduce lowres and lowqual private options

2012-07-19 Thread Luca Barbato
OpenJPEG can decode in lower resolution or decode only a number of enhancement layers. --- libavcodec/libopenjpegdec.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/libavcodec/libopenjpegdec.c b/libavcodec/libopenjpegdec.c index

[libav-devel] [PATCH 1/3] libopenjpeg: introduce lowres and lowqual private options

2012-07-19 Thread Luca Barbato
OpenJPEG can decode in lower resolution or decode only a number of enhancement layers. --- libavcodec/libopenjpegdec.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/libavcodec/libopenjpegdec.c b/libavcodec/libopenjpegdec.c index

[libav-devel] [PATCH 2/3] libopenjpeg: cosmetics

2012-07-19 Thread Luca Barbato
Reorder headers and usual KR style update. --- libavcodec/libopenjpegdec.c | 85 +-- 1 files changed, 49 insertions(+), 36 deletions(-) diff --git a/libavcodec/libopenjpegdec.c b/libavcodec/libopenjpegdec.c index 53215a1..b540adc 100644 ---

[libav-devel] [PATCH 3/3] libopenjpeg: support YUV and deep RGB pixel formats

2012-07-19 Thread Luca Barbato
From: Michael Bradshaw mbrads...@sorensonmedia.com Based on FFmpeg version from commit 3275981207e30e140cffaea334ac390f1a04266a --- libavcodec/libopenjpegdec.c | 290 --- 1 files changed, 242 insertions(+), 48 deletions(-) diff --git

Re: [libav-devel] [PATCH] libopenjpeg: introduce lowres and lowqual private options

2012-07-19 Thread Johan Andersson
On Thu, Jul 19, 2012 at 08:59:45PM +0200, Luca Barbato wrote: OpenJPEG can decode in lower resolution or decode only a number of enhancement layers. Didnt we remove lowres couple of month ago for some reason? -- Johan Andersson ___ libav-devel

Re: [libav-devel] [PATCH] libopenjpeg: introduce lowres and lowqual private options

2012-07-19 Thread Mashiat Sarker Shakkhar
On 7/20/2012 2:36 AM, Johan Andersson wrote: On Thu, Jul 19, 2012 at 08:59:45PM +0200, Luca Barbato wrote: OpenJPEG can decode in lower resolution or decode only a number of enhancement layers. Didnt we remove lowres couple of month ago for some reason? This one is a private option. The

Re: [libav-devel] [PATCH] libopenjpeg: introduce lowres and lowqual private options

2012-07-19 Thread Luca Barbato
On 07/19/2012 10:36 PM, Johan Andersson wrote: On Thu, Jul 19, 2012 at 08:59:45PM +0200, Luca Barbato wrote: OpenJPEG can decode in lower resolution or decode only a number of enhancement layers. Didnt we remove lowres couple of month ago for some reason? It was a global option badly

Re: [libav-devel] [PATCH] libopenjpeg: introduce lowres and lowqual private options

2012-07-19 Thread Alex Converse
On Thu, Jul 19, 2012 at 2:33 PM, Luca Barbato lu_z...@gentoo.org wrote: On 07/19/2012 10:36 PM, Johan Andersson wrote: On Thu, Jul 19, 2012 at 08:59:45PM +0200, Luca Barbato wrote: OpenJPEG can decode in lower resolution or decode only a number of enhancement layers. Didnt we remove lowres

[libav-devel] [PATCH 1/2] alac: fix channel pointer assignment for 24 and 32-bit

2012-07-19 Thread Justin Ruggles
Needs to be done separately for each element. --- libavcodec/alac.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index bb2e836..1756cdf 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -321,16 +321,16 @@ static int

[libav-devel] [PATCH 2/2] cafdec: allow larger ALAC magic cookie

2012-07-19 Thread Justin Ruggles
It already skips any extra bytes at the end, and apparently there are some samples in the wild with larger 'kuki' chunks. --- libavformat/cafdec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c index 6c40b1b..b2eccb9 100644

Re: [libav-devel] [PATCH 1/2] alac: fix channel pointer assignment for 24 and 32-bit

2012-07-19 Thread Luca Barbato
On 07/20/2012 01:49 AM, Justin Ruggles wrote: Needs to be done separately for each element. --- libavcodec/alac.c |8 1 files changed, 4 insertions(+), 4 deletions(-) Ok. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero

Re: [libav-devel] [PATCH 2/2] cafdec: allow larger ALAC magic cookie

2012-07-19 Thread Luca Barbato
On 07/20/2012 01:49 AM, Justin Ruggles wrote: It already skips any extra bytes at the end, and apparently there are some samples in the wild with larger 'kuki' chunks. --- libavformat/cafdec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Ok. -- Luca Barbato Gentoo/linux

[libav-devel] [PATCH] alac: check for truncated packets

2012-07-19 Thread Justin Ruggles
This will give a clearer error message when the error is caused by a truncated packet. --- libavcodec/alac.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 1756cdf..61d2e70 100644 --- a/libavcodec/alac.c +++