Re: [FFmpeg-devel] [PATCH] added expr evaluation to drawtext - fontsize

2016-08-28 Thread Michael Niedermayer
On Sat, Aug 27, 2016 at 04:30:05PM -0700, Brett Harrison wrote: > Fixed patch based on comments. > > This time attaching patch file. > > On Sat, Aug 27, 2016 at 6:21 AM, Moritz Barsnick wrote: > > > On Fri, Aug 26, 2016 at 14:37:42 -0700, Brett Harrison wrote: > > > > > +

[FFmpeg-devel] [PATCH]lavc/mjpegdec: Only read JFIF thumbnail size if the segment is long enough.

2016-08-28 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #5805. Please comment, Carl Eugen From 215d45b2226cb5681be09bb4e0a2c135925ed6f5 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 29 Aug 2016 00:09:06 +0200 Subject: [PATCH] lavc/mjpegdec: Only read JFIF thumbnail size if the segment

Re: [FFmpeg-devel] [PATCH 1/2] avfilter: vf_minterpolate: rename chroma log vars

2016-08-28 Thread Paul B Mahol
On Sun, Aug 28, 2016 at 10:47 PM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > On Sun, Aug 28, 2016 at 06:24:14PM +, Davinder Singh wrote: > > hi, > > > > this rename confusing chroma variables to one used in AVPixFmtDescriptor. > > more consistent. > > also removed some useless

Re: [FFmpeg-devel] Evolution of lavfi's design and API

2016-08-28 Thread Paul B Mahol
Hi, On Thu, Oct 30, 2014 at 1:59 PM, Michael Niedermayer wrote: > On Thu, Oct 30, 2014 at 11:50:46AM +0100, Stefano Sabatini wrote: > > Sorry for the slow reply. > > > > On date Wednesday 2014-10-22 23:45:42 +0200, Nicolas George encoded: > > > [ CCing Anton, as most that is

Re: [FFmpeg-devel] [PATCH 2/2] avfilter: vf_minterpolate: fix green line issue

2016-08-28 Thread Michael Niedermayer
On Sun, Aug 28, 2016 at 06:32:21PM +, Davinder Singh wrote: > hi, > > the mv can be negative. right shifting rounds off it to -ve infinity. > changed to division, doesn't seem to affect speed at all. > this fixes the green line that appear on top or left in bidir mode. also > improved the

Re: [FFmpeg-devel] [PATCH 1/2] avfilter: vf_minterpolate: rename chroma log vars

2016-08-28 Thread Michael Niedermayer
On Sun, Aug 28, 2016 at 06:24:14PM +, Davinder Singh wrote: > hi, > > this rename confusing chroma variables to one used in AVPixFmtDescriptor. > more consistent. > also removed some useless vars from context. > > thanks > DSM_ [...] > @@ -900,6 +894,8 @@ static void

Re: [FFmpeg-devel] [GSoC] avcodec/als: Add ALS encoder

2016-08-28 Thread Michael Niedermayer
On Sun, Aug 28, 2016 at 12:03:38PM -0300, James Almer wrote: [...] > Also, the changelog entry line can be part of the encoder patch, no > need to have it separate. actually, i was just thinking having Changelog + version + APIChanges changes separate from the main patch could make sense as these

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself for Motion Estimation and Interpolation filters

2016-08-28 Thread Davinder Singh
On Sun, Aug 28, 2016 at 5:23 PM Michael Niedermayer wrote: > On Fri, Aug 26, 2016 at 09:34:39PM +, Davinder Singh wrote: > > patch attached. > > > MAINTAINERS |5 + > > 1 file changed, 5 insertions(+) > > 51ccc94a6198acc33e77db17bf973e88f63801f5 >

Re: [FFmpeg-devel] [PATCH] avformat/mov: aax: pass proper AVClass to av_log()

2016-08-28 Thread Michael Niedermayer
On Sun, Aug 28, 2016 at 12:24:55PM -0400, Thomas Hebb wrote: > av_log() expects its first parameter to be a pointer to a struct whose > first element is a pointer to an AVClass. In what I can only imagine is > a typo, one call to av_log() in the AAX decryption code instead passes > a pointer to an

[FFmpeg-devel] [PATCH 2/2] avfilter: vf_minterpolate: fix green line issue

2016-08-28 Thread Davinder Singh
hi, the mv can be negative. right shifting rounds off it to -ve infinity. changed to division, doesn't seem to affect speed at all. this fixes the green line that appear on top or left in bidir mode. also improved the quality by +0.08dB thanks, DSM_

[FFmpeg-devel] [PATCH 1/2] avfilter: vf_minterpolate: rename chroma log vars

2016-08-28 Thread Davinder Singh
hi, this rename confusing chroma variables to one used in AVPixFmtDescriptor. more consistent. also removed some useless vars from context. thanks DSM_ 0001-avfilter-vf_minterpolate-rename-chroma-log-vars.patch Description: Binary data ___

[FFmpeg-devel] [PATCH] avformat/mov: aax: pass proper AVClass to av_log()

2016-08-28 Thread Thomas Hebb
av_log() expects its first parameter to be a pointer to a struct whose first element is a pointer to an AVClass. In what I can only imagine is a typo, one call to av_log() in the AAX decryption code instead passes a pointer to an AVSHA struct, which doesn't even contain a pointer as its first

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: fix -stream_loop with -re

2016-08-28 Thread Marton Balint
On Fri, 8 Jul 2016, Michael Niedermayer wrote: On Sun, Jul 03, 2016 at 12:33:31AM +0200, Marton Balint wrote: Otherwise the stream failed with EAGAIN. Signed-off-by: Marton Balint --- ffmpeg.c | 4 1 file changed, 4 insertions(+) i think this is ok Pushed, thanks.

Re: [FFmpeg-devel] [GSoC] avcodec/als: Add ALS encoder

2016-08-28 Thread James Almer
On 8/28/2016 7:48 AM, Umair Khan wrote: > On Sun, Aug 28, 2016 at 1:56 PM, Paul B Mahol wrote: >> Hi, >> >> On Sun, Aug 28, 2016 at 10:04 AM, Umair Khan wrote: >> >>> Hi, >>> >>> Patches attached. :) >> >> >> Inline asm is unacceptable to get into master. >

