Re: [libav-devel] [PATCH] vdpau: remoe dysfunctional H.263 support

2015-10-28 Thread Rémi Denis-Courmont
On Wednesday 28 October 2015 20:59:01 Luca Barbato wrote: > On 28/10/15 20:21, Rémi Denis-Courmont wrote: > > The VDPAU API never explicitly supported H.263 in the first place. > > --- > > > > configure| 2 -- > > libavcodec/Makefile | 1 - > > libavcodec/allcodecs.c | 1

[libav-devel] [PATCH] os_support: Don't try to return the service name as a string in getnameinfo

2015-10-28 Thread Martin Storsjö
Some systems may be lacking getservbyport; the previous ifdef wasn't quite enough since it still assumed that struct servent was defined. Simply remove the possibility to return non-numeric services in getnameinfo; no caller of getnameinfo within libavformat currently try to use getnameinfo for re

Re: [libav-devel] [PATCH] vdpau: remoe dysfunctional H.263 support

2015-10-28 Thread wm4
On Wed, 28 Oct 2015 20:59:01 +0100 Luca Barbato wrote: > On 28/10/15 20:21, Rémi Denis-Courmont wrote: > > The VDPAU API never explicitly supported H.263 in the first place. > > --- > > configure| 2 -- > > libavcodec/Makefile | 1 - > > libavcodec/allcodecs.c | 1 - > >

Re: [libav-devel] [PATCH] configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc

2015-10-28 Thread Luca Barbato
On 28/10/15 20:43, Martin Storsjö wrote: > This silences warnings like this one: > libavformat/file.c(62) : warning C4996: 'read': The POSIX name for this > item is deprecated. Instead, use the ISO C++ conformant name: _read. > See online help for details. > --- > configure | 2 +- > 1 file change

Re: [libav-devel] [PATCH] vdpau: remoe dysfunctional H.263 support

2015-10-28 Thread Luca Barbato
On 28/10/15 20:21, Rémi Denis-Courmont wrote: > The VDPAU API never explicitly supported H.263 in the first place. > --- > configure| 2 -- > libavcodec/Makefile | 1 - > libavcodec/allcodecs.c | 1 - > libavcodec/vdpau_mpeg4.c | 24 > 4 files cha

[libav-devel] [PATCH] configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc

2015-10-28 Thread Martin Storsjö
This silences warnings like this one: libavformat/file.c(62) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configur

[libav-devel] [PATCH] vdpau: remoe dysfunctional H.263 support

2015-10-28 Thread Rémi Denis-Courmont
The VDPAU API never explicitly supported H.263 in the first place. --- configure| 2 -- libavcodec/Makefile | 1 - libavcodec/allcodecs.c | 1 - libavcodec/vdpau_mpeg4.c | 24 4 files changed, 28 deletions(-) diff --git a/configure b/configure in

[libav-devel] [PATCH 08/11] avfilter/vf_framepack: Check and update frame_rate

2015-10-28 Thread John Stebbins
From: Michael Niedermayer The frame_rate update was missing leaving the output frame rate wrong. Signed-off-by: Michael Niedermayer (cherry picked from ffmpeg commit a46a23d30fea9c8a5570e07ec4d9c9b4eaa6eb4f) --- libavfilter/vf_framepack.c | 13 - 1 file changed, 12 insertions(+), 1

Re: [libav-devel] [PATCH 04/11] yadif: update frame rate

2015-10-28 Thread Luca Barbato
On 28/10/15 18:46, Vittorio Giovara wrote: > On Wed, Oct 28, 2015 at 5:48 PM, John Stebbins > wrote: >> From: Michael Niedermayer >> >> Signed-off-by: Michael Niedermayer >> (cherry picked from ffmpeg commit 31619584556466e4beab98e9b04ed4c5ba0db178) >> --- >> libavfilter/vf_yadif.c | 4 >>

Re: [libav-devel] [PATCH] lavc: Deprecate rtp_callback field

