Re: [FFmpeg-devel] [PATCH] swscale/ppc: Move VSX-using code to its own file

2018-12-02 Thread Lauri Kasanen
On Fri, 30 Nov 2018 14:05:26 +0200 Lauri Kasanen wrote: > On Fri, 30 Nov 2018 12:30:58 +0300 > Michael Kostylev wrote: > > > > >> Passes fate on LE (with "lavc/jrevdct: Avoid an aliasing violation" > > >> applied). Can anyone test BE? > > > > > > Ping. > > > > FATE becomes green as much as po

Re: [FFmpeg-devel] [PATCH 1/3] libdavs2: update api version and enable avx option

2018-12-02 Thread Liu Steven
> 在 2018年11月20日,上午9:51,hwrenx 写道: > > Signed-off-by: hwrenx > --- > configure | 2 +- > libavcodec/libdavs2.c | 3 +++ > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index b4f944c..1a9f874 100755 > --- a/configure > +++ b/configure > @@ -6

Re: [FFmpeg-devel] [PATCH v2] lavf/dashenc: Write media trailers when DASH trailer is written.

2018-12-02 Thread Jeyapal, Karthick
On 11/30/18 11:42 AM, Jeyapal, Karthick wrote: > > On 11/29/18 11:58 PM, Andrey Semashev wrote: >> This commit ensures that all (potentially, long) filesystem activity is >> performed when the user calls av_write_trailer on the DASH libavformat >> context, not when freeing the context. Also, this

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Added proper logging when io_open fails for write

2018-12-02 Thread Jeyapal, Karthick
On 11/30/18 10:55 AM, Karthick J wrote: > --- > libavformat/dashenc.c | 19 +-- > 1 file changed, 13 insertions(+), 6 deletions(-) > > diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c > index 04218af6a6..09207dcf44 100644 > --- a/libavformat/dashenc.c > +++ b/libavformat

Re: [FFmpeg-devel] [PATCH v2] lavf/dashenc: Use avpriv_io_delete to delete files.

2018-12-02 Thread Jeyapal, Karthick
On 11/30/18 2:33 PM, Andrey Semashev wrote: > This fixes incorrect handling of file pseudo-URIs (i.e. when the filename > starts with "file:"). > --- > libavformat/dashenc.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/libavformat/dashenc.c b/libavformat/dashe

Re: [FFmpeg-devel] MPEG DASH Profiles

2018-12-02 Thread Jeyapal, Karthick
>On 12/1/18, 5:27 AM, "Ronak" wrote: > >Hey all, > >Is there a reason why ffmpeg only uses the MPEG DASH LIVE profile? Even if I >want to do VOD, it reports that profile in the manifest files. > >I'm thinking of adding support to provide the 4 profiles that MPEG DASH >supports, and use the sa

Re: [FFmpeg-devel] [PATCH V1 0/2] Add libsvt HEVC encoder wrapper.

2018-12-02 Thread myp...@gmail.com
On Mon, Dec 3, 2018 at 9:32 AM Carl Eugen Hoyos wrote: > > 2018-12-03 2:17 GMT+01:00, myp...@gmail.com : > > On Sun, Dec 2, 2018 at 1:48 PM Gyan Doshi wrote: > >> > >> On 02-12-2018 11:08 AM, Jun Zhao wrote: > >> > The Scalable Video Technology for HEVC Encoder (SVT-HEVC Encoder) is an > >> > HEV

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

2018-12-02 Thread James Almer
On 12/2/2018 10:59 PM, myp...@gmail.com wrote: > On Sun, Dec 2, 2018 at 10:19 PM James Almer wrote: >> >> On 12/2/2018 2:38 AM, Jun Zhao wrote: >>> base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC >>> >>> Signed-off-by: Huang, Zhengxu >>> Signed-off-by: hassene >>> Signed-o

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