Re: [FFmpeg-devel] [PATCH 3/3] avformat: fix decoded creation_time timestamps

2016-08-28 Thread Marton Balint
On Tue, 23 Aug 2016, Marton Balint wrote: On Sun, 14 Aug 2016, Marton Balint wrote: On Fri, 1 Jul 2016, Marton Balint wrote: Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself for Motion Estimation and Interpolation filters

2016-08-28 Thread Michael Niedermayer
On Fri, Aug 26, 2016 at 09:34:39PM +, Davinder Singh wrote: > patch attached. > MAINTAINERS |5 + > 1 file changed, 5 insertions(+) > 51ccc94a6198acc33e77db17bf973e88f63801f5 > 0001-MAINTAINER-add-myself-for-Motion-Estimation-and-Inte.patch > From

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-28 Thread Robert Krüger
On Sun, Aug 28, 2016 at 11:31 AM, Paul B Mahol wrote: > On Sat, Aug 27, 2016 at 2:45 PM, Robert Krüger > wrote: > > > > what is the way to best contribute with test cases? I have two samples > that > > I use for testing, so far the results look very,

[FFmpeg-devel] [RFC/PATCH]lavc/vp8: Read a frame to set pix_fmt

2016-08-28 Thread Carl Eugen Hoyos
Hi! Currently, FFmpeg reports "1920x1080" for fate-suite/vp8/frame_size_change.webm although the first frame is 160x90. This is different for "--enable-libvpx --disable-decoder=vp8" and would be different if the sample used vp9 or h264 or hevc. I believe this will be different once the native

Re: [FFmpeg-devel] [GSoC] avcodec/als: Add ALS encoder

2016-08-28 Thread Michael Niedermayer
On Sun, Aug 28, 2016 at 01:34:46PM +0530, Umair Khan wrote: > Hi, > > Patches attached. :) > > - Umair > Changelog |1 + > 1 file changed, 1 insertion(+) > d3f30e62d803d967bd5c27dc5dfad278ce5c02e9 > 0001-Changelog-Add-entry-for-ALS-encoder.patch > From

Re: [FFmpeg-devel] [GSoC] avcodec/als: Add ALS encoder

2016-08-28 Thread Hendrik Leppkes
On Sun, Aug 28, 2016 at 12:48 PM, Umair Khan wrote: > On Sun, Aug 28, 2016 at 1:56 PM, Paul B Mahol wrote: >> Hi, >> >> On Sun, Aug 28, 2016 at 10:04 AM, Umair Khan wrote: >> >>> Hi, >>> >>> Patches attached. :) >> >> >> Inline asm is

Re: [FFmpeg-devel] [GSoC] avcodec/als: Add ALS encoder

2016-08-28 Thread Umair Khan
On Sun, Aug 28, 2016 at 1:56 PM, Paul B Mahol wrote: > Hi, > > On Sun, Aug 28, 2016 at 10:04 AM, Umair Khan wrote: > >> Hi, >> >> Patches attached. :) > > > Inline asm is unacceptable to get into master. How should that case be handled then? - Umair

Re: [FFmpeg-devel] [PATCH 4/4] lavf/mov: Add support for edit list parsing.

2016-08-28 Thread Michael Niedermayer
On Sat, Aug 27, 2016 at 03:30:24PM -0700, Sasi Inguva wrote: > On Fri, Aug 26, 2016 at 5:55 PM, Michael Niedermayer > wrote: > > > On Fri, Aug 26, 2016 at 12:49:19PM -0700, Sasi Inguva wrote: > > > I think there is some bug in mp3 decoder which is making skip > > >

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-28 Thread Paul B Mahol
On Sat, Aug 27, 2016 at 2:45 PM, Robert Krüger wrote: > > what is the way to best contribute with test cases? I have two samples that > I use for testing, so far the results look very, very promising but there > are still a few artefact problems, so these could maybe

Re: [FFmpeg-devel] [GSoC] [PATCH 1/2] lavc/lpc: Add min_shift parameter in LPC

2016-08-28 Thread Michael Niedermayer
On Tue, Aug 23, 2016 at 02:32:04AM +0530, Jai Luthra wrote: > The min_shift parameter is needed by the MLP encoder > > Signed-off-by: Jai Luthra > --- > libavcodec/alacenc.c | 4 +++- > libavcodec/flacenc.c | 3 ++- > libavcodec/lpc.c | 13 - >

[FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.

2016-08-28 Thread Matt Oliver
The dlopen function is modified to prevent loading dll's from the current directory for improved program security for library users. This extends similar functionality from the recently applied SetDllDirectory patch except that it adds additional security for library users as well (as opposed to

Re: [FFmpeg-devel] [GSoC] avcodec/als: Add ALS encoder

2016-08-28 Thread Paul B Mahol
Hi, On Sun, Aug 28, 2016 at 10:04 AM, Umair Khan wrote: > Hi, > > Patches attached. :) Inline asm is unacceptable to get into master. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org