[FFmpeg-devel] Outreachy

2015-09-08 Thread Yayoi Ukai
Hi, These are my questions: - If you have an email template that you used for your last fundraiser, I am happy to use some of it. If not, I will write one based on outreachy's sample email and I will send it you to look over. (It will go out all the companies who would be a potential sponsor, rig

Re: [FFmpeg-devel] IRC meeting on Saturday 2015-09-12, UTC 15:00

2015-09-08 Thread Yayoi Ukai
On Sep 8, 2015 3:21 AM, "Michael Niedermayer" wrote: > > On Mon, Sep 07, 2015 at 09:25:20PM -0700, Yayoi Ukai wrote: > > On Mon, Sep 7, 2015 at 4:41 AM, Michael Niedermayer wrote: > > > On Mon, Sep 07, 2015 at 11:37:47AM +0200, Stefano Sabatini wrote: > > >> Hi, > > >> > > >> I propose to have an

Re: [FFmpeg-devel] FFmpeg 2.8

2015-09-08 Thread Michael Niedermayer
On Mon, Sep 07, 2015 at 02:52:34PM +0200, Michael Niedermayer wrote: > On Sat, Aug 29, 2015 at 04:28:41AM +0200, Michael Niedermayer wrote: > > Hi all > > > > Its about 2 and a half month since 2.7 > > if there are no objections then ill branch of release/2.8 from > > some revission prior to the n

Re: [FFmpeg-devel] [PATCH] avformat/http: add reconnect_delay_max option

2015-09-08 Thread Michael Niedermayer
On Mon, Sep 07, 2015 at 07:38:16PM +0200, Michael Niedermayer wrote: > From: Michael Niedermayer > > Fix add docs > > Signed-off-by: Michael Niedermayer > --- > libavformat/http.c |6 ++ > 1 file changed, 6 insertions(+) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6

Re: [FFmpeg-devel] [PATCH] Fix memory leak in libvorbisdec

2015-09-08 Thread Michael Niedermayer
On Tue, Sep 08, 2015 at 04:08:29PM -0400, Andrew Stone wrote: > --- > libavcodec/libvorbisdec.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and

Re: [FFmpeg-devel] FFmpeg 2.8

2015-09-08 Thread Michael Niedermayer
On Mon, Sep 07, 2015 at 07:22:15PM +0200, Michael Niedermayer wrote: > On Mon, Sep 07, 2015 at 05:23:18PM +0200, Hendrik Leppkes wrote: > > On Mon, Sep 7, 2015 at 4:28 PM, Carl Eugen Hoyos wrote: > > > Michael Niedermayer gmx.at> writes: > > > > > >> I intend to make 2.8 within the next 1-2 days

Re: [FFmpeg-devel] [PATCH 7/8] avfilter/deband: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Clément Bœsch
On Sun, Sep 06, 2015 at 10:49:16PM +, Paul B Mahol wrote: > Dana 6. 9. 2015. 19:48 osoba "Clément Bœsch" napisala je: > > > > --- > > libavfilter/vf_deband.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > LGTM > applied, thx -- Clément B. pgpP4BfyQfPsn.pgp Descriptio

Re: [FFmpeg-devel] [PATCH 2/8] avcodec/aacenc: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Clément Bœsch
On Mon, Sep 07, 2015 at 01:27:28PM +0100, Rostislav Pehlivanov wrote: > LGTM > > The -1 to specify auto would be very useful and would allow to have far > less mess when having profiles change coding tools. > Pushed. Feel free to adjust the range & rest of the code to allow auto (-1) -- Clémen

Re: [FFmpeg-devel] [PATCH 6/8] avfilter/dynaudnorm: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Clément Bœsch
On Sun, Sep 06, 2015 at 10:47:47PM +, Paul B Mahol wrote: > Dana 6. 9. 2015. 19:48 osoba "Clément Bœsch" napisala je: > > > > --- > > libavfilter/af_dynaudnorm.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > Lgtm > applied -- Clément B. pgpmJI6f31CsK.pgp Descripti

Re: [FFmpeg-devel] [PATCH 5/8] swscale: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Clément Bœsch
On Sun, Sep 06, 2015 at 11:19:16PM +0200, Michael Niedermayer wrote: > On Sun, Sep 06, 2015 at 07:43:51PM +0200, Clément Bœsch wrote: > > --- > > libswscale/options.c | 4 +--- > > 1 file changed, 1 insertion(+), 3 deletions(-) > > LGTM > > thx > applied -- Clément B. pgpIsEy15GfUO.pgp Des

