[FFmpeg-cvslog] avcodec: Add an SVT-AV1 encoder wrapper

2020-07-29 Thread Daryl Seah
ffmpeg | branch: master | Daryl Seah | Fri Jan 18 02:11:38 2019 +| [0e20dee5c21a40f23ecfe7af2c360493a169c0f0] | committer: James Almer avcodec: Add an SVT-AV1 encoder wrapper Signed-off-by: Daryl Seah Signed-off-by: Jing SUN Signed-off-by: ZhiZhen Tang Signed-off-by: Zhong Li Signed-of

[FFmpeg-cvslog] avcodec/libsvt_av1: remove forced-idr option

2020-07-29 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Jul 29 22:38:44 2020 +0200| [6ceaeecaf562020f25beab0614157fb2dae32391] | committer: James Almer avcodec/libsvt_av1: remove forced-idr option This option is directly copy-pasted from the SVT1-HEVC wrapper and has no place in the options for an AV1 encoder.

[FFmpeg-cvslog] avformat/hlsenc: increase initial program date time precision

2020-07-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jul 18 23:57:42 2020 +0200| [b2318c1e537f15c4c23f302a5193d6218dffdde8] | committer: Marton Balint avformat/hlsenc: increase initial program date time precision Also query time only once, not for every variant stream, otherwise variant streams might

[FFmpeg-cvslog] fftools/ffmpeg: make specifying thread_queue_size turn on threaded input

2020-07-29 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jul 4 23:43:12 2020 +0200| [53a4620fbae20b640d7fd75a64a6d3ff6dcc8b43] | committer: Marton Balint fftools/ffmpeg: make specifying thread_queue_size turn on threaded input Threaded input can increase smoothness of e.g. x11grab significantly. Before

[FFmpeg-cvslog] avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips.

2020-07-29 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Wed Jul 29 18:11:00 2020 +0800| [1563b4b4c615e2264c2d302b97b1d507e153255c] | committer: Michael Niedermayer avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips. Failed fate case: fate-h264-conformance-caba2_sony_e Clang is more strict in the use of reg

[FFmpeg-cvslog] avcodec/mips: Fix segfault in imdct36_mips_float.

2020-07-29 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Wed Jul 29 18:11:01 2020 +0800| [bd4f37f2ebf5870083c2343cbed6846aee63e6a5] | committer: Michael Niedermayer avcodec/mips: Fix segfault in imdct36_mips_float. 'li.s' is a synthesized instruction, it does not work properly when compiled with clang on mips,

[FFmpeg-cvslog] libavcodec/pgxdec Fix pix format selection error

2020-07-29 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Wed Jul 29 21:37:11 2020 +0530| [8821df6fcfc0a3b75c7079617f5917c031d0a63c] | committer: Michael Niedermayer libavcodec/pgxdec Fix pix format selection error This patch makes the pgx decoder select the correct byte order instead of selecting big e

[FFmpeg-cvslog] libavcodec/j2kenc: Encoding up to 16 bits

2020-07-29 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Wed Jul 29 21:37:10 2020 +0530| [9d302efdf2bc1b48896e34574f5a675c6e441a81] | committer: Michael Niedermayer libavcodec/j2kenc: Encoding up to 16 bits This patch allows the JPEG2000 encoder to encode images to up to 16 bits. Signed-off-by: Michae

[FFmpeg-cvslog] avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by clang.

2020-07-29 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Wed Jul 29 18:10:59 2020 +0800| [0e0a9ca04822f7d3ce0792f5cec3be7b2c738f9a] | committer: Michael Niedermayer avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by clang. GCC support these two synthesized instruction, but clang does

[FFmpeg-cvslog] avcodec/mips: Fix register constraint error reported by clang.

2020-07-29 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Wed Jul 29 18:10:58 2020 +0800| [44699db6db32e7077d6fc5a1cf0c81463ee5d791] | committer: Michael Niedermayer avcodec/mips: Fix register constraint error reported by clang. Clang report following error in aacsbr_mips.c,ac3dsp_mips.c and aacdec_mips.c: "coul

[FFmpeg-cvslog] avcodec/options_table: make AVCodecContext->level search for child constants

2020-07-29 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 29 19:08:17 2020 -0300| [8a3f561c341fb2c2b7667c38a6801e2633257577] | committer: James Almer avcodec/options_table: make AVCodecContext->level search for child constants This change makes it possible for child encoders to define custom level option

[FFmpeg-cvslog] avformat/apm: fix APM_FILE_HEADER_SIZE value

2020-07-29 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Wed Jul 29 22:06:50 2020 +1000| [be3c10d5517824318254a99007c7b1c07559c264] | committer: Zane van Iperen avformat/apm: fix APM_FILE_HEADER_SIZE value Value was incorrectly changed in 3bf1be210150b435c51c7c8eb8fd05a1fca08814. Signed-off-by: Zane van I