[libav-devel] [PATCH 15/15] lavr: x86: optimized 6-channel flt to fltp conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 68 libavresample/x86/audio_convert_init.c |9 2 files changed, 77 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 4899d91..de95151

[libav-devel] [PATCH 13/15] lavr: x86: optimized 6-channel flt to s16p conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 74 libavresample/x86/audio_convert_init.c |9 2 files changed, 83 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index c371aa3..4ce490c

[libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 34 libavresample/x86/audio_convert_init.c |9 2 files changed, 43 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 4ce490c..4899

[libav-devel] [PATCH 10/15] lavr: x86: optimized 2-channel s16 to fltp conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 41 libavresample/x86/audio_convert_init.c | 13 ++ 2 files changed, 54 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 4690419..11

[libav-devel] [PATCH 11/15] lavr: x86: optimized 6-channel s16 to fltp conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 85 libavresample/x86/audio_convert_init.c | 13 + libavutil/x86/x86util.asm | 12 + 3 files changed, 110 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/liba

[libav-devel] [PATCH 12/15] lavr: x86: optimized 2-channel flt to s16p conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 49 libavresample/x86/audio_convert_init.c |9 ++ 2 files changed, 58 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 130788c..c371aa

[libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 38 libavresample/x86/audio_convert_init.c | 11 + 2 files changed, 49 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 9ba7251..705

[libav-devel] [PATCH 07/15] lavr: x86: optimized 2-channel fltp to flt conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 36 libavresample/x86/audio_convert_init.c |9 libavutil/x86/x86util.asm |6 + 3 files changed, 51 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/li

[libav-devel] [PATCH 09/15] lavr: x86: optimized 6-channel s16 to s16p conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 60 libavresample/x86/audio_convert_init.c |9 + 2 files changed, 69 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 70519e1..4690419

[libav-devel] [PATCH 05/15] lavr: x86: optimized 2-channel fltp to s16 conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 37 libavresample/x86/audio_convert_init.c |9 +++ 2 files changed, 46 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index ba6cb60..b2415

[libav-devel] [PATCH 06/15] lavr: x86: optimized 6-channel fltp to s16 conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 118 libavresample/x86/audio_convert_init.c | 15 2 files changed, 133 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index b241542..0a34bc3

[libav-devel] [PATCH 03/15] lavr: x86: optimized 2-channel s16p to flt conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 49 libavresample/x86/audio_convert_init.c |9 ++ 2 files changed, 58 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index fdcea3a..52528f

[libav-devel] [PATCH] swscale: use HAVE_INLINE_ASM in direct calls to inline assembly.

2012-07-14 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libswscale/swscale.c |4 ++-- libswscale/utils.c | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 7ae5af3..0f8ef2b 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@

[libav-devel] [PATCH 04/15] lavr: x86: optimized 6-channel s16p to flt conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 83 libavresample/x86/audio_convert_init.c |9 2 files changed, 92 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 52528fa..ba6cb60

[libav-devel] [PATCH 02/15] lavr: x86: optimized 6-channel s16p to s16 conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 62 libavresample/x86/audio_convert_init.c |9 + 2 files changed, 71 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 0ca562a..fdcea3a

[libav-devel] [PATCH 01/15] lavr: x86: optimized 2-channel s16p to s16 conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 36 libavresample/x86/audio_convert_init.c | 13 +++ 2 files changed, 49 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 7b3cc22..0

[libav-devel] [PATCH 00/15] lavr: x86: 2 and 6 channel (de)interleaving (ver 2)

2012-07-14 Thread Justin Ruggles
Updated patches based mostly on Jason's and Loren's comments. Justin Ruggles (15): lavr: x86: optimized 2-channel s16p to s16 conversion lavr: x86: optimized 6-channel s16p to s16 conversion lavr: x86: optimized 2-channel s16p to flt conversion lavr: x86: optimized 6-channel s16p to flt co

[libav-devel] [PATCH 4/4] swscale: rename x86/rgb2rgb.c to rgb2rgb_mmx.c.

2012-07-14 Thread Ronald S. Bultje
From: "Ronald S. Bultje" This is consistent with names of other files that contain x86 SIMD optimizations (MMX and up). --- libswscale/rgb2rgb.c |2 +- libswscale/x86/Makefile |2 +- libswscale/x86/rgb2rgb.c | 144 -- libswscale/x

[libav-devel] [PATCH 3/4] swscale: use HAVE_INLINE_ASM in x86/rgb2rgb.c.

2012-07-14 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libswscale/x86/rgb2rgb.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/libswscale/x86/rgb2rgb.c b/libswscale/x86/rgb2rgb.c index 282618c..353b0aa 100644 --- a/libswscale/x86/rgb2rgb.c +++ b/libswscale/x86/rgb2rgb.c @@ -33,6 +33,8 @@ #include "libswsca

[libav-devel] [PATCH 2/4] swscale: use HAVE_INLINE_ASM in swscale_mmx.c.

2012-07-14 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libswscale/x86/swscale_mmx.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/libswscale/x86/swscale_mmx.c b/libswscale/x86/swscale_mmx.c index 37d786a..b57b7a4 100644 --- a/libswscale/x86/swscale_mmx.c +++ b/libswscale/x86/swscale_mmx.c @@ -27,6 +27,8 @@

[libav-devel] [PATCH 1/4] swscale: use HAVE_INLINE_ASM in yuv2rgb_mmx.c.

2012-07-14 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libswscale/x86/yuv2rgb_mmx.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/libswscale/x86/yuv2rgb_mmx.c b/libswscale/x86/yuv2rgb_mmx.c index 0eaea77..f534e0e 100644 --- a/libswscale/x86/yuv2rgb_mmx.c +++ b/libswscale/x86/yuv2rgb_mmx.c @@ -36,6 +36,8 @@

Re: [libav-devel] [PATCH] libavcodec: implement LOCAL_ALIGNED() without variadic macro arguments.

2012-07-14 Thread Ronald S. Bultje
Hi, On Sun, Jul 8, 2012 at 1:34 PM, Luca Barbato wrote: > On 07/06/2012 07:55 PM, Ronald S. Bultje wrote: >> From: "Ronald S. Bultje" >> >> MSVC has incomplete variadic macro argument handling, meaning it does >> support it to some extend, but it will basically handle all variadic >> arguments a

Re: [libav-devel] [PATCH] snow: refactor code to work around a compiler bug in MSVC.

2012-07-14 Thread Luca Barbato
On 07/15/2012 04:20 AM, Ronald S. Bultje wrote: > Hi, > > On Sun, Jul 8, 2012 at 3:43 PM, Benjamin Larsson > wrote: >> On 07/07/2012 06:06 PM, Ronald S. Bultje wrote: >>> >>> From: "Ronald S. Bultje" >>> >>> This fixes the compiler error "cannot convert from 'BlockNode' to >>> 'int16_t'". >> >>

Re: [libav-devel] [PATCH 1/2] vp8: Include the thread headers before using the pthread types

2012-07-14 Thread Luca Barbato
On 07/14/2012 11:19 PM, Martin Storsjö wrote: > This was unnoticed on linux, since stdlib.h apparently includes > files declaring the pthread_mutex_t and pthread_cond_t types. > --- > libavcodec/vp8.c |6 -- > libavcodec/vp8.h |5 + > 2 files changed, 5 insertions(+), 6 deletions(-

Re: [libav-devel] [PATCH] configure: Check for CommandLineToArgvW

2012-07-14 Thread Luca Barbato
On 07/15/2012 12:06 AM, Martin Storsjö wrote: > From: "Ronald S. Bultje" > > The actual result of the check isn't used anywhere (since we > use this function unconditionally within #ifdef _WIN32), but it > makes sure we explicitly link to shell32 (which is linked in > implictly on mingw). > --- >

Re: [libav-devel] [PATCH] snow: refactor code to work around a compiler bug in MSVC.

2012-07-14 Thread Ronald S. Bultje
Hi, On Sun, Jul 8, 2012 at 3:43 PM, Benjamin Larsson wrote: > On 07/07/2012 06:06 PM, Ronald S. Bultje wrote: >> >> From: "Ronald S. Bultje" >> >> This fixes the compiler error "cannot convert from 'BlockNode' to >> 'int16_t'". > > > Ok, but maybe add a comment on why the code has to stay that w

Re: [libav-devel] [PATCH 1/2] vp8: Include the thread headers before using the pthread types

2012-07-14 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 2:19 PM, Martin Storsjö wrote: > This was unnoticed on linux, since stdlib.h apparently includes > files declaring the pthread_mutex_t and pthread_cond_t types. > --- > libavcodec/vp8.c |6 -- > libavcodec/vp8.h |5 + > 2 files changed, 5 insertions(+)

Re: [libav-devel] [PATCH] vc1dec: Do not use random pred_flag if motion vector data is skipped

2012-07-14 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 6:37 PM, Mashiat Sarker Shakkhar wrote: > This fixes SA10143.vc1 from test-suite. Also partially fixes MC-VC1.ts > from videolan streams archive. > --- > libavcodec/vc1dec.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/vc1d

[libav-devel] [PATCH] vc1dec: Do not use random pred_flag if motion vector data is skipped

2012-07-14 Thread Mashiat Sarker Shakkhar
This fixes SA10143.vc1 from test-suite. Also partially fixes MC-VC1.ts from videolan streams archive. --- libavcodec/vc1dec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 0f56e22..51124cf 100644 --- a/libavcodec/vc1dec.c

Re: [libav-devel] [PATCH] configure: Check for getaddrinfo in ws2tcpip.h, too

2012-07-14 Thread Diego Biurrun
On Sun, Jul 15, 2012 at 02:07:12AM +0300, Martin Storsjö wrote: > --- a/configure > +++ b/configure > @@ -2864,7 +2864,8 @@ check_func nanosleep || { check_func nanosleep -lrt && > add_extralibs -lrt; } > check_func fork > -check_func getaddrinfo $network_extralibs > +check_func getaddrinfo $n

Re: [libav-devel] [PATCH] configure: Check for getaddrinfo in ws2tcpip.h, too

2012-07-14 Thread Martin Storsjö
On Sun, 15 Jul 2012, Martin Storsjö wrote: On Sun, 15 Jul 2012, Diego Biurrun wrote: On Sun, Jul 15, 2012 at 01:58:13AM +0300, Martin Storsjö wrote: This function is only available in the headers if unconditionally targeting a version >= XP. It is not strictly necessary, since we try loading

Re: [libav-devel] [PATCH] configure: Check for getaddrinfo in ws2tcpip.h, too

2012-07-14 Thread Martin Storsjö
On Sun, 15 Jul 2012, Diego Biurrun wrote: On Sun, Jul 15, 2012 at 01:58:13AM +0300, Martin Storsjö wrote: This function is only available in the headers if unconditionally targeting a version >= XP. It is not strictly necessary, since we try loading these functions dynamically at runtime on wi

Re: [libav-devel] [PATCH 1/2] configure: Drop unused AS_O variable

2012-07-14 Thread Diego Biurrun
On Sun, Jul 15, 2012 at 12:16:12AM +0200, Diego Biurrun wrote: > --- > configure |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) Disregard this, I brainfarted. Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.o

Re: [libav-devel] [PATCH] configure: Check for getaddrinfo in ws2tcpip.h, too

2012-07-14 Thread Diego Biurrun
On Sun, Jul 15, 2012 at 01:58:13AM +0300, Martin Storsjö wrote: > > This function is only available in the headers if unconditionally > targeting a version >= XP. It is not strictly necessary, since we > try loading these functions dynamically at runtime on windows in > the fallback, but this make

[libav-devel] [PATCH] configure: Check for getaddrinfo in ws2tcpip.h, too

2012-07-14 Thread Martin Storsjö
From: "Ronald S. Bultje" This function is only available in the headers if unconditionally targeting a version >= XP. It is not strictly necessary, since we try loading these functions dynamically at runtime on windows in the fallback, but this makes things a bit faster and more straightforward.

[libav-devel] [PATCH] configure: Check for getaddrinfo in ws2tcpip.h, too

2012-07-14 Thread Martin Storsjö
From: "Ronald S. Bultje" This function is only available in the headers if unconditionally targeting a version >= XP. It is not strictly necessary, since we try loading these functions dynamically at runtime on windows in the fallback, but this makes things a bit faster and more straightforward.

[libav-devel] [PATCH 2/2] build: Use CC_O variable instead of hardcoding compiler-specific syntax

2012-07-14 Thread Diego Biurrun
--- Makefile |6 +++--- common.mak |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 52b6647..35324eb 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ COMPILE_S = $(call COMPILE,AS) $(COMPILE_S) %.ho: %.h - $(CC) $(CP

[libav-devel] [PATCH 1/2] configure: Drop unused AS_O variable

2012-07-14 Thread Diego Biurrun
--- configure |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 2484d8e..c3137bd 100755 --- a/configure +++ b/configure @@ -1700,7 +1700,6 @@ LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"' SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)'

[libav-devel] [PATCH] configure: Check for CommandLineToArgvW

2012-07-14 Thread Martin Storsjö
From: "Ronald S. Bultje" The actual result of the check isn't used anywhere (since we use this function unconditionally within #ifdef _WIN32), but it makes sure we explicitly link to shell32 (which is linked in implictly on mingw). --- configure |2 ++ 1 file changed, 2 insertions(+) diff -

[libav-devel] [PATCH 2/2] vp8: Enclose pthread function calls in ifdefs

2012-07-14 Thread Martin Storsjö
This fixes building with threads disabled. --- libavcodec/vp8.c |7 +++ libavcodec/vp8.h |2 ++ 2 files changed, 9 insertions(+) diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index e39fc0b..d0e2a0c 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -143,8 +143,10 @@ static int

[libav-devel] [PATCH 1/2] vp8: Include the thread headers before using the pthread types

2012-07-14 Thread Martin Storsjö
This was unnoticed on linux, since stdlib.h apparently includes files declaring the pthread_mutex_t and pthread_cond_t types. --- libavcodec/vp8.c |6 -- libavcodec/vp8.h |5 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index

[libav-devel] [PATCH] lavfi: better channel layout negotiation

2012-07-14 Thread Justin Ruggles
Allow substitution of channel pairs in the input for nearby channel pairs in the output in order to get a closer match. Also weigh LFE channel mismatch differently to favor matching the same layout without LFE over one less channel with LFE. --- Update patch avoids channel substitution when the sub

Re: [libav-devel] [PATCH 3/3] mxfdec: use av_mallocz_array()

2012-07-14 Thread Diego Biurrun
On Wed, Jul 11, 2012 at 11:54:30AM +0200, Luca Barbato wrote: > --- > libavformat/mxfdec.c | 15 ++- > 1 files changed, 6 insertions(+), 9 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/ma

Re: [libav-devel] [PATCH 2/3] doc: update api changes with the right commit hashes

2012-07-14 Thread Diego Biurrun
On Wed, Jul 11, 2012 at 11:54:29AM +0200, Luca Barbato wrote: > --- > doc/APIchanges | 16 > 1 files changed, 8 insertions(+), 8 deletions(-) OK > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -13,35 +13,35 @@ libavutil: 2011-04-18 > > API changes, most recent first:

Re: [libav-devel] [PATCH 1/3] mem: introduce av_malloc_array and av_mallocz_array

2012-07-14 Thread Diego Biurrun
On Wed, Jul 11, 2012 at 11:54:28AM +0200, Luca Barbato wrote: > > --- a/libavutil/mem.h > +++ b/libavutil/mem.h > @@ -79,6 +79,22 @@ > > /** > + * Helper function to allocate a block of size * nmemb bytes with > + * using av_malloc() s/using//, end in a period > + * @param nmemb Number of ele

Re: [libav-devel] [PATCH] lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro

2012-07-14 Thread Justin Ruggles
On 06/26/2012 04:55 PM, Justin Ruggles wrote: > Removes a false dependency on existing contents of the 2nd dst register, > giving better performance for OOE. > --- > libavresample/x86/util.asm |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/libavresample/x86/util.a

Re: [libav-devel] [PATCH 2/2] G.723.1 demuxer and decoder

2012-07-14 Thread Justin Ruggles
On 07/14/2012 09:41 AM, Kostya Shishkov wrote: > Decoder is _not_ bitexact but hopefully is good enough. > Sent gzipped since the patch is rather large. > > > diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h > new file mode 100644 > index 000..3b180ef > --- /dev/null > +++ b/l

Re: [libav-devel] [PATCH 2/2] G.723.1 demuxer and decoder

2012-07-14 Thread Justin Ruggles
On 07/14/2012 09:41 AM, Kostya Shishkov wrote: > Decoder is _not_ bitexact but hopefully is good enough. > Sent gzipped since the patch is rather large. > +static int g723_1_init(AVFormatContext *s) > +{ > +AVStream *st; > + > +st = avformat_new_stream(s, NULL); > +if (!st) > +

Re: [libav-devel] [PATCH 1/2] Add a shift parameter to celp_lp_synthesis_filter()

2012-07-14 Thread Anton Khirnov
On Sat, 14 Jul 2012 16:49:39 +0200, Kostya Shishkov wrote: > On Sat, Jul 14, 2012 at 03:51:19PM +0200, Diego Biurrun wrote: > > On Sat, Jul 14, 2012 at 03:39:41PM +0200, Mohamed Naufal Basheer wrote: > > > This is intended for reuse by the G.723.1 decoder > > > --- > > > libavcodec/celp_filters

Re: [libav-devel] [PATCH 1/2] Add a shift parameter to celp_lp_synthesis_filter()

2012-07-14 Thread Kostya Shishkov
On Sat, Jul 14, 2012 at 03:51:19PM +0200, Diego Biurrun wrote: > On Sat, Jul 14, 2012 at 03:39:41PM +0200, Mohamed Naufal Basheer wrote: > > This is intended for reuse by the G.723.1 decoder > > --- > > libavcodec/celp_filters.c |4 ++-- > > libavcodec/celp_filters.h |3 ++- > > libavcodec

Re: [libav-devel] [PATCH 1/2] Add a shift parameter to celp_lp_synthesis_filter()

2012-07-14 Thread Diego Biurrun
On Sat, Jul 14, 2012 at 03:39:41PM +0200, Mohamed Naufal Basheer wrote: > This is intended for reuse by the G.723.1 decoder > --- > libavcodec/celp_filters.c |4 ++-- > libavcodec/celp_filters.h |3 ++- > libavcodec/ra144.c|2 +- > 3 files changed, 5 insertions(+), 4 deletions(

[libav-devel] [PATCH 2/2] G.723.1 demuxer and decoder

2012-07-14 Thread Kostya Shishkov
Decoder is _not_ bitexact but hopefully is good enough. Sent gzipped since the patch is rather large. 0002-G.723.1-demuxer-and-decoder.patch.gz Description: Binary data ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/l

[libav-devel] [PATCH 1/2] Add a shift parameter to celp_lp_synthesis_filter()

2012-07-14 Thread Mohamed Naufal Basheer
This is intended for reuse by the G.723.1 decoder --- libavcodec/celp_filters.c |4 ++-- libavcodec/celp_filters.h |3 ++- libavcodec/ra144.c|2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libavcodec/celp_filters.c b/libavcodec/celp_filters.c index 849cda4

Re: [libav-devel] [PATCH 1/1] eval: add gt(), gte(), lt() and lte() fate tests

2012-07-14 Thread Diego Biurrun
On Sat, Jul 14, 2012 at 01:32:48PM +0200, Janne Grunau wrote: > --- > libavutil/eval.c|8 > tests/ref/fate/eval | 24 > 2 files changed, 32 insertions(+), 0 deletions(-) LGTM Diego ___ libav-devel mailing lis

[libav-devel] [PATCH 1/1] eval: add gt(), gte(), lt() and lte() fate tests

2012-07-14 Thread Janne Grunau
--- libavutil/eval.c|8 tests/ref/fate/eval | 24 2 files changed, 32 insertions(+), 0 deletions(-) diff --git a/libavutil/eval.c b/libavutil/eval.c index 77af2a3..ff3191d 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -596,6 +596,14 @@ int mai

Re: [libav-devel] [PATCH 1/1] eval: fix swapping of lt() and lte()

2012-07-14 Thread Diego Biurrun
On Sat, Jul 14, 2012 at 12:35:26PM +0200, Janne Grunau wrote: > From: Max Lazarov > > --- > libavutil/eval.c|4 ++-- > tests/ref/fate/eval |6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) OK Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH 2/9] dct-test: Only test enabled DCTs

2012-07-14 Thread Diego Biurrun
On Fri, Jul 13, 2012 at 10:59:44PM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > On Tue, Jul 10, 2012 at 08:22:01PM +0300, Martin Storsjö wrote: > >> On Tue, 10 Jul 2012, Diego Biurrun wrote: > >> >--- a/libavcodec/dct-test.c > >> >+++ b/libavcodec/dct-test.c > >> >@@ -78,9 +78,11 @@ sta

[libav-devel] [PATCH 1/1] eval: fix swapping of lt() and lte()

2012-07-14 Thread Janne Grunau
From: Max Lazarov --- libavutil/eval.c|4 ++-- tests/ref/fate/eval |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavutil/eval.c b/libavutil/eval.c index f2d619f..77af2a3 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -279,8 +279,8 @@ static int

Re: [libav-devel] [PATCH] build: Only compile and run dct-test if the AAN DCT is enabled

2012-07-14 Thread Diego Biurrun
On Fri, Jul 13, 2012 at 11:00:55PM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > --- a/libavcodec/Makefile > > +++ b/libavcodec/Makefile > > @@ -745,13 +745,13 @@ SKIPHEADERS-$(HAVE_W32THREADS) += > > w32pthreads.h > > > > TESTPROGS = cabac