2015-10-28 Thread Martin Storsjö
On Wed, 28 Oct 2015, Vittorio Giovara wrote: On Wed, Oct 28, 2015 at 4:05 PM, Luca Barbato wrote: Signed-off-by: Vittorio Giovara --- libavcodec/avcodec.h | 6 ++ libavcodec/mpegvideo_enc.c | 8 libavcodec/version.h | 3 +++ 3 files changed, 17 insertions(+) amend

[libav-devel] [PATCH 07/11] vf_interlace: implement frame rate

2015-10-28 Thread John Stebbins
From: Michael Niedermayer Signed-off-by: Michael Niedermayer (cherry picked from ffmpeg commit 227b4458fb434875b127a0c2306fa3b899a770bf) --- libavfilter/vf_interlace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/vf_interlace.c b/libavfilter/vf_interlace.c index 8ef58e4..93

[libav-devel] [PATCH 06/11] lavfi/setpts: add FRAME_RATE constant

2015-10-28 Thread John Stebbins
From: Stefano Sabatini Useful for dealing with constant frame-rate video. (cherry picked from ffmpeg commit 722762f7e1212b4d02142778fabfdd73375722e0) --- doc/filters.texi | 3 +++ libavfilter/setpts.c | 6 ++ 2 files changed, 9 insertions(+) diff --git a/doc/filters.texi b/doc/filters.

[libav-devel] [PATCH 09/11] avfilter/vf_frei0r: also set AVFilterLink.frame_rate

2015-10-28 Thread John Stebbins
From: Michael Niedermayer Signed-off-by: Michael Niedermayer (cherry picked from ffmpeg commit 353cf95f948ef7c6139c8ead79e9eeb9eb8d2e6e) --- libavfilter/vf_frei0r.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_frei0r.c b/libavfilter/vf_frei0r.c index 0122b8d..04f74bc 10064

[libav-devel] [PATCH 11/11] vsrc_color: implement frame rate

2015-10-28 Thread John Stebbins
--- libavfilter/vsrc_color.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libavfilter/vsrc_color.c b/libavfilter/vsrc_color.c index 3b506ec..b58c11a 100644 --- a/libavfilter/vsrc_color.c +++ b/libavfilter/vsrc_color.c @@ -44,7 +44,7 @@ typedef struct ColorContext

[libav-devel] [PATCH 10/11] avfilter/vf_showinfo: show timebase & framerate too

2015-10-28 Thread John Stebbins
From: Michael Niedermayer Signed-off-by: Michael Niedermayer (cherry picked from ffmpeg commit fdb93996811bacfa7b82995cdc0f93c46f3dc6cc) --- libavfilter/vf_showinfo.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_showinfo.c b/lib

Re: [libav-devel] [PATCH 04/11] yadif: update frame rate

2015-10-28 Thread Vittorio Giovara
On Wed, Oct 28, 2015 at 5:48 PM, John Stebbins wrote: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > (cherry picked from ffmpeg commit 31619584556466e4beab98e9b04ed4c5ba0db178) > --- > libavfilter/vf_yadif.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/liba

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Luca Barbato
On 28/10/15 16:19, Hendrik Leppkes wrote: > On Wed, Oct 28, 2015 at 3:50 PM, Luca Barbato wrote: >> On 28/10/15 15:16, Hendrik Leppkes wrote: >>> On Wed, Oct 28, 2015 at 2:35 PM, Luca Barbato wrote: On 27/10/15 01:30, Luca Barbato wrote: > On 27/10/15 00:09, Kieran Kunhya wrote: >> O

[libav-devel] [PATCH 04/11] yadif: update frame rate

2015-10-28 Thread John Stebbins
From: Michael Niedermayer Signed-off-by: Michael Niedermayer (cherry picked from ffmpeg commit 31619584556466e4beab98e9b04ed4c5ba0db178) --- libavfilter/vf_yadif.c | 4 1 file changed, 4 insertions(+) diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c index 574eac4..f9d65e7 1006

