---
libavcodec/dirac_dwt.c | 530 ++---
libavcodec/dirac_dwt.h | 20 +-
libavcodec/dirac_dwt_template.c | 615 +++
libavcodec/diracdec.c| 8 +-
libavcodec/diracdsp.c| 25 +-
libavcodec/
On Tue, Dec 08, 2015 at 10:44:31PM -0500, Ganesh Ajjanagadde wrote:
> It may be entirely possible to optimize further by exploiting the fact
> that it is always an integer exponent. However, care must be taken since
> the base itself is not an integer, i.e a naive repeated squaring or
> similar suc
On Wed, Dec 09, 2015 at 12:05:30AM +, Kieran Kunhya wrote:
> ---
> libavcodec/diracdec.c | 36 +++-
> 1 file changed, 19 insertions(+), 17 deletions(-)
LGTM
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is danger
On Sat, 2015-12-05 at 14:48 -0500, Ganesh Ajjanagadde wrote:
> libavcodec/Makefile | 8 ++--
> libavcodec/aacsbr_fixed_tablegen.c | 39 -
>
> libavcodec/aacsbr_fixed_tablegen.h | 4
> libavcodec/aacsbr_tablegen.c| 39 ---
On Wed, Dec 09, 2015 at 12:05:32AM +, Kieran Kunhya wrote:
> ---
> libavcodec/dirac.c | 15 ++-
> 1 file changed, 6 insertions(+), 9 deletions(-)
>
> diff --git a/libavcodec/dirac.c b/libavcodec/dirac.c
> index fd6e869..6b1a93b 100644
> --- a/libavcodec/dirac.c
> +++ b/libavcodec/
On Wed, Dec 09, 2015 at 12:05:31AM +, Kieran Kunhya wrote:
> ---
> libavcodec/dirac.c | 1 +
> libavcodec/dirac.h | 6 ++
> libavcodec/diracdec.c | 3 ++-
> libavformat/oggparsedirac.c | 3 ++-
> 4 files changed, 11 insertions(+), 2 deletions(-)
LGTM
thx
[...]
--
On Wed, Dec 09, 2015 at 12:05:27AM +, Kieran Kunhya wrote:
> Start templating functions for move to support 10-bit
> Parts of this patch were written by Rostislav Pehlivanov
> ---
> libavcodec/dirac.c | 10 +-
> libavcodec/dirac.h | 3 +-
> libavcodec/diracdec.c | 25
When the interpolated value is divided by the sum of weights, no
rounding is done, which means the value is truncated. This results in
a slight bias towards dark green in the interpolated area. Rounding
properly removes the bias.
I measured this change to reduce the interpolation error by 1 to 2 %
On Wed, Dec 09, 2015 at 12:05:33AM +, Kieran Kunhya wrote:
> ---
> libavcodec/dirac.h| 22 ++
> libavcodec/diracdec.c | 18 +++---
> 2 files changed, 25 insertions(+), 15 deletions(-)
>
> diff --git a/libavcodec/dirac.h b/libavcodec/dirac.h
> index 6852e82.
On Wed, Dec 09, 2015 at 12:07:47PM +0100, Jean Delvare wrote:
> When the interpolated value is divided by the sum of weights, no
> rounding is done, which means the value is truncated. This results in
> a slight bias towards dark green in the interpolated area. Rounding
> properly removes the bias.
On Wed, Dec 9, 2015 at 4:21 AM, Michael Niedermayer wrote:
> On Tue, Dec 08, 2015 at 10:44:31PM -0500, Ganesh Ajjanagadde wrote:
>> It may be entirely possible to optimize further by exploiting the fact
>> that it is always an integer exponent. However, care must be taken since
>> the base itself
On Wed, Dec 9, 2015 at 5:30 AM, Rostislav Pehlivanov
wrote:
> On Sat, 2015-12-05 at 14:48 -0500, Ganesh Ajjanagadde wrote:
>> libavcodec/Makefile | 8 ++--
>> libavcodec/aacsbr_fixed_tablegen.c | 39 -
>>
>> libavcodec/aacsbr_fixed_tableg
On Sat, Dec 5, 2015 at 3:55 PM, Ganesh Ajjanagadde
wrote:
> On Sat, Dec 5, 2015 at 3:50 PM, Paul B Mahol wrote:
>> On 12/4/15, Ganesh Ajjanagadde wrote:
>>> Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
>>> 3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
>>>
On Fri, Dec 4, 2015 at 9:39 AM, Ganesh Ajjanagadde
wrote:
> Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
> 3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
> up usage of the formats API, and in particular fixed possible NULL pointer
> dereferences.
>
> This co
On Fri, Dec 4, 2015 at 9:39 AM, Ganesh Ajjanagadde
wrote:
> Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
> 3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
> up usage of the formats API, and in particular fixed possible NULL pointer
> dereferences.
>
> This co
On Fri, Dec 4, 2015 at 9:39 AM, Ganesh Ajjanagadde
wrote:
> Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
> 3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
> up usage of the formats API, and in particular fixed possible NULL pointer
> dereferences.
>
> This co
On Mon, Dec 7, 2015 at 8:41 AM, Clément Bœsch wrote:
> On Mon, Dec 07, 2015 at 08:26:40AM -0500, Ganesh Ajjanagadde wrote:
>> On Sun, Dec 6, 2015 at 8:28 AM, Ganesh Ajjanagadde wrote:
>> > On Sat, Dec 5, 2015 at 6:40 AM, Clément Bœsch wrote:
>> >> On Fri, Dec 04, 2015 at 05:56:12PM -0500, Ganesh
On Sun, Dec 6, 2015 at 10:56 PM, Ganesh Ajjanagadde
wrote:
> arc4random() was designed as a superior interface for system random
> number generation, designed for OpenBSD. It is thus an improvement to
> use it whenever available.
>
> As a side note, this may or may not get included in glibc, and t
On Tue, 8 Dec 2015 09:01:47 -0500
Ganesh Ajjanagadde wrote:
> On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
> > On Tue, Dec 08, 2015 at 07:34:51AM -0500, Ganesh Ajjanagadde wrote:
> >> On Tue, Dec 8, 2015 at 7:27 AM, wm4 wrote:
> >> > On Sun, 6 Dec 2015 22:56:33 -0500
> >> > Ganesh
On Mon, 7 Dec 2015 19:34:20 +0100
Timo Rothenpieler wrote:
> > I don't remember if this was discussed when avisynth and other headers
> > where included, but what's the advantage of directly including the
> > header and burden the FFmpeg sources, rather than asking the user to
> > download them i
Start templating functions for move to support 10-bit
Parts of this patch were written by Rostislav Pehlivanov
---
libavcodec/dirac.c | 10 +-
libavcodec/dirac.h | 3 +-
libavcodec/diracdec.c | 252 +++-
libavformat/oggparsedirac.c
---
libavcodec/dirac.h| 22 ++
libavcodec/diracdec.c | 17 +++--
2 files changed, 25 insertions(+), 14 deletions(-)
diff --git a/libavcodec/dirac.h b/libavcodec/dirac.h
index 6852e82..b4982f8 100644
--- a/libavcodec/dirac.h
+++ b/libavcodec/dirac.h
@@ -34,6 +34
> this is maybe missing a < 2 check
> i see a > 4 check but didnt find a < 2 check from a quick look
There is an existing check as far as I can tell.
Kieran
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-
On Tue, Dec 08, 2015 at 09:12:42AM -0500, Ganesh Ajjanagadde wrote:
> On Tue, Dec 8, 2015 at 9:01 AM, Ganesh Ajjanagadde wrote:
> > On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
> >> On Tue, Dec 08, 2015 at 07:34:51AM -0500, Ganesh Ajjanagadde wrote:
> >>> On Tue, Dec 8, 2015 at 7:27 AM, w
On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
> On Tue, 8 Dec 2015 09:01:47 -0500
> Ganesh Ajjanagadde wrote:
>
>> On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
>> > On Tue, Dec 08, 2015 at 07:34:51AM -0500, Ganesh Ajjanagadde wrote:
>> >> On Tue, Dec 8, 2015 at 7:27 AM, wm4 wrote:
>> >> >
Hi!
On Monday 07 December 2015 07:37:21 pm Timo Rothenpieler wrote:
> > On Monday 07 December 2015 03:14:08 pm Timo Rothenpieler wrote:
> >> Nvidia finaly decided to put a propper MIT license on their nvenc
> >> header, so it can be included, removing any external dependencies for
> >> nvenc and m
On Sunday 06 December 2015 01:31:17 am Carl Eugen Hoyos wrote:
> Hi!
>
> I prefer attached patch over removing the encoder immediately.
No opinions?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmp
On Wed, Dec 9, 2015 at 8:54 AM, Michael Niedermayer wrote:
> On Tue, Dec 08, 2015 at 09:12:42AM -0500, Ganesh Ajjanagadde wrote:
>> On Tue, Dec 8, 2015 at 9:01 AM, Ganesh Ajjanagadde wrote:
>> > On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
>> >> On Tue, Dec 08, 2015 at 07:34:51AM -0500,
From: Michael Niedermayer
This should theoretically improve the randomness slightly
Signed-off-by: Michael Niedermayer
---
libavutil/random_seed.c |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/libavutil/random_seed.c b/libavutil/random_seed.c
index 8aa8c38..5af8e
On Wednesday 09 December 2015 02:08:06 am Michael Niedermayer wrote:
> From: Michael Niedermayer
>
> Fixes mozilla bug 1230247
Does this make the code slower and works around a bug in ubsan?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.
On Tuesday 08 December 2015 01:10:30 pm Andrey Utkin wrote:
> RFCs for JPEG over RTP don't support dimensions larger than pixels,
> but it is possible to work around if we stick with information from SDP.
Sorry if I misunderstand:
If the rfc does not allow framesizes over 2040x2040 why should FFmp
Hi!
This should imo not get applied if there are applications that allow larger
resolutions.
Please comment, Carl Eugen
diff --git a/libavformat/rtpenc_jpeg.c b/libavformat/rtpenc_jpeg.c
index 60629cf..c50f25f 100644
--- a/libavformat/rtpenc_jpeg.c
+++ b/libavformat/rtpenc_jpeg.c
@@ -41,6 +41,11
On Wed, Dec 09, 2015 at 03:17:26PM +0100, Carl Eugen Hoyos wrote:
> On Wednesday 09 December 2015 02:08:06 am Michael Niedermayer wrote:
> > From: Michael Niedermayer
> >
> > Fixes mozilla bug 1230247
>
> Does this make the code slower and works around a bug in ubsan?
i would guess it does or co
On Wed, Dec 09, 2015 at 01:45:23PM +, Kieran Kunhya wrote:
> ---
> libavcodec/dirac.h| 22 ++
> libavcodec/diracdec.c | 17 +++--
> 2 files changed, 25 insertions(+), 14 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF1
On Wed, Dec 09, 2015 at 09:16:34AM -0500, Ganesh Ajjanagadde wrote:
> On Wed, Dec 9, 2015 at 8:54 AM, Michael Niedermayer wrote:
> > On Tue, Dec 08, 2015 at 09:12:42AM -0500, Ganesh Ajjanagadde wrote:
> >> On Tue, Dec 8, 2015 at 9:01 AM, Ganesh Ajjanagadde
> >> wrote:
> >> > On Tue, Dec 8, 2015
On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
> On Tue, 8 Dec 2015 09:01:47 -0500
> Ganesh Ajjanagadde wrote:
>
>> On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
>> > On Tue, Dec 08, 2015 at 07:34:51AM -0500, Ganesh Ajjanagadde wrote:
>> >> On Tue, Dec 8, 2015 at 7:27 AM, wm4 wrote:
>> >> >
On Wed, Dec 09, 2015 at 09:39:47AM -0500, Ganesh Ajjanagadde wrote:
> On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
> > On Tue, 8 Dec 2015 09:01:47 -0500
> > Ganesh Ajjanagadde wrote:
> >
> >> On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
> >> > On Tue, Dec 08, 2015 at 07:34:51AM -0500, Gane
>> Should fall under the system library stuff the GPL defines.
>
> I may misunderstand (I am not a native speaker) but the word
> "should" imo indicates that you cannot commit your patch.
Guess why I sent it here first...
> Sorry, Carl Eugen
> ___
> f
On Wed, Dec 9, 2015 at 3:14 PM, Carl Eugen Hoyos wrote:
> Hi!
>
> On Monday 07 December 2015 07:37:21 pm Timo Rothenpieler wrote:
>> > On Monday 07 December 2015 03:14:08 pm Timo Rothenpieler wrote:
>> >> Nvidia finaly decided to put a propper MIT license on their nvenc
>> >> header, so it can be
On Wed, Dec 9, 2015 at 9:32 AM, Michael Niedermayer wrote:
> On Wed, Dec 09, 2015 at 03:17:26PM +0100, Carl Eugen Hoyos wrote:
>> On Wednesday 09 December 2015 02:08:06 am Michael Niedermayer wrote:
>> > From: Michael Niedermayer
>> >
>> > Fixes mozilla bug 1230247
>>
>> Does this make the code s
On Wed, Dec 9, 2015 at 9:44 AM, Michael Niedermayer wrote:
> On Wed, Dec 09, 2015 at 09:39:47AM -0500, Ganesh Ajjanagadde wrote:
>> On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
>> > On Tue, 8 Dec 2015 09:01:47 -0500
>> > Ganesh Ajjanagadde wrote:
>> >
>> >> On Tue, Dec 8, 2015 at 8:16 AM, Clément
On Wed, 9 Dec 2015 09:39:47 -0500
Ganesh Ajjanagadde wrote:
> On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
> > On Tue, 8 Dec 2015 09:01:47 -0500
> > Ganesh Ajjanagadde wrote:
> >
> >> On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
> >> > On Tue, Dec 08, 2015 at 07:34:51AM -0500, Ganesh
Hi FFmpeg developers,
The delogo video filter currently doesn't check the logo area passed as
parameters for validity. If the logo area is partly outside of the
frame or inside but too close to the border, the code will silently
trim the area to make it fit inside the frame, then go on, with
undes
>>> Should fall under the system library stuff the GPL defines.
>>
>> I may misunderstand (I am not a native speaker) but the word
>> "should" imo indicates that you cannot commit your patch.
>>
>
> The header is licensed rather liberally and doesn't actually link
> against anything, I don't see i
On Wed, Dec 9, 2015 at 5:33 PM, Timo Rothenpieler wrote:
Should fall under the system library stuff the GPL defines.
>>>
>>> I may misunderstand (I am not a native speaker) but the word
>>> "should" imo indicates that you cannot commit your patch.
>>>
>>
>> The header is licensed rather liber
From: Michael Niedermayer
Fixes: CID1341577
Signed-off-by: Michael Niedermayer
---
libavformat/mxfenc.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index e4e4272..043daff 100644
--- a/libavformat/mxfenc.c
+++ b/libavfor
From 36596b444e584eb7ccceb24c838f0273116691f8 Mon Sep 17 00:00:00 2001
From: Alex Agranovsky
Date: Wed, 9 Dec 2015 12:48:20 -0500
Subject: [PATCH] lavf/mpjpegdec: Fixed dereference after null check
Fixes Coverity CID 1341576
---
libavformat/mpjpegdec.c | 6 --
1 file changed, 4 insertions(
On Wed, Dec 9, 2015 at 11:15 AM, Carl Eugen Hoyos wrote:
> On Sunday 06 December 2015 01:31:17 am Carl Eugen Hoyos wrote:
>> Hi!
>>
>> I prefer attached patch over removing the encoder immediately.
>
> No opinions?
>
> Carl Eugen
LGTM, but I don't use the libvo-aac, so... :-p
___
On Sun, Dec 6, 2015 at 6:36 PM, Andreas Cadhalpun
wrote:
> The other is a regression since 01ecb71, so I hope you know how to fix that.
> In search_for_pns in libavcodec/aaccoder.c:
> for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) {
> [...]
> for (g = 0; g < sce->ic
On 12/5/2015 9:31 PM, Carl Eugen Hoyos wrote:
> Hi!
>
> I prefer attached patch over removing the encoder immediately.
>
> Carl Eugen
What is experimental? Our wrapper or the library?
If the latter then maybe it would be better to use a static init function
to mark the encoder as experimental af
On Wed, Dec 9, 2015 at 11:00 AM, wm4 wrote:
> On Wed, 9 Dec 2015 09:39:47 -0500
> Ganesh Ajjanagadde wrote:
>
>> On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
>> > On Tue, 8 Dec 2015 09:01:47 -0500
>> > Ganesh Ajjanagadde wrote:
>> >
>> >> On Tue, Dec 8, 2015 at 8:16 AM, Clément Bœsch wrote:
>> >
On Wed, Dec 09, 2015 at 12:55:14PM -0500, Alexander Agranovsky wrote:
>
> From 36596b444e584eb7ccceb24c838f0273116691f8 Mon Sep 17 00:00:00 2001
> From: Alex Agranovsky
> Date: Wed, 9 Dec 2015 12:48:20 -0500
> Subject: [PATCH] lavf/mpjpegdec: Fixed dereference after null check
>
> Fixes Coverit
On 09.12.2015 19:08, Claudio Freire wrote:
> On Sun, Dec 6, 2015 at 6:36 PM, Andreas Cadhalpun
> wrote:
>> The other is a regression since 01ecb71, so I hope you know how to fix that.
Let me add example numbers to the code. That should make the problem obvious.
>> In search_for_pns in libavcodec
On 12/9/15, Jean Delvare wrote:
> Hi FFmpeg developers,
>
> The delogo video filter currently doesn't check the logo area passed as
> parameters for validity. If the logo area is partly outside of the
> frame or inside but too close to the border, the code will silently
> trim the area to make it
On Wed, Dec 9, 2015 at 7:09 PM, James Almer wrote:
> On 12/5/2015 9:31 PM, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> I prefer attached patch over removing the encoder immediately.
>>
>> Carl Eugen
>
> What is experimental? Our wrapper or the library?
> If the latter then maybe it would be better to use
On Wed, Dec 9, 2015 at 4:42 PM, Andreas Cadhalpun
wrote:
>>> [...]
>>> for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
>>> [...]
>>> }
>
> Now we are after the w2-loop and thus:
> w2 = sce->ics.group_len[w] = 2
>
Ah, I see, it's outside the loop!
Pushing a fix.
On Wed, Dec 9, 2015 at 5:29 PM, Claudio Freire wrote:
> On Wed, Dec 9, 2015 at 4:42 PM, Andreas Cadhalpun
> wrote:
[...]
for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
[...]
}
>>
>> Now we are after the w2-loop and thus:
>> w2 = sce->ics.group_len[w]
We need these if we have no strerror_r.
Descriptions are taken from doc/errno.txt except for ENOMEM.
Signed-off-by: Marton Balint
---
libavutil/error.c | 37 +
1 file changed, 37 insertions(+)
diff --git a/libavutil/error.c b/libavutil/error.c
index 4425968.
Signed-off-by: Marton Balint
---
doc/errno.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/errno.txt b/doc/errno.txt
index 31cab26..933a4de 100644
--- a/doc/errno.txt
+++ b/doc/errno.txt
@@ -76,7 +76,7 @@ EMFILE POSIX ++ Too many open files
EMLINK
On Wed, Dec 09, 2015 at 10:12:51PM +0100, Marton Balint wrote:
> Signed-off-by: Marton Balint
> ---
> doc/errno.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
ok
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I
From: Michael Niedermayer
Fixes Ticket5047
Signed-off-by: Michael Niedermayer
---
libavformat/isom.h |1 +
libavformat/mov.c | 11 +++
2 files changed, 12 insertions(+)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 65a64d4..255efd1 100644
--- a/libavformat/isom.h
+
On Wed, Dec 09, 2015 at 08:24:36AM +, Kieran Kunhya wrote:
> ---
> libavcodec/dirac_dwt.c | 530 ++---
> libavcodec/dirac_dwt.h | 20 +-
> libavcodec/dirac_dwt_template.c | 615
> +++
> libavcodec/diracdec.c
On 09.12.2015 21:38, Claudio Freire wrote:
> On Wed, Dec 9, 2015 at 5:29 PM, Claudio Freire wrote:
>> On Wed, Dec 9, 2015 at 4:42 PM, Andreas Cadhalpun
>> wrote:
> [...]
> for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
> [...]
> }
>>>
>>> Now we are after
On Wed, Dec 9, 2015 at 1:56 PM, Ganesh Ajjanagadde wrote:
> On Wed, Dec 9, 2015 at 11:00 AM, wm4 wrote:
>> On Wed, 9 Dec 2015 09:39:47 -0500
>> Ganesh Ajjanagadde wrote:
>>
>>> On Wed, Dec 9, 2015 at 8:28 AM, wm4 wrote:
>>> > On Tue, 8 Dec 2015 09:01:47 -0500
>>> > Ganesh Ajjanagadde wrote:
>>
On 09.12.2015 17:38, Hendrik Leppkes wrote:
> On Wed, Dec 9, 2015 at 5:33 PM, Timo Rothenpieler
> wrote:
>> If I understand carl right, the question is not about the header, but
>> about if dlopen'ing a non-free library, the CUDA and NVENC ones in this
>> case, makes ffmpeg non-free, or if they a
pow is a ridiculous function for computing a simple Gaussian.
Signed-off-by: Ganesh Ajjanagadde
---
libavfilter/avf_showfreqs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavfilter/avf_showfreqs.c b/libavfilter/avf_showfreqs.c
index a3665ef..3ed0155 100644
--- a/liba
On 12/9/15, Ganesh Ajjanagadde wrote:
> On Fri, Dec 4, 2015 at 9:39 AM, Ganesh Ajjanagadde
> wrote:
>> Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
>> 3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
>> up usage of the formats API, and in particular fixed pos
On 12/9/15, Ganesh Ajjanagadde wrote:
> pow is a ridiculous function for computing a simple Gaussian.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavfilter/avf_showfreqs.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavfilter/avf_showfreqs.c b/libavfilter/avf
cos is an even function; use this.
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/dcaenc.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/libavcodec/dcaenc.c b/libavcodec/dcaenc.c
index 5a6bdac..b12d27b 100644
--- a/libavcodec/dcaenc.c
+++ b/libavcodec/dcaenc.c
@@ -16
Signed-off-by: Paul B Mahol
---
libavfilter/Makefile | 1 +
libavfilter/af_sofalizer.c | 816 +
libavfilter/allfilters.c | 1 +
3 files changed, 818 insertions(+)
create mode 100644 libavfilter/af_sofalizer.c
diff --git a/libavfilter/Makef
exp2 suffices here. Some trivial (~ 4x) speedup is done in addition here by
reusing results.
This is bit-identical to the old values.
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/nellymoserenc.c | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/libavcodec/nelly
exp2 suffices here.
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/nellymoserdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index 5f18593..e6625cb 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymo
On Wed, Dec 9, 2015 at 6:09 PM, Paul B Mahol wrote:
> On 12/9/15, Ganesh Ajjanagadde wrote:
>> On Fri, Dec 4, 2015 at 9:39 AM, Ganesh Ajjanagadde
>> wrote:
>>> Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
>>> 3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
cos has symmetry; use this.
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/dcaenc.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/libavcodec/dcaenc.c b/libavcodec/dcaenc.c
index 5a6bdac..6fcfb1a 100644
--- a/libavcodec/dcaenc.c
+++ b/libavcodec/dcaenc.c
@@ -169,
On Wed, Dec 9, 2015 at 6:11 PM, Paul B Mahol wrote:
> On 12/9/15, Ganesh Ajjanagadde wrote:
>> pow is a ridiculous function for computing a simple Gaussian.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>> libavfilter/avf_showfreqs.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Hi Paul,
Thanks for your quick reply.
On Wed, 9 Dec 2015 19:45:16 +, Paul B Mahol wrote:
> On 12/9/15, Jean Delvare wrote:
> > I would like to add a check for the delogo filter parameters to ensure
> > that there is enough frame room around the area to execute the
> > algorithm.
> >
> > My q
Le decadi 20 frimaire, an CCXXIV, Jean Delvare a écrit :
> This brings two additional questions:
>
> 1* Can a filter declare which midstream changes it does or does not
> support?
>
> 2* Can a filter be called back on midstream changes, or does it have to
> detect it by itself?
Midstream changes
77 matches
Mail list logo