[libav-devel] [PATCH] pixdesc: fix yuva 10bit bit depth

2012-12-05 Thread Luca Barbato
From: Paul B Mahol one...@gmail.com It was wrongly set as the yuva 16bit one. Signed-off-by: Paul B Mahol one...@gmail.com Signed-off-by: Luca Barbato lu_z...@gentoo.org --- libavutil/pixdesc.c | 40 tests/ref/lavfi/pixdesc | 10

Re: [libav-devel] [PATCH] avcodec: increase buffer_count in audio_get_buffer

2012-12-05 Thread Anton Khirnov
On Wed, 5 Dec 2012 08:06:57 +0100, Luca Barbato lu_z...@gentoo.org wrote: From: Sebastian Dröge sebastian.dro...@collabora.co.uk Fixes crashes when releasing the buffers again later. --- libavcodec/utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/utils.c

Re: [libav-devel] [PATCH] pixdesc: fix yuva 10bit bit depth

2012-12-05 Thread Kostya Shishkov
On Wed, Dec 05, 2012 at 09:52:54AM +0100, Luca Barbato wrote: From: Paul B Mahol one...@gmail.com It was wrongly set as the yuva 16bit one. Signed-off-by: Paul B Mahol one...@gmail.com Signed-off-by: Luca Barbato lu_z...@gentoo.org --- libavutil/pixdesc.c | 40

Re: [libav-devel] [PATCH] arm: rename ARMVFP config symbol to VFP

2012-12-05 Thread Janne Grunau
On 2012-12-05 01:38:03 +, Måns Rullgård wrote: This is consistent with usual ARM nomenclature as well as with the VFPV3 and NEON symbols which both lack the ARM prefix. Signed-off-by: Mans Rullgard m...@mansr.com --- This applies on top of some of the patches from the runtime detection

Re: [libav-devel] [PATCH v4] arm: detect cpu features at runtime on Linux

2012-12-05 Thread Martin Storsjö
On Wed, 5 Dec 2012, Mans Rullgard wrote: This allows compiling optimised functions for features not enabled in the core build and selecting these at runtime if the system has the necessary support. Signed-off-by: Mans Rullgard m...@mansr.com --- This version does not rely on headers missing on

Re: [libav-devel] [PATCH v4] arm: detect cpu features at runtime on Linux

2012-12-05 Thread Janne Grunau
On 2012-12-05 02:29:02 +, Måns Rullgård wrote: This allows compiling optimised functions for features not enabled in the core build and selecting these at runtime if the system has the necessary support. Signed-off-by: Mans Rullgard m...@mansr.com --- This version does not rely on

Re: [libav-devel] [PATCH v4] arm: detect cpu features at runtime on Linux

2012-12-05 Thread Måns Rullgård
Janne Grunau janne-li...@jannau.net writes: On 2012-12-05 02:29:02 +, Måns Rullgård wrote: This allows compiling optimised functions for features not enabled in the core build and selecting these at runtime if the system has the necessary support. Signed-off-by: Mans Rullgard

Re: [libav-devel] [PATCH] lavr: add option for dithering during sample format conversion to s16

2012-12-05 Thread Kostya Shishkov
On Wed, Nov 28, 2012 at 03:00:10PM -0500, Justin Ruggles wrote: --- libavresample/Makefile|1 + libavresample/audio_convert.c | 33 - libavresample/audio_convert.h | 22 ++- libavresample/avresample.h|9 + libavresample/dither.c| 392

[libav-devel] [PATCH 1/2] x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32

2012-12-05 Thread Justin Ruggles
--- libavutil/x86/float_dsp.asm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm index d8fd93a..4a1742f 100644 --- a/libavutil/x86/float_dsp.asm +++ b/libavutil/x86/float_dsp.asm @@ -127,7 +127,7 @@ cglobal

[libav-devel] [PATCH 2/2] x86: float_dsp: fix loading of the len parameter on x86-32

2012-12-05 Thread Justin Ruggles
--- libavutil/x86/float_dsp.asm |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm index 4a1742f..dc75532 100644 --- a/libavutil/x86/float_dsp.asm +++ b/libavutil/x86/float_dsp.asm @@ -127,6 +127,9 @@ cglobal

