custom bargraph transparency
Signed-off-by: Muhammad Faiz
---
doc/filters.texi | 4
libavfilter/avf_showcqt.c | 14 +-
libavfilter/avf_showcqt.h | 3 ++-
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index c37fa29.
Signed-off-by: Michael Forney
---
libavformat/tls_openssl.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c
index c551ac7..9712856 100644
--- a/libavformat/tls_openssl.c
+++ b/libavformat/tls_openssl.c
@@ -43,7
Expands the parser to also accept the separator '-' in addition to
'+', and take the negative sign into consideration.
The optional sign for the first factor in the expression is already
covered by parsing for an integer.
Signed-off-by: Moritz Barsnick
---
doc/filters.texi | 2 +-
libavfil
On Thu, Oct 13, 2016 at 11:31:22 +0200, Nicolas George wrote:
> Nit: inconsistent placement of the else clause. Not blocking.
Fixed, and ping.
Thanks,
Moritz
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg
Enables specifying how many threads are available to each filtergraph.
---
doc/ffmpeg.texi | 10 ++
ffmpeg.h| 3 +++
ffmpeg_filter.c | 9 +
ffmpeg_opt.c| 4
4 files changed, 26 insertions(+)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 47c8935..8be24b2
On Thu, 27 Oct 2016 15:42:22 -0300 James Almer wrote:
> On 10/27/2016 3:36 PM, Reynaldo H. Verdejo Pinochet wrote:
> > On 10/27/2016 11:25 AM, James Almer wrote:
> >> This is not how things were agreed.
> > I haven't agreed to this.
> You could have shown your displeasure in the relevant discussion
On 10/28/2016 2:31 PM, compn wrote:
> On Thu, 27 Oct 2016 15:42:22 -0300 James Almer wrote:
>> On 10/27/2016 3:36 PM, Reynaldo H. Verdejo Pinochet wrote:
>>> On 10/27/2016 11:25 AM, James Almer wrote:
This is not how things were agreed.
>>> I haven't agreed to this.
>> You could have shown you
Hi
I'm already working on what I think it's a proper transition in
line with the idea presented on my first reply to this thread.
My impression from today's discussion on IRC is that James
and Rostislav are willing to give this process some time but
nothing past next release.
Bests,
--
Reynal
The use of TLSv1_method() disallows newer protocol versions; instead
use SSLv23_method() and then explicitly disable the older versions
which should not be supported.
Fixes ticket #5915.
---
libavformat/tls_openssl.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavforma
From: "Reynaldo H. Verdejo Pinochet"
pkg-config(1) expects uninstalled pc files to follow the
blah-uninstalled.pc naming convention and the behavior
of the program is impacted by it. Without this fix
overriding PKGP_CONFIG_LIBDIR is required to ensure
uninstalled files are preferred (overkill), i
Made by vpeter of the LibreELEC project.
--- a/libavformat/tls_openssl.c 2016-10-28 18:52:40.526626700 +0200
+++ b/libavformat/tls_openssl.c 2016-10-28 19:21:41.520615426 +0200
@@ -233,7 +233,8 @@ static int tls_open(URLContext *h, const
if ((ret = ff_tls_open_underlying(c, h, uri, options))
From: Thomas Garnier
Signed-off-by: Michael Niedermayer
---
doc/examples/decoder_targeted.c | 183
1 file changed, 183 insertions(+)
create mode 100644 doc/examples/decoder_targeted.c
diff --git a/doc/examples/decoder_targeted.c b/doc/examples/decoder_
On Fri, Oct 28, 2016 at 8:42 PM, Martin Larsson
wrote:
> Made by vpeter of the LibreELEC project.
>
> --- a/libavformat/tls_openssl.c 2016-10-28 18:52:40.526626700 +0200
> +++ b/libavformat/tls_openssl.c 2016-10-28 19:21:41.520615426 +0200
> @@ -233,7 +233,8 @@ static int tls_open(URLContext *h, c
On Fri, Oct 28, 2016 at 8:56 PM, Mark Thompson wrote:
> The use of TLSv1_method() disallows newer protocol versions; instead
> use SSLv23_method() and then explicitly disable the older versions
> which should not be supported.
>
> Fixes ticket #5915.
> ---
> libavformat/tls_openssl.c | 3 ++-
> 1
On Fri, Oct 28, 2016 at 11:13 PM, Hendrik Leppkes wrote:
> On Fri, Oct 28, 2016 at 8:42 PM, Martin Larsson
> wrote:
>> Made by vpeter of the LibreELEC project.
>>
>> --- a/libavformat/tls_openssl.c 2016-10-28 18:52:40.526626700 +0200
>> +++ b/libavformat/tls_openssl.c 2016-10-28 19:21:41.52061542
On 28.10.2016 02:14, James Almer wrote:
> On 10/27/2016 8:45 PM, Andreas Cadhalpun wrote:
>> Also test the fallback to png creation for a single frame.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>>
>> Obviously, the patch fixing this has to be applied first.
>>
>> ---
>> tests/fate/avformat.ma
On 26.10.2016 02:07, Michael Niedermayer wrote:
> On Wed, Oct 26, 2016 at 01:35:34AM +0200, Andreas Cadhalpun wrote:
>> On 26.10.2016 01:26, Michael Niedermayer wrote:
>>> On Wed, Oct 26, 2016 at 01:16:13AM +0200, Andreas Cadhalpun wrote:
configure |7 ++-
1 file changed, 6 inser
On 28.10.2016 03:40, Philip Langdale wrote:
> This avoids it getting picked by default, which is generally
> undesirable and can break test runs.
>
> Signed-off-by: Philip Langdale
> ---
> libavcodec/allcodecs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec
DHE 于2016年10月28日 周五下午10:30写道:
> Enables specifying how many threads are available to each filtergraph.
> ---
> doc/ffmpeg.texi | 10 ++
> ffmpeg.h| 3 +++
> ffmpeg_filter.c | 9 +
> ffmpeg_opt.c| 4
> 4 files changed, 26 insertions(+)
>
> diff --git a/doc/ffmpe
On 10/28/2016 10:30 AM, DHE wrote:
> Enables specifying how many threads are available to each filtergraph.
> ---
> doc/ffmpeg.texi | 10 ++
> ffmpeg.h| 3 +++
> ffmpeg_filter.c | 9 +
> ffmpeg_opt.c| 4
> 4 files changed, 26 insertions(+)
>
> diff --git a/doc/
On Sat, 29 Oct 2016 00:59:23 +0200
Andreas Cadhalpun wrote:
> On 28.10.2016 03:40, Philip Langdale wrote:
> > This avoids it getting picked by default, which is generally
> > undesirable and can break test runs.
> >
> > Signed-off-by: Philip Langdale
> > ---
> > libavcodec/allcodecs.c | 2 +-
>
21 matches
Mail list logo