[libav-devel] [PATCH 05/11] lavfi/testsrc: set output framerate

2015-10-28 Thread John Stebbins
From: Stefano Sabatini (cherry picked from ffmpeg commit 7cd5fa35fecc2717223459d04822faed6bbd40fa) --- libavfilter/vsrc_testsrc.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c index e41625e..cb13d7e 100

[libav-devel] [PATCH 03/11] vf_fps: set frame_rate.

2015-10-28 Thread John Stebbins
From: Nicolas George (cherry picked from ffmpeg commit 0d249316043fb69a3972029bff3a2969689ba8b6) --- libavfilter/vf_fps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c index ea22d37..e20f5a0 100644 --- a/libavfilter/vf_fps.c +++ b/libavfilter/vf_

[libav-devel] [PATCH 01/11] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread John Stebbins
From: Nicolas George (cherry picked from ffmpeg commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93) --- libavfilter/avfilter.c | 2 ++ libavfilter/avfilter.h | 12 2 files changed, 14 insertions(+) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 64b2645..cd98d16 10

[libav-devel] [PATCH 02/11] buffersrc: accept the frame rate as argument.

2015-10-28 Thread John Stebbins
From: Nicolas George (cherry picked from ffmpeg commit 9ca440679dc535b31edd569393d8d3dda59db90e) --- libavfilter/buffersrc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c index a9b893c..f5b852f 100644 --- a/libavfilter/buffersrc.c +++ b/

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread John Stebbins
On Wed, 2015-10-28 at 17:03 +0100, Nicolas George wrote: > Le septidi 7 brumaire, an CCXXIV, John Stebbins a écrit : > > Sorry, I'm being dense. I see what you mean. The comment currently > > implies that if you explicitly set frame_rate to 1/0, nobody in the > > filter chain will modify it. The

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread Nicolas George
Le septidi 7 brumaire, an CCXXIV, Vittorio Giovara a écrit : > yes, it doesn't make sense to commit code and then apply patch on top > it for typos and whatnot -- let's modify the patch directly and avoid > commit history noise I hope you realize that by doing so, you are making it harder to for t

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Kieran Kunhya
> I can only repeat the point I made before - ASM is not about safety, > its about speed. > If you can re-write it to not be a single cycle slower and not have > this particular behavior, great. > > In the meantime, can we apply this patch and get the crash done with? > > FWIW, all other callers of

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread Nicolas George
Le septidi 7 brumaire, an CCXXIV, John Stebbins a écrit : > Sorry, I'm being dense. I see what you mean. The comment currently > implies that if you explicitly set frame_rate to 1/0, nobody in the > filter chain will modify it. The code obviously does not do this and I > see no attempt in the ff

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread John Stebbins
On Wed, 2015-10-28 at 08:14 -0700, John Stebbins wrote: > On Wed, 2015-10-28 at 11:31 +0100, Luca Barbato wrote: > > On 28/10/15 05:24, John Stebbins wrote: > > > On 10/27/2015 07:51 PM, Vittorio Giovara wrote: > > > > On Tue, Oct 27, 2015 at 9:17 PM, John Stebbins > > > > wrote: > > > > > From: N

Re: [libav-devel] [PATCH] lavc: Deprecate rtp_callback field

