[FFmpeg-devel] [PATCH] avformat/hlsenc: improve to write m3u8 head block

2017-01-23 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 34 +++--- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index f070bc3..df482ac 100644 --- a/libavformat/hlsenc.c +++

[FFmpeg-devel] [PATCH 2/2] avformat/flvenc: refine the flvenc shift_data code

2017-01-23 Thread Steven Liu
refine the flvenc shift_data move data option Signed-off-by: Steven Liu --- libavformat/flvenc.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 5714321..d7506c5 100644 ---

[FFmpeg-devel] [PATCH 1/2 v2] avformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Steven Liu
the code use 100 * duration, use AV_TIME_BASE replace 100 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 85d3955..f070bc3 100644 ---

Re: [FFmpeg-devel] Implemented h264 timing SEI info to ffprobe. Review process?

2017-01-23 Thread wm4
On Sun, 22 Jan 2017 20:31:36 +0100 Jordi Cenzano wrote: > Hi, I'm and old user of ffmpeg but I'm new in this community. So first of > all let me congrat you for your work, ffmpeg has been always a great tool > for me. > > I added a new small functionality to ffprobe,

[FFmpeg-devel] [PATCH 1/2] aformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Steven Liu
the code use 100 * duration, use AV_TIME_BASE replace 100 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 85d3955..f070bc3 100644 ---

Re: [FFmpeg-devel] [PATCH 1/2] aformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Steven Liu
2017-01-23 17:04 GMT+08:00 Steven Liu : > the code use 100 * duration, use AV_TIME_BASE replace 100 > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[FFmpeg-devel] [PATCH] ff_rtmp_packet_write do not allow channel_id larger than 64 when send chunk with header type 3.

2017-01-23 Thread Wentao Tang
Although ffmpeg use internel defined video and audio channel ids that are than less than 64, I think it's better to patch ff_rtmp_packet_write write chunk logic for more clearness? Signed-off-by: Wentao --- libavformat/rtmppkt.c | 31 +++ 1

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-23 Thread Tobias Rapp
On 20.01.2017 21:02, Michael Niedermayer wrote: On Fri, Jan 20, 2017 at 05:06:59PM +0100, Tobias Rapp wrote: On 20.01.2017 15:56, Tobias Rapp wrote: On 19.01.2017 18:32, Michael Niedermayer wrote: On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote: Allows the user to reserve space

Re: [FFmpeg-devel] [PATCH 1/2 v2] avformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Steven Liu
2017-01-23 18:43 GMT+08:00 Bodecs Bela : > > > 2017.01.23. 10:05 keltezéssel, Steven Liu írta: > >> the code use 100 * duration, use AV_TIME_BASE replace 100 >> >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 2 +- >> 1 file

[FFmpeg-devel] [PATCH] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread Steven Liu
Reviewed-by: Bodecs Bela Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 85d3955..0170b34 100644 --- a/libavformat/hlsenc.c +++

Re: [FFmpeg-devel] Implemented h264 timing SEI info to ffprobe. Review process?

2017-01-23 Thread Jordi Cenzano
Thanks! Will do Jordi On Mon, Jan 23, 2017 at 10:36 AM, wm4 wrote: > On Sun, 22 Jan 2017 20:31:36 +0100 > Jordi Cenzano wrote: > > > Hi, I'm and old user of ffmpeg but I'm new in this community. So first of > > all let me congrat you for your

[FFmpeg-devel] [PATCH]lavc/svq3: Fail for media key encryption

2017-01-23 Thread Carl Eugen Hoyos
Hi! Attached patch responds to ticket #6094, pure guessing. Please comment, Carl Eugen From 4d9ca2ef2c455381509a1538676f9aea91de95a2 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 23 Jan 2017 13:39:56 +0100 Subject: [PATCH] lavc/svq3: Fail for media key encryption.

Re: [FFmpeg-devel] [PATCH 1/2 v2] avformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Bodecs Bela
2017.01.23. 10:05 keltezéssel, Steven Liu írta: the code use 100 * duration, use AV_TIME_BASE replace 100 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c

Re: [FFmpeg-devel] Implemented h264 timing SEI info to ffprobe. Review process?

