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

2019-03-29 Thread Sun, Jing A
On Thursday, March 28, 2019 5:20 AM, Mark Thompson wrote: >Looking at what the highDynamicRangeInput field actually does >, > I don't think it makes sense for this external "hdr"

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

2019-03-27 Thread Mark Thompson
On 27/03/2019 17:13, Vittorio Giovara wrote: > On Tue, Mar 26, 2019 at 10:47 PM Jing Sun wrote: > >> Signed-off-by: Zhengxu Huang >> Signed-off-by: Hassene Tmar >> Signed-off-by: Jun Zhao >> Signed-off-by: Jing Sun >> --- >> configure| 4 + >> libavcodec/Makefile |

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

2019-03-27 Thread Vittorio Giovara
On Tue, Mar 26, 2019 at 10:47 PM Jing Sun wrote: > Signed-off-by: Zhengxu Huang > Signed-off-by: Hassene Tmar > Signed-off-by: Jun Zhao > Signed-off-by: Jing Sun > --- > configure| 4 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + >

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

2019-03-26 Thread Jing Sun
Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jun Zhao Signed-off-by: Jing Sun --- configure| 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libsvt_hevc.c | 502 +++ 4

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

2019-03-26 Thread Carl Eugen Hoyos
2019-03-25 6:42 GMT+01:00, Sun, Jing A : > Friday, March 22, 2019 5:54 PM, Carl Eugen Hoyos: > >>What I meant is: >>I don't understand the comment (and your mail), it says above the >> functionality has to be disabled but you write it works fine. >>The comment is (still) unclear imo. > >>Carl

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

2019-03-24 Thread Sun, Jing A
Friday, March 22, 2019 5:54 PM, Carl Eugen Hoyos: >What I meant is: >I don't understand the comment (and your mail), it says above the >functionality has to be disabled but you write it works fine. >The comment is (still) unclear imo. >Carl Eugen Hi Carl, it works functionally, but there is

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

2019-03-21 Thread 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 format > +// supported by SVT-HEVC

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

2019-03-21 Thread Jing Sun
Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jun Zhao Signed-off-by: Jing Sun --- configure| 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libsvt_hevc.c | 501 +++ 4

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

2019-03-21 Thread Carl Eugen Hoyos
2019-03-21 5:10 GMT+01:00, Jing Sun : > +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 format > +// supported by SVT-HEVC requires an extra

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

2019-03-20 Thread Jing Sun
Signed-off-by: Zhengxu Huang Signed-off-by: Hassene Tmar Signed-off-by: Jun Zhao Signed-off-by: Jing Sun --- configure| 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libsvt_hevc.c | 505 +++ 4