[FFmpeg-devel] Contribute to ffmpeg

2018-08-01 Thread Shardul Negi
Sir, I am preparing for Google Summer of Codes. I am willing to contribute to your Organization. I have chosen my project. It is "Cineform Improvements". So please guide me what should I do next. Thanks. Regards Shardul Negi ___ ffmpeg-devel mailing list

[FFmpeg-devel] mpeg2 input, tee output (udp+hls) dying at exactly 86400seconds

2018-08-01 Thread Ibrahim Tachijian
Hey, I have a full 250mb report but but I will only include the most important lines. I have a live-transcode of an incoming mpeg2-ts that I output to tee, udp and hls. It is currently dying at exactly 86400 seconds. You can find the first few lines here below: ffmpeg started on 2018-07-31 at 13

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

2018-08-01 Thread Ronak
Hi all, Here's my first proposed patch for fixing https://trac.ffmpeg.org/ticket/7281 . I'm going to send a second patch that will apply the same set of fixes to dashenc.c. Thanks, Ronak ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] Contribute to ffmpeg

2018-08-01 Thread Thilo Borgmann
Hi, Am 01.08.18 um 15:53 schrieb Shardul Negi: > Sir, > I am preparing for Google Summer of Codes. I am willing to contribute to > your Organization. I have chosen my project. It is "Cineform Improvements". > So please guide me what should I do next. > Thanks. you are always welcome to contribute

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

2018-08-01 Thread Carl Eugen Hoyos
2018-08-01 18:39 GMT+02:00, Ronak : > Here's my first proposed patch for fixing > https://trac.ffmpeg.org/ticket/7281 No patch visible here: http://ffmpeg.org/pipermail/ffmpeg-devel/2018-August/232785.html Carl Eugen ___ ffmpeg-devel mailing list ffmpe

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

2018-08-01 Thread Ronak
I'm re-sending the attachment. Not sure why it's not showing up. 0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch Description: Binary data > On Aug 1, 2018, at 1:56 PM, Carl Eugen Hoyos wrote: > > 2018-08-01 18:39 GMT+02:00, Ronak : > >> Here's my first proposed patch for fix

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

2018-08-01 Thread Carl Eugen Hoyos
2018-08-01 20:02 GMT+02:00, Ronak : > I'm re-sending the attachment. Your patch contains tabs that cannot be committed to FFmpeg's repository - please remove them. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

Re: [FFmpeg-devel] [PATCH] qt-faststart: Add mode for probing faststart-ness

2018-08-01 Thread Tomas Härdin
tis 2018-07-31 klockan 14:46 -0700 skrev Baptiste Coudurier: > Hey Tomas, > > > On Sat, Jul 28, 2018 at 1:56 AM, Tomas Härdin wrote: > > > lör 2018-07-28 klockan 10:31 +0530 skrev Gyan Doshi: > > > > > > On 28-07-2018 03:33 AM, Tomas Härdin wrote: > > > > > > > > woot! I didn't know the mov de

[FFmpeg-devel] lavf/dashdec: Fix memleak

2018-08-01 Thread jacek jogo
Hi. This fix memleak in dashdec. ==5033== HEAP SUMMARY: ==5033== in use at exit: 86,144 bytes in 2,848 blocks ==5033== total heap usage: 10,089 allocs, 7,241 frees, 38,902,613 bytes allocated ==5033== ==5033== Searching for pointers to 2,848 not-freed blocks ==5033== Checked 9,139,304 bytes =

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

2018-08-01 Thread Ronak
> On Aug 1, 2018, at 2:14 PM, Carl Eugen Hoyos wrote: > > 2018-08-01 20:02 GMT+02:00, Ronak : >> I'm re-sending the attachment. > > Your patch contains tabs that cannot be committed to FFmpeg's repository - > please remove them. > Sounds good. Tabs are now removed. 0001-libavformat-hlsenc-F

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

2018-08-01 Thread Steven Liu
> On Aug 2, 2018, at 03:50, Ronak wrote: > > <0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch> From e7ff03ed52c709d647a112833427b44c41e3ed12 Mon Sep 17 00:00:00 2001 From: "Ronak Patel (Audible)" Date: Tue, 31 Jul 2018 19:05:18 -0400 Subject: [PATCH] libavformat/hlsenc: Fix HLS

Re: [FFmpeg-devel] [PATCH] avformat/matroska: Parse generic encryption info from packets.

2018-08-01 Thread Jacob Trimble
On Mon, Jul 23, 2018 at 1:59 PM Jacob Trimble wrote: > > On Thu, Jul 12, 2018 at 4:45 PM Jacob Trimble wrote: > > > > The attached patch adds parsing for WebM encryption info into the > > AVEncryptionInfo side-data. The AVEncryptionInitInfo will be handled > > in another patch. > > > > Spec: htt

