[FFmpeg-devel] [PATCH] fate: add DNxHR 12-bit example.

2016-08-16 Thread Steven Robertson
Signed-off-by: Steven Robertson --- tests/fate/dnxhd.mak | 2 ++ tests/ref/fate/dnxhr-12bit | 6 ++ 2 files changed, 8 insertions(+) create mode 100644 tests/ref/fate/dnxhr-12bit diff --git a/tests/fate/dnxhd.mak b/tests/fate/dnxhd.mak index 4008e6c..60bfd34 100644 --- a/tests/fate/dn

Re: [FFmpeg-devel] [PATCH] fate: add DNxHR 12-bit example.

2016-08-16 Thread Steven Robertson
Yes, thank you. I'll resend this. On Wed, Aug 3, 2016 at 2:01 PM, Mark Reid wrote: > On Tue, Aug 2, 2016 at 11:51 PM, Steven Robertson > wrote: > > Test file available at http://tinyurl.com/fate-dnxhd-12bit . > > > > Signed-off-by: Steven Robertson > > --- > > tests/fate/dnxhd.mak | 2 +

Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

2016-08-16 Thread Carl Eugen Hoyos
Hi! 2016-08-15 21:45 GMT+02:00 Matthias Hunstock : > how can I access the sample file of https://trac.ffmpeg.org/ticket/5068 ? I don't think I have it. Sorry, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/li

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Chao Liu
On Tue, Aug 16, 2016 at 11:27 AM, Mark Thompson wrote: > On 16/08/16 03:44, Jun Zhao wrote: > > > > > > On 2016/8/16 10:14, Chao Liu wrote: > >> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: > >> > >>> > >>> > >>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: > On 15 Aug, Hendrik Leppkes

Re: [FFmpeg-devel] [PATCH] examples/demuxing_decoding: convert to codecpar

2016-08-16 Thread James Almer
On 8/10/2016 1:20 PM, James Almer wrote: > Signed-off-by: James Almer > --- > doc/examples/demuxing_decoding.c | 33 ++--- > 1 file changed, 22 insertions(+), 11 deletions(-) I'll be pushing this soon unless someone objects. __

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Chao Liu
On Tue, Aug 16, 2016 at 1:06 AM, Jun Zhao wrote: > > > On 2016/8/16 15:37, Chao Liu wrote: > > On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote: > > > >> > >> > >> On 2016/8/16 10:14, Chao Liu wrote: > >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: > >>> > > > On 2016/8/16 1

Re: [FFmpeg-devel] [PATCH v2] doc/APIchanges: Document addition of list BSF API in lavc

2016-08-16 Thread James Almer
On 8/16/2016 5:14 PM, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > Signed-off-by: Jan Sebechlebsky > --- > I've noticed that conflicting patch was applied meanwhile, so I'm resending > this. > Please apply :) Applied. ___ ffmpeg-d

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/17 2:27, Mark Thompson wrote: > On 16/08/16 03:44, Jun Zhao wrote: >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: >>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: > On 15 Aug, Hendrik Leppkes wrote : >>> On Mon,

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/17 2:33, Mark Thompson wrote: > On 16/08/16 09:51, Jun Zhao wrote: >> >> barry@barry:~/Source/video/yami/ffmpeg_libyami$ ./ffmpeg -y -vaapi_device >> /dev/dri/card0 -hwaccel vaapi -hwaccel_output_format vaapi -i >> ../ffmpeg_yami_testcase/skyfall2-trailer.mp4 -an -vf >> 'format=nv12|

[FFmpeg-devel] [PATCH] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
A number of new pix_fmts have been added to AviSynth+: 16-bit packed RGB and RGBA 10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4 8-, 10-, 12-, 14-, and 16-bit Planar RGB 8-, 10-, 12-, 14-, and 16-bit Planar YUVA and Planar RGBA* 10-, 12-, 14-, and 16-bit GRAY variants* 32-bit floating point P

Re: [FFmpeg-devel] [PATCH] avfilter: add bitplanenoise filter