Re: [FFmpeg-devel] [PATCH 4/8] avfilter/kerndeint: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Clément Bœsch
On Mon, Sep 07, 2015 at 06:45:52PM +0200, Michael Niedermayer wrote: > On Sun, Sep 06, 2015 at 07:43:50PM +0200, Clément Bœsch wrote: > > --- > > libavfilter/vf_kerndeint.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > LGTM > applied -- Clément B. pgp4ZYERGuzYE.pgp Descr

Re: [FFmpeg-devel] [PATCH 8/8] avfilter/interlace: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Clement Boesch
On Tue, Sep 08, 2015 at 10:35:34AM +, Paul B Mahol wrote: > On 9/6/15, Clement Boesch wrote: > > --- > > libavfilter/vf_interlace.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > lgtm applied, thx -- Clément B. pgp1e5J8EJc7c.pgp Description: PGP signature ___

Re: [FFmpeg-devel] [PATCH 3/8] avdevice/dshow: use AV_OPT_TYPE_BOOL (UNTESTED)

2015-09-08 Thread Clement Boesch
On Tue, Sep 08, 2015 at 10:36:39AM +, Paul B Mahol wrote: > On 9/6/15, Clement Boesch wrote: > > --- > > libavdevice/dshow.c | 32 > > 1 file changed, 8 insertions(+), 24 deletions(-) > > > > lgtm applied, hopefully not breaking anything -- Clément B. pg

Re: [FFmpeg-devel] [PATCH 1/8] avutil/opt: add AV_OPT_TYPE_BOOL

2015-09-08 Thread Clément Bœsch
On Sun, Sep 06, 2015 at 11:16:36PM +0200, Michael Niedermayer wrote: > On Sun, Sep 06, 2015 at 07:43:47PM +0200, Clément Bœsch wrote: > > TODO: bump lavu minor > > --- > > libavutil/opt.c| 69 > > +- > > libavutil/opt.h| 1 + > > tests/

Re: [FFmpeg-devel] [PATCH] configure: colorize warnings on Windows

2015-09-08 Thread Ganesh Ajjanagadde
On Tue, Sep 8, 2015 at 4:22 PM, Hendrik Leppkes wrote: > On Tue, Sep 8, 2015 at 9:17 PM, Ganesh Ajjanagadde > wrote: >> Previous color support relies on existence of tput. >> Unfortunately, tput is not available on windows. >> According to >> https://stackoverflow.com/questions/19710074/tput-colo

Re: [FFmpeg-devel] [PATCH] configure: colorize warnings on Windows

2015-09-08 Thread Hendrik Leppkes
On Tue, Sep 8, 2015 at 9:17 PM, Ganesh Ajjanagadde wrote: > Previous color support relies on existence of tput. > Unfortunately, tput is not available on windows. > According to > https://stackoverflow.com/questions/19710074/tput-color-definitions-for-windows-git-shell, > using ANSI color codes fo

[FFmpeg-devel] [PATCH] Fix memory leak in libvorbisdec

2015-09-08 Thread Andrew Stone
--- libavcodec/libvorbisdec.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/libvorbisdec.c b/libavcodec/libvorbisdec.c index 2b22e05..ecf690a 100644 --- a/libavcodec/libvorbisdec.c +++ b/libavcodec/libvorbisdec.c @@ -32,6 +32,8 @@ typedef struct OggVorbisDec

Re: [FFmpeg-devel] [PATCH] configure: colorize warnings on Windows