Re: [FFmpeg-devel] [PATCH] libavfilter: temporarily remove DNN framework and vf_sr filter

2018-08-01 Thread Ronald S. Bultje
Hi Pedro, On Tue, Jul 31, 2018 at 1:22 PM, Pedro Arthur wrote: > 2018-07-28 14:31 GMT-03:00 Pedro Arthur : > > 2018-07-27 14:24 GMT-03:00 Rostislav Pehlivanov : > >> On 27 July 2018 at 18:12, Rostislav Pehlivanov > wrote: > >> > >>> > >>> And the coding style is just the tip, there are dozens o

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: Parse encryption init info from streams.

2018-08-01 Thread Jacob Trimble
On Mon, Jul 23, 2018 at 2:01 PM Jacob Trimble wrote: > > On Thu, Jul 12, 2018 at 5:05 PM Jacob Trimble wrote: > > > > Signed-off-by: Jacob Trimble > > --- > > libavformat/matroskadec.c | 43 +-- > > 1 file changed, 32 insertions(+), 11 deletions(-) > > > > di

Re: [FFmpeg-devel] Why not integrate libyuv as a scale filter

2018-08-01 Thread Carl Eugen Hoyos
2018-07-28 13:34 GMT+02:00, Jeff <163j...@163.com>: > Hi Carl, > > > Sorry for late reply. > > > I make a simple test on my MacBook Pro (13-inch, 2016, 2 GHz Intel Core i5, > 8 GB 1867 MHz LPDDR3). > I read a 1088x1920 BGR24 frame from local disk, and then scale it to > 480x854-YUV420P 500 > times

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

2018-08-01 Thread Ronak
> On Aug 1, 2018, at 4:41 PM, Steven Liu wrote: > > > >> On Aug 2, 2018, at 03:50, Ronak wrote: >> >> <0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch> > From e7ff03ed52c709d647a112833427b44c41e3ed12 Mon Sep 17 00:00:00 2001 > From: "Ronak Patel (Audible)" > Date: Tue, 31 Ju

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callback

2018-08-01 Thread Mark Thompson
On 28/07/18 22:59, Michael Niedermayer wrote: > On Fri, Jul 27, 2018 at 11:57:47AM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> I'm not 100% sure this is correct. I also don't know if the CBS contexts need >> to be fully reinitialized or not in this scenario. Because if so, th

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callback

2018-08-01 Thread James Almer
On 8/1/2018 7:20 PM, Mark Thompson wrote: > The problematic streams repeatedly overwrite PPS id 0 with different > parameters, and that's what we're fixing up here - using a stream like that > in any case with global extradata fails on seeking or fragmenting. So is this patch correct? Should i e

[FFmpeg-devel] [GSoC] FFserver libmicrohttpd interface

2018-08-01 Thread Stephan Holljes
After fighting for a bit too long, I am finally submitting this patch series that adds the more mature libmicrohttpd library. Client disconnect detection is not really taken care of as of now, clients will be disconnected once av_interleaved_write_frame() fails. This may be worth looking into more

[FFmpeg-devel] [PATCH 3/7] ffserver.c: better logging

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- ffserver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffserver.c b/ffserver.c index 087963a..9cc501c 100644 --- a/ffserver.c +++ b/ffserver.c @@ -724,7 +724,6 @@ void *fileserver_thread(void *arg) struct FileserverClient *c;

