Re: [FFmpeg-devel] [PATCH] web/contact: correct the condition for op status on IRC

2016-05-21 Thread Lou Logan
On Sat, May 21, 2016, at 03:20 PM, Michael Niedermayer wrote: > we gave op status to commiters in the CVS and SVN days > since git an entry in MAINTAINERs was generally required to be offered > op status and push rights where not required. > > Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Davinder Singh
On Sun, May 22, 2016 at 2:09 AM Michael Niedermayer wrote: > On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wrote: > > hi, > > > > this patch fixes following compiler warnings: > > > > libavcodec/cfhd.c:346:78: warning: format specifies type 'unsigned short' > >

Re: [FFmpeg-devel] [PATCH] Updated (v3) -- Add input mode autodetect to the decklink module.

2016-05-21 Thread Felt, Patrick
On 5/21/16, 3:38 AM, "ffmpeg-devel on behalf of Marton Balint" wrote: >> --- a/libavdevice/decklink_common.cpp >> +++ b/libavdevice/decklink_common.cpp >> @@ -98,6 +98,90 @@ HRESULT ff_decklink_get_display_name(IDeckLink *This, >>

[FFmpeg-devel] [PATCH] web/contact: correct the condition for op status on IRC

2016-05-21 Thread Michael Niedermayer
we gave op status to commiters in the CVS and SVN days since git an entry in MAINTAINERs was generally required to be offered op status and push rights where not required. Signed-off-by: Michael Niedermayer --- src/contact |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Michael Niedermayer
On Sun, May 22, 2016 at 12:27:20AM +0200, Michael Niedermayer wrote: > On Sat, May 21, 2016 at 11:39:01PM +0200, Michael Niedermayer wrote: > > On Sat, May 21, 2016 at 07:35:04PM +0100, Josh de Kock wrote: > > > Hi Marton, > > > > > > Sorry for not updating it after we last spoke, I lost my

Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 11:39:01PM +0200, Michael Niedermayer wrote: > On Sat, May 21, 2016 at 07:35:04PM +0100, Josh de Kock wrote: > > Hi Marton, > > > > Sorry for not updating it after we last spoke, I lost my source for the > > patch so I was force to do it again. Anyways, here it is. I'm

Re: [FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 07:35:04PM +0100, Josh de Kock wrote: > Hi Marton, > > Sorry for not updating it after we last spoke, I lost my source for the > patch so I was force to do it again. Anyways, here it is. I'm using > SDL_Events for sending the packets, using SDL_WaitEvent to throttle it, >

Re: [FFmpeg-devel] [PATCH] doc/developer.texi: Add a code of conduct

2016-05-21 Thread Ronald S. Bultje
Hi, On Sat, May 21, 2016 at 11:32 AM, James Almer wrote: > On 5/18/2016 3:40 PM, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > doc/developer.texi | 29 + > > 1 file changed, 29

[FFmpeg-devel] [PATCH] avcodec/vble: add frame threading support

2016-05-21 Thread Paul B Mahol
Hi, patch attached. From 577006712cd3124a71554c3f6456deff2787eef2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 21 May 2016 23:21:17 +0200 Subject: [PATCH] avcodec/vble: add frame threading support Signed-off-by: Paul B Mahol --- libavcodec/vble.c

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wrote: > hi, > > this patch fixes following compiler warnings: > > libavcodec/cfhd.c:346:78: warning: format specifies type 'unsigned short' > but the argument has type 'int' [-Wformat] > av_log(avctx, AV_LOG_DEBUG, "Small

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: move putstr8 definition up

2016-05-21 Thread Benoit Fouet
Hi, Le 19/05/2016 18:45, Stefano Sabatini a écrit : This allows to use the function in a future commit. --- libavformat/mpegtsenc.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index

Re: [FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add needs for deinterlacing

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 09:20:55PM +0200, Jens Ziller wrote: > for deinterlacing is needed frame->interlaced_frame and format > struct. This patch added this. > > Signed-off-by: Jens Ziller > --- >  libavcodec/mmaldec.c | 16 >  1 file changed, 16 insertions(+) >

[FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add needs for deinterlacing

2016-05-21 Thread Jens Ziller
for deinterlacing is needed frame->interlaced_frame and format struct. This patch added this. Signed-off-by: Jens Ziller ---  libavcodec/mmaldec.c | 16  1 file changed, 16 insertions(+) diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c index

[FFmpeg-devel] [PATCH WIPv2 2/2] avdev: add sdl2 device

2016-05-21 Thread Josh de Kock
Hi Marton, Sorry for not updating it after we last spoke, I lost my source for the patch so I was force to do it again. Anyways, here it is. I'm using SDL_Events for sending the packets, using SDL_WaitEvent to throttle it, and Conditions to make sure that the queue doesn't build up. Is there

Re: [FFmpeg-devel] [PATCH] avfilter/avf_ahistogram: raise minimum acmax to 1

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 03:55:27PM +0200, Paul B Mahol wrote: > On 5/21/16, Michael Niedermayer wrote: > > On Fri, May 20, 2016 at 08:04:28PM +0200, Paul B Mahol wrote: > >> On 5/20/16, Michael Niedermayer wrote: > >> > If acmax can be 0 then it

Re: [FFmpeg-devel] [PATCH 08/11] avcodec/mips: loongson optimize h264pred with mmi v3

2016-05-21 Thread Michael Niedermayer
On Tue, May 17, 2016 at 07:12:54PM +0800, 周晓勇 wrote: > avcodec/mips: loongson optimize h264pred with mmi v3 > > 1. no longer use the register names directly and optimized code format > 2. to be compatible with O32, specify type of address variable with > mips_reg and handle the

Re: [FFmpeg-devel] [PATCH 06/11] avcodec/mips: loongson optimize hpeldsp with mmi v1

2016-05-21 Thread Michael Niedermayer
On Tue, May 17, 2016 at 02:51:50PM +0800, 周晓勇 wrote: > avcodec/mips: loongson optimize hpeldsp with mmi v1 > 1.the codes are compatible with O32 ABI > 2.use uld and mtc1 to workaround cpu 3A2000 gslwlc1 bug (gslwlc1 instruction > extension bug in O32 ABI) > > > > > > > 在 2016-05-13

Re: [FFmpeg-devel] [PATCH 05/11] avcodec/mips: loongson optimize mpegvideo with mmi v2

2016-05-21 Thread Michael Niedermayer
On Tue, May 17, 2016 at 01:08:38PM +0800, 周晓勇 wrote: > avcodec/mips/mpegvideo_mmi: Version 2 of the optimizations for loongson > mmi > > 1. no longer use the register names directly and optimized code format > 2. to be compatible with O32, specify type of address variable with >

Re: [FFmpeg-devel] [PATCH] doc/developer.texi: Add a code of conduct

2016-05-21 Thread James Almer
On 5/18/2016 3:40 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/developer.texi | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/doc/developer.texi b/doc/developer.texi > index 6db93ce..4d3a7ae

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Davinder Singh
2 more: libavcodec/pngenc.c:274:25: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] s->zstream.next_in = data; ^

Re: [FFmpeg-devel] [Vote] Code of Conduct

2016-05-21 Thread Annapoornima Koppad
I am voting for the code of conduct. On Sat, May 21, 2016 at 7:40 PM, Michael Niedermayer wrote: > On Wed, May 18, 2016 at 08:40:07PM +0200, Michael Niedermayer wrote: > > This is the version i had in my pending branch and should be the last > > version of the Code of

Re: [FFmpeg-devel] [Vote] Code of Conduct

2016-05-21 Thread Michael Niedermayer
On Wed, May 18, 2016 at 08:40:07PM +0200, Michael Niedermayer wrote: > This is the version i had in my pending branch and should be the last > version of the Code of Conduct from march, IIRC there where no further > comments on the last version, so iam calling everyone to vote on this. >

Re: [FFmpeg-devel] [PATCH] avformat/avlanguage: deprecate av_convert_lang_to and make it internal

2016-05-21 Thread Paul B Mahol
On 5/21/16, James Almer wrote: > On 5/13/2016 6:10 PM, James Almer wrote: >> The header was never installed and the function is only used in >> libavformat >> >> Signed-off-by: James Almer >> --- >> libavformat/asfdec_f.c| 2 +- >>

Re: [FFmpeg-devel] [PATCH] avfilter/avf_ahistogram: raise minimum acmax to 1

2016-05-21 Thread Paul B Mahol
On 5/21/16, Michael Niedermayer wrote: > On Fri, May 20, 2016 at 08:04:28PM +0200, Paul B Mahol wrote: >> On 5/20/16, Michael Niedermayer wrote: >> > If acmax can be 0 then it could result in a division by 0 >> > Fixes CID1351345 >> >> But there is

Re: [FFmpeg-devel] [PATCH] add MTAF demuxer and decoder

2016-05-21 Thread Paul B Mahol
On 5/16/16, Paul B Mahol wrote: > On 5/16/16, James Almer wrote: >> On 5/15/2016 6:33 PM, Paul B Mahol wrote: >>> diff --git a/libavcodec/Makefile b/libavcodec/Makefile >>> index 3f0ffd1..3a9dd95 100644 >>> --- a/libavcodec/Makefile >>> +++

Re: [FFmpeg-devel] [Vote] Code of Conduct

2016-05-21 Thread James Darnley
On 2016-05-18 20:40, Michael Niedermayer wrote: > This is the version i had in my pending branch and should be the last > version of the Code of Conduct from march, IIRC there where no further > comments on the last version, so iam calling everyone to vote on this. > Everyone because it should

Re: [FFmpeg-devel] [PATCH 04/11] avcodec/mips: loongson optimize h264chroma with mmi v2

2016-05-21 Thread Michael Niedermayer
On Tue, May 17, 2016 at 01:02:41PM +0800, 周晓勇 wrote: > avcodec/mips/h264chroma_mmi: Version 2 of the optimizations for loongson > mmi > > 1. no longer use the register names directly and optimized code format > 2. to be compatible with O32, specify type of address variable with

Re: [FFmpeg-devel] [PATCH] Updated (v3) -- Add input mode autodetect to the decklink module.

2016-05-21 Thread Marton Balint
On Thu, 12 May 2016, Felt, Patrick wrote: I hang my head in shame. I neglected to notice that time wasn’t already included and so I had to modify the patch. Apologies for the noise. -- Add input mode autodetect to the decklink module. Previously users had to supply the input format like

Re: [FFmpeg-devel] [PATCH] lavc/libopenh264enc: update to openh264 1.6

2016-05-21 Thread Hendrik Leppkes
On Mon, Mar 7, 2016 at 6:05 PM, Stefano Sabatini wrote: > In particular, the slice mode API was changed in commit: > > commit 33c378f7b791310e4cb64b53e2bb8f3f3bded105 > Author: sijchen > Date: Tue Nov 10 09:50:06 2015 -0800 > > change API for slicing

Re: [FFmpeg-devel] Tee improvement - discussion

2016-05-21 Thread Felt, Patrick
On 5/20/16, 9:32 PM, "ffmpeg-devel on behalf of Michael Niedermayer" wrote: >On Fri, May 20, 2016 at 12:06:34AM +0200, Marton Balint wrote: >> >> On Thu, 19 May 2016, Nicolas George wrote: >> >> >Le tridi 23 floréal, an