2017-01-23 Thread Carl Eugen Hoyos
2017-01-22 20:31 GMT+01:00 Jordi Cenzano : > It woud be great some guidance on that. Please split the libavutil change from the h264 change and remove unrelated changes like additional empty lines. I suspect you cannot insert something in the middle of AVFrame, move it

Re: [FFmpeg-devel] Contribute to ffmpeg

2017-01-23 Thread Carl Eugen Hoyos
2017-01-20 8:45 GMT+01:00 Mayank Agarwal : > I want to contribute to ffmpeg.How can i start. Apart from reading the documentation, you may start with fixing a random bug, maybe something simple like a documentation issue. Carl Eugen

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread Bodecs Bela
2017.01.23. 12:01 keltezéssel, Steven Liu írta: Reviewed-by: Bodecs Bela Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread James Almer
On 1/23/2017 8:01 AM, Steven Liu wrote: > Reviewed-by: Bodecs Bela > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread Steven Liu
2017-01-23 22:14 GMT+08:00 James Almer : > On 1/23/2017 8:01 AM, Steven Liu wrote: > > Reviewed-by: Bodecs Bela > > Signed-off-by: Steven Liu > > --- > > libavformat/hlsenc.c | 3 ++- > > 1 file changed, 2 insertions(+), 1

[FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread Steven Liu
Reviewed-by: Bodecs Bela Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 85d3955..0170b34 100644 --- a/libavformat/hlsenc.c +++

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread James Almer
On 1/23/2017 11:25 AM, Steven Liu wrote: > 2017-01-23 22:14 GMT+08:00 James Almer : > >> On 1/23/2017 8:01 AM, Steven Liu wrote: >>> Reviewed-by: Bodecs Bela >>> Signed-off-by: Steven Liu >>> --- >>> libavformat/hlsenc.c | 3 ++- >>>

Re: [FFmpeg-devel] GSoC 2017

2017-01-23 Thread Ronald S. Bultje
Hi, On Mon, Jan 23, 2017 at 9:39 AM, Michael Niedermayer wrote: > IIRC google suggests that ideas pages are writen and maintained > year round. Now we have a list but some develoeprs seem to oppose some > of these old ideas, I would expect that for each objection against an >

Re: [FFmpeg-devel] [PATCH] avfilter: add EIA-608 line extractor

2017-01-23 Thread Paul B Mahol
On 1/17/17, Paul B Mahol wrote: > Signed-off-by: Dave Rice > Signed-off-by: Paul B Mahol > --- > doc/filters.texi| 70 > libavfilter/Makefile| 1 + > libavfilter/allfilters.c| 1 + >

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread wm4
On Mon, 23 Jan 2017 19:01:14 +0800 Steven Liu wrote: > Reviewed-by: Bodecs Bela > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] hwcontext_cuda: implement frames_get_constraints

2017-01-23 Thread wm4
On Mon, 16 Jan 2017 10:01:41 -0800 Philip Langdale wrote: > On Mon, 16 Jan 2017 18:56:09 +0100 > wm4 wrote: > > > On Mon, 16 Jan 2017 09:31:42 -0800 > > Philip Langdale wrote: > > > > > On Mon, 16 Jan 2017 16:44:16 +0100 > > >

[FFmpeg-devel] GSoC 2017

2017-01-23 Thread Michael Niedermayer
Hi all GSoC 2017 mentor org registration has opened a few days ago Our current ideas page lists just a single mentor and single sugestion http://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2017 About the Suggested project It is a hard design task which few students would be capable to do. I

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread Bodecs Bela
2017.01.23. 15:55 keltezéssel, James Almer írta: On 1/23/2017 11:25 AM, Steven Liu wrote: 2017-01-23 22:14 GMT+08:00 James Almer : On 1/23/2017 8:01 AM, Steven Liu wrote: Reviewed-by: Bodecs Bela Signed-off-by: Steven Liu ---

[FFmpeg-devel] [PATCH] avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"

2017-01-23 Thread Michael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer --- libavcodec/h264_picture.c | 2 +- libavcodec/h264dec.c | 4 +++- libavcodec/h264dec.h | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/h264_picture.c

