[FFmpeg-cvslog] avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init()

2020-05-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri May 8 06:57:58 2020 +0800| [18e2c0e732047e8e636f8b76509ae4f1f947ce5b] | committer: Limin Wang avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init()

2020-05-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu May 7 18:52:19 2020 +0800| [14285e4ca298607918a900c04565d4956588f20f] | committer: Limin Wang avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/mpegvideo: return more specific error codes for init_duplicate_context()

2020-05-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri May 8 07:00:17 2020 +0800| [de7b690300be8c7423aa9625fa0ee5637ff38673] | committer: Limin Wang avcodec/mpegvideo: return more specific error codes for init_duplicate_context() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/mpeg12enc: return more specific error codes for encode_init()

2020-05-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu May 7 18:55:11 2020 +0800| [0032ca45ff0740cb8f7d70a3283348673a234a5a] | committer: Limin Wang avcodec/mpeg12enc: return more specific error codes for encode_init() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] doc/encoders: remove unsubstantiated ffaacenc > fdk-aac claim

2020-05-08 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Thu Apr 30 10:44:04 2020 -0800| [d163e0ecbcae10745a86a7142d9194d484fdbcce] | committer: Lou Logan doc/encoders: remove unsubstantiated ffaacenc > fdk-aac claim After this claim was made in e34e361 kamedo2 did an in-depth ABX test comparing these encoders:

[FFmpeg-cvslog] avcodec/bsf: Restrict ff_bsf_get_packet_ref() return values to <= 0

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 8 20:37:24 2020 +0200| [47cd3c88c5f3180710494b775634398be1445fbf] | committer: Andreas Rheinhardt avcodec/bsf: Restrict ff_bsf_get_packet_ref() return values to <= 0 Up until now the documentation of ff_bsf_get_packet_ref() allowed return

[FFmpeg-cvslog] avcodec/(null|opus_metadata)_bsf: Use ff_bsf_get_packet_ref() directly

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 8 12:33:09 2020 +0200| [6db97188d89e70d389e102a6f72555cfee64af30] | committer: Andreas Rheinhardt avcodec/(null|opus_metadata)_bsf: Use ff_bsf_get_packet_ref() directly Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt > http:

[FFmpeg-cvslog] avformat/hlsenc: Cosmetics

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Feb 28 07:59:34 2020 +0100| [345158aea1bac6fc8521474ed0a1f9e6ce8898e8] | committer: Andreas Rheinhardt avformat/hlsenc: Cosmetics Mainly includes reindentation and returning directly (i.e. without a goto fail when possible). Signed-off-by: An

[FFmpeg-cvslog] avformat/hlsenc: Factor check out of loop

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 15 19:39:16 2019 +0100| [4effcc399a816689e396b64568beb9a90e83408d] | committer: Andreas Rheinhardt avformat/hlsenc: Factor check out of loop The check will be true at most once anyway. Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avformat/hlsenc: Localize initialization of subtitle streams

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 15 22:12:53 2019 +0100| [e1dfb5128b90f7a3253465599eeb6d6718359da8] | committer: Andreas Rheinhardt avformat/hlsenc: Localize initialization of subtitle streams Before this commit, the checks were unnecessarily scattered. Signed-off-by: An

[FFmpeg-cvslog] avformat/hlsenc: Unconditionally free some strings

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 15 18:48:28 2019 +0100| [191b51254cf5d37c84af51d434993efe174b0977] | committer: Andreas Rheinhardt avformat/hlsenc: Unconditionally free some strings hls_init() would at first allocate the vtt_basename string, then allocate the vtt_m3u8_na

[FFmpeg-cvslog] avformat/hlsenc: Check some unchecked allocations

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 15 11:24:32 2019 +0100| [2fcfc16dd21ac493f5297c6ad694e07e5af1c2e6] | committer: Andreas Rheinhardt avformat/hlsenc: Check some unchecked allocations Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/hlsenc: Add deinit function

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 15 11:00:02 2019 +0100| [fdb6f55209152b2a9b7e97758c8f26d7cb2dc669] | committer: Andreas Rheinhardt avformat/hlsenc: Add deinit function This fixes memleaks in instances such as: a) When an allocation fails at one of the two places in hls_i

[FFmpeg-cvslog] avcodec/mpegvideo_enc: reindent code

2020-05-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu May 7 18:41:17 2020 +0800| [6825f7c0ba0e2021c47ef13440cefc49e50b0b5f] | committer: Limin Wang avcodec/mpegvideo_enc: reindent code Reviewed-by: Michael Niedermayer Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/hlsenc: Avoid setting unused variables

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 15 07:42:01 2019 +0100| [de20f6cb701bffc98062d825c339ce30a794ca01] | committer: Andreas Rheinhardt avformat/hlsenc: Avoid setting unused variables Several variables which are only used when the HLS_SINGLE_FILE flag is unset have been set e

[FFmpeg-cvslog] avformat/matroskadec: Allow multiple Tags elements

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 1 00:49:49 2020 +0200| [ff4da60fb8d849f709295bcdcb67726ea189d62b] | committer: Andreas Rheinhardt avformat/matroskadec: Allow multiple Tags elements The Matroska specification allows multiple (level 1) Tags elements per file, yet our demu

[FFmpeg-cvslog] avformat/matroskadec: Improve handling of circular SeekHeads

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 30 23:16:44 2020 +0200| [7e9103535ab82b82cb2d440c205a65a7767fa060] | committer: Andreas Rheinhardt avformat/matroskadec: Improve handling of circular SeekHeads There can be more than one SeekHead in a Matroska file, but most of the other l

[FFmpeg-cvslog] avformat/matroskadec: Sanitize SeekHead entries

2020-05-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 30 13:20:26 2019 +0200| [7c243eece3427bc5a6d54657d488d5c0c2985a8e] | committer: Andreas Rheinhardt avformat/matroskadec: Sanitize SeekHead entries A Seek element in a Matroska SeekHead should contain a SeekID and a SeekPosition element and

[FFmpeg-cvslog] Revert "doc/mailing-list-faq: Mention current problem with GMX"

2020-05-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 7 12:41:13 2020 +0200| [e38adc197ed1ef3423329035a29292b17d319a79] | committer: Michael Niedermayer Revert "doc/mailing-list-faq: Mention current problem with GMX" mails to GMX seem working again This reverts commit cd11fbcfb03994d3ddbc8

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for minimum

2020-05-08 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sun Apr 26 15:49:39 2020 +0800| [6fd61234d59783d87f917dcac4d7cf2b89a661c5] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for minimum Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fd61234d59783d

[FFmpeg-cvslog] dnn/native: add native support for minimum

2020-05-08 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sun Apr 26 15:46:38 2020 +0800| [71e28c5422e321640b69ee512eef3e899c746e1e] | committer: Guo, Yejun dnn/native: add native support for minimum it can be tested with model file generated with below python script: import tensorflow as tf import numpy as np i