[FFmpeg-devel] video fps filter problem

2018-08-08 Thread 홍석진
Hi. ​ I have something to discuss with you about vf_fps.c in FFmpeg 4. ​ When I tried to encode a video which has only one video frame, a encoded video (result) had no video stream. I used video fps filter to adjust fps from 25 to 12 (ffmpeg argument fps=fps=12.00). ​ I know that

Re: [FFmpeg-devel] [PATCH] lavfi: update xbr filter url

2018-08-08 Thread Gyan Doshi
On 09-08-2018 10:31 AM, Gyan Doshi wrote: On 09-08-2018 01:19 AM, Mina wrote: This patch update the existing url with the newly found one. Will apply. Thanks, Gyan Pushed as e0539f0349e945793c11cd88c468d9a2f3fedce9 with modified/shortened commit msg. Gyan

Re: [FFmpeg-devel] [PATCH] lavfi: update xbr filter url

2018-08-08 Thread Gyan Doshi
On 09-08-2018 01:19 AM, Mina wrote: This patch update the existing url with the newly found one. Will apply. Thanks, Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] ffmpeg: correct units for raw pts in -progress report

2018-08-08 Thread Gyan Doshi
On 08-08-2018 12:47 AM, Nicolas George wrote: Gyan Doshi (2018-08-08): That will just defer the breaking change. That will leave people time to notice the change and allow old and new scripts to work during the transition. Will do it this way. Gyan

[FFmpeg-devel] [PATCH] lavfi: add erosion_opencl, dilation_opencl filters

2018-08-08 Thread Danil Iashchenko
Add erosion_opencl, dilation_opencl filters. Behave like existing erosion and dilation filters. --- Thanks! Fixed. configure| 2 + libavfilter/Makefile | 4 + libavfilter/allfilters.c | 2 + libavfilter/opencl/neighbor.cl | 87 +++

Re: [FFmpeg-devel] [PATCH] lavfi: add erosion_opencl, dilation_opencl filters

2018-08-08 Thread Michael Niedermayer
On Thu, Aug 09, 2018 at 03:20:53AM +0300, Danil Iashchenko wrote: > Add erosion_opencl, dilation_opencl filters. Behave like existing erosion and > dilation filters. > > --- > configure| 1 + > libavfilter/Makefile | 4 + > libavfilter/allfilters.c

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vp9: Check in decode_tiles() if there is data remaining

2018-08-08 Thread James Almer
On 8/8/2018 9:30 PM, Michael Niedermayer wrote: > On Tue, Aug 07, 2018 at 09:07:11PM -0400, Ronald S. Bultje wrote: >> Hi, >> >> On Tue, Aug 7, 2018 at 7:15 PM, Michael Niedermayer >> wrote: >> >>> On Mon, Aug 06, 2018 at 09:50:57PM -0400, Ronald S. Bultje wrote: Hi, On Mon, Aug 6,

Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-08 Thread myp...@gmail.com
On Wed, Aug 8, 2018 at 9:50 PM James Almer wrote: > On 8/8/2018 7:56 AM, Jun Zhao wrote: > > add add ONLY_IF_THREADS_ENABLED where it is missing. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/hevcdec.c |4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > > diff

[FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit lists).

2018-08-08 Thread isasi-at-google . com
From: Sasi Inguva Fixes vorbis mp4 audio files, with edit list specified. Since st->skip_samples is not set in case of vorbis , ffmpeg computes the start_time as negative. Signed-off-by: Sasi Inguva --- libavformat/mov.c | 4 ++-- tests/fate/mov.mak

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-08 Thread Sasi Inguva
Ok. i'll correct the commit message. On Wed, Aug 8, 2018 at 4:25 PM Michael Niedermayer wrote: > On Wed, Aug 08, 2018 at 12:20:34PM -0700, Sasi Inguva wrote: > > i intended it only for audio, but i don't see any harm if it gets applied > > to subtitle tracks also . > > if you want subs incldued

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vp9: Check in decode_tiles() if there is data remaining