2018-12-02 Thread myp...@gmail.com
On Sun, Dec 2, 2018 at 6:25 PM Steven Liu wrote: > > > > > On Dec 2, 2018, at 13:38, Jun Zhao wrote: > > > > base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC > > > > Signed-off-by: Huang, Zhengxu > > Signed-off-by: hassene > > Signed-off-by: Jun Zhao > > --- > > configure

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

2018-12-02 Thread myp...@gmail.com
On Sun, Dec 2, 2018 at 10:20 PM James Almer wrote: > On 12/2/2018 7:24 AM, Steven Liu wrote: > > > > > >> On Dec 2, 2018, at 13:38, Jun Zhao wrote: > >> > >> base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC > >> > >> Signed-off-by: Huang, Zhengxu > >> Signed-off-by: hassen

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

2018-12-02 Thread myp...@gmail.com
On Mon, Dec 3, 2018 at 1:58 AM Moritz Barsnick wrote: > On Sun, Dec 02, 2018 at 13:38:48 +0800, Jun Zhao wrote: > > +{"intra_ref_type", "Intra Refresh Type 0: No intra refresh 1: CRA > (Open GOP) 2: IDR", OFFSET(svt_param.intra_ref_type), AV_OPT_TYPE_INT, { > .i64 = 1 }, 1, 2, VE }, > [...] >

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

2018-12-02 Thread myp...@gmail.com
On Sun, Dec 2, 2018 at 10:19 PM James Almer wrote: > > On 12/2/2018 2:38 AM, Jun Zhao wrote: > > base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC > > > > Signed-off-by: Huang, Zhengxu > > Signed-off-by: hassene > > Signed-off-by: Jun Zhao > > --- > > configure

Re: [FFmpeg-devel] [PATCH V1 0/2] Add libsvt HEVC encoder wrapper.

2018-12-02 Thread Carl Eugen Hoyos
2018-12-03 2:17 GMT+01:00, myp...@gmail.com : > On Sun, Dec 2, 2018 at 1:48 PM Gyan Doshi wrote: >> >> On 02-12-2018 11:08 AM, Jun Zhao wrote: >> > The Scalable Video Technology for HEVC Encoder (SVT-HEVC Encoder) is an >> > HEVC-compliant encoder library core that achieves excellent >> > density-

[FFmpeg-devel] [PATCH 1/2 v3] lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264

2018-12-02 Thread Jan Ekström
From: Rodger Combs These are registered identifiers at the MPEG-4 RA, which are defined as to be utilized for Dolby Vision AVC/HEVC streams that are not correctly presentable by standards-compliant AVC/HEVC players. According to the Dolby Vision specification for ISOBMFF, these sample entry code

Re: [FFmpeg-devel] [PATCH V1 2/2] Changelog: Add new entry for svt-hevc encoder

2018-12-02 Thread myp...@gmail.com
On Sun, Dec 2, 2018 at 4:00 PM Hendrik Leppkes wrote: > > On Sun, Dec 2, 2018 at 6:44 AM Jun Zhao wrote: > > > > Signed-off-by: Huang, Zhengxu > > Signed-off-by: hassene > > Signed-off-by: Jun Zhao > > --- > > Changelog |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > d

Re: [FFmpeg-devel] [PATCH V1 0/2] Add libsvt HEVC encoder wrapper.

2018-12-02 Thread myp...@gmail.com
On Sun, Dec 2, 2018 at 1:48 PM Gyan Doshi wrote: > > On 02-12-2018 11:08 AM, Jun Zhao wrote: > > The Scalable Video Technology for HEVC Encoder (SVT-HEVC Encoder) is an > > HEVC-compliant encoder library core that achieves excellent density-quality > > tradeoffs, and is highly optimized for IntelÂ

[FFmpeg-devel] [PATCH 2/2] lavf/mov: document the dvh1 codec switch based on hvcC availability

