> And ir21.dll ?
http://www.moviecodec.com/download-video-codecs/indeo-2-319598me-30/
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Dec 17, 2015 at 02:46:40PM +0100, Hendrik Leppkes wrote:
> On Thu, Dec 17, 2015 at 2:06 PM, Michael Niedermayer wrote:
> > From: Michael Niedermayer
> >
> > This fixes a regression of the sample from Ticket 2371
> >
> > This reverts commit bc66451e5e903698ee0500faf04c1214f3dd157f, reversi
On Sat, Dec 19, 2015 at 03:24:17AM +0100, Michael Niedermayer wrote:
> On Fri, Dec 18, 2015 at 04:33:37PM +0100, Matthieu Bouron wrote:
> > On Fri, Dec 18, 2015 at 3:59 PM, Matthieu Bouron
> > wrote:
> >
> > > From: Matthieu Bouron
> > >
> > > ---
> > > libswscale/arm/swscale_unscaled.c | 52 ++
On Tue, Dec 15, 2015 at 10:40:13PM +0100, Michael Niedermayer wrote:
> On Tue, Dec 15, 2015 at 05:46:08PM +0100, Matthieu Bouron wrote:
> > From: Matthieu Bouron
> >
> > ---
> > libswscale/arm/yuv2rgb_neon.S | 8 +---
> > 1 file changed, 1 insertion(+), 7 deletions(-)
>
> should be ok
Push
L'octidi 28 frimaire, an CCXXIV, Clement Boesch a écrit :
> +}else if (scale->nb_slices) {
> +int i;
> +const int nb_slices = FFMIN(scale->nb_slices, link->h);
> +for (i = 0; i < nb_slices; i++) {
> +const int slice_start = (link->h * i ) / nb_slices;
> +
On Fri, Dec 18, 2015 at 09:45:27PM -0800, Ganesh Ajjanagadde wrote:
> lrint is faster and conveys the intent better here. It is safe as long int has
> at least 32 bits.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavfilter/vf_idet.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
ha
On Fri, Dec 18, 2015 at 09:45:31PM -0800, Ganesh Ajjanagadde wrote:
> lrint is at least as fast, and is more accurate.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavfilter/vsrc_mandelbrot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM
thx
[...]
--
Michael GnuPG finge
On Sat, Dec 19, 2015 at 10:56:26AM +0100, Matthieu Bouron wrote:
> On Sat, Dec 19, 2015 at 03:24:17AM +0100, Michael Niedermayer wrote:
> > On Fri, Dec 18, 2015 at 04:33:37PM +0100, Matthieu Bouron wrote:
> > > On Fri, Dec 18, 2015 at 3:59 PM, Matthieu Bouron
> > >
> > > wrote:
> > >
> > > > Fro
On 19.12.2015 01:32, Michael Niedermayer wrote:
> On Fri, Dec 18, 2015 at 08:13:06PM +0100, Andreas Cadhalpun wrote:
>> xwddec.c |6 ++
>> 1 file changed, 6 insertions(+)
>> 0be27d89a669445b523bfdac99884065e3581f3c
>> 0001-xwddec-prevent-overflow-of-lsize-avctx-height.patch
>> From fb406
On 19.12.2015 01:51, Michael Niedermayer wrote:
> On Fri, Dec 18, 2015 at 05:22:31PM +0100, Andreas Cadhalpun wrote:
>> If it is negative, it makes size larger than the size of the packet
>> buffer, causing invalid writes in avio_read.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavformat/
On 18.12.2015 23:11, Luca Barbato wrote:
> On 18/12/15 20:12, Andreas Cadhalpun wrote:
>> On 18.12.2015 20:06, Luca Barbato wrote:
>>> On 18/12/15 19:05, Andreas Cadhalpun wrote:
On 18.12.2015 18:53, Luca Barbato wrote:
> On 18/12/15 17:24, Andreas Cadhalpun wrote:
>> Fixes runtime err
On 19.12.2015 01:59, Michael Niedermayer wrote:
> On Fri, Dec 18, 2015 at 05:24:09PM +0100, Andreas Cadhalpun wrote:
>> Fixes runtime error: null pointer passed as argument 2, which is
>> declared to never be null
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavformat/nutdec.c | 3 ++-
>> 1
On 18.12.2015 16:52, Ganesh Ajjanagadde wrote:
> On Tue, Dec 15, 2015 at 9:53 PM, Ganesh Ajjanagadde
> wrote:
>> This uses ff_exp2fi to get a speedup (~ 6x).
>>
>> sample benchmark (Haswell, GNU/Linux):
>> old:
>> 19102 decicycles in sbr_dequant,1023 runs, 1 skips
>> 19002 decicycles
On Sat, Dec 19, 2015 at 11:50:21AM +0100, Michael Niedermayer wrote:
> On Sat, Dec 19, 2015 at 10:56:26AM +0100, Matthieu Bouron wrote:
> > On Sat, Dec 19, 2015 at 03:24:17AM +0100, Michael Niedermayer wrote:
> > > On Fri, Dec 18, 2015 at 04:33:37PM +0100, Matthieu Bouron wrote:
> > > > On Fri, Dec
On Sat, Dec 19, 2015 at 12:19:44PM +0100, Andreas Cadhalpun wrote:
> On 19.12.2015 01:51, Michael Niedermayer wrote:
> > On Fri, Dec 18, 2015 at 05:22:31PM +0100, Andreas Cadhalpun wrote:
> >> If it is negative, it makes size larger than the size of the packet
> >> buffer, causing invalid writes in
On Sat, Dec 19, 2015 at 12:17:42PM +0100, Andreas Cadhalpun wrote:
> On 19.12.2015 01:32, Michael Niedermayer wrote:
> > On Fri, Dec 18, 2015 at 08:13:06PM +0100, Andreas Cadhalpun wrote:
> >> xwddec.c |6 ++
> >> 1 file changed, 6 insertions(+)
> >> 0be27d89a669445b523bfdac99884065e3581f3
On 19.12.2015 13:58, Michael Niedermayer wrote:
> On Sat, Dec 19, 2015 at 12:19:44PM +0100, Andreas Cadhalpun wrote:
>> On 19.12.2015 01:51, Michael Niedermayer wrote:
>>> On Fri, Dec 18, 2015 at 05:22:31PM +0100, Andreas Cadhalpun wrote:
If it is negative, it makes size larger than the size o
On Fri, 18 Dec 2015, Paul B Mahol wrote:
On 12/18/15, Marton Balint wrote:
It is deprecated.
Signed-off-by: Marton Balint
---
ffplay.c | 51 +++
1 file changed, 27 insertions(+), 24 deletions(-)
lgtm
Pushed.
Regards,
Marton
On 19.12.2015 14:23, Michael Niedermayer wrote:
> On Sat, Dec 19, 2015 at 12:17:42PM +0100, Andreas Cadhalpun wrote:
>> On 19.12.2015 01:32, Michael Niedermayer wrote:
>>> On Fri, Dec 18, 2015 at 08:13:06PM +0100, Andreas Cadhalpun wrote:
xwddec.c |6 ++
1 file changed, 6 inserti
Hi,
On Fri, Dec 18, 2015 at 3:47 PM, Ganesh Ajjanagadde
wrote:
> On Fri, Dec 18, 2015 at 12:41 PM, Ronald S. Bultje
> wrote:
> > Hi,
> >
> > On Fri, Dec 18, 2015 at 2:18 PM, Ganesh Ajjanagadde <
> gajjanaga...@gmail.com>
> > wrote:
> >>
> >> For systems with broken libms.
> >> Tested with NAN,
On Sat, Dec 19, 2015 at 02:25:42PM +0100, Andreas Cadhalpun wrote:
> On 19.12.2015 13:58, Michael Niedermayer wrote:
> > On Sat, Dec 19, 2015 at 12:19:44PM +0100, Andreas Cadhalpun wrote:
> >> On 19.12.2015 01:51, Michael Niedermayer wrote:
> >>> On Fri, Dec 18, 2015 at 05:22:31PM +0100, Andreas Ca
On Sat, Dec 19, 2015 at 2:45 AM, Michael Niedermayer
wrote:
> On Fri, Dec 18, 2015 at 09:45:27PM -0800, Ganesh Ajjanagadde wrote:
>> lrint is faster and conveys the intent better here. It is safe as long int
>> has
>> at least 32 bits.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>> libavfilt
On Sat, Dec 19, 2015 at 6:26 AM, Ronald S. Bultje wrote:
> Hi,
>
> On Fri, Dec 18, 2015 at 3:47 PM, Ganesh Ajjanagadde
> wrote:
>>
>> On Fri, Dec 18, 2015 at 12:41 PM, Ronald S. Bultje
>> wrote:
>> > Hi,
>> >
>> > On Fri, Dec 18, 2015 at 2:18 PM, Ganesh Ajjanagadde
>> >
>> > wrote:
>> >>
>> >>
On Sat, Dec 19, 2015 at 08:01:37AM -0800, Ganesh Ajjanagadde wrote:
> On Sat, Dec 19, 2015 at 2:45 AM, Michael Niedermayer
> wrote:
> > On Fri, Dec 18, 2015 at 09:45:27PM -0800, Ganesh Ajjanagadde wrote:
> >> lrint is faster and conveys the intent better here. It is safe as long int
> >> has
> >>
On Fri, Dec 18, 2015 at 09:45:36PM -0800, Ganesh Ajjanagadde wrote:
> lrint is at least as fast, and more accurate.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavfilter/vf_cropdetect.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
ok
[...]
--
Michael GnuPG fingerprint: 9FF2
On Fri, Dec 18, 2015 at 09:45:32PM -0800, Ganesh Ajjanagadde wrote:
> Mainly cosmetic here.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
should be ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF1336
On 19.12.2015 16:25, Michael Niedermayer wrote:
> On Sat, Dec 19, 2015 at 02:25:42PM +0100, Andreas Cadhalpun wrote:
>> nutdec.c |2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> d1813b6394c006a3f235e5e9a5fb8f5172933736
>> 0001-nutdec-reject-negative-value_len-in-read_sm_data.patch
On Sat, Dec 19, 2015 at 01:28:06PM +0100, Matthieu Bouron wrote:
> On Sat, Dec 19, 2015 at 11:50:21AM +0100, Michael Niedermayer wrote:
> > On Sat, Dec 19, 2015 at 10:56:26AM +0100, Matthieu Bouron wrote:
> > > On Sat, Dec 19, 2015 at 03:24:17AM +0100, Michael Niedermayer wrote:
> > > > On Fri, Dec
If it is negative, it triggers the assertion in
dct_unquantize_h263_intra.
This is somehow related to the second hunk of commit 9251942: reverting
that prevents these crashes, but breaks the sample from ticket 302.
Signed-off-by: Andreas Cadhalpun
---
Note that the sample from ticket 302 is cur
On Sat, Dec 19, 2015 at 4:21 AM, Andreas Cadhalpun
wrote:
> On 18.12.2015 16:52, Ganesh Ajjanagadde wrote:
>> On Tue, Dec 15, 2015 at 9:53 PM, Ganesh Ajjanagadde
>> wrote:
>>> This uses ff_exp2fi to get a speedup (~ 6x).
>>>
>>> sample benchmark (Haswell, GNU/Linux):
>>> old:
>>> 19102 decicycl
On Sat, Dec 19, 2015 at 8:47 AM, Michael Niedermayer
wrote:
> On Fri, Dec 18, 2015 at 09:45:36PM -0800, Ganesh Ajjanagadde wrote:
>> lrint is at least as fast, and more accurate.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>> libavfilter/vf_cropdetect.c | 2 +-
>> 1 file changed, 1 insertion(
On Sat, Dec 19, 2015 at 2:45 AM, Michael Niedermayer
wrote:
> On Fri, Dec 18, 2015 at 09:45:31PM -0800, Ganesh Ajjanagadde wrote:
>> lrint is at least as fast, and is more accurate.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>> libavfilter/vsrc_mandelbrot.c | 2 +-
>> 1 file changed, 1 inser
On Sat, Dec 19, 2015 at 8:54 AM, Michael Niedermayer
wrote:
> On Fri, Dec 18, 2015 at 09:45:32PM -0800, Ganesh Ajjanagadde wrote:
>> Mainly cosmetic here.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>> libavformat/hlsenc.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> should be
On Sat, Dec 19, 2015 at 8:24 AM, Michael Niedermayer
wrote:
> On Sat, Dec 19, 2015 at 08:01:37AM -0800, Ganesh Ajjanagadde wrote:
>> On Sat, Dec 19, 2015 at 2:45 AM, Michael Niedermayer
>> wrote:
>> > On Fri, Dec 18, 2015 at 09:45:27PM -0800, Ganesh Ajjanagadde wrote:
>> >> lrint is faster and co
On Sat, Dec 19, 2015 at 8:06 AM, Ganesh Ajjanagadde
wrote:
> On Sat, Dec 19, 2015 at 6:26 AM, Ronald S. Bultje wrote:
>> Hi,
>>
>> On Fri, Dec 18, 2015 at 3:47 PM, Ganesh Ajjanagadde
>> wrote:
>>>
>>> On Fri, Dec 18, 2015 at 12:41 PM, Ronald S. Bultje
>>> wrote:
>>> > Hi,
>>> >
>>> > On Fri, De
On Sat, Dec 19, 2015 at 6:54 PM, Ganesh Ajjanagadde
wrote:
> On Sat, Dec 19, 2015 at 8:06 AM, Ganesh Ajjanagadde
> wrote:
>> On Sat, Dec 19, 2015 at 6:26 AM, Ronald S. Bultje wrote:
>>> Hi,
>>>
>>> On Fri, Dec 18, 2015 at 3:47 PM, Ganesh Ajjanagadde
>>> wrote:
On Fri, Dec 18, 2015 at
Am 18.12.2015 um 20:25 schrieb Matthias Hunstock:
> Introduces new option.
PS. I did not find any ressources on how to properly name new FFmpeg
options, e.g. to be consistent. Using the existing "ac" option did not
work.
I would like to add some more features, like selection of video and/or
audio
On Sat, Dec 19, 2015 at 11:05 AM, Hendrik Leppkes wrote:
> On Sat, Dec 19, 2015 at 6:54 PM, Ganesh Ajjanagadde
> wrote:
>> On Sat, Dec 19, 2015 at 8:06 AM, Ganesh Ajjanagadde
>> wrote:
>>> On Sat, Dec 19, 2015 at 6:26 AM, Ronald S. Bultje
>>> wrote:
Hi,
On Fri, Dec 18, 2015 at 3
On Sat, Dec 19, 2015 at 06:13:37PM +0100, Andreas Cadhalpun wrote:
> If it is negative, it triggers the assertion in
> dct_unquantize_h263_intra.
>
> This is somehow related to the second hunk of commit 9251942: reverting
> that prevents these crashes, but breaks the sample from ticket 302.
>
> S
On 19.12.2015 21:12, Michael Niedermayer wrote:
> On Sat, Dec 19, 2015 at 06:13:37PM +0100, Andreas Cadhalpun wrote:
>> If it is negative, it triggers the assertion in
>> dct_unquantize_h263_intra.
>>
>> This is somehow related to the second hunk of commit 9251942: reverting
>> that prevents these
Hi,
On Sat, Dec 19, 2015 at 2:25 PM, Ganesh Ajjanagadde
wrote:
> On Sat, Dec 19, 2015 at 11:05 AM, Hendrik Leppkes
> wrote:
> > On Sat, Dec 19, 2015 at 6:54 PM, Ganesh Ajjanagadde
> > wrote:
> >> On Sat, Dec 19, 2015 at 8:06 AM, Ganesh Ajjanagadde
> >> wrote:
> >>> On Sat, Dec 19, 2015 at 6:2
Signed-off-by: Paul B Mahol
---
libavcodec/s302menc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/s302menc.c b/libavcodec/s302menc.c
index fbaa845..3706eba 100644
--- a/libavcodec/s302menc.c
+++ b/libavcodec/s302menc.c
@@ -175,4 +175,9 @@ AVCodec ff_s302m_encoder = {
On Sat, Dec 19, 2015 at 09:19:27PM +0100, Andreas Cadhalpun wrote:
> On 19.12.2015 21:12, Michael Niedermayer wrote:
> > On Sat, Dec 19, 2015 at 06:13:37PM +0100, Andreas Cadhalpun wrote:
> >> If it is negative, it triggers the assertion in
> >> dct_unquantize_h263_intra.
> >>
> >> This is somehow
This disallows creating unplayable audio.
Signed-off-by: Paul B Mahol
---
libavcodec/s302menc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/s302menc.c b/libavcodec/s302menc.c
index 3706eba..c703e9a 100644
--- a/libavcodec/s302menc.c
+++ b/libavcodec/s302menc.c
@@ -78,6 +7
On Sat, Dec 19, 2015 at 12:33 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Sat, Dec 19, 2015 at 2:25 PM, Ganesh Ajjanagadde
> wrote:
>
>> On Sat, Dec 19, 2015 at 11:05 AM, Hendrik Leppkes
>> wrote:
>> > On Sat, Dec 19, 2015 at 6:54 PM, Ganesh Ajjanagadde
>> > wrote:
>> >> On Sat, Dec 19, 2015 at 8:
On Sat, Dec 19, 2015 at 06:08:10PM +0100, Michael Niedermayer wrote:
> On Sat, Dec 19, 2015 at 01:28:06PM +0100, Matthieu Bouron wrote:
> > On Sat, Dec 19, 2015 at 11:50:21AM +0100, Michael Niedermayer wrote:
> > > On Sat, Dec 19, 2015 at 10:56:26AM +0100, Matthieu Bouron wrote:
> > > > On Sat, Dec
On Fri, Dec 18, 2015 at 03:59:45PM +0100, Matthieu Bouron wrote:
> From: Matthieu Bouron
>
> This disables the 32bit precision neon code path in favor of the
> default C one and avoids breaking fate if accurate_rnd is enabled.
> ---
> libswscale/arm/swscale_unscaled.c | 7 +++
> 1 file chang
On Sat, Dec 19, 2015 at 12:33 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Sat, Dec 19, 2015 at 2:25 PM, Ganesh Ajjanagadde
> wrote:
>
>> On Sat, Dec 19, 2015 at 11:05 AM, Hendrik Leppkes
>> wrote:
>> > On Sat, Dec 19, 2015 at 6:54 PM, Ganesh Ajjanagadde
>> > wrote:
>> >> On Sat, Dec 19, 2015 at 8:
On 12/19/15, Ganesh Ajjanagadde wrote:
> On Sat, Dec 19, 2015 at 12:33 PM, Ronald S. Bultje
> wrote:
>> Hi,
>>
>> On Sat, Dec 19, 2015 at 2:25 PM, Ganesh Ajjanagadde
>> wrote:
>>
>>> On Sat, Dec 19, 2015 at 11:05 AM, Hendrik Leppkes
>>> wrote:
>>> > On Sat, Dec 19, 2015 at 6:54 PM, Ganesh Ajjan
On Sat, Dec 19, 2015 at 10:28 PM, Ganesh Ajjanagadde wrote:
> On Sat, Dec 19, 2015 at 12:33 PM, Ronald S. Bultje wrote:
>> Hi,
>>
>> On Sat, Dec 19, 2015 at 2:25 PM, Ganesh Ajjanagadde
>> wrote:
>>
>>> On Sat, Dec 19, 2015 at 11:05 AM, Hendrik Leppkes
>>> wrote:
>>> > On Sat, Dec 19, 2015 at 6:
On Sat, Dec 19, 2015 at 1:33 PM, Hendrik Leppkes wrote:
> On Sat, Dec 19, 2015 at 10:28 PM, Ganesh Ajjanagadde wrote:
>> On Sat, Dec 19, 2015 at 12:33 PM, Ronald S. Bultje
>> wrote:
>>> Hi,
>>>
>>> On Sat, Dec 19, 2015 at 2:25 PM, Ganesh Ajjanagadde
>>> wrote:
>>>
On Sat, Dec 19, 2015 at
On Sat, Dec 19, 2015 at 1:31 PM, Paul B Mahol wrote:
[...]
> C90 is more than 20 years old.
Of course, but this was raised by Hendrik and Ronald regarding
compliance and FFmpeg's coding guidelines.
This also highlights how ludicruous it is in 2015, soon to be 2016.
>
On Sat, Dec 19, 2015 at 1:56 PM, Ganesh Ajjanagadde wrote:
> On Sat, Dec 19, 2015 at 1:31 PM, Paul B Mahol wrote:
> [...]
>> C90 is more than 20 years old.
>
> Of course, but this was raised by Hendrik and Ronald regarding
> compliance and FFmpeg's coding guidelines.
> This also highlights how lu
On Thu, Dec 17, 2015 at 9:29 AM, Ganesh Ajjanagadde wrote:
> On Thu, Dec 17, 2015 at 9:25 AM, Clément Bœsch wrote:
>> On Thu, Dec 17, 2015 at 09:23:53AM -0800, Ganesh Ajjanagadde wrote:
>>> On Thu, Dec 17, 2015 at 9:20 AM, Kieran Kunhya wrote:
>>> >>> +static av_always_inline av_const unsigned f
Hi,
On Sat, Dec 19, 2015 at 11:23 AM Matthias Hunstock <
matthias.hunst...@tu-ilmenau.de> wrote:
> Am 18.12.2015 um 20:25 schrieb Matthias Hunstock:
> > Introduces new option.
>
> PS. I did not find any ressources on how to properly name new FFmpeg
> options, e.g. to be consistent. Using the exis
Signed-off-by: Timo Rothenpieler
---
Changelog | 1 +
configure | 3 +
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/vaapi_vp9.c | 168 +
libavcodec/version.h | 2 +-
libavcodec/vp9.c
This fixes NULL pointer dereferencing.
Signed-off-by: Andreas Cadhalpun
---
libavformat/mlvdec.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c
index 48a429e..4b3bdc1 100644
--- a/libavformat/mlvdec.c
+++ b/libavformat/mlvdec.c
@@ -365,6 +365
A negative bits_per_coded_sample doesn't make sense.
If it is too large, the size calculation for av_get_packet overflows,
resulting in allocation of a too small buffer.
Signed-off-by: Andreas Cadhalpun
---
libavformat/mlvdec.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/libavfo
Otherwise the too samll buffer is directly used in the frame, causing
segmentation faults, when trying to use the frame.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/rawdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 61
Hi,
On Sat, Dec 19, 2015 at 5:43 PM, Timo Rothenpieler
wrote:
> Signed-off-by: Timo Rothenpieler
> ---
> Changelog | 1 +
> configure | 3 +
> libavcodec/Makefile| 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/vaapi_vp9.c | 168
> ++
On Sat, Dec 19, 2015 at 11:47:54PM +0100, Andreas Cadhalpun wrote:
> This fixes NULL pointer dereferencing.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavformat/mlvdec.c | 5 +
> 1 file changed, 5 insertions(+)
iam not maintainer of this but
probably ok
[...]
--
Michael GnuPG fing
On Sat, Dec 19, 2015 at 11:49:02PM +0100, Andreas Cadhalpun wrote:
> A negative bits_per_coded_sample doesn't make sense.
> If it is too large, the size calculation for av_get_packet overflows,
> resulting in allocation of a too small buffer.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavfor
On Sat, Dec 19, 2015 at 11:49:14PM +0100, Andreas Cadhalpun wrote:
> Otherwise the too samll buffer is directly used in the frame, causing
> segmentation faults, when trying to use the frame.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/rawdec.c | 2 +-
> 1 file changed, 1 insertion(+
On Sat, Dec 19, 2015 at 09:35:19PM +0100, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/s302menc.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavcodec/s302menc.c b/libavcodec/s302menc.c
> index fbaa845..3706eba 100644
> --- a/libavcodec/s302menc.c
> ++
On Sat, Dec 19, 2015 at 2:49 PM, Andreas Cadhalpun
wrote:
> Otherwise the too samll buffer is directly used in the frame, causing
samll-> small
sorry, can't review further.
[...]
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mai
Source code is from Boost:
http://www.boost.org/doc/libs/1_46_1/boost/math/special_functions/erf.hpp
with appropriate modifications for FFmpeg.
Tested on interval -6 to 6 (beyond which it saturates), +/-NAN, +/-INFINITY
under -fsanitize=undefined on clang to test for possible undefined behavior.
On 12/19/2015 11:34 PM, Ganesh Ajjanagadde wrote:
> +/**
> + * erf function
> + * Algorithm taken from the Boost project, source:
> + * http://www.boost.org/doc/libs/1_46_1/boost/math/special_functions/erf.hpp
> + * Use, modification and distribution are subject to the
> + * Boost Software License,
On 12/19/2015 11:34 PM, Ganesh Ajjanagadde wrote:
> +/* handle the nan case, but don't use isnan for max portability */
> +else if (z != z)
> +return z;
Didn't check, but this sounds like it would probably trigger warnings with
-Wtautological-compare (GCC 6).
That aside, libm.h has
On Sat, Dec 19, 2015 at 7:06 PM, James Almer wrote:
> On 12/19/2015 11:34 PM, Ganesh Ajjanagadde wrote:
>> +/**
>> + * erf function
>> + * Algorithm taken from the Boost project, source:
>> + * http://www.boost.org/doc/libs/1_46_1/boost/math/special_functions/erf.hpp
>> + * Use, modification and d
On Sat, Dec 19, 2015 at 9:58 PM, James Almer wrote:
> On 12/19/2015 11:34 PM, Ganesh Ajjanagadde wrote:
>> +/* handle the nan case, but don't use isnan for max portability */
>> +else if (z != z)
>> +return z;
>
> Didn't check, but this sounds like it would probably trigger warning
On Sat, Dec 19, 2015 at 10:40 PM, Ganesh Ajjanagadde wrote:
> On Sat, Dec 19, 2015 at 9:58 PM, James Almer wrote:
>> On 12/19/2015 11:34 PM, Ganesh Ajjanagadde wrote:
>>> +/* handle the nan case, but don't use isnan for max portability */
>>> +else if (z != z)
>>> +return z;
>>
>>
On Sat, Dec 19, 2015 at 11:49:02PM +0100, Andreas Cadhalpun wrote:
> A negative bits_per_coded_sample doesn't make sense.
> If it is too large, the size calculation for av_get_packet overflows,
> resulting in allocation of a too small buffer.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavfor
On 20.12.2015 06:43, Timo Rothenpieler wrote:
Signed-off-by: Timo Rothenpieler
---
Changelog | 1 +
configure | 3 +
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/vaapi_vp9.c | 168
+
li
73 matches
Mail list logo