Re: [FFmpeg-devel] [PATCH v9 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-03-22 Thread Carl Eugen Hoyos
2019-03-22 4:35 GMT+01:00, Sun, Jing A : > Friday, March 22, 2019 7:52 AM, Carl Eugen: > >> +if (avctx->pix_fmt == AV_PIX_FMT_YUV420P10LE) { >> +av_log(avctx, AV_LOG_DEBUG , "Encoder 10 bits depth >> + input\n"); >> + >> +// Encoding the source frames of the compressed 10-bit fo

Re: [FFmpeg-devel] [PATCH] avformat/mpegtsenc: added support for the write_data_type callback

2019-03-22 Thread Oliver Collyer via ffmpeg-devel
> > This patch makes it possible to do stuff like write a custom in-memory TS > segmenter, which was what I needed it for. > >> Hi >> >> I needed to be able to use the write_data_type callback when reading data >> from the mpegts muxer, to make my application aware of key frames in the >> dat

[FFmpeg-devel] [PATCH] Fix sdp size check on fmtp integer parameters

2019-03-22 Thread Olivier Maignial
RFC-4566 do not give any limit of size on interger parameters given in fmtp line. By reading some more RFCs it is possible to find examples where some integers parameters are greater than 32 (see RFC-6416, 7.4) Instead I propose to check just check the eventual integer overflow. Using INT_MIN an

Re: [FFmpeg-devel] Add 16-bit Depth pixel format

2019-03-22 Thread Carl Eugen Hoyos
2019-03-21 1:26 GMT+01:00, Carl Eugen Hoyos : > 2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos : >> 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández >> : >> >>> It's my first time here. I want to create a patch to add >>> Z16 pixel format. >>> I have did some changes, and I want to know if I'll need

Re: [FFmpeg-devel] mxf file support

2019-03-22 Thread Yufei He
Hi Tomas From my tests, I find FFmpeg can demux XAVC mxf files from Sony and find the video stream is actually h.264 data. This is very good to us. Actually Sony XAVC mxf has a lot of restrictions on mxf file wrapper and h.264 data. But I don't know how to specify the it or it's not supported

[FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-22 Thread velocityra
From: Nick Renieris Option "-page N" (page index N starts from 1) can now be used to specify which TIFF page/subfile to decode. Signed-off-by: Nick Renieris --- libavcodec/tiff.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/libavcodec/tiff.c b/

[FFmpeg-devel] [PATCH 1/2] avutil/opt: Add AV_OPT_TYPE_UINT16

2019-03-22 Thread velocityra
From: Nick Renieris Signed-off-by: Nick Renieris --- libavutil/opt.c | 29 +++-- libavutil/opt.h | 1 + 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index 93d6c26c11..d409f3521a 100644 --- a/libavutil/opt.c +++ b/liba

Re: [FFmpeg-devel] [PATCH 1/2] avutil/opt: Add AV_OPT_TYPE_UINT16

2019-03-22 Thread Hendrik Leppkes
On Fri, Mar 22, 2019 at 4:01 PM wrote: > > From: Nick Renieris > > Signed-off-by: Nick Renieris > --- > libavutil/opt.c | 29 +++-- > libavutil/opt.h | 1 + > 2 files changed, 28 insertions(+), 2 deletions(-) > We really don't need this type. You can just change the ty

Re: [FFmpeg-devel] mxf file support

2019-03-22 Thread Tomas Härdin
fre 2019-03-22 klockan 12:47 + skrev Yufei He: > Hi Tomas > >  From my tests, I find FFmpeg can demux XAVC mxf files from Sony and  > find the video stream is actually h.264 data. This is very good to us. > > Actually Sony XAVC mxf has a lot of restrictions on mxf file wrapper and  > h.264 da

Re: [FFmpeg-devel] [PATCH 1/2] avutil/opt: Add AV_OPT_TYPE_UINT16

2019-03-22 Thread Nick Renieris
Yup, will do. I made it before I realized there were size limits. Pushed a patch just in case. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-

Re: [FFmpeg-devel] mxf file support

2019-03-22 Thread Yufei He
Hi Tomas Sony defined many kinds of meta data. e.g. SMPTE RDD 18:2012 Acquisition Metadata Sets for Video Camera Parameters I think the file created by -vcodec copy is a general op1a mxf file. It can not pass Sony's mxf file verifier, which means their camera can not play those files. Yufei.

[FFmpeg-devel] [PATCH] avcodec/tiff: Multi-page support

2019-03-22 Thread velocityra
From: Nick Renieris Option "-page N" (page index N starts from 1) can now be used to specify which TIFF page/subfile to decode. Signed-off-by: Nick Renieris --- libavcodec/tiff.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/libavcodec/tiff.c b/

Re: [FFmpeg-devel] [PATCH v7] Improved the performance of 1 decode + N filter graphs and adaptive bitrate.

2019-03-22 Thread Wang, Shaofei
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Michael Niedermayer > Sent: Friday, March 22, 2019 8:14 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v7] Improved the performance of 1 > decode + N

Re: [FFmpeg-devel] [PATCH] avcodec/tiff: Multi-page support

2019-03-22 Thread Moritz Barsnick
Hi Nich, On Fri, Mar 22, 2019 at 17:55:56 +0200, velocit...@gmail.com wrote: > libavcodec/tiff.c | 25 - > 1 file changed, 24 insertions(+), 1 deletion(-) [...] > static const AVOption tiff_options[] = { > { "subimage", "decode subimage instead if available", > OFFS

Re: [FFmpeg-devel] aac variable encoding

2019-03-22 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 21 March 2019 at 19:38, Yufei He wrote: > Hi > > On transcoding from 1080p .ts files to .mp4 files with my m264 codec, > audio of the output .mp4 files stutters. > > We found audio of the stuttering files is vbr. > > I did not set aac encoding bitrate. somehow it becomes vbr when I

Re: [FFmpeg-devel] [PATCH] avformat/flvdec: added support for KUX container

2019-03-22 Thread Swaraj Hota
I have the meta chunk loaded into a buffer. I searched a lot but I couldn't find a way to decompress a password protected zip buffer. I saw zlib is used in the code base, so went through it. Found a function "decompress()" but it didn't take a password as argument. I found another function under m

Re: [FFmpeg-devel] [PATCH] avformat/flvdec: added support for KUX container

2019-03-22 Thread Swaraj Hota
Okay I found "fmemopen()". I'll see if I can use it with unzOpenCurrentFilePassword(). Please do tell if there is a better solution though. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscr

Re: [FFmpeg-devel] [PATCH v7] Improved the performance of 1 decode + N filter graphs and adaptive bitrate.

2019-03-22 Thread Michael Niedermayer
On Fri, Mar 22, 2019 at 04:24:10PM +, Wang, Shaofei wrote: > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Michael Niedermayer > > Sent: Friday, March 22, 2019 8:14 AM > > To: FFmpeg development discussions and patches > > Subject

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-22 Thread Carl Eugen Hoyos
2019-03-22 15:50 GMT+01:00, velocit...@gmail.com : > From: Nick Renieris > > Option "-page N" (page index N starts from 1) can now > be used to specify which TIFF page/subfile to decode. What is the current behaviour? Shouldn't the decoder output all pages as for a video file? Carl Eugen ___

[FFmpeg-devel] [PATCH v3] avformat/http, icecast, rtsp: Add option to disable send-100-continue

2019-03-22 Thread Jun Li
The current setting for send-100-continue option is either enabled if applicable or forced enabled, no option to force disable the header. This change is to expand the option setting to provide more flexibility, which is useful for rstp case. --- libavformat/http.c| 8 ++-- libavformat/ice

Re: [FFmpeg-devel] [PATCH] avformat/flvdec: added support for KUX container

2019-03-22 Thread Carl Eugen Hoyos
2019-03-22 19:29 GMT+01:00, Swaraj Hota : > I have the meta chunk loaded into a buffer. > I searched a lot but I couldn't find a way to decompress > a password protected zip buffer. > > I saw zlib is used in the code base, so went through it. > Found a function "decompress()" but it didn't take a >

[FFmpeg-devel] [PATCH v4] avformat/http, icecast, rtsp: Add option to disable send-100-continue

2019-03-22 Thread Jun Li
The current setting for send-100-continue option is either enabled if applicable or forced enabled, no option to force disable the header. This change is to expand the option setting to provide more flexibility, which is useful for rstp case. --- libavformat/http.c| 28 +---

[FFmpeg-devel] [PATCH] mpeg12enc: Use all Closed Captions side data

2019-03-22 Thread Mathieu Duponchelle
It is perfectly valid to have multiple CC Picture User Data for the same frame. Instead of using the first side_data potentially present with the A53_CC type, iterate over all side_data. --- libavcodec/mpeg12enc.c | 56 +++--- 1 file changed, 31 insertions(+), 2

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-22 Thread Nick Renieris
Στις Παρ, 22 Μαρ 2019 στις 6:35 μ.μ., ο/η Moritz Barsnick έγραψε: > I was about to write "could you please also update the documentation", > but just realized that the tiff encoder isn't documented. :-P Hahah. I can solve that in a later patch :) Στις Σάβ, 23 Μαρ 2019 στις 12:13 π.μ., ο/η Carl E