[FFmpeg-devel] [PATCH 4/7] ffserver.c: replace server logging context with NULL, since libmicrohttpd's daemon context is not known to libavutil.

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- ffserver.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ffserver.c b/ffserver.c index 9cc501c..59c1b4d 100644 --- a/ffserver.c +++ b/ffserver.c @@ -490,11 +490,11 @@ void *accept_thread(void *arg) for (i = 0; i < config

[FFmpeg-devel] [PATCH 7/7] Update Documentation

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- Documentation.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation.txt b/Documentation.txt index 3eb52b8..6295e4c 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -54,7 +54,8 @@ HTTPD-API To be independent of a spec

[FFmpeg-devel] [PATCH 1/7] fileserver.c/.h: Fix fileserver_schedule()

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- fileserver.c | 1 - fileserver.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fileserver.c b/fileserver.c index a3460e3..d2f8c7f 100644 --- a/fileserver.c +++ b/fileserver.c @@ -49,7 +49,6 @@ void fileserver_schedule(struct FileserverCon

[FFmpeg-devel] [PATCH 2/7] ffserver.c: Disconnect client if file was requested, but no fileserver was started.

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- ffserver.c | 5 + 1 file changed, 5 insertions(+) diff --git a/ffserver.c b/ffserver.c index 3b3451e..087963a 100644 --- a/ffserver.c +++ b/ffserver.c @@ -578,6 +578,11 @@ void *accept_thread(void *arg) continue; } +if (!info

[FFmpeg-devel] [PATCH 6/7] ffserver.c: Reduce buffer from 30 to 10 seconds

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index de96c7b..bda7d33 100644 --- a/ffserver.c +++ b/ffserver.c @@ -45,7 +45,7 @@ #include "httpd.h" #include "configreader.h" -#define BUFFER_SECS 30 +#de

[FFmpeg-devel] [PATCH 5/7] lmhttpd.c/ffserver.c/httpd.h/Makefile: Add libmicrohttpd httpd interface implementation.

2018-08-01 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- Makefile | 8 +- ffserver.c | 2 +- httpd.h| 1 + lmhttpd.c | 310 + 4 files changed, 318 insertions(+), 3 deletions(-) create mode 100644 lmhttpd.c diff --git a/Makefile b/Makefile index

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

2018-08-01 Thread Steven Liu
> On Aug 2, 2018, at 06:20, Ronak wrote: > >> >> On Aug 1, 2018, at 4:41 PM, Steven Liu wrote: >> >> >> >>> On Aug 2, 2018, at 03:50, Ronak wrote: >>> >>> <0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch> >> From e7ff03ed52c709d647a112833427b44c41e3ed12 Mon Sep 17 00:00:0

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

2018-08-01 Thread Steven Liu
> On Aug 2, 2018, at 07:22, Steven Liu wrote: > > > >> On Aug 2, 2018, at 06:20, Ronak wrote: >> >>> >>> On Aug 1, 2018, at 4:41 PM, Steven Liu wrote: >>> >>> >>> On Aug 2, 2018, at 03:50, Ronak wrote: <0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch> >

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

2018-08-01 Thread Ronak Patel
> On Aug 1, 2018, at 7:30 PM, Steven Liu wrote: > > > >> On Aug 2, 2018, at 07:22, Steven Liu wrote: >> >> >> On Aug 2, 2018, at 06:20, Ronak wrote: On Aug 1, 2018, at 4:41 PM, Steven Liu wrote: > On Aug 2, 2018, at 03:50, Ronak wrote: >

[FFmpeg-devel] [PATCH] doc/filters: add tonemap_opencl document.

2018-08-01 Thread Ruiling Song
Signed-off-by: Ruiling Song --- doc/filters.texi | 158 +++ 1 file changed, 158 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 6695999c84..f622d03226 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17776,6 +17776,164 @@ A

Re: [FFmpeg-devel] [PATCH 1/2] docs/filters: add documentation to all existing OpenCL filters

2018-08-01 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Danil Iashchenko > Sent: Tuesday, July 31, 2018 8:14 AM > To: ffmpeg-devel@ffmpeg.org > Cc: Danil Iashchenko > Subject: [FFmpeg-devel] [PATCH 1/2] docs/filters: add documentation to all > ex

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

2018-08-01 Thread Ronak Patel
> On Aug 1, 2018, at 9:30 PM, Ronak Patel > wrote: > > >> On Aug 1, 2018, at 7:30 PM, Steven Liu wrote: >> >> >> >>> On Aug 2, 2018, at 07:22, Steven Liu wrote: >>> >>> >>> > On Aug 2, 2018, at 06:20, Ronak wrote: > > > On Aug 1, 2018, at 4:41 PM, Steven Liu wrote:

Re: [FFmpeg-devel] lavf/dashdec: Fix memleak

2018-08-01 Thread Liu Steven
> 在 2018年8月1日,下午6:03,jacek jogo 写道: > > Hi. > This fix memleak in dashdec. > ==5033== HEAP SUMMARY: > ==5033== in use at exit: 86,144 bytes in 2,848 blocks > ==5033== total heap usage: 10,089 allocs, 7,241 frees, 38,902,613 bytes > allocated > ==5033== > ==5033== Searching for pointers to

[FFmpeg-devel] [PATCH] avformat/avs: add descriptive name and url

2018-08-01 Thread Gyan Doshi
From c9118d4d64a661fddd431a7437994c31eafb32c6 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Thu, 2 Aug 2018 10:47:10 +0530 Subject: [PATCH] avformat/avs: add descriptive name and url AVS now more commonly refers to the Chinese AVS format. This demuxer processes video files for Creature Shock ga