2018-08-08 Thread Michael Niedermayer
On Tue, Aug 07, 2018 at 09:07:11PM -0400, Ronald S. Bultje wrote: > Hi, > > On Tue, Aug 7, 2018 at 7:15 PM, Michael Niedermayer > wrote: > > > On Mon, Aug 06, 2018 at 09:50:57PM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Mon, Aug 6, 2018 at 3:00 PM, Michael Niedermayer > > > > >

[FFmpeg-devel] [PATCH] lavfi: add erosion_opencl, dilation_opencl filters

2018-08-08 Thread Danil Iashchenko
Add erosion_opencl, dilation_opencl filters. Behave like existing erosion and dilation filters. --- configure| 1 + libavfilter/Makefile | 4 + libavfilter/allfilters.c | 2 + libavfilter/opencl/neighbor.cl | 87 +++

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-08 Thread Michael Niedermayer
On Wed, Aug 08, 2018 at 12:20:34PM -0700, Sasi Inguva wrote: > i intended it only for audio, but i don't see any harm if it gets applied > to subtitle tracks also . if you want subs incldued then the commit message is wrong at least if you dont want subs incldued the change is wrong [...] --

Re: [FFmpeg-devel] [PATCH]lavf/mov: Force hevc codec_id for code-point hvc1 and hvcC extradata

2018-08-08 Thread Carl Eugen Hoyos
2018-08-07 0:41 GMT+02:00, Carl Eugen Hoyos : > Attached patch fixes ticket #7347 for me. Patch applied. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-08-08 Thread Felicia Lim
I've attached the patch with the updated description, please let me know if I should make any other changes. Thanks, Felicia On Mon, Jul 30, 2018 at 10:50 AM Felicia Lim wrote: > On Sat, Jul 28, 2018 at 10:46 AM Rostislav Pehlivanov > wrote: > >> On 27 July 2018 at 20:44, Felicia Lim >>

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-08 Thread Ronak
> On Aug 8, 2018, at 3:52 PM, Ronak wrote: > > > >> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote: >> >> >> >>> On Aug 6, 2018, at 19:29, Ronak Patel >>> wrote: >>> On Aug 6, 2018, at 7:19 AM, Liu Steven wrote: >> 在 2018年8月6日,下午7:12,Ronak Patel 写道:

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for un-free memory - bug # 7338

2018-08-08 Thread Carl Eugen Hoyos
2018-08-08 19:27 GMT+02:00, Colin NG : > --- > libavformat/dashdec.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 09b06ef..5730252 100644 > --- a/libavformat/dashdec.c > +++ b/libavformat/dashdec.c > @@ -1879,7 +1879,6 @@ static int