2015-09-08 Thread Ganesh Ajjanagadde
On Tue, Sep 8, 2015 at 3:34 PM, Timothy Gu wrote: > On Tue, Sep 8, 2015 at 12:18 PM Ganesh Ajjanagadde > wrote: >> >> quotes='""' >> -if test -t 1 && which tput >/dev/null; then >> -ncolors=$(tput colors) >> -if test -n "$ncolors" && test $ncolors -ge 8; then >> -bold_color=$(tpu

Re: [FFmpeg-devel] [PATCH] configure: colorize warnings on Windows

2015-09-08 Thread Timothy Gu
On Tue, Sep 8, 2015 at 12:18 PM Ganesh Ajjanagadde wrote: > quotes='""' > -if test -t 1 && which tput >/dev/null; then > -ncolors=$(tput colors) > -if test -n "$ncolors" && test $ncolors -ge 8; then > -bold_color=$(tput bold) > -warn_color=$(tput setaf 3) > -reset

Re: [FFmpeg-devel] [PATCH] configure: colorize warnings on Windows

2015-09-08 Thread Ganesh Ajjanagadde
On Tue, Sep 8, 2015 at 3:17 PM, Ganesh Ajjanagadde wrote: > Previous color support relies on existence of tput. > Unfortunately, tput is not available on windows. > According to > https://stackoverflow.com/questions/19710074/tput-color-definitions-for-windows-git-shell, > using ANSI color codes fo

[FFmpeg-devel] [PATCH] configure: colorize warnings on Windows

2015-09-08 Thread Ganesh Ajjanagadde
Previous color support relies on existence of tput. Unfortunately, tput is not available on windows. According to https://stackoverflow.com/questions/19710074/tput-color-definitions-for-windows-git-shell, using ANSI color codes for Windows should be safe. Thus, tput is used whenever possible; and f

[FFmpeg-devel] Proposed IETF working group for standardization of FFV1

2015-09-08 Thread Tessa Fallon
A new charter for an IETF working group to standardize FFV1, FLAC, and Matroska has been shared on the IETF Dispatch working group list for review: https://mailarchive.ietf.org/arch/msg/dispatch/uTpBvSubeyDMTUAoupa5XZOS86Y If you're not already subscribed to the Dispatch mailing list, please do so

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-08 Thread Sailaja Mahendrakar
Carl, >The code you pasted is in the flv demuxer. >Please do not top-post here, Carl Eugen >Carl, What will be the resolution for no audio in RTMP output due to not having extradata in the copyts mode i.e stream copy? /opt/ripcode/bin/ffmpeg -copyts -i /root/ModernFamilyVMGCapture.ts -async 0

Re: [FFmpeg-devel] [PATCH] avfilter/vf_super2xsai: use the name 's' for the pointer to the private context

2015-09-08 Thread Paul B Mahol
On 9/6/15, Ganesh Ajjanagadde wrote: > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/vf_super2xsai.c | 54 > ++--- > 1 file changed, 27 insertions(+), 27 deletions(-) > applied ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: use the name 's' for the pointer to the private context

2015-09-08 Thread Paul B Mahol
On 9/6/15, Ganesh Ajjanagadde wrote: > On Sun, Sep 6, 2015 at 4:52 AM, Clement Boesch wrote: >> On Fri, Sep 04, 2015 at 08:20:53AM -0700, Ganesh Ajjanagadde wrote: >>> Signed-off-by: Ganesh Ajjanagadde >>> --- >>> libavfilter/vf_thumbnail.c | 58 >>> +++--

Re: [FFmpeg-devel] [PATCH] Extract FFV1 FATE tests to own Makefile, independent of vcodec.mak

2015-09-08 Thread Peter B.
On 09/08/2015 01:46 AM, Michael Niedermayer wrote: > On Mon, Sep 07, 2015 at 11:18:56PM +0200, Peter B. wrote: >> Should be fixed. >> (Getting errors with "make fate" for some fate-dxv*, with git HEAD but >> that seems unrelated to my changes) > this seems to loose some tests > > before the patch:

Re: [FFmpeg-devel] [PATCH] lavc/libopenh264enc: apply minor consistency fixes to options text

2015-09-08 Thread Gregory J Wolfe
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Stefano Sabatini > Sent: Tuesday, September 08, 2015 11:52 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] lavc/libopenh264enc: apply minor > consisten

Re: [FFmpeg-devel] [PATCH] lavc/options: extend/fix text for threads and slices options

2015-09-08 Thread Stefano Sabatini
On date Tuesday 2015-09-08 16:38:04 +0200, Clément Bœsch encoded: > On Tue, Sep 08, 2015 at 04:00:06PM +0200, Stefano Sabatini wrote: > > --- > > libavcodec/options_table.h | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/libavcodec/options_table.h b/libavcodec/o

Re: [FFmpeg-devel] [PATCH] lavc/libopenh264enc: apply minor consistency fixes to options text

2015-09-08 Thread Stefano Sabatini
On date Tuesday 2015-09-08 16:41:57 +0200, Clément Bœsch encoded: > On Tue, Sep 08, 2015 at 03:59:58PM +0200, Stefano Sabatini wrote: > > --- > > libavcodec/libopenh264enc.c | 12 ++-- > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/libavcodec/libopenh264enc.c b/l

Re: [FFmpeg-devel] [PATCH] doc/encoders: add libopenh264 entry

