[FFmpeg-devel] [PATCH] lavf/mpegts: add support for AVS2

2018-05-26 Thread hwren
Signed-off-by: hwren --- libavformat/mpegts.c | 1 + libavformat/mpegts.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 5f53f77..6674cd0 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -735,6 +735,7 @@

[FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-26 Thread hwren
Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library for AVS2 encoding. Signed-off-by: hwren --- Changelog| 2 +- configure| 6 + doc/general.texi | 8 ++ libavcodec/Makefile | 1 +

[FFmpeg-devel] [PATCH] lavf/mpegtsenc: add support for AVS2

2018-05-26 Thread hwren
Signed-off-by: hwren --- libavformat/mpegtsenc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 3339e26..8b4f730 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/mpegtsenc.c @@ -344,6 +344,9 @@ static int

Re: [FFmpeg-devel] [PATCH] Limited timecode support for lavd/decklink

2018-05-26 Thread Marton Balint
On Fri, 25 May 2018, Jonathan Morley wrote: Attached are the two patches to address your feedback, Marton. Please advise. Your mail contains no attachments as far as I see. Regards, Marton ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-26 Thread Gyan Doshi
Hi Lou, Most sectioning and formatting suggestions applied locally. On 26-05-2018 03:50 AM, Lou Logan wrote: Examples are often * itemized by convention, but the resulting text justification such verbose examples makes them hard to read in HTML format. I would ditch the itemization. Part of

Re: [FFmpeg-devel] [PATCH] avformat/mxf: fix NTSC 59.94 samples per frame layout

2018-05-26 Thread Tomas Härdin
tor 2018-05-24 klockan 22:27 +0200 skrev Marton Balint: > FFmbc uses this. > bmx uses this. > XAVC MXF Mapping and Operating Points prefers this. > Basic rounding rules also yields these numbers. > > > Signed-off-by: Marton Balint > --- >  libavformat/mxf.c | 2 +- >  1 file

[FFmpeg-devel] [PATCH 1/2] cmdutils: print missing caps in print_codec().

2018-05-26 Thread Jun Zhao
print full caps type in print_codec(). Signed-off-by: Jun Zhao --- fftools/cmdutils.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 8ffc9d2..4f2e0a2 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@

[FFmpeg-devel] [PATCH 2/2] cmdutils: dump HWAccel type in print_codec()

2018-05-26 Thread Jun Zhao
dump the hwaccel type for codec when use the command like ./ffmpeg -h decoder=h264. Signed-off-by: Jun Zhao --- fftools/cmdutils.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 4f2e0a2..14b 100644 ---

[FFmpeg-devel] [PATCH 0/2] dump more codec information

2018-05-26 Thread Jun Zhao
- print full capabilities - dump hwaccel type support by codec Jun Zhao (2): cmdutils: print missing caps in print_codec(). cmdutils: dump HWAccel type in print_codec() fftools/cmdutils.c | 21 + 1 file changed, 21 insertions(+) -- 2.7.4

Re: [FFmpeg-devel] [PATCH] Limited timecode support for lavd/decklink

2018-05-26 Thread Jonathan Morley
Attaching again from another mail client. On Sat, May 26, 2018 at 12:23 AM, Marton Balint wrote: > > > On Fri, 25 May 2018, Jonathan Morley wrote: > > Attached are the two patches to address your feedback, Marton. Please >> advise. >> >> > Your mail contains no attachments as

Re: [FFmpeg-devel] [PATCH 2/2] cmdutils: dump HWAccel type in print_codec()

2018-05-26 Thread Mark Thompson
On 26/05/18 14:14, Jun Zhao wrote: > dump the hwaccel type for codec when use the command like > ./ffmpeg -h decoder=h264. > > Signed-off-by: Jun Zhao > --- > fftools/cmdutils.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/fftools/cmdutils.c

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: Use the colour properties from the input stream when doing transcode

2018-05-26 Thread Mark Thompson
On 25/05/18 07:57, Tobias Rapp wrote: > On 25.05.2018 07:58, Xiang, Haihao wrote: >> On Thu, 2018-05-24 at 11:15 +0100, Mark Thompson wrote: >>> >>> For example: >>> >>> ffmpeg -i bt709_input.mkv -vf colorspace=bt2020 bt2020_output.mkv >>> >>> will have the output file marked as BT.709 after this

Re: [FFmpeg-devel] [PATCH 2/2] libavfilter/vf_nlmeans: add amount parameter

2018-05-26 Thread Paul B Mahol
On 5/18/18, Clement Boesch wrote: > On Sat, May 12, 2018 at 10:24:35PM +0200, Paul B Mahol wrote: >> For better control of denoising. >> >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 4 >> libavfilter/vf_nlmeans.c | 5 - >> 2 files

Re: [FFmpeg-devel] [INFO]AMD D3D11 to OpenCL interop extension for NV12 and P010 textures - split planes

2018-05-26 Thread Mark Thompson
On 24/05/18 15:26, Mironov, Mikhail wrote: > AMD has published OpenCL extension which allows split D3D11 texture interoped > as a single 2D image into two 2D images representing Y and UV planes. > https://www.khronos.org/registry/OpenCL/extensions/amd/cl_amd_planar_yuv.txt Nice! That looks like

Re: [FFmpeg-devel] [PATCH] libavformat: add mbedTLS based TLS

2018-05-26 Thread Reino Wijnsma
On 23-5-2018 2:11, Reino Wijnsma wrote: > On 22-4-2018 14:47, Thomas Volkert wrote: >> +enabled mbedtls && { check_pkg_config mbedtls mbedtls >> mbedtls/x509_crt.h mbedtls_x509_crt_init || >> + check_pkg_config mbedtls

Re: [FFmpeg-devel] [PATCH] libavcodec/cedrus264: h264 hardware encoding for Allwinner H2/H3

2018-05-26 Thread James Almer
On 5/26/2018 10:51 AM, daniel.kuc...@gmail.com wrote: > From: Daniel Kucera > > Signed-off-by: Daniel Kucera > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/arm/sunxi/cedar_ve.h | 79

[FFmpeg-devel] [PATCH] v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probing

2018-05-26 Thread Mark Thompson
--- libavcodec/v4l2_m2m_dec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/v4l2_m2m_dec.c b/libavcodec/v4l2_m2m_dec.c index bca45be148..598dc10781 100644 --- a/libavcodec/v4l2_m2m_dec.c +++ b/libavcodec/v4l2_m2m_dec.c @@ -221,7 +221,8 @@ AVCodec ff_ ## NAME ##

Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-26 Thread Moritz Barsnick
On Sat, May 26, 2018 at 14:08:56 +0800, hwren wrote: > Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library > for AVS2 encoding. [...] > +.long_name = NULL_IF_CONFIG_SMALL("raw Chinese AVS2 (2nd Audio > Video Standard)"), Is that really the name of the codec?

Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-26 Thread Mark Thompson
On 26/05/18 07:08, hwren wrote: > Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library > for AVS2 encoding. > > Signed-off-by: hwren > --- > Changelog| 2 +- > configure| 6 + > doc/general.texi | 8 ++ >

Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libdavs2 decoder

2018-05-26 Thread Mark Thompson
On 26/05/18 05:41, hwren wrote: > Add Chinese AVS2 video decoder, FFmpeg can make use of the libdavs2 library > for AVS2 decoding. > > Signed-off-by: hwren > --- > Changelog | 1 + > configure | 6 ++ > doc/general.texi| 8 ++ >

Re: [FFmpeg-devel] [PATCH] libavcodec/cedrus264: h264 hardware encoding for Allwinner H2/H3

2018-05-26 Thread Mark Thompson
On 26/05/18 14:51, daniel.kuc...@gmail.com wrote: > From: Daniel Kucera > > Signed-off-by: Daniel Kucera > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/arm/sunxi/cedar_ve.h | 79

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-26 Thread Lou Logan
On Sat, May 26, 2018, at 12:33 AM, Gyan Doshi wrote: > > Part of the ugliness is due to how the code fragments are rendered: with > vertical margins, creating uneven line spacing. Do you mind if I reduce > or eliminate those margins? Which file sets those margins? The ugly justified text in the

Re: [FFmpeg-devel] [PATCH 11/26] vaapi_encode: Add common options between all encoders

2018-05-26 Thread Mark Thompson
On 25/05/18 07:01, Xiang, Haihao wrote: > > Hi Mark > > Do you plan to merge this commit any time soon? There are quite a few changes throughout the set, I'll resend it soon. - Mark ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 1/2] cmdutils: print missing caps in print_codec().

2018-05-26 Thread Reto Kromer
Jun Zhao wrote: >print full caps type in print_codec(). > >Signed-off-by: Jun Zhao >--- > fftools/cmdutils.c | 10 ++ > 1 file changed, 10 insertions(+) > >diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c >index 8ffc9d2..4f2e0a2 100644 >--- a/fftools/cmdutils.c

Re: [FFmpeg-devel] [PATCH 1/2] cmdutils: print missing caps in print_codec().

2018-05-26 Thread Mark Thompson
On 26/05/18 14:14, Jun Zhao wrote: > print full caps type in print_codec(). > > Signed-off-by: Jun Zhao > --- > fftools/cmdutils.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c > index 8ffc9d2..4f2e0a2 100644 >

Re: [FFmpeg-devel] [PATCH]lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame

2018-05-26 Thread Mark Thompson
On 24/05/18 17:57, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #7227 here, -skip_frame nokey shows no > warnings on decoding with this change and still decodes less frames > than -skip_frame nointra (which shows many warnings). > > Please comment, Carl Eugen > > > From

[FFmpeg-devel] [PATCH] libavcodec/cedrus264: h264 hardware encoding for Allwinner H2/H3

2018-05-26 Thread daniel . kucera
From: Daniel Kucera Signed-off-by: Daniel Kucera --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/arm/sunxi/cedar_ve.h | 79 ++ libavcodec/arm/sunxi/ion.h | 377

[FFmpeg-devel] [PATCH] avfilter: add anlmeans audio filter

2018-05-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/af_anlmeans.c | 282 ++ libavfilter/allfilters.c | 1 + 3 files changed, 284 insertions(+) create mode 100644 libavfilter/af_anlmeans.c diff --git

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-26 Thread Gyan Doshi
On 27-05-2018 02:37 AM, Lou Logan wrote: On Sat, May 26, 2018, at 12:33 AM, Gyan Doshi wrote: Part of the ugliness is due to how the code fragments are rendered: with vertical margins, creating uneven line spacing. Do you mind if I reduce or eliminate those margins? Which file sets those

Re: [FFmpeg-devel] [PATCH] v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probing

2018-05-26 Thread Michael Niedermayer
On Sat, May 26, 2018 at 05:16:10PM +0100, Mark Thompson wrote: > --- > libavcodec/v4l2_m2m_dec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB He who knows, does not speak. He who speaks, does

[FFmpeg-devel] [PATCH v2 1/2] cmdutils: print missing caps in print_codec().

2018-05-26 Thread Jun Zhao
print full caps type in print_codec(). Signed-off-by: Jun Zhao --- fftools/cmdutils.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 8ffc9d2..70234b8 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@

[FFmpeg-devel] [PATCH v2 0/2] dump more codec information

2018-05-26 Thread Jun Zhao
V2: - fix the alignment as Reto Kromer's comment - improve the characterization as Mark's comments Jun Zhao (2): cmdutils: print missing caps in print_codec(). cmdutils: dump supported hardware devices in print_codec() fftools/cmdutils.c | 21 + 1 file changed, 21

[FFmpeg-devel] [PATCH v2 2/2] cmdutils: dump supported hardware devices in print_codec()

2018-05-26 Thread Jun Zhao
dump the supported hardware devices for codec when use the command like ./ffmpeg -h decoder=h264. Signed-off-by: Jun Zhao --- fftools/cmdutils.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 70234b8..844f433