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

2016-05-22 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > 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:34

Re: [FFmpeg-devel] [PATCH] fate: add aecho test

2016-05-22 Thread Michael Niedermayer
On Sun, May 22, 2016 at 08:56:18AM +, Petru Rares Sincraian wrote: > > Hi Michael, > > I have found some parameters that produce the same results in x64 and x32 > architectures. Here is the patch :) seem to work on mingw 32/64 and arm/mips qemu too patch applied thanks [...] -- Michael

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

2016-05-22 Thread Marton Balint
On Sat, 21 May 2016, 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, and Conditions to make sure th

[FFmpeg-devel] [PATCH] ffplay: simplify display code

2016-05-22 Thread Marton Balint
And get rid of frame_queue_prev. Signed-off-by: Marton Balint --- ffplay.c | 43 +-- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/ffplay.c b/ffplay.c index d5fcde8..11c5091 100644 --- a/ffplay.c +++ b/ffplay.c @@ -769,14 +769,6 @@ static

Re: [FFmpeg-devel] [PATCH] avcodec/iff: mention RGB8/RGBN decoder

2016-05-22 Thread Michael Niedermayer
On Sun, May 22, 2016 at 06:49:35PM +0200, Piotr Bandurski wrote: applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Out of discord comes the fairest harmony. -- Heraclitus signature.asc Description: Digital signature _

Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-22 Thread Umair Khan
On Sun, May 22, 2016 at 11:11 PM, Paul B Mahol wrote: > On 5/22/16, Umair Khan wrote: >> On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote: >>> On 5/20/16, Umair Khan wrote: Hi, I'm working on implementing floating point support in the ALS decoder. In this I've to use mas

Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-22 Thread Paul B Mahol
On 5/22/16, Umair Khan wrote: > On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote: >> On 5/20/16, Umair Khan wrote: >>> Hi, >>> >>> I'm working on implementing floating point support in the ALS decoder. >>> In this I've to use masked LZ decompression. I've written the code for >>> myself for

Re: [FFmpeg-devel] [PATCH] [v2] libavcodec/options.c: handle hw_frames_ctx where necessary

2016-05-22 Thread Andrey Turkin
Yeah, I saw that patch series today. Still should be fixed until the function goes away. I'll send patch to libav as well shortly. 2016-05-22 16:39 GMT+03:00 Mark Thompson : > Looks fine; it does fix an immediate problem. > > Note that development around hwcontext is mainly happening in libav, an

Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-22 Thread Umair Khan
On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote: > On 5/20/16, Umair Khan wrote: >> Hi, >> >> I'm working on implementing floating point support in the ALS decoder. >> In this I've to use masked LZ decompression. I've written the code for >> myself for masked lz decompression using the help

[FFmpeg-devel] [PATCH] avcodec/iff: mention RGB8/RGBN decoder

2016-05-22 Thread Piotr Bandurski
0001-avcodec-iff-mention-RGB8-RGBN-decoder.diff Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Tee improvement - discussion

2016-05-22 Thread Marton Balint
On Wed, 18 May 2016, Jan Sebechlebsky wrote: [...] I'm thinking of implementing this queue by wrapping up AVFifoBuffer (similarily than AVThreadMessageQueue does but with the configurable behaviour as described above). Exactly what behaviour is missing from AVThreadMessageQueue? Isn't there

Re: [FFmpeg-devel] Which additional files need to be modified when adding PPC-specific version of libswscale/input.c

2016-05-22 Thread Paul B Mahol
On 5/21/16, Dan Parrot wrote: > I am working on a patch to improve ffmpeg performance on PPC by using > vector SIMD facilities for those processor versions that have the > capability. > > There are 50 functions in libswscale/input.c that I am modifying. Adding > #ifdefs in all the functions probab

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

2016-05-22 Thread Jens Ziller
Am Samstag, den 21.05.2016, 21:57 +0200 schrieb 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

[FFmpeg-devel] Which additional files need to be modified when adding PPC-specific version of libswscale/input.c

2016-05-22 Thread Dan Parrot
I am working on a patch to improve ffmpeg performance on PPC by using vector SIMD facilities for those processor versions that have the capability. There are 50 functions in libswscale/input.c that I am modifying. Adding #ifdefs in all the functions probably isn't the way to go. Is there a prefe

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

2016-05-22 Thread Marton Balint
On Sat, 21 May 2016, Felt, Patrick wrote: 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, const char **displayName)

Re: [FFmpeg-devel] [PATCH] [v2] libavcodec/options.c: handle hw_frames_ctx where necessary

2016-05-22 Thread Mark Thompson
On 20/05/16 11:31, Andrey Turkin wrote: > avcodec_copy_context didn't handle hw_frames_ctx references correctly which > could cause crashes. > --- > > Changes from v1: reverted changes to avcodec_free_context > > > libavcodec/options.c | 9 + > 1 file changed, 9 insertions(+) > > diff

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

2016-05-22 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. > Everyone

[FFmpeg-devel] [PATCH] vaapi: Enable more libva surface formats

2016-05-22 Thread Mark Thompson
--- These were not already enabled because the other tine does not have suitable support for them. BGR0/RGB0 tested and working. I don't have any hardware for the others, but I believe they should work. libavutil/hwcontext_vaapi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(

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

2016-05-22 Thread Peter Ross
On Sat, May 21, 2016 at 04:10:39PM +0200, 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 Conduct from march, IIRC there where no further > > comm

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

2016-05-22 Thread Mark Thompson
On 22/05/16 02:51, Davinder Singh wrote: > Subject: [PATCH 6/7] libavcodec/pngenc: fixed assignment discards qualifier > warning > > --- > libavcodec/pngenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/pngenc.c b/libavcodec/pngenc.c > index 00c830e..7f09d6f 1

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

2016-05-22 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:20:05AM +0200, 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 > --- > sr

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

2016-05-22 Thread Michael Niedermayer
On Sat, May 21, 2016 at 08:34:30PM -0800, Lou Logan wrote: > 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 re

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

2016-05-22 Thread Jens Ziller
Am Samstag, den 21.05.2016, 21:57 +0200 schrieb 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

Re: [FFmpeg-devel] [PATCH] fate: add aecho test

2016-05-22 Thread Petru Rares Sincraian
Hi Michael, I have found some parameters that produce the same results in x64 and x32 architectures. Here is the patch :) Thanks, Petru Rares. From: ffmpeg-devel on behalf of Michael Niedermayer Sent: Saturday, May 14, 2016 3:50:03 PM To: FFmpeg deve