2015-09-08 Thread Stefano Sabatini
On date Tuesday 2015-09-08 16:49:33 +0200, Clément Bœsch encoded: > On Tue, Sep 08, 2015 at 03:59:50PM +0200, Stefano Sabatini wrote: > > --- > > doc/encoders.texi | 59 > > +++ > > 1 file changed, 59 insertions(+) > > > > diff --git a/doc/enco

Re: [FFmpeg-devel] [PATCH] doc/codecs: extend documentation for the threads option

2015-09-08 Thread Stefano Sabatini
On date Tuesday 2015-09-08 16:45:32 +0200, Clément Bœsch encoded: > On Tue, Sep 08, 2015 at 03:59:42PM +0200, Stefano Sabatini wrote: > > --- > > doc/codecs.texi | 8 ++-- > > 1 file changed, 6 insertions(+), 2 deletions(-) > > > > diff --git a/doc/codecs.texi b/doc/codecs.texi > > index da04

Re: [FFmpeg-devel] [PATCH] doc/codecs: mention GOP in the g option

2015-09-08 Thread Stefano Sabatini
On date Tuesday 2015-09-08 16:42:26 +0200, Clément Bœsch encoded: > On Tue, Sep 08, 2015 at 03:59:35PM +0200, Stefano Sabatini wrote: > > This helps when grepping for "gop". > > --- > > doc/codecs.texi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/doc/codecs.texi

Re: [FFmpeg-devel] [PATCH] checkasm: add unit tests for v210enc

2015-09-08 Thread Michael Niedermayer
On Sun, Sep 06, 2015 at 01:13:39AM +0200, Henrik Gramner wrote: > --- > libavcodec/v210enc.c | 15 +--- > libavcodec/v210enc.h | 2 + > tests/checkasm/Makefile | 1 + > tests/checkasm/checkasm.c | 3 ++ > tests/checkasm/checkasm.h | 1 + > tests/checkasm/v210enc.c | 94 >

Re: [FFmpeg-devel] [PATCH] doc/encoders: add libopenh264 entry

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 03:59:50PM +0200, Stefano Sabatini wrote: > --- > doc/encoders.texi | 59 > +++ > 1 file changed, 59 insertions(+) > > diff --git a/doc/encoders.texi b/doc/encoders.texi > index f9fe331..37a0330 100644 > --- a/doc/encode

Re: [FFmpeg-devel] [PATCH] doc/codecs: extend documentation for the threads option

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 03:59:42PM +0200, Stefano Sabatini wrote: > --- > doc/codecs.texi | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/doc/codecs.texi b/doc/codecs.texi > index da048b1..58f2f63 100644 > --- a/doc/codecs.texi > +++ b/doc/codecs.texi > @@ -817,13

Re: [FFmpeg-devel] [PATCH] doc/codecs: mention GOP in the g option

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 03:59:35PM +0200, Stefano Sabatini wrote: > This helps when grepping for "gop". > --- > doc/codecs.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/codecs.texi b/doc/codecs.texi > index 2afb09c..da048b1 100644 > --- a/doc/codecs.texi > +++

Re: [FFmpeg-devel] [PATCH] lavc/libopenh264enc: apply minor consistency fixes to options text

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 03:59:58PM +0200, Stefano Sabatini wrote: > --- > libavcodec/libopenh264enc.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c > index b315e8b..84a9cb1 100644 > --- a/libavcodec/

Re: [FFmpeg-devel] [PATCH] lavc/options: extend/fix text for threads and slices options

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 04:00:06PM +0200, Stefano Sabatini wrote: > --- > libavcodec/options_table.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h > index c18bd85..3ee80d6 100644 > --- a/libavcodec/options_tabl

Re: [FFmpeg-devel] QuickTime Edit List Support

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 04:29:48PM +0200, Clément Bœsch wrote: > On Tue, Sep 08, 2015 at 03:00:25PM +0100, Derek Buitenhuis wrote: > > On 9/8/2015 11:52 AM, Alex M wrote: > > > Could somebody please confirm that this issue is still considered > > > outstanding and that a working patch has not been

Re: [FFmpeg-devel] QuickTime Edit List Support

2015-09-08 Thread Clément Bœsch
On Tue, Sep 08, 2015 at 03:00:25PM +0100, Derek Buitenhuis wrote: > On 9/8/2015 11:52 AM, Alex M wrote: > > Could somebody please confirm that this issue is still considered > > outstanding and that a working patch has not been submitted? In which case > > I’ll start work on this asap. > > Workin

Re: [FFmpeg-devel] QuickTime Edit List Support

