Re: [FFmpeg-devel] [PATCH]lavf/mov: Export vendor metadata

2017-01-25 Thread Carl Eugen Hoyos
2017-01-26 6:24 GMT+01:00 wm4 : > On Thu, 26 Jan 2017 00:35:17 +0100 > Carl Eugen Hoyos wrote: > >> 2017-01-26 0:19 GMT+01:00 Hendrik Leppkes : >> > On Thu, Jan 26, 2017 at 10:04 AM, Carl Eugen Hoyos >> > wrote: >> >> 2017-01-25 14:22 GMT+01:00 wm4 : >> >>> On Mon, 12 Dec 2016 12:12:37 +0100 >>

Re: [FFmpeg-devel] [PATCH]lavf/mov: Ignore avio_skip() return value

2017-01-25 Thread Carl Eugen Hoyos
2017-01-26 6:27 GMT+01:00 wm4 : > On Thu, 26 Jan 2017 00:34:20 +0100 > Carl Eugen Hoyos wrote: > >> From 694daed9222e50d6245bf5d041e82523ee869451 Mon Sep 17 00:00:00 2001 >> From: Carl Eugen Hoyos >> Date: Thu, 26 Jan 2017 00:32:23 +0100 >> Subject: [PATCH] lavf/mov: Ignore avio_skip() return val