2016-08-16 Thread Paul B Mahol
On Tuesday, August 16, 2016, Moritz Barsnick wrote: > On Tue, Aug 16, 2016 at 09:45:49 +0200, Paul B Mahol wrote: > > > +Show & measure bit plane noise. > > '&' seems a bit casual instead of "and". In several places. > > It would perhaps be valuable to document how it's measured, and how > it's s

Re: [FFmpeg-devel] [PATCH] avfilter: add bitplanenoise filter

2016-08-16 Thread Moritz Barsnick
On Tue, Aug 16, 2016 at 09:45:49 +0200, Paul B Mahol wrote: > +Show & measure bit plane noise. '&' seems a bit casual instead of "and". In several places. It would perhaps be valuable to document how it's measured, and how it's shown. (Is it really shown? Is the measured value not inserted into

[FFmpeg-devel] [PATCH 2/4] v6 - SCTE-35 extraction from mpegts

2016-08-16 Thread Carlos Fernandez Sanz
From: Carlos Fernandez Signed-off-by: Carlos Fernandez --- libavformat/mpegts.c | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index b31d233..4185af0 100644 --- a/libavformat/mpegts.c ++

[FFmpeg-devel] [PATCH v2] doc/APIchanges: Document addition of list BSF API in lavc

2016-08-16 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- I've noticed that conflicting patch was applied meanwhile, so I'm resending this. Please apply :) doc/APIchanges | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 74145b2..582563a 10064

[FFmpeg-devel] [PATCH 4/4] v6 - Correct Indentation

2016-08-16 Thread Carlos Fernandez Sanz
From: Carlos Fernandez Signed-off-by: Carlos Fernandez --- libavformat/hlsenc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 7c90157..a73c50d 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -360,

[FFmpeg-devel] [PATCH 3/4] v6 - SCTE-35 support in hlsenc

2016-08-16 Thread Carlos Fernandez Sanz
From: Carlos Fernandez Signed-off-by: Carlos Fernandez --- libavformat/Makefile | 2 +- libavformat/hlsenc.c | 107 -- libavformat/scte_35.c | 525 ++ libavformat/scte_35.h | 86 + 4 files changed, 698 insertions(+), 22 deleti

[FFmpeg-devel] [PATCH 0/4] v6 - SCTE-35

2016-08-16 Thread Carlos Fernandez Sanz
* Patchset against current HEAD - v5 didn't build cleanly. Apologies. Carlos Fernandez (4): Adding SCTE-35 CUI codec SCTE-35 extraction from mpegts SCTE-35 support in hlsenc Correct Indentation libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 6 + libavcodec/version.h|

[FFmpeg-devel] [PATCH 1/4] v6 - Adding SCTE-35 CUI codec

2016-08-16 Thread Carlos Fernandez Sanz
From: Carlos Fernandez Signed-off-by: Carlos Fernandez --- libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 6 ++ libavcodec/version.h| 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b43ee5a..d564178 100644 -

Re: [FFmpeg-devel] [PATCH 3/4] v5 - SCTE-35 support in hlsenc

2016-08-16 Thread Carlos Fernandez Sanz
On Tue, Aug 16, 2016 at 11:13 AM, Michael Niedermayer wrote: > > in which patch is the function ? Apologies - looks like it's me who had some leftovers and didn't do a proper clean before submitting. I'll send a new patch set right away... just tested with current HEAD. _

[FFmpeg-devel] [PATCH v10 01/11] avformat: Add fifo pseudo-muxer

2016-08-16 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - Added note in fifo muxer documentation in muxers.texi regarding thread-safety requirement for callbacks in AVFormatContext Changelog| 1 + configure|

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
On 8/16/2016 2:00 PM, Michael Niedermayer wrote: On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote: On 8/16/2016 9:31 AM, Michael Niedermayer wrote: breaks build libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a function) libavformat/avisynth.c:1

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Mark Thompson
On 16/08/16 09:51, Jun Zhao wrote: > > barry@barry:~/Source/video/yami/ffmpeg_libyami$ ./ffmpeg -y -vaapi_device > /dev/dri/card0 -hwaccel vaapi -hwaccel_output_format vaapi -i > ../ffmpeg_yami_testcase/skyfall2-trailer.mp4 -an -vf > 'format=nv12|vaapi,hwupload' -c:v h264_vaapi -profile 77 -lev

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Mark Thompson
On 16/08/16 03:44, Jun Zhao wrote: > > > On 2016/8/16 10:14, Chao Liu wrote: >> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: >> >>> >>> >>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: On 15 Aug, Hendrik Leppkes wrote : >> On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao >>> wrote:

Re: [FFmpeg-devel] [PATCH 3/4] v5 - SCTE-35 support in hlsenc

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 09:19:16AM -0700, Carlos Fernandez Sanz wrote: > On Tue, Aug 16, 2016 at 6:39 AM, Michael Niedermayer > wrote: > > On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote: > >> From: Carlos Fernandez > > > > seems to break build > > > > libavformat/scte_35.c:

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote: > On 8/16/2016 9:31 AM, Michael Niedermayer wrote: > > > >breaks build > > > >libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in > >a function) > >libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ unde

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-08-16 Thread Thilo Borgmann
Am 12.08.16 um 14:27 schrieb Umair Khan: > Hi, > > On Mon, Aug 8, 2016 at 11:09 PM, Carl Eugen Hoyos wrote: >> 2016-08-08 19:10 GMT+02:00 Umair Khan : >>> Attached the 3 separate patches. >> >> Which other codecs could use mlz decompression in the future? >> Which other codecs could use IEEE 754

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Jan Sebechlebsky
On 08/16/2016 06:42 PM, Nicolas George wrote: Le decadi 30 thermidor, an CCXXIV, Marton Balint a écrit : I think the idea was to document this limitation to the fifo muxer only. That would be acceptable, although I still think it would be preferable to avoid that requirement altogether. Regar

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
On 8/16/2016 9:46 AM, Roger Pack wrote: Does this require some version check in configure to be added as well? No. We ship the header ourselves, rendering a version check in configure moot. What configure checks for is the presence of the dynamic loading functionality that the library depen

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-16 Thread Davinder Singh
On Tue, Aug 16, 2016 at 5:46 PM Michael Niedermayer wrote: > [...] > > not sure i suggested it previously already but you can add yourself > to the MAINTAINERs file if you want to maintain / continue working on > the code after GSoC > i surely will. thanks __

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Stephen Hutchinson
On 8/16/2016 9:31 AM, Michael Niedermayer wrote: breaks build libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a function) libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ undeclared here (not in a function) libavformat/avisynth.c:101:43: error: ‘AVS_PLANAR_R’

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Nicolas George
Le decadi 30 thermidor, an CCXXIV, Marton Balint a écrit : > I think the idea was to document this limitation to the fifo muxer only. That would be acceptable, although I still think it would be preferable to avoid that requirement altogether. Regards, -- Nicolas George signature.asc Descri

Re: [FFmpeg-devel] [PATCH 3/4] v5 - SCTE-35 support in hlsenc

2016-08-16 Thread Carlos Fernandez Sanz
On Tue, Aug 16, 2016 at 6:39 AM, Michael Niedermayer wrote: > On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote: >> From: Carlos Fernandez > > seems to break build > > libavformat/scte_35.c: In function ‘ff_alloc_scte35_parser’: Maybe some left overs from a previous version?

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Marton Balint
On Tue, 16 Aug 2016, Nicolas George wrote: Le decadi 30 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : From: Jan Sebechlebsky Muxing might be running in a separate thread if actual muxer is run inside of fifo pseudo-muxer. Callback should be therefore thread-safe. This is an inc

[FFmpeg-devel] [PATCH]lavf/udp: Do not use MCAST_* for multicast on tvOS

2016-08-16 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #5774. Please comment, Carl Eugen From 263e0b0f95bd20e557e53bee91d0a9488bf6a76e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 16 Aug 2016 17:51:03 +0200 Subject: [PATCH] lavf/udp: Do not use MCAST_* for multicast on tvOS. Fixes ticket #5774. --- lib