[libav-devel] [PATCH] Changelog: add an entry for deprecating the avconv -vol option

2012-12-05 Thread Justin Ruggles
--- Changelog |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Changelog b/Changelog index 7216622..eae3e93 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ version next: - ashowinfo audio filter - 24-bit FLAC encoding - audio volume filter +- deprecated the

Re: [libav-devel] [PATCH] Changelog: add an entry for deprecating the avconv -vol option

2012-12-05 Thread Anton Khirnov
On Wed, 5 Dec 2012 13:03:30 -0500, Justin Ruggles justin.rugg...@gmail.com wrote: --- Changelog |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Changelog b/Changelog index 7216622..eae3e93 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ version next:

[libav-devel] [PATCH 1/1] h264: slice-mt: get last_pic_dropable from master context

2012-12-05 Thread Janne Grunau
Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from https://github.com/OpenELEC/OpenELEC.tv/issues/1557 . --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index cd8aeec..b9c46ea 100644 ---

[libav-devel] [PATCH 1/1] h264: slice-mt: check master context for valid current_picture_ptr

2012-12-05 Thread Janne Grunau
Fixes errors in slice based multithreading introduced in 0b300daad2f5. CC: libav-sta...@libav.org --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index b9c46ea..317ee95 100644 --- a/libavcodec/h264.c +++

Re: [libav-devel] [WIP] The Evil Plan

2012-12-05 Thread Anton Khirnov
On Tue, 04 Dec 2012 15:37:57 +0100, Luca Barbato lu_z...@gentoo.org wrote: On 12/04/2012 03:20 PM, Anton Khirnov wrote: Even though it's unprobable, there just might be some people who find those tables and motion vectors and whatever useful. And Kieran recently expressed an interest in

Re: [libav-devel] [WIP] The Evil Plan

2012-12-05 Thread Luca Barbato
On 12/5/12 8:33 PM, Anton Khirnov wrote: On Tue, 04 Dec 2012 15:37:57 +0100, Luca Barbato lu_z...@gentoo.org wrote: On 12/04/2012 03:20 PM, Anton Khirnov wrote: Even though it's unprobable, there just might be some people who find those tables and motion vectors and whatever useful. And

Re: [libav-devel] [PATCH] alacenc: add support for multi-channel encoding

2012-12-05 Thread Justin Ruggles
On 12/04/2012 09:52 PM, Justin Ruggles wrote: --- Still needs testing with QT/iTunes, but I thought I would go ahead and send it in for review. Changelog |1 + libavcodec/Makefile|2 +- libavcodec/alac.c | 46 +++-- libavcodec/alac_data.c |

Re: [libav-devel] [PATCH 2/2] x86: float_dsp: fix loading of the len parameter on x86-32

2012-12-05 Thread Ronald S. Bultje
Hi, On Wed, Dec 5, 2012 at 9:53 AM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavutil/x86/float_dsp.asm |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm index 4a1742f..dc75532 100644 ---

Re: [libav-devel] [PATCH 1/2] x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32

2012-12-05 Thread Ronald S. Bultje
Hi, On Wed, Dec 5, 2012 at 9:53 AM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavutil/x86/float_dsp.asm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm index d8fd93a..4a1742f 100644 ---

Re: [libav-devel] [PATCH 1/1] h264: slice-mt: check master context for valid current_picture_ptr

2012-12-05 Thread Ronald S. Bultje
Hi, On Wed, Dec 5, 2012 at 11:10 AM, Janne Grunau janne-li...@jannau.net wrote: Fixes errors in slice based multithreading introduced in 0b300daad2f5. CC: libav-sta...@libav.org --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c

Re: [libav-devel] [PATCH 1/1] h264: slice-mt: get last_pic_dropable from master context

2012-12-05 Thread Ronald S. Bultje
Hi, On Wed, Dec 5, 2012 at 11:00 AM, Janne Grunau janne-li...@jannau.net wrote: Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from https://github.com/OpenELEC/OpenELEC.tv/issues/1557 . --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git