Re: [FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread wm4
On Thu, 26 Jan 2017 03:20:02 +0100 Michael Niedermayer wrote: > On Thu, Jan 26, 2017 at 02:58:07AM +0100, Andreas Cadhalpun wrote: > > On 26.01.2017 02:29, Ronald S. Bultje wrote: > > > On Wed, Jan 25, 2017 at 8:12 PM, Andreas Cadhalpun < > > > andreas.cadhal...@googlemail.com> wrote: > > >

Re: [FFmpeg-devel] [PATCH]lavf/mov: Export vendor metadata

2017-01-25 Thread wm4
On Thu, 26 Jan 2017 00:35:17 +0100 Carl Eugen Hoyos wrote: > 2017-01-26 0:19 GMT+01:00 Hendrik Leppkes : > > On Thu, Jan 26, 2017 at 10:04 AM, Carl Eugen Hoyos > > wrote: > >> 2017-01-25 14:22 GMT+01:00 wm4 : > >>> On Mon, 12 Dec 2016 12:12:37 +0100 > >>> Carl Eugen Hoyos wrote: > >>> >

Re: [FFmpeg-devel] [PATCH]lavf/mov: Ignore avio_skip() return value

2017-01-25 Thread wm4
On Thu, 26 Jan 2017 00:34:20 +0100 Carl Eugen Hoyos wrote: > From 694daed9222e50d6245bf5d041e82523ee869451 Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Thu, 26 Jan 2017 00:32:23 +0100 > Subject: [PATCH] lavf/mov: Ignore avio_skip() return value. > > Fixes ticket #6102. > --- > lib

Re: [FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread Michael Niedermayer
On Thu, Jan 26, 2017 at 03:52:04AM +0100, Marton Balint wrote: > > On Thu, 26 Jan 2017, Michael Niedermayer wrote: > > >On Thu, Jan 26, 2017 at 02:58:07AM +0100, Andreas Cadhalpun wrote: > >>On 26.01.2017 02:29, Ronald S. Bultje wrote: > >>>On Wed, Jan 25, 2017 at 8:12 PM, Andreas Cadhalpun < > >

Re: [FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread Marton Balint
On Thu, 26 Jan 2017, Michael Niedermayer wrote: On Thu, Jan 26, 2017 at 02:58:07AM +0100, Andreas Cadhalpun wrote: On 26.01.2017 02:29, Ronald S. Bultje wrote: On Wed, Jan 25, 2017 at 8:12 PM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: Signed-off-by: Andreas Cadhalpun ---

[FFmpeg-devel] [PATCH] avformat/segment: remove last_cut check when detecting a new segment

2017-01-25 Thread Marton Balint
Not starting a new segment if the elapsed microsecs since the start of the day equals the the elapsed microsecs since the start of the day at the time of the last cut seems plain wrong to me, Deti do you remember the original reason behind this check? Signed-off-by: Marton Balint --- libavformat

Re: [FFmpeg-devel] [PATCH 1/9] 4xm: prevent overflow during block alignment calculation

2017-01-25 Thread Michael Niedermayer
On Thu, Jan 26, 2017 at 02:11:02AM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavformat/4xm.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequently ign

Re: [FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread Michael Niedermayer
On Thu, Jan 26, 2017 at 02:58:07AM +0100, Andreas Cadhalpun wrote: > On 26.01.2017 02:29, Ronald S. Bultje wrote: > > On Wed, Jan 25, 2017 at 8:12 PM, Andreas Cadhalpun < > > andreas.cadhal...@googlemail.com> wrote: > > > >> Signed-off-by: Andreas Cadhalpun > >> --- > >> libavformat/nistspherede

Re: [FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
On 26.01.2017 02:29, Ronald S. Bultje wrote: > On Wed, Jan 25, 2017 at 8:12 PM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/nistspheredec.c | 11 +++ >> 1 file changed, 11 insertions(+) >> >> diff --git a/liba

Re: [FFmpeg-devel] [PATCH 1/3] mpeg12dec: validate color space

2017-01-25 Thread Andreas Cadhalpun
On 26.01.2017 02:26, Ronald S. Bultje wrote: > Hi, > > On Wed, Jan 25, 2017 at 8:20 PM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > >> On 07.01.2017 13:44, Ronald S. Bultje wrote: >>> Doesn't this destroy exporting of newly added colorspaces that have no >>> explicit mention

Re: [FFmpeg-devel] [PATCH] HTTP: optimize forward seek performance

2017-01-25 Thread Michael Niedermayer
On Fri, Jan 13, 2017 at 11:36:41AM -0600, Joel Cunningham wrote: > > > On Jan 12, 2017, at 10:59 AM, Joel Cunningham > > wrote: > > > > Nicolas, > > > > I’ve found existing “read-ahead logic” in avio_seek to do what I’ve > > implemented in http_stream_forward(). This is controlled by > > SH

Re: [FFmpeg-devel] [PATCH 1/3] mpeg12dec: validate color space

2017-01-25 Thread Ronald S. Bultje
Hi, On Wed, Jan 25, 2017 at 8:20 PM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > On 07.01.2017 13:44, Ronald S. Bultje wrote: > > On Fri, Jan 6, 2017 at 9:35 PM, Michael Niedermayer > > > wrote: > > > >> On Fri, Jan 06, 2017 at 09:43:24PM +0100, Andreas Cadhalpun wrote: > >>>

Re: [FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread Ronald S. Bultje
Hi, On Wed, Jan 25, 2017 at 8:12 PM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavformat/nistspheredec.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.

Re: [FFmpeg-devel] [PATCH 1/3] mpeg12dec: validate color space

2017-01-25 Thread Andreas Cadhalpun
On 07.01.2017 13:44, Ronald S. Bultje wrote: > On Fri, Jan 6, 2017 at 9:35 PM, Michael Niedermayer > wrote: > >> On Fri, Jan 06, 2017 at 09:43:24PM +0100, Andreas Cadhalpun wrote: >>> On 23.12.2016 00:57, Andreas Cadhalpun wrote: Signed-off-by: Andreas Cadhalpun --- libavcodec/mp

[FFmpeg-devel] [PATCH 8/9] xvag: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/xvag.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/xvag.c b/libavformat/xvag.c index 5ef4fb0900..22e4f1e3c8 100644 --- a/libavformat/xvag.c +++ b/libavformat/xvag.c @@ -20,6 +20,7 @@ */ #include "libavutil

[FFmpeg-devel] [PATCH 9/9] boadec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/boadec.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/libavformat/boadec.c b/libavformat/boadec.c index ac2a33b3f0..6055effcad 100644 --- a/libavformat/boadec.c +++ b/libavformat/boadec.c @@ -20,6 +20,7 @@ */

Re: [FFmpeg-devel] [PATCH] Ignore duplicate ID3 tags if vorbis tags exist

2017-01-25 Thread Michael Niedermayer
On Wed, Jan 25, 2017 at 08:33:53PM +0100, Paul Arzelier wrote: > Hi all, > > Would it be possible to continue the discussion began there ? > http://ffmpeg.org/pipermail/ffmpeg-devel/2015-February/168248.html > > The current behavior of FFmpeg when it comes to manage FLAC tags with > both vorbis t

[FFmpeg-devel] [PATCH 7/9] epafdec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/epafdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/epafdec.c b/libavformat/epafdec.c index 29190fff72..0cd9627a4b 100644 --- a/libavformat/epafdec.c +++ b/libavformat/epafdec.c @@ -20,6 +20,7 @@ */ #inc

[FFmpeg-devel] [PATCH 6/9] pvfdec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/pvfdec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/pvfdec.c b/libavformat/pvfdec.c index b9f6d4f2c2..c6652b9b43 100644 --- a/libavformat/pvfdec.c +++ b/libavformat/pvfdec.c @@ -19,6 +19,7 @@ * Foundation,

[FFmpeg-devel] [PATCH 5/9] nistspheredec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/nistspheredec.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.c index 782d1dfbfb..3386497682 100644 --- a/libavformat/nistspheredec.c +++ b/libavformat/nistspheredec.c @@ -2

[FFmpeg-devel] [PATCH 4/9] ircamdec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/ircamdec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/ircamdec.c b/libavformat/ircamdec.c index 59f3a49411..e3196db84a 100644 --- a/libavformat/ircamdec.c +++ b/libavformat/ircamdec.c @@ -20,6 +20,7 @@ */ #include "l

[FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-25 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- doc/ffmpeg.texi | 8 +++- ffmpeg.c| 9 +++-- ffmpeg_opt.c| 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index cdea1a271f..996d6a6cc4 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@

[FFmpeg-devel] [PATCH 3/9] genh: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/genh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/genh.c b/libavformat/genh.c index b683e026d1..dd4e76d3d9 100644 --- a/libavformat/genh.c +++ b/libavformat/genh.c @@ -20,6 +20,7 @@ */ #include "libavutil

[FFmpeg-devel] [PATCH 2/9] electronicarts: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/electronicarts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 30eb723bd5..bfd3fed3a2 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts

[FFmpeg-devel] [PATCH 1/9] 4xm: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/4xm.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 2758b69d29..ead6d2b424 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -29,6 +29,7 @@ #include "libavutil/intread

Re: [FFmpeg-devel] [PATCH 3/9] electronicarts: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
On 07.01.2017 09:32, Paul B Mahol wrote: > On 1/7/17, Michael Niedermayer wrote: >> On Fri, Jan 06, 2017 at 08:47:39PM +0100, Andreas Cadhalpun wrote: >>> Signed-off-by: Andreas Cadhalpun >>> --- >>> libavformat/electronicarts.c | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/liba

Re: [FFmpeg-devel] [PATCH 2/9] 4xm: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
On 07.01.2017 02:31, Michael Niedermayer wrote: > On Fri, Jan 06, 2017 at 09:27:29PM +0100, Andreas Cadhalpun wrote: >> 4xm.c |1 + >> 1 file changed, 1 insertion(+) >> 4b27cb10f25865014fac1666956f7040d65113f9 >> 0002-4xm-prevent-overflow-during-block-alignment-calculat.patch >> From 861b62e

Re: [FFmpeg-devel] [PATCH] h264_ps: validate chroma sample location

2017-01-25 Thread Andreas Cadhalpun
On 07.01.2017 01:41, Michael Niedermayer wrote: > On Fri, Jan 06, 2017 at 11:33:13PM +0100, Andreas Cadhalpun wrote: >> On 06.01.2017 22:47, Kieran Kunhya wrote: >>> On Fri, 6 Jan 2017 at 20:44 Andreas Cadhalpun < >>> andreas.cadhal...@googlemail.com> wrote: >>> Signed-off-by: Andreas Cadhalpu

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-25 Thread Sasi Inguva
Updated the patch with using vstats_version. PTAL. On Sat, Jan 21, 2017 at 3:52 AM, Michael Niedermayer wrote: > On Fri, Jan 20, 2017 at 07:31:09PM -0800, Sasi Inguva wrote: > > Couldn't find any version that relates to vstats. There is nothing that > > says format may change any time , but ther

[FFmpeg-devel] libavformat patch that brute-forces aax encryption

2017-01-25 Thread William Shipley
I made a small modification of libavformat that bruteforces the 4-byte code used in audible encrypted files. It automatically runs if an aax is passed (always encrypted) without the code provided. Previously, it would tell the user the code was needed and exit. It takes between 5 and 10 minutes to

Re: [FFmpeg-devel] [PATCH]lavf/mov: Export vendor metadata

2017-01-25 Thread Carl Eugen Hoyos
2017-01-26 0:19 GMT+01:00 Hendrik Leppkes : > On Thu, Jan 26, 2017 at 10:04 AM, Carl Eugen Hoyos wrote: >> 2017-01-25 14:22 GMT+01:00 wm4 : >>> On Mon, 12 Dec 2016 12:12:37 +0100 >>> Carl Eugen Hoyos wrote: >>> From 7c26220a8734fe7dc293efe6c13e3baf91defc7e Mon Sep 17 00:00:00 2001 From:

[FFmpeg-devel] [PATCH]lavf/mov: Ignore avio_skip() return value

2017-01-25 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #6102. Please comment, Carl Eugen From 694daed9222e50d6245bf5d041e82523ee869451 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 26 Jan 2017 00:32:23 +0100 Subject: [PATCH] lavf/mov: Ignore avio_skip() return value. Fixes ticket #6102. --- libavformat/

Re: [FFmpeg-devel] [PATCH]lavf/mov: Export vendor metadata

2017-01-25 Thread Hendrik Leppkes
On Thu, Jan 26, 2017 at 10:04 AM, Carl Eugen Hoyos wrote: > 2017-01-25 14:22 GMT+01:00 wm4 : >> On Mon, 12 Dec 2016 12:12:37 +0100 >> Carl Eugen Hoyos wrote: >> >>> From 7c26220a8734fe7dc293efe6c13e3baf91defc7e Mon Sep 17 00:00:00 2001 >>> From: Carl Eugen Hoyos >>> Date: Mon, 12 Dec 2016 12:07:

Re: [FFmpeg-devel] [PATCH]lavf/mov: Export vendor metadata

2017-01-25 Thread Carl Eugen Hoyos
2017-01-25 14:22 GMT+01:00 wm4 : > On Mon, 12 Dec 2016 12:12:37 +0100 > Carl Eugen Hoyos wrote: > >> From 7c26220a8734fe7dc293efe6c13e3baf91defc7e Mon Sep 17 00:00:00 2001 >> From: Carl Eugen Hoyos >> Date: Mon, 12 Dec 2016 12:07:27 +0100 >> Subject: [PATCH 2/2] lavf/mov: Export vendor metadata.

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-25 Thread Michael Niedermayer
On Tue, Jan 24, 2017 at 08:23:54AM -0800, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > doc/ffmpeg.texi | 4 > ffmpeg.h| 1 + > ffmpeg_opt.c| 3 +++ > 3 files changed, 8 insertions(+) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-25 Thread Michael Niedermayer
On Mon, Jan 23, 2017 at 11:12:13AM +0100, Tobias Rapp wrote: [...] > libavformat/avi.h |1 > libavformat/avienc.c| 77 > +--- > libavformat/version.h |2 > tests/ref/fate/mpeg4-bsf-unpack-bframes |

[FFmpeg-devel] [PATCH] fate: add SCC test

2017-01-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- tests/fate/subtitles.mak | 3 + tests/ref/fate/sub-scc | 519 +++ 2 files changed, 522 insertions(+) create mode 100644 tests/ref/fate/sub-scc diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak index 8

[FFmpeg-devel] [PATCH] Ignore duplicate ID3 tags if vorbis tags exist

2017-01-25 Thread Paul Arzelier
Hi all, Would it be possible to continue the discussion began there ? http://ffmpeg.org/pipermail/ffmpeg-devel/2015-February/168248.html The current behavior of FFmpeg when it comes to manage FLAC tags with both vorbis tags and ID3 tags is to append both, which leads to, for example, "Artist: Pi

[FFmpeg-devel] [PATCH] avcodec: add ATRAC Advanced Lossless decoders

2017-01-25 Thread Paul B Mahol
Only lossy part is decoded for now. Signed-off-by: Paul B Mahol --- libavcodec/Makefile| 3 + libavcodec/allcodecs.c | 2 + libavcodec/atrac3.c| 134 ++- libavcodec/atrac3plusdec.c | 14 +++- libavcodec/avcodec.h | 2 + libavcodec/

Re: [FFmpeg-devel] [PATCH] tcp: set socket buffer sizes before listen/connect/accept

2017-01-25 Thread Joel Cunningham
Ping! Anyone have a chance to look at this issue/patch? Thanks, Joel > On Jan 9, 2017, at 2:54 PM, Joel Cunningham wrote: > > From e24d95c0e06a878d401ee34fd6742fcaddeeb95f Mon Sep 17 00:00:00 2001 > From: Joel Cunningham > Date: Mon, 9 Jan 2017 13:37:51 -0600 > Subject: [PATCH] tcp: set sock

Re: [FFmpeg-devel] [PATCH] HTTP: optimize forward seek performance

2017-01-25 Thread Joel Cunningham
Ping! Anyone have a chance to review my latest patch which leverages the read-ahead/discard logic in avio_seek? Thanks, Joel > On Jan 13, 2017, at 11:36 AM, Joel Cunningham wrote: > >> >> On Jan 12, 2017, at 10:59 AM, Joel Cunningham wrote: >> >> Nicolas, >> >> I’ve found existing “read-

[FFmpeg-devel] [PATCH] avformat/Makefile: fix compilation of testprogs when networking is disabled

2017-01-25 Thread Tobias Rapp
Signed-off-by: Tobias Rapp --- libavformat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index f30bc94..8aab4d1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -595,7 +595,8 @@ TESTPROGS = seek

Re: [FFmpeg-devel] [PATCH]lavf/mov: Export vendor metadata

2017-01-25 Thread wm4
On Mon, 12 Dec 2016 12:12:37 +0100 Carl Eugen Hoyos wrote: > From 7c26220a8734fe7dc293efe6c13e3baf91defc7e Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Mon, 12 Dec 2016 12:07:27 +0100 > Subject: [PATCH 2/2] lavf/mov: Export vendor metadata. > > --- > libavformat/mov.c |

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Bodecs Bela
2017.01.25. 9:40 keltezéssel, Tobias Rapp írta: On 23.01.2017 02:11, Michael Niedermayer wrote: Its a while since the last relase so ill make 3.3 within the next week(s) Name suggestions needed like always What about "Hilbert", named after David Hilbert? +1 vote I also intend to make som

Re: [FFmpeg-devel] GSoC 2017

2017-01-25 Thread Thilo Borgmann
Am 25.01.17 um 06:14 schrieb Umair Khan: > On Wed, Jan 25, 2017 at 7:45 AM, Michael Niedermayer wrote: >> >> On Mon, Jan 23, 2017 at 03:39:09PM +0100, Michael Niedermayer wrote: >>> Hi all >>> >>> GSoC 2017 mentor org registration has opened a few days ago >>> >>> Our current ideas page lists just

[FFmpeg-devel] [PATCH] avcodec/utils: Fix memleak with subtitles and sidedata

2017-01-25 Thread Michael Niedermayer
Fixes: 454/fuzz-3-ffmpeg_SUBTITLE_AV_CODEC_ID_MOV_TEXT_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/utils.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --g

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Carl Eugen Hoyos
2017-01-25 12:09 GMT+01:00 Tobias Rapp : > Not sure about your definition of "regression". An issue that was not reproducible with earlier versions (of FFmpeg). > The given scenario works for FFmpeg <= 2.6 but fails with > versions between 2.7 and 3.2. Then the patch should of course be backpor

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Tobias Rapp
On 25.01.2017 11:59, Carl Eugen Hoyos wrote: 2017-01-25 11:47 GMT+01:00 Tobias Rapp : On 25.01.2017 11:23, Carl Eugen Hoyos wrote: 2017-01-25 9:40 GMT+01:00 Tobias Rapp : If not already done, please backport commit http://git.videolan.org/?p=ffmpeg.git;a=commit;h=6d579d7c This doesn't look

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Carl Eugen Hoyos
2017-01-25 11:47 GMT+01:00 Tobias Rapp : > On 25.01.2017 11:23, Carl Eugen Hoyos wrote: >> >> 2017-01-25 9:40 GMT+01:00 Tobias Rapp : >> >>> If not already done, please backport commit >>> http://git.videolan.org/?p=ffmpeg.git;a=commit;h=6d579d7c >> >> This doesn't look as if it fixes a regression,

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Tobias Rapp
On 25.01.2017 11:23, Carl Eugen Hoyos wrote: 2017-01-25 9:40 GMT+01:00 Tobias Rapp : If not already done, please backport commit http://git.videolan.org/?p=ffmpeg.git;a=commit;h=6d579d7c This doesn't look as if it fixes a regression, does it? It fixes the scenario where you create an AVI fi

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Carl Eugen Hoyos
2017-01-25 9:40 GMT+01:00 Tobias Rapp : > If not already done, please backport commit > http://git.videolan.org/?p=ffmpeg.git;a=commit;h=6d579d7c This doesn't look as if it fixes a regression, does it? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-25 Thread Tobias Rapp
On 23.01.2017 02:11, Michael Niedermayer wrote: Its a while since the last relase so ill make 3.3 within the next week(s) Name suggestions needed like always What about "Hilbert", named after David Hilbert? I also intend to make some new point releases from the currently maintained branches i