Re: [FFmpeg-devel] [PATCH] avfilter: add EIA-608 line extractor

2017-01-23 Thread Marton Balint
On Mon, 23 Jan 2017, Paul B Mahol wrote: On 1/17/17, Paul B Mahol wrote: Signed-off-by: Dave Rice Signed-off-by: Paul B Mahol --- doc/filters.texi| 70 libavfilter/Makefile| 1 +

Re: [FFmpeg-devel] GSoC 2017

2017-01-23 Thread Lou Logan
On Mon, 23 Jan 2017 15:39:09 +0100, Michael Niedermayer wrote: > IIRC google suggests that ideas pages are writen and maintained > year round. I made a "master list" on the wiki several years ago. The intent was to have a single, maintained repository for ideas that we could pick and choose from

[FFmpeg-devel] [PATCH] avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"

2017-01-23 Thread Michael Niedermayer
This treats the case of no slices like no frames which it basically is. The field is added to the context as other nal related fields are also there and passing the has_slices field per *arguments is ugly and not consistent Found-by: ubitux Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] FFmpeg 3.3

2017-01-23 Thread Michael Niedermayer
On Mon, Jan 23, 2017 at 07:07:55AM +0100, Reto Kromer wrote: > Michael Niedermayer wrote: > > >Its a while since the last relase so ill make 3.3 within > >the next week(s) > > Thank you, Michael! > > >I also intend to make some new point releases from the > >currently maintained branches if

[FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-23 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- doc/ffmpeg.texi | 4 ffmpeg.c| 1 + ffmpeg.h| 1 + ffmpeg_opt.c| 3 +++ 4 files changed, 9 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index b56bdbe261..cdea1a271f 100644 --- a/doc/ffmpeg.texi +++

Re: [FFmpeg-devel] [PATCH] libavformat/tee: tee was passing a wrong option name for fifo's format_options

2017-01-23 Thread Michael Niedermayer
On Mon, Jan 23, 2017 at 02:55:31PM -0300, Felipe Astroza Araya wrote: > From: Felipe Astroza > > If fifo is enabled on tee muxer, ffmpeg exits because of an unknown option > passed to fifo muxer. > Option name "format_options" was replaced by "format_opts" on tee muxer. > >

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: improve the code readable of 1000000

2017-01-23 Thread Steven Liu
2017-01-23 23:18 GMT+08:00 wm4 : > On Mon, 23 Jan 2017 19:01:14 +0800 > Steven Liu wrote: > > > Reviewed-by: Bodecs Bela > > Signed-off-by: Steven Liu > > --- > > libavformat/hlsenc.c | 3 ++- > > 1 file

Re: [FFmpeg-devel] [PATCH 2/2] avformat/flvenc: refine the flvenc shift_data code

2017-01-23 Thread Steven Liu
2017-01-23 17:05 GMT+08:00 Steven Liu : > refine the flvenc shift_data move data option > > Signed-off-by: Steven Liu > --- > libavformat/flvenc.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"

2017-01-23 Thread wm4
On Tue, 24 Jan 2017 00:38:15 +0100 Michael Niedermayer wrote: > This treats the case of no slices like no frames which it basically is. > > The field is added to the context as other nal related fields are also there > and passing the has_slices field per *arguments is

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-23 Thread Sasi Inguva
Thanks. I have sent a patch introducing -vstats_version option. PTAL. On Sat, Jan 21, 2017 at 3:52 AM, Michael Niedermayer wrote: > On Fri, Jan 20, 2017 at 07:31:09PM -0800, Sasi Inguva wrote: > > Couldn't find any version that relates to vstats. There is nothing that > > says

Re: [FFmpeg-devel] [PATCH] lavc/cuvid: fail early if GPU can't handle video resolution (v5)

2017-01-23 Thread Timo Rothenpieler
applied ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] libavformat/tee: tee was passing a wrong option name for fifo's format_options

2017-01-23 Thread Felipe Astroza Araya
From: Felipe Astroza If fifo is enabled on tee muxer, ffmpeg exits because of an unknown option passed to fifo muxer. Option name "format_options" was replaced by "format_opts" on tee muxer. Signed-off-by: Felipe Astroza --- libavformat/tee.c | 2 +- 1