[FFmpeg-devel] [PATCH 2/2] avformat/dump: Show coded dimensions again

2016-06-04 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/dump.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/dump.c b/libavformat/dump.c index 126b624..8e97197 100644 --- a/libavformat/dump.c +++ b/libavformat/dump.c @@ -458,6 +458,8 @@ static void

[FFmpeg-devel] [PATCH 1/2] avformat/utils: Export coded dimensions unconditionally

2016-06-04 Thread Michael Niedermayer
This fixes a API regression Probably fixes Ticket5451 Signed-off-by: Michael Niedermayer --- libavformat/utils.c |4 ++-- libavformat/version.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index

Re: [FFmpeg-devel] [PATCH] libavutil/fifo: Fix fifo grow step

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 02:42:57PM +0200, Jan Sebechlebsky wrote: > > > On 06/03/2016 07:55 PM, Michael Niedermayer wrote: > >On Fri, Jun 03, 2016 at 02:04:00PM +0200, sebechlebsky...@gmail.com wrote: > >>From: Jan Sebechlebsky > >> > >>Fifo was reallocating always to

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dump: Print tbc value

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 03:35:34AM +0200, Michael Niedermayer wrote: > On Fri, Jun 03, 2016 at 09:48:02PM -0300, James Almer wrote: > > On 6/3/2016 7:12 PM, Michael Niedermayer wrote: > > > Fixes regression of av_dump_format() > > > Fixes part of Ticket 5444 > > > > > > Signed-off-by: Michael

[FFmpeg-devel] [PATCH] aacsbr: reduce element type mismatch warning severity

2016-06-04 Thread Rostislav Pehlivanov
All HE-AAC samples with an LFE channel make this warning get spammed on every frame. Turning off SBR for LFE channels makes sense (since it has much less coefficients than normal channels do), so this error print is of no value in this case. It makes sense to keep the error in other cases, hence

Re: [FFmpeg-devel] [PATCH v2] avformat/tee: Move to new BSF API

2016-06-04 Thread Ján Sebechlebský
Nicolas, Marton just pointed me to the code you referenced, so I know this is not what you wanted. So please ignore this patch, I'll send another. Regards, Jan 4. června 2016 20:24:40 CEST, sebechlebsky...@gmail.com napsal: >From: Jan Sebechlebsky > >Signed-off-by:

[FFmpeg-devel] [PATCH v2] avformat/tee: Move to new BSF API

2016-06-04 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- I've rewritten the patch rapidly. Instead of using recursion it accumulates bitstream filtered packets in fifo buffer and dynamic array is used instead of linked list to store

[FFmpeg-devel] [PATCH 2/2] nvenc: add an option to embed A53 closed captions

2016-06-04 Thread Andrey Turkin
It mimics same options in libx264 and qsv_h264 encoders --- libavcodec/nvenc.c | 28 ++-- libavcodec/nvenc.h | 1 + libavcodec/nvenc_h264.c | 1 + libavcodec/nvenc_hevc.c | 1 + 4 files changed, 29 insertions(+), 2 deletions(-) diff --git

[FFmpeg-devel] [PATCH 1/2] libavcodec: factor out SEI generation for A53 captions

2016-06-04 Thread Andrey Turkin
--- libavcodec/internal.h| 15 + libavcodec/libx264.c | 49 ++--- libavcodec/qsvenc.c | 4 +-- libavcodec/qsvenc_h264.c | 82 +++- libavcodec/utils.c | 43 + 5 files changed,

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 01:30:20PM -0400, Ronald S. Bultje wrote: > Hi, > > On Sat, Jun 4, 2016 at 1:09 PM, Michael Niedermayer > wrote: > > > On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Sat, Jun 4, 2016 at 7:27 AM, Michael

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Hendrik Leppkes
On Sat, Jun 4, 2016 at 7:30 PM, Ronald S. Bultje wrote: > Hi, > > On Sat, Jun 4, 2016 at 1:09 PM, Michael Niedermayer > wrote: > >> On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote: >> > Hi, >> > >> > On Sat, Jun 4, 2016 at 7:27 AM,

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Ronald S. Bultje
Hi, On Sat, Jun 4, 2016 at 1:09 PM, Michael Niedermayer wrote: > On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer > > > wrote: > > > > > On Sat, Jun 04, 2016 at

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 09:16:09AM -0400, Ronald S. Bultje wrote: > Hi, > > On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer > wrote: > > > On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote: > > > On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer > >

Re: [FFmpeg-devel] IRC meeting

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 11:28:03AM -0400, compn wrote: > On Sat, 4 Jun 2016 13:03:47 +0200 > Michael Niedermayer wrote: > > > On Fri, Jun 03, 2016 at 10:19:29PM -0400, compn wrote: > > > On Fri, 3 Jun 2016 21:13:09 +0200 > > > Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] nvenc: add an option to embed A53 closed captions

2016-06-04 Thread Hendrik Leppkes
On Sat, Jun 4, 2016 at 5:48 PM, Andrey Turkin wrote: > > It mimics same options in libx264 and qsv_h264 encoders > --- > libavcodec/internal.h| 15 + > libavcodec/libx264.c | 49 ++--- > libavcodec/nvenc.c | 28

[FFmpeg-devel] [PATCH] nvenc: add an option to embed A53 closed captions

2016-06-04 Thread Andrey Turkin
It mimics same options in libx264 and qsv_h264 encoders --- libavcodec/internal.h| 15 + libavcodec/libx264.c | 49 ++--- libavcodec/nvenc.c | 28 +++-- libavcodec/nvenc.h | 1 + libavcodec/nvenc_h264.c | 1 +

