[FFmpeg-cvslog] doc: Add dev_community/community.md for general assembly and main elections process.

2020-10-19 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Mon Oct 19 14:35:14 2020 +0200| [4ccb68dc670bbc98b4dede6f21615343dd46561e] | committer: Thilo Borgmann doc: Add dev_community/community.md for general assembly and main elections process. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c

[FFmpeg-cvslog] dnn_backend_tf.c: add option sess_config for tf backend

2020-10-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Oct 12 15:52:26 2020 +0800| [c4a3dbe726150d9217a4d3fed47b012839e33d82] | committer: Guo, Yejun dnn_backend_tf.c: add option sess_config for tf backend TensorFlow C library accepts config for session options to set different parameters for the inferenc

[FFmpeg-cvslog] avdevice/alldevices: stop using deprecated linked list API

2020-10-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 9 11:58:37 2020 -0300| [ac36080b2d9d35a81ea2093d1dbb75717b469691] | committer: James Almer avdevice/alldevices: stop using deprecated linked list API Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac36080

[FFmpeg-cvslog] avformat/options: use the iterate API in format_child_class_next()

2020-10-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 9 23:52:28 2020 -0300| [bddf53841a3efc228b143ee51c8db0daa78643e1] | committer: James Almer avformat/options: use the iterate API in format_child_class_next() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] tools/target_dem_fuzzer: switch to the iterate API

2020-10-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 9 23:59:40 2020 -0300| [a8a1a58af322b1a03f0c8d0f60ed902e0eb1663a] | committer: James Almer tools/target_dem_fuzzer: switch to the iterate API Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8a1a58af322b1a

[FFmpeg-cvslog] tools/target_dec_fuzzer: remove calls to avcodec_register*()

2020-10-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 10 00:32:04 2020 -0300| [3e4214109a1ef394af8cc92064deff254989bf09] | committer: James Almer tools/target_dec_fuzzer: remove calls to avcodec_register*() They are no longer needed. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avfilter/af_aiir: fix sp2zp mapping

2020-10-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 19 18:34:50 2020 +0200| [f7379eafd276fd105441367759d4ca45f4c8d363] | committer: Paul B Mahol avfilter/af_aiir: fix sp2zp mapping > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7379eafd276fd105441367759d4ca45f4c8d363 --- libavfilte

[FFmpeg-cvslog] avfilter/af_aiir: remove unused argument

2020-10-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 19 18:38:43 2020 +0200| [5da94413d146fee2d3dab2339949f15952175481] | committer: Paul B Mahol avfilter/af_aiir: remove unused argument > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5da94413d146fee2d3dab2339949f15952175481 --- libav

[FFmpeg-cvslog] avcodec/movtextenc: Simplify writing to AVBPrint

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 15 15:29:13 2020 +0200| [82c636313de07ecb11ed2100cc682e8503b24398] | committer: Andreas Rheinhardt avcodec/movtextenc: Simplify writing to AVBPrint The mov_text encoder uses an AVBPrint to assemble the subtitles; yet mov_text subtitles are

[FFmpeg-cvslog] avcodec/movtextenc: Fix undefined left shifts outside the range of int

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 17 05:00:13 2020 +0200| [2f9fc35028364b0140fd6e0d2e4dbaffebed1acd] | committer: Andreas Rheinhardt avcodec/movtextenc: Fix undefined left shifts outside the range of int Reviewed-by: Philip Langdale Signed-off-by: Andreas Rheinhardt > h

[FFmpeg-cvslog] avcodec/movtextenc: Fix memleak on (re)allocation error

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 17 03:35:08 2020 +0200| [9a731e9fec53f121e0fd5981f22c9c5093db0793] | committer: Andreas Rheinhardt avcodec/movtextenc: Fix memleak on (re)allocation error Up until now, the mov_text encoder used the dynamic array API for its list of style

[FFmpeg-cvslog] avcodec/movtextenc: Remove redundant function parameters

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 16 05:02:34 2020 +0200| [eab812d6d61912cddbfbe72ad4419286eb43514d] | committer: Andreas Rheinhardt avcodec/movtextenc: Remove redundant function parameters It makes no sense to call the functions to write styl, hlit or hclr boxes with a di

[FFmpeg-cvslog] avcodec/movtextenc: Cleanup generically on init failure

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 17 07:47:43 2020 +0200| [21346672270ae723aa774a9c8b0749954a75b3df] | committer: Andreas Rheinhardt avcodec/movtextenc: Cleanup generically on init failure Reviewed-by: Philip Langdale Signed-off-by: Andreas Rheinhardt > http://git.video

[FFmpeg-cvslog] avcodec/movtextenc: Fix potential use of uninitialized value

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 15 14:12:21 2020 +0200| [56b3726ed2ac89df31a939a8f5f00fa66a0ad2ed] | committer: Andreas Rheinhardt avcodec/movtextenc: Fix potential use of uninitialized value Background colour was never initialized if no style was available. Use a sane d

[FFmpeg-cvslog] avcodec/movtextenc: Reset array counter after freeing array

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 16 13:47:56 2020 +0200| [8d4431955ccca80933a837e1bc7f44679039335b] | committer: Andreas Rheinhardt avcodec/movtextenc: Reset array counter after freeing array Otherwise the mov_text encoder can segfault when given subtitles with more than

[FFmpeg-cvslog] avcodec/movtextenc: Don't presume every style to have a font

2020-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 16 16:33:23 2020 +0200| [0dd7b8232d38317abc195edc48434ac1fd3e80fd] | committer: Andreas Rheinhardt avcodec/movtextenc: Don't presume every style to have a font Fixes segfaults in the absence of fonts; this can happen because the file didn'

[FFmpeg-cvslog] avformat/dashdec: check the root url length

2020-10-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Aug 17 20:30:18 2020 +0800| [1ee52b2b6c1f6c9618e435b5ed7608442308efe6] | committer: liuqi05 avformat/dashdec: check the root url length if the length of the root url is 0, unnecessary process the root_url Signed-off-by: Steven Liu Signed-off-by: liu

[FFmpeg-cvslog] avformat/hlsenc: process hls_time value too small sence

2020-10-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 18 10:44:11 2020 +0800| [a424671e4f1beccca5a5958add86b69eb4fe8da7] | committer: liuqi05 avformat/hlsenc: process hls_time value too small sence The target duration will be a negative value when there are some b frames after prevous frame, the pts

[FFmpeg-cvslog] avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF

2020-10-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Oct 13 15:05:59 2020 +0800| [a2b1dd0ce301450a47c972745a6b33c4c273aa5d] | committer: liuqi05 avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF fix ticket: 8904 parse the SPS from extradata and get profile_tier_level write the profile_t

[FFmpeg-cvslog] avformat/hlsenc: compute video_keyframe_size after write keyframe

2020-10-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Sep 18 09:53:27 2020 +0800| [b5ca8f2c66954614d81579082025f580efc0cffc] | committer: liuqi05 avformat/hlsenc: compute video_keyframe_size after write keyframe fix ticket: 8636 When write keyframe and the keyframe is the frist packet of the segment, the