2015-10-28 Thread Vittorio Giovara
On Wed, Oct 28, 2015 at 4:05 PM, Luca Barbato wrote: >> >> Signed-off-by: Vittorio Giovara >> --- >> libavcodec/avcodec.h | 6 ++ >> libavcodec/mpegvideo_enc.c | 8 >> libavcodec/version.h | 3 +++ >> 3 files changed, 17 insertions(+) amended: This function returns the

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread Luca Barbato
On 28/10/15 16:14, John Stebbins wrote: > The code as it stands forwards whatever value frame_rate has through the > filter chain. > frame_rate is initialized to 0/0 when the AVFilterLink is av_mallocz'd > and it can be initialized by buffersrc which sets a default value of > 0/0. > > So if you do

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Hendrik Leppkes
On Wed, Oct 28, 2015 at 3:50 PM, Luca Barbato wrote: > On 28/10/15 15:16, Hendrik Leppkes wrote: >> On Wed, Oct 28, 2015 at 2:35 PM, Luca Barbato wrote: >>> On 27/10/15 01:30, Luca Barbato wrote: On 27/10/15 00:09, Kieran Kunhya wrote: > On 26 October 2015 at 22:48, Hendrik Leppkes wrot

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread John Stebbins
On Wed, 2015-10-28 at 11:31 +0100, Luca Barbato wrote: > On 28/10/15 05:24, John Stebbins wrote: > > On 10/27/2015 07:51 PM, Vittorio Giovara wrote: > > > On Tue, Oct 27, 2015 at 9:17 PM, John Stebbins > > > wrote: > > > > From: Nicolas George > > > > > > > > (cherry picked from commit > > > > 7

Re: [libav-devel] [PATCH] lavc: Deprecate rtp_callback field

2015-10-28 Thread Luca Barbato
On 28/10/15 15:54, Vittorio Giovara wrote: > This function returns the encoded data of a frame, one slice at a time > directly when that slice is encoded, instead of waiting for the full > frame to be done. The name is misleading, but it isn't rtp-specific in any way. > The usefulness of this fie

[libav-devel] [PATCH] lavc: Deprecate rtp_callback field

2015-10-28 Thread Vittorio Giovara
This function returns the encoded data of a frame, one slice at a time directly when that slice is encoded, instead of waiting for the full frame to be done. The usefulness of this field is debatable, and it looks like it is mainly a convoluted way to get data at lowest possible latency, and only

Re: [libav-devel] [PATCH 3/3] x86: ac3dsp: replace inline asm for in-decoder downmixing with standalone asm

2015-10-28 Thread Luca Barbato
On 28/10/15 15:38, Diego Biurrun wrote: > From: Justin Ruggles > > Adds a wrapper function for downmixing which detects channel count changes > and updates the selected downmix function accordingly. > > Simplification and porting to current x86inc infrastructure by Diego Biurrun. > --- > libavc

Re: [libav-devel] [PATCH 2/3] ac3dsp: add some special-case handling for the C downmix function

2015-10-28 Thread Luca Barbato
On 28/10/15 15:38, Diego Biurrun wrote: > From: Justin Ruggles > > This is about 200% faster for in-decoder downmixing of 5.0 and 5.1 content. > --- > libavcodec/ac3dsp.c | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) > Sure, why not? __

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Luca Barbato
On 28/10/15 15:16, Hendrik Leppkes wrote: > On Wed, Oct 28, 2015 at 2:35 PM, Luca Barbato wrote: >> On 27/10/15 01:30, Luca Barbato wrote: >>> On 27/10/15 00:09, Kieran Kunhya wrote: On 26 October 2015 at 22:48, Hendrik Leppkes wrote: > On Mon, Oct 26, 2015 at 11:29 PM, Kieran Kunhya wr

[libav-devel] ac3dsp standalone assembly

2015-10-28 Thread Diego Biurrun
Hi everyone! I've revived a *really* old patch that gets rid of some GCC inline assembly ugliness. It took some massaging to make it actually assemble and use all current x86inc infrastructure, but here it is. greetz, Diego ___ libav-devel mailing list

[libav-devel] [PATCH] avcodec: Deprecate rtp_callback

2015-10-28 Thread Luca Barbato
It is implemented just for the mpegvideo encoder, it has fringe uses and stops being functional once the encoder is multithreaded. --- libavcodec/avcodec.h | 10 -- libavcodec/mpegvideo_enc.c | 13 - 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/libavcod

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Diego Biurrun
On Wed, Oct 28, 2015 at 03:16:34PM +0100, Hendrik Leppkes wrote: > On Wed, Oct 28, 2015 at 2:35 PM, Luca Barbato wrote: > > On 27/10/15 01:30, Luca Barbato wrote: > >> On 27/10/15 00:09, Kieran Kunhya wrote: > >>> On 26 October 2015 at 22:48, Hendrik Leppkes wrote: > On Mon, Oct 26, 2015 at