2015-09-08 Thread Derek Buitenhuis
On 9/8/2015 11:52 AM, Alex M wrote: > Could somebody please confirm that this issue is still considered > outstanding and that a working patch has not been submitted? In which case > I’ll start work on this asap. Working this cleanly into the API is no small feat. Clément was working on this rece

[FFmpeg-devel] [PATCH] lavc/options: extend/fix text for threads and slices options

2015-09-08 Thread Stefano Sabatini
--- libavcodec/options_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index c18bd85..3ee80d6 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -342,7 +342,7 @@ static const AVOption a

[FFmpeg-devel] [PATCH] lavc/libopenh264enc: apply minor consistency fixes to options text

2015-09-08 Thread Stefano Sabatini
--- libavcodec/libopenh264enc.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c index b315e8b..84a9cb1 100644 --- a/libavcodec/libopenh264enc.c +++ b/libavcodec/libopenh264enc.c @@ -46,12 +46,12 @@ typedef s

[FFmpeg-devel] [PATCH] doc/encoders: add libopenh264 entry

2015-09-08 Thread Stefano Sabatini
--- doc/encoders.texi | 59 +++ 1 file changed, 59 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index f9fe331..37a0330 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1342,6 +1342,65 @@ disabled A description of s

[FFmpeg-devel] [PATCH] doc/codecs: extend documentation for the threads option

2015-09-08 Thread Stefano Sabatini
--- doc/codecs.texi | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index da048b1..58f2f63 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -817,13 +817,17 @@ for codecs that support it. See also @file{doc/examples/export_mvs.c}.

[FFmpeg-devel] [PATCH] doc/codecs: mention GOP in the g option

2015-09-08 Thread Stefano Sabatini
This helps when grepping for "gop". --- doc/codecs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index 2afb09c..da048b1 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -129,7 +129,7 @@ should be @code{1 / frame_rate} and timestamp

[FFmpeg-devel] QuickTime Edit List Support

2015-09-08 Thread Alex M
Hi, I'm working on a project using FFmpeg which involves transcoding of Quicktime MOV files that contain multiple edit lists. I have discovered this raises issues with FFmpeg and support for (multiple) quicktime edit lists. This is a key requirement for this project so I am open to making and s

Re: [FFmpeg-devel] [PATCH 3/8] avdevice/dshow: use AV_OPT_TYPE_BOOL (UNTESTED)

2015-09-08 Thread Paul B Mahol
On 9/6/15, Clement Boesch wrote: > --- > libavdevice/dshow.c | 32 > 1 file changed, 8 insertions(+), 24 deletions(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpe

Re: [FFmpeg-devel] [PATCH 8/8] avfilter/interlace: use AV_OPT_TYPE_BOOL

2015-09-08 Thread Paul B Mahol
On 9/6/15, Clement Boesch wrote: > --- > libavfilter/vf_interlace.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] IRC meeting on Saturday 2015-09-12, UTC 15:00

2015-09-08 Thread Michael Niedermayer
On Mon, Sep 07, 2015 at 09:25:20PM -0700, Yayoi Ukai wrote: > On Mon, Sep 7, 2015 at 4:41 AM, Michael Niedermayer wrote: > > On Mon, Sep 07, 2015 at 11:37:47AM +0200, Stefano Sabatini wrote: > >> Hi, > >> > >> I propose to have an official IRC meeting on the next Saturday, and I > >> propose the t

Re: [FFmpeg-devel] [PATCH] avcodec: Switch bitrate to 64bit with the bump

2015-09-08 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > This would break the fork ABI compatibility option > and theres a IRC meeting sheduled on saturday to > discuss the "ABI compatibility policy" > > I wont apply this before the meeting, that would > be kind of wrong You could apply it with "#if INCOMPATIB

Re: [FFmpeg-devel] [PATCH] avcodec: Switch bitrate to 64bit with the bump

2015-09-08 Thread Michael Niedermayer
On Tue, Sep 08, 2015 at 09:46:42AM +, Carl Eugen Hoyos wrote: > Michael Niedermayer gmx.at> writes: > > > a 32bit bitrate is insufficient for high resolution, > > high framerate material an example would be rawvideo > > Ping? This would break the fork ABI compatibility option and theres a

Re: [FFmpeg-devel] [PATCH] avcodec: Switch bitrate to 64bit with the bump

2015-09-08 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > a 32bit bitrate is insufficient for high resolution, > high framerate material an example would be rawvideo Ping? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listin