Re: [FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-08 Thread Carl Eugen Hoyos
2018-08-08 5:02 GMT+02:00, James Almer : > It would be ideal if this library could stop breaking the API so often. Not that I care much but don't we have a requirement for external libs to have a stable api? Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-08 Thread Ronak
> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote: > > > >> On Aug 6, 2018, at 19:29, Ronak Patel >> wrote: >> >>> >>> On Aug 6, 2018, at 7:19 AM, Liu Steven wrote: >>> >>> >>> > 在 2018年8月6日,下午7:12,Ronak Patel 写道: > > > On Aug 5, 2018, at 10:54 PM, Liu Steven wrote:

Re: [FFmpeg-devel] [PATCH] lavfi: update xbr filter url

2018-08-08 Thread Thilo Borgmann
Am 08.08.18 um 21:49 schrieb Mina: > From 1193d48dfbb572ebbe5e3849950079f0af5765ed Mon Sep 17 00:00:00 2001 > From: Mina > Date: Wed, 8 Aug 2018 21:43:18 +0200 > Subject: [PATCH] lavfi: update xbr filter url > > Signed-off-by: Mina > --- > doc/filters.texi | 2 +- > libavfilter/vf_xbr.c |

[FFmpeg-devel] [PATCH] lavfi: update xbr filter url

2018-08-08 Thread Mina
Hi,   While adding documentation in doc/filters.texi as part of [GSOC]Color Constancy Filter project, I found the url for xbr filter giving an internal server error. After some search I found another link where the author of the filter(and algorithm) posts a tutorial for the algorithm. This

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-08 Thread Sasi Inguva
i intended it only for audio, but i don't see any harm if it gets applied to subtitle tracks also . On Tue, Aug 7, 2018 at 3:23 PM Michael Niedermayer wrote: > On Mon, Aug 06, 2018 at 04:32:29PM -0700, isasi-at-google@ffmpeg.org > wrote: > > From: Sasi Inguva > > > > Fixes vorbis mp4 audio

[FFmpeg-devel] [PATCH] libavformat/dashdec: Add a re-entrance check point after an interrupt operation

2018-08-08 Thread Colin NG
--- libavformat/dashdec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 5730252..310dc20 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -1764,6 +1764,12 @@ static int reopen_demux_for_component(AVFormatContext *s,

[FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for un-free memory - bug # 7338

2018-08-08 Thread Colin NG
--- libavformat/dashdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 09b06ef..5730252 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -1879,7 +1879,6 @@ static int is_common_init_section_exist(struct representation

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add quality status to side_data

2018-08-08 Thread James Almer
On 8/8/2018 11:51 AM, Zhong Li wrote: > Add fix a memory leak issue as James's comments. > > Signed-off-by: Zhong Li > --- > libavcodec/qsvenc.c | 18 ++ > libavcodec/qsvenc_h264.c | 5 - > 2 files changed, 14 insertions(+), 9 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH] lavc/qsvenc: add quality status to side_data

2018-08-08 Thread Zhong Li
Add fix a memory leak issue as James's comments. Signed-off-by: Zhong Li --- libavcodec/qsvenc.c | 18 ++ libavcodec/qsvenc_h264.c | 5 - 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index 65dae31..2107c5b

Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-08 Thread James Almer
On 8/8/2018 7:56 AM, Jun Zhao wrote: > add add ONLY_IF_THREADS_ENABLED where it is missing. > > Signed-off-by: Jun Zhao > --- > libavcodec/hevcdec.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c > index

[FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-08 Thread Jun Zhao
add add ONLY_IF_THREADS_ENABLED where it is missing. Signed-off-by: Jun Zhao --- libavcodec/hevcdec.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 409e77f..fec9218 100644 --- a/libavcodec/hevcdec.c +++

Re: [FFmpeg-devel] [PATCH] Fixed incorrect timestamps and initialization issues in transcoding.c example.

2018-08-08 Thread Michael Niedermayer
On Tue, Jul 24, 2018 at 10:18:17PM +, Brian C. Wiles wrote: > --- > doc/examples/transcoding.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > [...] > @@ -517,6 +518,11 @@ int main(int argc, char **argv) > return 1; > } > > +av_register_all(); > +

Re: [FFmpeg-devel] [PATCH] aadec: alternate mp3 seek handling

2018-08-08 Thread Karsten Otto
Ping. Any thoughts on this? Cheers, Karsten > Am 31.07.2018 um 21:16 schrieb Karsten Otto : > > After seeking, determine the offset of the next frame in the decrypted > buffer by scanning the first few bytes for a valid mp3 header. > This significantly improves the listening experience for

Re: [FFmpeg-devel] +R on channel

2018-08-08 Thread Dominik 'Rathann' Mierzejewski
On Wednesday, 08 August 2018 at 09:48, Gagandeep Singh wrote: > Hi, > I have been working on cineform under GSOC and recently due to the spam the > irc has restricted unregistered users and I can't send the message on irc. > Please advise on what I need to do to continue on the channel. Register

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Support negative value of the @r attrbute of S in SegmentTimeline element

2018-08-08 Thread Moritz Barsnick
On Mon, Aug 06, 2018 at 19:18:27 -0700, sanil wrote: > The following patch supports parsing negative value of the @r attribute of S > in SegmentTimeline element. > > Example streams: > 1. http://dash.edgesuite.net/dash264/TestCases/1c/qualcomm/1/MultiRate.mpd > 2.

[FFmpeg-devel] +R on channel

2018-08-08 Thread Gagandeep Singh
Hi, I have been working on cineform under GSOC and recently due to the spam the irc has restricted unregistered users and I can't send the message on irc. Please advise on what I need to do to continue on the channel. Thanks Gagandeep Singh ___