Re: [FFmpeg-devel] [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 11:45:52AM +0300, Ivan Uskov wrote: > > Hello Jun, > > Thursday, August 11, 2016, 10:59:51 AM, you wrote: > > > From cafa70e97ce48b65e2a4a99782f6ce3557fef755 Mon Sep 17 00:00:00 2001 > > From: Jun Zhao > > Date: Thu, 11 Aug 2016 15:34:01 +0800 > > Subject: [PATCH] ffmpeg

Re: [FFmpeg-devel] [PATCH 2/6] lavf/vpp: Enable vpp filter, an Intel GPU accelerated scaler.

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 05:10:03PM +0700, Nablet Developer wrote: > From: ChaoX A Liu > > Signed-off-by: ChaoX A Liu > --- > configure | 3 + > libavcodec/qsv.c | 2 +- > libavcodec/qsv_internal.h | 2 +- > libavfilter/Makefile | 1 + > libavfilter/allfilte

Re: [FFmpeg-devel] [PATCHv2] af_hdcd: Extract generic HDCD decoder, wrap for ffmpeg

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 05:16:49AM -0500, Burt P wrote: > af_hdcd.c began as an extended hdcd_decode.c from foo_hdcd, and > recently the ffmpeg improvements were put back into a form that > worked with foo_hdcd, but maintaining that sharing is cumbersome. > > This patch moves the core HDCD decoder

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-16 Thread Paul B Mahol
On 8/16/16, Roger Pack wrote: > On 4/10/16, Michael Niedermayer wrote: >> On Sun, Apr 10, 2016 at 07:29:05PM +0100, Rostislav Pehlivanov wrote: >>> On 10 April 2016 at 17:42, Michael Niedermayer >>> wrote: >>> >>> > On Sun, Apr 10, 2016 at 04:38:35PM +0100, Kieran Kunhya wrote: >>> > > --- >>> >

Re: [FFmpeg-devel] Compile using bash in Win10 anniversary?

2016-08-16 Thread Roger Pack
On 8/13/16, Timo Rothenpieler wrote: > On 8/12/2016 8:12 PM, Dan Haddix wrote: >> Can you cross compile ffmpeg for Windows using the new bash built in to >> Win10 anniversary? I'm currently using MinGW but it seems like it might be >> easier to use the built in bash if possible. However I tried a

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-16 Thread Roger Pack
On 4/10/16, Michael Niedermayer wrote: > On Sun, Apr 10, 2016 at 07:29:05PM +0100, Rostislav Pehlivanov wrote: >> On 10 April 2016 at 17:42, Michael Niedermayer >> wrote: >> >> > On Sun, Apr 10, 2016 at 04:38:35PM +0100, Kieran Kunhya wrote: >> > > --- >> > > Changelog | 1 + >> >

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Roger Pack
Does this require some version check in configure to be added as well? On 8/16/16, Michael Niedermayer wrote: > On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote: >> A number of new pix_fmts have been added to AviSynth+: >> 16-bit packed RGB and RGBA >> 10-, 12-, 14, and 16-bit Y

[FFmpeg-devel] PATCH: dshow prevent some windows 10 anniv. ed crashes

2016-08-16 Thread Roger Pack
Windows 10 anniversary edition screwed with how dshow video capture works. This patch "helps" in some instances, though it still crashes with rgb24 input (still working on that), at least now it works with yuvp etc. Thanks. -Roger (a dshow maintainer) 0001-dshow-satisfy-alloc-contract-better-prev

Re: [FFmpeg-devel] [PATCH 3/4] v5 - SCTE-35 support in hlsenc

2016-08-16 Thread Michael Niedermayer
On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote: > From: Carlos Fernandez > > Signed-off-by: Carlos Fernandez > --- > libavformat/Makefile | 2 +- > libavformat/hlsenc.c | 107 -- > libavformat/scte_35.c | 525 >

Re: [FFmpeg-devel] [PATCH 2/2] avisynth: support pix_fmts added to AviSynth+

2016-08-16 Thread Michael Niedermayer
On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote: > A number of new pix_fmts have been added to AviSynth+: > 16-bit packed RGB and RGBA > 10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4 > 8-, 10-, 12-, 14-, and 16-bit Planar RGB > 8-, 10-, 12-, 14-, and 16-bit Planar YUVA and

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-16 Thread Robert Krüger
On Mon, Aug 15, 2016 at 7:47 PM, Rostislav Pehlivanov wrote: > On 15 August 2016 at 11:51, Robert Krüger > wrote: > > > On Sun, Aug 14, 2016 at 5:05 PM, Rostislav Pehlivanov < > atomnu...@gmail.com > > > > > wrote: > > > > > On 10 April 2016 at 16:38, Kieran Kunhya wrote: > > > > > > http://ffm

Re: [FFmpeg-devel] [PATCH] avcodec: Remove libfaac, the internal AAC encoder is better

2016-08-16 Thread Robert Krüger
On Mon, Aug 15, 2016 at 7:58 PM, Nicolas George wrote: > Le nonidi 29 thermidor, an CCXXIV, Rostislav Pehlivanov a écrit : > > The git master is fast changing and can happen API or setting > > wise every day. Deprecations, behavioral changes, etc. This is why users > > who need stability use the

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-16 Thread Michael Niedermayer
On Sat, Aug 13, 2016 at 12:18:56PM +, Davinder Singh wrote: > On Thu, Aug 11, 2016 at 12:10 AM Davinder Singh wrote: > > > [...] > > > > latest changes: > https://github.com/dsmudhar/FFmpeg/blob/dev/libavfilter/vf_minterpolate.c > uses shared motion estimation code now, added options, improve

Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/avf_showspectrum: add some multithreading support

2016-08-16 Thread Michael Niedermayer
On Mon, Aug 15, 2016 at 01:23:39PM +0200, Paul B Mahol wrote: > ffmpeg | branch: master | Paul B Mahol | Mon Aug 15 > 11:53:56 2016 +0200| [ce5ba770794576cd40749d7754cb8a837ef73e2f] | committer: > Paul B Mahol > > avfilter/avf_showspectrum: add some multithreading support > > > http://git.vide

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Nicolas George
Le decadi 30 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > From: Jan Sebechlebsky > > Muxing might be running in a separate thread if actual muxer is > run inside of fifo pseudo-muxer. Callback should be therefore > thread-safe. This is an incompatible API change, and therefore not

Re: [FFmpeg-devel] [PATCH 1/2] lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 12:55:17PM +0200, Paul B Mahol wrote: > On 8/16/16, Michael Niedermayer wrote: > > On Mon, Aug 15, 2016 at 01:13:06PM -0700, Jon Toohill wrote: > >> Shows encoder delay/padding in the stream summary if they are set. > >> --- > >> doc/APIchanges | 4 > >> libavc

Re: [FFmpeg-devel] [PATCH 1/2] lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.

2016-08-16 Thread Paul B Mahol
On 8/16/16, Michael Niedermayer wrote: > On Mon, Aug 15, 2016 at 01:13:06PM -0700, Jon Toohill wrote: >> Shows encoder delay/padding in the stream summary if they are set. >> --- >> doc/APIchanges | 4 >> libavcodec/avcodec.h | 11 +++ >> libavcodec/utils.c | 40

[FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread sebechlebskyjan
From: Jan Sebechlebsky Muxing might be running in a separate thread if actual muxer is run inside of fifo pseudo-muxer. Callback should be therefore thread-safe. Signed-off-by: Jan Sebechlebsky --- libavformat/avformat.h | 2 +- libavformat/avio.h | 2 ++ 2 files changed, 3 insertions(+),

Re: [FFmpeg-devel] [PATCH 1/2] lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.

2016-08-16 Thread Michael Niedermayer
On Mon, Aug 15, 2016 at 01:13:06PM -0700, Jon Toohill wrote: > Shows encoder delay/padding in the stream summary if they are set. > --- > doc/APIchanges | 4 > libavcodec/avcodec.h | 11 +++ > libavcodec/utils.c | 40 +++- > libavcodec/vers

[FFmpeg-devel] [PATCH 1/6] lavc/qsv(hevc): Change default plugin from hevc_sw to hevc_default, which will load hevc_hw first, due to newly released MSDK.

2016-08-16 Thread Nablet Developer
From: ChaoX A Liu Signed-off-by: ChaoX A Liu --- libavcodec/qsv.c | 89 --- libavcodec/qsv_internal.h | 6 ++-- libavcodec/qsvdec.c | 16 ++--- libavcodec/qsvdec_h2645.c | 17 ++--- libavcodec/qsvenc.c | 12 +-- libav

Re: [FFmpeg-devel] [PATCH 2/6] lavf/vpp: Enable vpp filter, an Intel GPU accelerated scaler.

2016-08-16 Thread Paul B Mahol
On 8/16/16, Nablet Developer wrote: > From: ChaoX A Liu > > Signed-off-by: ChaoX A Liu > --- > configure | 3 + > libavcodec/qsv.c | 2 +- > libavcodec/qsv_internal.h | 2 +- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/v

Re: [FFmpeg-devel] [PATCH] avfilter/vf_geq: add interpolation option

2016-08-16 Thread Paul B Mahol
On 8/16/16, Michael Niedermayer wrote: > On Tue, Aug 16, 2016 at 08:54:16AM +0200, Paul B Mahol wrote: >> On 8/16/16, Michael Niedermayer wrote: >> > On Mon, Aug 15, 2016 at 08:15:10PM +0200, Paul B Mahol wrote: >> >> Hi, >> >> >> >> patch attached. >> > >> > this mail has no attachments >> > >>

[FFmpeg-devel] [PATCH 4/6] lavf/vpp: enable video memory accel for transcoding with vpp. lavc/qsv: export symbols "ff_qsv_*" which will be used by vpp. ffmpeg_qsv: set default hwaccel to qsv.

2016-08-16 Thread Nablet Developer
From: ChaoX A Liu Signed-off-by: ChaoX A Liu --- ffmpeg_qsv.c| 46 --- libavcodec/libavcodec.v | 1 + libavcodec/qsv.h| 2 + libavfilter/vf_vpp.c| 153 4 files changed, 172 insertions(+), 30 deletions(-)

[FFmpeg-devel] [PATCH 3/6] lavc/qsv: Enable hwaccel qsv_vidmem.

2016-08-16 Thread Nablet Developer
From: ChaoX A Liu Signed-off-by: ChaoX A Liu --- ffmpeg.c | 2 +- ffmpeg.h | 2 + ffmpeg_opt.c | 2 +- ffmpeg_qsv.c | 636 +- libavcodec/qsv.h | 3 + libavcodec/qsv_internal.

[FFmpeg-devel] [PATCH 5/6] lavc/qsvdec: Reset decoder if MFX_ERR_UNDEFINED_BEHAVIOR is caught, because this error may get decoder stuck.

2016-08-16 Thread Nablet Developer
From: ChaoX A Liu Signed-off-by: ChaoX A Liu --- libavcodec/qsvdec.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c index 47dd818..2075a23 100644 --- a/libavcodec/qsvdec.c +++ b/libavcodec/qsvdec.c @@ -370,13 +370,18 @@

[FFmpeg-devel] [PATCH 2/6] lavf/vpp: Enable vpp filter, an Intel GPU accelerated scaler.

2016-08-16 Thread Nablet Developer
From: ChaoX A Liu Signed-off-by: ChaoX A Liu --- configure | 3 + libavcodec/qsv.c | 2 +- libavcodec/qsv_internal.h | 2 +- libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_vpp.c | 863 +

[FFmpeg-devel] [PATCH 6/6] lavc/qsv-lavc/vpp: Promote gpu_copy to be a selectable parameter. GPU-copy is defaultly closed because it seems to be unstable.

2016-08-16 Thread Nablet Developer
From: ChaoX A Liu Signed-off-by: ChaoX A Liu --- libavcodec/qsv.c | 7 ++- libavcodec/qsv_internal.h | 1 + libavcodec/qsvdec.c | 22 +- libavcodec/qsvdec_h2645.c | 12 libavcodec/qsvdec_mpeg2.c | 6 ++ libavcodec/qsvdec_vc1.c | 6 ++

[FFmpeg-devel] [PATCH 0/6] fixes for HEVC GPU accelerated codec

2016-08-16 Thread Nablet Developer
We have create 6 patches based on latest ffmpeg-master: 3282e31baaa77d161a4451c27ad0d45f78e1da0a With these patches: 1. We modify HEVC plugin loading order, default to HW plugin, since HEVC can be supported in SKL platform. 2. Move code in vaapi_allocator.c to ffmpeg_qsv.c, and re

[FFmpeg-devel] [PATCH v9 01/11] avformat: Add fifo pseudo-muxer

2016-08-16 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - fixed "s@item" in muxers.texi - fixed second -> seconds in FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC comment - removed AVFormat *oformat from FifoContext (it is local variable now) - if reco

[FFmpeg-devel] [PATCH v6 10/11] avformat/fifo: Add AVFMT_FLAG_NONBLOCK support

2016-08-16 Thread sebechlebskyjan
From: Jan Sebechlebsky Add support for nonblocking calls. Signed-off-by: Jan Sebechlebsky --- No chanes since the last version of patch, rebased because of changes in the patch adding fifo. libavformat/fifo.c | 62 -- 1 file changed, 56 in

Re: [FFmpeg-devel] [PATCH] avfilter/vf_geq: add interpolation option

2016-08-16 Thread Michael Niedermayer
On Tue, Aug 16, 2016 at 08:54:16AM +0200, Paul B Mahol wrote: > On 8/16/16, Michael Niedermayer wrote: > > On Mon, Aug 15, 2016 at 08:15:10PM +0200, Paul B Mahol wrote: > >> Hi, > >> > >> patch attached. > > > > this mail has no attachments > > > > Sorry. > doc/filters.texi |3 +++ > li

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/16 15:40, Chao Liu wrote: > On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote: > cult... >> >> I used the ffmpeg_QSV/ffmpeg_libyami/ffmpeg_vaapi to do zero-copy mode >> transcode with default setting as profile case. >> > Perhaps you could share your test environment settings and the r

Re: [FFmpeg-devel] [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue

2016-08-16 Thread Ivan Uskov
Hello Jun, Thursday, August 11, 2016, 10:59:51 AM, you wrote: > From cafa70e97ce48b65e2a4a99782f6ce3557fef755 Mon Sep 17 00:00:00 2001 > From: Jun Zhao > Date: Thu, 11 Aug 2016 15:34:01 +0800 > Subject: [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop > issue. > the merge co

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/16 15:40, Chao Liu wrote: > On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote: > >> >> >> On 2016/8/16 11:07, Timothy Gu wrote: >>> Hi >>> >>> On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote: >>> On 2016/8/16 10:14, Chao Liu wrote: > Sorry for this little diversion:

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/16 15:37, Chao Liu wrote: > On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote: > >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: >>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: > On 15 Aug, Hendrik Leppkes wrote : >

Re: [FFmpeg-devel] [PATCH] avfilter: add bitplanenoise filter

2016-08-16 Thread Paul B Mahol
On 8/14/16, Paul B Mahol wrote: > Hi, > > patch attached. > Updated patch attached. 0001-avfilter-add-bitplanenoise-filter.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-d

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Chao Liu
On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote: > > > On 2016/8/16 11:07, Timothy Gu wrote: > > Hi > > > > On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote: > > > >> > >> > >> On 2016/8/16 10:14, Chao Liu wrote: > >>> Sorry for this little diversion: what are the differences between QSV > and >

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Chao Liu
On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote: > > > On 2016/8/16 10:14, Chao Liu wrote: > > On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: > > > >> > >> > >> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: > >>> On 15 Aug, Hendrik Leppkes wrote : > > On Mon, Aug 15, 2016 at 10:22 AM, Jun