Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-24 Thread Michael Niedermayer
On Fri, Feb 24, 2017 at 07:13:05PM -0800, Thomas Turner wrote: [...] > ccache gcc -m32 -c -o /tmp/ffconf.2gbznSmZ.o /tmp/ffconf.72hnkFGt.c > ./configure: 884: ./configure: ccache: not found > C compiler test failed. try without ccache [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BAD

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: fix hls_flags temp_file bug

2017-02-24 Thread Steven Liu
2017-02-22 7:53 GMT+08:00 Steven Liu : > refer to ticket id: #6170 > > rename file from temp to origin name after complete current segment > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 55 ++ > -- > 1 file changed, 27 insertions(+),

Re: [FFmpeg-devel] [PATCH] hlsenc: don't use %s for strftime on msvc

2017-02-24 Thread Steven Liu
2017-02-21 21:31 GMT+08:00 Steven Liu : > > > 2017-02-21 15:26 GMT+08:00 Hendrik Leppkes : > >> On Tue, Feb 21, 2017 at 8:24 AM, Hendrik Leppkes >> wrote: >> > MSVC doesn't support the %s time format, and instead of returning an >> > error the invalid parameter handler is invoked which (by defaul

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-24 Thread Michael Niedermayer
On Fri, Feb 24, 2017 at 06:43:20PM -0800, Thomas Turner wrote: > On Wed, Feb 22, 2017 at 2:16 PM, Michael Niedermayer > wrote: > > > oops forgot to reply to all, this one went only to thomas by mistake > > > > On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner wrote: > > > > > > > > > On 02/

Re: [FFmpeg-devel] [PATCH] avutil/tests/lfg.c: added proper normality test

2017-02-24 Thread Thomas Turner
On Wed, Feb 22, 2017 at 2:16 PM, Michael Niedermayer wrote: > oops forgot to reply to all, this one went only to thomas by mistake > > On Tue, Feb 21, 2017 at 08:12:57PM -0800, Thomas Turner wrote: > > > > > > On 02/17/2017 02:15 PM, Michael Niedermayer wrote: > > > On Thu, Feb 16, 2017 at 08:29:

Re: [FFmpeg-devel] [PATCH]lswr/rematrix: Remove an aggressive loop optimization / undefined behaviour

2017-02-24 Thread Michael Niedermayer
On Fri, Feb 24, 2017 at 11:21:54AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes a gcc warning (tested 6.3.0). > > Please comment, Carl Eugen > rematrix.c |7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > 38e092f00db2021f4dfb7677cc1b18bc66808754 > 0001-lswr-r

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-24 Thread Mark Thompson
On 23/02/17 20:47, Mark Thompson wrote: > On 21/02/17 17:15, Saverio Blasi wrote: >> Hi all, >> >> We have recently circulated this new iteration (see below) of our work >> towards integrating our HEVC Turing codec within FFMpeg. Assuming that there >> are no more requests for changes, we would l

Re: [FFmpeg-devel] [PATCH 3/3] MAINTAINERS: Add Rodger Combs to ffmpeg-security

2017-02-24 Thread Clément Bœsch
On Thu, Feb 23, 2017 at 05:34:42PM +0100, Michael Niedermayer wrote: > Rodger Combs will be added to the ffmpeg-security alias when this patch is > applied > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTA

Re: [FFmpeg-devel] [PATCH 2/3] MAINTAINERS: add wm4 to ffmpeg-security

2017-02-24 Thread Clément Bœsch
On Thu, Feb 23, 2017 at 05:34:41PM +0100, Michael Niedermayer wrote: > wm4 will be added to the ffmpeg-security alias when this patch is applied > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAIN

Re: [FFmpeg-devel] [PATCH]lavc/utils: Fix a compilation warning, make a parameter const

2017-02-24 Thread Carl Eugen Hoyos
2017-02-24 4:09 GMT+01:00 Michael Niedermayer : >> -static int apply_param_change(AVCodecContext *avctx, AVPacket *avpkt) >> +static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt) > > should be ok Patch applied. Thank you, Carl Eugen

[FFmpeg-devel] [PATCH]lswr/rematrix: Remove an aggressive loop optimization / undefined behaviour

2017-02-24 Thread Carl Eugen Hoyos
Hi! Attached patch fixes a gcc warning (tested 6.3.0). Please comment, Carl Eugen From 422e4b2fba6f3c9fbf930908474029cb8088bc46 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 24 Feb 2017 11:16:26 +0100 Subject: [PATCH] lswr/rematrix: Remove an aggressive loop optimization. Fixes und

[FFmpeg-devel] [PATCH] lavc/videotoolbox: set kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey

2017-02-24 Thread wm4
Makes sure the output can be mapped as OpenGL texture. This is what at least video players normally want. --- libavcodec/videotoolbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c index 2ebe60fb5c..824f2d8e68 100644 --- a/libavcodec/vid

Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit

2017-02-24 Thread Paul B Mahol
On 2/24/17, Carl Eugen Hoyos wrote: > 2017-02-24 1:55 GMT+01:00 Paul B Mahol : > >>> What I meant was: >>> How can I create a mov file with FFmpeg that fails without >>> ignore_editlist? >>> The sample you provided was made with FFmpeg / libavformat. >> >> The sample was only trimmed with FFmpeg.

[FFmpeg-devel] [PATCH] lavc/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKey

2017-02-24 Thread wm4
If AVVideotoolboxContext.cv_pix_fmt_type is set to 0, don't set the kCVPixelBufferPixelFormatTypeKey value on the VT decoder. This makes VT output its native format, which can be much faster on some hardware iterations (if the native format does not match with the requested format, it will be conv

Re: [FFmpeg-devel] [PATCH 2/4] avdevice/decklink_enc: add support to specify field order

2017-02-24 Thread Matthias Hunstock
Am 24.02.2017 um 00:32 schrieb Marton Balint: > > On Thu, 23 Feb 2017, Matthias Hunstock wrote: > >> Am 23.02.2017 um 17:24 schrieb Marton Balint: The "@mode" syntax does not work for output devices. Let me add a patch, I will send it tonight. >>> >>> Please don't. The @mode syntax