[libav-devel] [PATCH 2/3] ac3dsp: add some special-case handling for the C downmix function

2015-10-28 Thread Diego Biurrun
From: Justin Ruggles This is about 200% faster for in-decoder downmixing of 5.0 and 5.1 content. --- libavcodec/ac3dsp.c | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/libavcodec/ac3dsp.c b/libavcodec/ac3dsp.c index a11c98b..ae42e8d 10

[libav-devel] [PATCH 1/3] ac3dsp: reverse matrix in/out order in downmix()

2015-10-28 Thread Diego Biurrun
From: Justin Ruggles Also use (float **) instead of (float (*)[2]). This matches the matrix layout in libavresample so we can reuse some assembly code between the two. --- libavcodec/ac3dec.c | 40 +++- libavcodec/ac3dec.h | 2 +- libavcodec

[libav-devel] [PATCH 3/3] x86: ac3dsp: replace inline asm for in-decoder downmixing with standalone asm

2015-10-28 Thread Diego Biurrun
From: Justin Ruggles Adds a wrapper function for downmixing which detects channel count changes and updates the selected downmix function accordingly. Simplification and porting to current x86inc infrastructure by Diego Biurrun. --- libavcodec/ac3dec.c | 8 +- libavcodec/ac3dsp.

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Hendrik Leppkes
On Wed, Oct 28, 2015 at 2:35 PM, Luca Barbato wrote: > On 27/10/15 01:30, Luca Barbato wrote: >> On 27/10/15 00:09, Kieran Kunhya wrote: >>> On 26 October 2015 at 22:48, Hendrik Leppkes wrote: On Mon, Oct 26, 2015 at 11:29 PM, Kieran Kunhya wrote: > From a1314d5c9774d555718bbc0a8612144c

Re: [libav-devel] [PATCH] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-28 Thread Luca Barbato
On 27/10/15 01:30, Luca Barbato wrote: > On 27/10/15 00:09, Kieran Kunhya wrote: >> On 26 October 2015 at 22:48, Hendrik Leppkes wrote: >>> On Mon, Oct 26, 2015 at 11:29 PM, Kieran Kunhya wrote: From a1314d5c9774d555718bbc0a8612144c890bbc59 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya

Re: [libav-devel] [PATCH 1/2] h264: Print user data SEI under normal debug verbosity

2015-10-28 Thread Vittorio Giovara
On Mon, Oct 26, 2015 at 2:33 PM, Luca Barbato wrote: > On 22/10/15 14:13, Vittorio Giovara wrote: >> Drop the need of setting -debug bugs since it's not a bug, and the >> message is already under a AV_LOG_DEBUG log level. Instead only print >> it when there is an actual string in it. >> --- >> li

Re: [libav-devel] [PATCH] ff_getnameinfo: fix struct servent dependancy

2015-10-28 Thread Rémi Denis-Courmont
Le 2015-10-28 15:54, Martin Storsjö a écrit : From: Clément Gregoire On systems lacking getservbyport, struct servent might not be defined, causing a compilation error when trying to access its member s_name (ent->s_name). There is no point in keeping the if(ent) branch when getservbyport is

[libav-devel] [PATCH] ff_getnameinfo: fix struct servent dependancy

2015-10-28 Thread Martin Storsjö
From: Clément Gregoire On systems lacking getservbyport, struct servent might not be defined, causing a compilation error when trying to access its member s_name (ent->s_name). There is no point in keeping the if(ent) branch when getservbyport is not available. Signed-off-by: Clément Grégoire

Re: [libav-devel] [PATCH] wrapped_avframe: Use a friendlier name