2018-12-02 Thread Jan Ekström
--- libavformat/mov.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index ec57a05803..497790522f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1903,6 +1903,11 @@ static int mov_read_glbl(MOVContext *c, AVIOContext *pb, MOVAtom atom)

Re: [FFmpeg-devel] [PATCH] avcodec/r210: use correct pixel format

2018-12-02 Thread Michael Niedermayer
On Sun, Dec 02, 2018 at 06:06:56PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/r210dec.c | 38 ++- > libavcodec/r210enc.c | 26 +++- > tests/ref/vsynth/vsynth1-r210 | 6 +++--- > tests/ref/vsynt

Re: [FFmpeg-devel] [PATCH]tests/api-flac-test: Rename NUMBER_OF_FRAMES as NUMBER_OF_AUDIO_FRAMES

2018-12-02 Thread Carl Eugen Hoyos
2018-12-03 1:17 GMT+01:00, Carl Eugen Hoyos : > Hi! > > Both aix and sunos define NUMBER_OF_FRAMES in a system header (as > _NUMBER_OF_FRAMES), attached patch fixes a warning when running fate. Only aix... Carl Eugen ___ ffmpeg-devel mailing list ffmpeg

[FFmpeg-devel] [PATCH]tests/api-flac-test: Rename NUMBER_OF_FRAMES as NUMBER_OF_AUDIO_FRAMES

2018-12-02 Thread Carl Eugen Hoyos
Hi! Both aix and sunos define NUMBER_OF_FRAMES in a system header (as _NUMBER_OF_FRAMES), attached patch fixes a warning when running fate. Please comment, Carl Eugen From 7360f2e9721b88bb58e55f05911b16222c249e59 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 3 Dec 2018 01:14:24 +010

Re: [FFmpeg-devel] [PATCH] hwcontext_opencl: Use correct function to enumerate devices

2018-12-02 Thread Mark Thompson
On 28/11/2018 00:50, Song, Ruiling wrote: >> -Original Message- >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of >> Mark Thompson >> Sent: Wednesday, November 28, 2018 8:17 AM >> To: ffmpeg-devel@ffmpeg.org >> Subject: [FFmpeg-devel] [PATCH] hwcontext_opencl: Use

Re: [FFmpeg-devel] [PATCH V2] lavf: add transpose_opencl filter

2018-12-02 Thread Mark Thompson
On 28/11/2018 02:27, Ruiling Song wrote: > Signed-off-by: Ruiling Song > --- > configure | 1 + > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/opencl/transpose.cl | 35 + > libavfilter/opencl_source.h

Re: [FFmpeg-devel] [PATCH] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Mark Thompson
On 02/12/2018 21:58, Carl Eugen Hoyos wrote: > 2018-12-02 22:35 GMT+01:00, Mark Thompson : >> On 02/12/2018 21:12, Carl Eugen Hoyos wrote: >>> 2018-12-02 20:46 GMT+01:00, Mark Thompson : On 02/12/2018 12:49, Carl Eugen Hoyos wrote: > 2018-11-23 1:48 GMT+01:00, Carl Eugen Hoyos : >> 201

Re: [FFmpeg-devel] [PATCH] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Carl Eugen Hoyos
2018-12-02 22:35 GMT+01:00, Mark Thompson : > On 02/12/2018 21:12, Carl Eugen Hoyos wrote: >> 2018-12-02 20:46 GMT+01:00, Mark Thompson : >>> On 02/12/2018 12:49, Carl Eugen Hoyos wrote: 2018-11-23 1:48 GMT+01:00, Carl Eugen Hoyos : > 2018-11-22 23:47 GMT+01:00, Mark Thompson : >> Stan

Re: [FFmpeg-devel] [PATCH] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Mark Thompson
On 02/12/2018 21:12, Carl Eugen Hoyos wrote: > 2018-12-02 20:46 GMT+01:00, Mark Thompson : >> On 02/12/2018 12:49, Carl Eugen Hoyos wrote: >>> 2018-11-23 1:48 GMT+01:00, Carl Eugen Hoyos : 2018-11-22 23:47 GMT+01:00, Mark Thompson : > Standard sed does not support EREs. Please me