[FFmpeg-devel] libavcodec/exr : fix layer detection

2016-06-04 Thread Martin Vignali
Hello, In attach patch to fix layer detection inside exr file. Only search a channel match, if the layer name also match. If no layer name is set, doesn't change the previous behaviour. Avoid to automatically mix channel from several layer. And when layer doesn't have the same pixel type, avoid a

Re: [FFmpeg-devel] IRC meeting

2016-06-04 Thread compn
On Sat, 4 Jun 2016 13:03:47 +0200 Michael Niedermayer wrote: > On Fri, Jun 03, 2016 at 10:19:29PM -0400, compn wrote: > > On Fri, 3 Jun 2016 21:13:09 +0200 > > Michael Niedermayer wrote: > > > > > On Fri, Jun 03, 2016 at 08:32:51PM +0200,

Re: [FFmpeg-devel] IRC meeting

2016-06-04 Thread James Almer
On 6/4/2016 7:33 AM, Michael Niedermayer wrote: > On Sat, Jun 04, 2016 at 10:30:32AM +0200, Piotr Bandurski wrote: >> Hi, >> >> The problem with this project is that it has not enough active developers. >> It looks like most of the devs swiched into "stand-by" mode or something >> and sadly no

[FFmpeg-devel] [PATCH][WIP][RFC] BitJazz SheerVideo decoder

2016-06-04 Thread Paul B Mahol
Hi, patch attached. This is initial version as only 8bit RGB(A) is supported. Can those tables be converted to something better? 0001-avcodec-add-BitJazz-SheerVideo-decoder.patch.bz2 Description: BZip2 compressed data ___ ffmpeg-devel mailing list

[FFmpeg-devel] libavcodec/exr : fix tile and pxr24 when all channels doesn't have the same type

2016-06-04 Thread Martin Vignali
Hello, In attach patchs to fix decoding error, when all channels doesn't have the same pixel type. 001 : Fix tile, and simplify the tile support (remove unneed reorganisation of pixel). 002 : remove scanline_size var, is now replace by the same calc for tile and scanline 003 : Fix PXR24

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Ronald S. Bultje
Hi, On Sat, Jun 4, 2016 at 7:27 AM, Michael Niedermayer wrote: > On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote: > > On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer > > wrote: > > > On Sat, Jun 04, 2016 at 09:47:47AM +0200,

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 12:15:50PM +0200, Hendrik Leppkes wrote: > On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer > wrote: > > On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote: > >> On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer > >>

Re: [FFmpeg-devel] IRC meeting

2016-06-04 Thread Michael Niedermayer
On Fri, Jun 03, 2016 at 10:19:29PM -0400, compn wrote: > On Fri, 3 Jun 2016 21:13:09 +0200 > Michael Niedermayer wrote: > > > On Fri, Jun 03, 2016 at 08:32:51PM +0200, Christophe Gisquet wrote: > > i want some assistent to help with dayly server admin duties > > most root

Re: [FFmpeg-devel] IRC meeting

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 10:30:32AM +0200, Piotr Bandurski wrote: > Hi, > > The problem with this project is that it has not enough active developers. It > looks like most of the devs swiched into "stand-by" mode or something > and sadly no new people are joining in to push development forward ;)

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Hendrik Leppkes
On Sat, Jun 4, 2016 at 12:09 PM, Michael Niedermayer wrote: > On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote: >> On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer >> wrote: >> > Fixes lost codec delayy >> > Should fix Ticket5509

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 09:47:47AM +0200, Hendrik Leppkes wrote: > On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer > wrote: > > Fixes lost codec delayy > > Should fix Ticket5509 > > > > Signed-off-by: Michael Niedermayer > > --- > >

Re: [FFmpeg-devel] IRC meeting

2016-06-04 Thread Piotr Bandurski
Hi, The problem with this project is that it has not enough active developers. It looks like most of the devs swiched into "stand-by" mode or something and sadly no new people are joining in to push development forward ;) Regards ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Hendrik Leppkes
On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer wrote: > Fixes lost codec delayy > Should fix Ticket5509 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/utils.c |1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: [FFmpeg-devel] [PATCH] avcodec/utils: initialize delay in avcodec_parameters_to_context()

2016-06-04 Thread Hendrik Leppkes
On Sat, Jun 4, 2016 at 9:47 AM, Hendrik Leppkes wrote: > On Sat, Jun 4, 2016 at 4:55 AM, Michael Niedermayer > wrote: >> Fixes lost codec delayy >> Should fix Ticket5509 >> >> Signed-off-by: Michael Niedermayer >> --- >>

[FFmpeg-devel] [PATCH] avfilter/avf_showcqt: cqt_calc optimization on x86

2016-06-04 Thread Muhammad Faiz
benchmark on x86_64 cqt_time: plain = 3.292 s SSE = 1.640 s SSE3 = 1.631 s AVX = 1.395 s FMA3 = 1.271 s FMA4 = not available untested on x86_32 Signed-off-by: Muhammad Faiz --- libavfilter/avf_showcqt.c | 7 ++ libavfilter/avf_showcqt.h | 3 +

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: render default font at 960x16

2016-06-04 Thread Muhammad Faiz
On Fri, Jun 3, 2016 at 6:28 PM, Muhammad Faiz wrote: > and let ffmpeg scaler scale it > this impoves quality > > Signed-off-by: Muhammad Faiz > --- > libavfilter/avf_showcqt.c | 43 --- > 1 file changed, 24