2015-10-28 Thread wm4
On Wed, 28 Oct 2015 13:17:23 +0100 Vittorio Giovara wrote: > On Wed, Oct 28, 2015 at 11:52 AM, wm4 wrote: > > On Wed, 28 Oct 2015 11:25:43 +0100 > > Luca Barbato wrote: > > > >> On 28/10/15 02:45, Vittorio Giovara wrote: > >> > imho go for "rawframes", no space like other codes, different f

Re: [libav-devel] [PATCH] wrapped_avframe: Use a friendlier name

2015-10-28 Thread Vittorio Giovara
On Wed, Oct 28, 2015 at 11:52 AM, wm4 wrote: > On Wed, 28 Oct 2015 11:25:43 +0100 > Luca Barbato wrote: > >> On 28/10/15 02:45, Vittorio Giovara wrote: >> > imho go for "rawframes", no space like other codes, different from >> >> Changed this way, will hit the tree this night. > > Wrong color. IM

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread Vittorio Giovara
On Wed, Oct 28, 2015 at 5:24 AM, John Stebbins wrote: > On 10/27/2015 07:51 PM, Vittorio Giovara wrote: >> >> On Tue, Oct 27, 2015 at 9:17 PM, John Stebbins >> wrote: >>> >>> From: Nicolas George >>> >>> (cherry picked from commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93) >> >> (this comment is

Re: [libav-devel] [PATCH] wrapped_avframe: Use a friendlier name

2015-10-28 Thread wm4
On Wed, 28 Oct 2015 11:25:43 +0100 Luca Barbato wrote: > On 28/10/15 02:45, Vittorio Giovara wrote: > > imho go for "rawframes", no space like other codes, different from > > Changed this way, will hit the tree this night. Wrong color. IMHO it's misleading, because it sounds very similar to r

Re: [libav-devel] [PATCH 1/2] libopenh264enc: Add an option for controlling the frame skipping

2015-10-28 Thread Luca Barbato
On 28/10/15 10:13, Martin Storsjö wrote: > This allows enabling the frame skipping, which is required for the > encoder to properly hit the target bitrate. > --- > libavcodec/libopenh264enc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) The set seems ok, sooner or later somebody mig

Re: [libav-devel] [PATCH 01/12] lavfi: add a frame_rate field to AVFilterLink.

2015-10-28 Thread Luca Barbato
On 28/10/15 05:24, John Stebbins wrote: > On 10/27/2015 07:51 PM, Vittorio Giovara wrote: >> On Tue, Oct 27, 2015 at 9:17 PM, John Stebbins >> wrote: >>> From: Nicolas George >>> >>> (cherry picked from commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93) >> (this comment is valid for the next patche

Re: [libav-devel] [PATCH] wrapped_avframe: Use a friendlier name

2015-10-28 Thread Luca Barbato
On 28/10/15 02:45, Vittorio Giovara wrote: > imho go for "rawframes", no space like other codes, different from Changed this way, will hit the tree this night. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/li

[libav-devel] [PATCH] libopenh264enc: Add an option for controlling the frame skipping

2015-10-28 Thread Martin Storsjö
This allows enabling the frame skipping, which is required for the encoder to properly hit the target bitrate. --- Renamed the option to allow_skip_frames, to avoid potential confusion with the similarly named AVCodecContext option skip_frame, as pointed out by Clément. --- libavcodec/libopenh264e

[libav-devel] [PATCH 2/2] libopenh264: Count and warn about the number of skipped frames

2015-10-28 Thread Martin Storsjö
--- libavcodec/libopenh264enc.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c index 302d20e..7147715 100644 --- a/libavcodec/libopenh264enc.c +++ b/libavcodec/libopenh264enc.c @@ -39,6 +39,7 @@ typedef struct SVCContext { cha

[libav-devel] [PATCH 1/2] libopenh264enc: Add an option for controlling the frame skipping

2015-10-28 Thread Martin Storsjö
This allows enabling the frame skipping, which is required for the encoder to properly hit the target bitrate. --- libavcodec/libopenh264enc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c index 1553b6d..302d20e 100