Re: [FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Mark Thompson
On 02/12/2018 20:51, Andreas Rheinhardt wrote: > Mark Thompson: >> On 01/12/2018 07:52, Andreas Rheinhardt wrote: >>> Signed-off-by: Andreas Rheinhardt >>> --- >>> https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample >>> containing Time Code SEI messages. Parsing it currently fails >>>

Re: [FFmpeg-devel] [PATCH] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Carl Eugen Hoyos
2018-12-02 20:46 GMT+01:00, Mark Thompson : > On 02/12/2018 12:49, Carl Eugen Hoyos wrote: >> 2018-11-23 1:48 GMT+01:00, Carl Eugen Hoyos : >>> 2018-11-22 23:47 GMT+01:00, Mark Thompson : Standard sed does not support EREs. >>> >>> Please mention ticket #7310 in the commit message. >> >> Ping.

Re: [FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Andreas Rheinhardt
Mark Thompson: > On 01/12/2018 07:52, Andreas Rheinhardt wrote: >> Signed-off-by: Andreas Rheinhardt >> --- >> https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample >> containing Time Code SEI messages. Parsing it currently fails >> because counting_type is detected as out of range. Of c

Re: [FFmpeg-devel] avcodec/proresaw_enc : improvment (vendor and color properties, 4444Xq)

2018-12-02 Thread Martin Vignali
Hello, No strong opinion about the func name, so change to ff_int_from_list_or_default Change int array to const int (in func and in prores_aw) Martin 0003-avcodec-prores_aw-only-set-color-prim-trc-space.patch Description: Binary data 0001-avcodec-utils-add-ff_int_from_list_or_default-func.pa

Re: [FFmpeg-devel] [PATCH 2/2] trace_headers: Update documentation

2018-12-02 Thread Mark Thompson
On 01/12/2018 07:52, Andreas Rheinhardt wrote: > It also supports AV1 and (M)JPEG. > > Signed-off-by: Andreas Rheinhardt > --- > doc/bitstream_filters.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi > index

Re: [FFmpeg-devel] [PATCH 1/2] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Mark Thompson
On 01/12/2018 07:52, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > https://trac.ffmpeg.org/ticket/4141#comment:9 contains a sample > containing Time Code SEI messages. Parsing it currently fails > because counting_type is detected as out of range. Of course, it is not. > >

Re: [FFmpeg-devel] [PATCH] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Mark Thompson
On 02/12/2018 12:49, Carl Eugen Hoyos wrote: > 2018-11-23 1:48 GMT+01:00, Carl Eugen Hoyos : >> 2018-11-22 23:47 GMT+01:00, Mark Thompson : >>> Standard sed does not support EREs. >> >> Please mention ticket #7310 in the commit message. > > Ping. I was waiting for: > The Darwin version script pa

Re: [FFmpeg-devel] [PATCH] configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early

2018-12-02 Thread James Almer
On 12/2/2018 4:07 PM, Paul B Mahol wrote: > On 12/2/18, James Almer wrote: >> On 12/2/2018 3:53 PM, Paul B Mahol wrote: >>> On 12/2/18, James Almer wrote: On 12/2/2018 2:51 PM, Paul B Mahol wrote: > Fixes #4517. > > Signed-off-by: Paul B Mahol > --- > configure | 4 ++--

Re: [FFmpeg-devel] [PATCH] configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early

2018-12-02 Thread Paul B Mahol
On 12/2/18, James Almer wrote: > On 12/2/2018 3:53 PM, Paul B Mahol wrote: >> On 12/2/18, James Almer wrote: >>> On 12/2/2018 2:51 PM, Paul B Mahol wrote: Fixes #4517. Signed-off-by: Paul B Mahol --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

Re: [FFmpeg-devel] [PATCH] configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early

2018-12-02 Thread James Almer
On 12/2/2018 3:53 PM, Paul B Mahol wrote: > On 12/2/18, James Almer wrote: >> On 12/2/2018 2:51 PM, Paul B Mahol wrote: >>> Fixes #4517. >>> >>> Signed-off-by: Paul B Mahol >>> --- >>> configure | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/configure b/config

Re: [FFmpeg-devel] [PATCH] configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early

2018-12-02 Thread Paul B Mahol
On 12/2/18, James Almer wrote: > On 12/2/2018 2:51 PM, Paul B Mahol wrote: >> Fixes #4517. >> >> Signed-off-by: Paul B Mahol >> --- >> configure | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/configure b/configure >> index 2af6c0d797..7c55274efa 100755 >> --- a/c

Re: [FFmpeg-devel] [PATCH] configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early

2018-12-02 Thread James Almer
On 12/2/2018 2:51 PM, Paul B Mahol wrote: > Fixes #4517. > > Signed-off-by: Paul B Mahol > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index 2af6c0d797..7c55274efa 100755 > --- a/configure > +++ b/configure > @@ -6065,11 +

[FFmpeg-devel] [PATCH] configure: check if dlfcn.h is present for ladspa and frei0r, if not abort early

2018-12-02 Thread Paul B Mahol
Fixes #4517. Signed-off-by: Paul B Mahol --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 2af6c0d797..7c55274efa 100755 --- a/configure +++ b/configure @@ -6065,11 +6065,11 @@ enabled chromaprint && require chromaprint chrom

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

2018-12-02 Thread Moritz Barsnick
On Sun, Dec 02, 2018 at 13:38:48 +0800, Jun Zhao wrote: > +{"intra_ref_type", "Intra Refresh Type 0: No intra refresh 1: CRA (Open > GOP) 2: IDR", OFFSET(svt_param.intra_ref_type), AV_OPT_TYPE_INT, { .i64 = 1 > }, 1, 2, VE }, [...] > +{"profile", "Profile now support[1,2], Main Still Pict

Re: [FFmpeg-devel] [PATCH V1 2/2] Changelog: Add new entry for svt-hevc encoder

2018-12-02 Thread Moritz Barsnick
On Sun, Dec 02, 2018 at 13:38:49 +0800, Jun Zhao wrote: > Changelog |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) This belongs merged into the commit which implements this. Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org ht

Re: [FFmpeg-devel] [PATCH] avcodec/r210: use correct pixel format

2018-12-02 Thread Paul B Mahol
On 12/2/18, Carl Eugen Hoyos wrote: > 2018-12-02 18:06 GMT+01:00, Paul B Mahol : >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/r210dec.c | 38 ++- >> libavcodec/r210enc.c | 26 +++- >> tests/ref/vsynth/vsynth1-r210 | 6

Re: [FFmpeg-devel] [PATCH] avcodec/r210: use correct pixel format

2018-12-02 Thread Carl Eugen Hoyos
2018-12-02 18:06 GMT+01:00, Paul B Mahol : > Signed-off-by: Paul B Mahol > --- > libavcodec/r210dec.c | 38 ++- > libavcodec/r210enc.c | 26 +++- > tests/ref/vsynth/vsynth1-r210 | 6 +++--- > tests/ref/vsynth/vsynth2-r210 | 6

[FFmpeg-devel] [PATCH] avcodec/r210: use correct pixel format

2018-12-02 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/r210dec.c | 38 ++- libavcodec/r210enc.c | 26 +++- tests/ref/vsynth/vsynth1-r210 | 6 +++--- tests/ref/vsynth/vsynth2-r210 | 6 +++--- tests/ref/vsynth/vsynth3-r210 | 6 +++--- 5 f

Re: [FFmpeg-devel] avcodec/proresaw_enc : improvment (vendor and color properties, 4444Xq)

2018-12-02 Thread Michael Niedermayer
On Sun, Dec 02, 2018 at 01:52:49PM +0100, Martin Vignali wrote: > Hello, > > New patch in attach > > 001 : add ff_int_is_in_list func to libavcodec/utils.c > 002 : add vendor option (unchanged) > 003 : only write color properties if supported (use new ff_int_is_in_list > func) > 004 : Add 444Xq (

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

2018-12-02 Thread James Almer
On 12/2/2018 7:24 AM, Steven Liu wrote: > > >> On Dec 2, 2018, at 13:38, Jun Zhao wrote: >> >> base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC >> >> Signed-off-by: Huang, Zhengxu >> Signed-off-by: hassene >> Signed-off-by: Jun Zhao >> --- >> configure|

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

2018-12-02 Thread James Almer
On 12/2/2018 2:38 AM, Jun Zhao wrote: > base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC > > Signed-off-by: Huang, Zhengxu > Signed-off-by: hassene > Signed-off-by: Jun Zhao > --- > configure|4 + > libavcodec/Makefile |1 + > libavcodec/allco

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/dashenc: Added an option to ignore io errors

2018-12-02 Thread Jeyapal, Karthick
On 11/28/18 10:36 PM, Karthick J wrote: > When dashenc has to run for long duration(say 24x7 live stream), one can > enable this option to ignore the io failure of few segment's upload due to an > intermittent network issues. > When the network connection recovers dashenc will continue with the

Re: [FFmpeg-devel] [PATCH 2/2] lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.

2018-12-02 Thread Jeyapal, Karthick
On 11/28/18 10:28 PM, Jeyapal, Karthick wrote: > > On 11/28/18 5:06 PM, Andrey Semashev wrote: >> This fixes HLS manifests being left behind if remove_at_exit is set. >> --- >> libavformat/dashenc.c | 12 >> 1 file changed, 12 insertions(+) >> >> diff --git a/libavformat/dashenc.c b/

Re: [FFmpeg-devel] [PATCH] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Carl Eugen Hoyos
2018-11-23 1:48 GMT+01:00, Carl Eugen Hoyos : > 2018-11-22 23:47 GMT+01:00, Mark Thompson : >> Standard sed does not support EREs. > > Please mention ticket #7310 in the commit message. Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.

Re: [FFmpeg-devel] avcodec/proresaw_enc : improvment (vendor and color properties, 4444Xq)

2018-12-02 Thread Martin Vignali
Hello, New patch in attach 001 : add ff_int_is_in_list func to libavcodec/utils.c 002 : add vendor option (unchanged) 003 : only write color properties if supported (use new ff_int_is_in_list func) 004 : Add 444Xq (unchanged) Martin 0003-avcodec-prores_aw-only-set-color-prim-trc-space.patch De

Re: [FFmpeg-devel] avcodec/proresdec : add 12b decoding support

2018-12-02 Thread Martin Vignali
Pushed, thanks. Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2018-12-02 Thread Steven Liu
> On Dec 2, 2018, at 13:38, Jun Zhao wrote: > > base on patch by Huang, Zhengxu from https://github.com/intel/SVT-HEVC > > Signed-off-by: Huang, Zhengxu > Signed-off-by: hassene > Signed-off-by: Jun Zhao > --- > configure|4 + > libavcodec/Makefile |1 + > libavco

Re: [FFmpeg-devel] [PATCH V1 2/2] Changelog: Add new entry for svt-hevc encoder

2018-12-02 Thread Hendrik Leppkes
On Sun, Dec 2, 2018 at 6:44 AM Jun Zhao wrote: > > Signed-off-by: Huang, Zhengxu > Signed-off-by: hassene > Signed-off-by: Jun Zhao > --- > Changelog |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Changelog b/Changelog > index 1f53ff4..eca6327 100644 > --- a/Cha