[FFmpeg-cvslog] lavc/libkvazaar: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:09:52 2020 +0800| [cf9c9a9db93ac5158ad77ba7f6d23493d7e8e222] | committer: Jun Zhao lavc/libkvazaar: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually fre

[FFmpeg-cvslog] lavc/bsf: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:06:47 2020 +0800| [0099f71502b7b88ae11ea7360d0f751be8d5878e] | committer: Jun Zhao lavc/bsf: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually free the c

[FFmpeg-cvslog] libavutil/opt: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:35:31 2020 +0800| [3c8da7b9826d03e370cab550a403ed0e14da24ef] | committer: Jun Zhao libavutil/opt: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually free

[FFmpeg-cvslog] lavfi/coreimage: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:27:18 2020 +0800| [c8e72a6494ebffbe930a30823cb70a0671e6bfe0] | committer: Jun Zhao lavfi/coreimage: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually fre

[FFmpeg-cvslog] avdevice/decklink_dec: remove -bm_v210 option

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Aug 21 22:52:10 2019 +0200| [2b7097ef2795c78c264e2cb81b4ad8254eb13c60] | committer: Marton Balint avdevice/decklink_dec: remove -bm_v210 option Deprecated since Sep 28, 2017. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avdevice/decklink: deprecate the -list_devices option

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Aug 21 23:02:51 2019 +0200| [944203270dc37b9cbbc3ead9dfc3fba6bc009789] | committer: Marton Balint avdevice/decklink: deprecate the -list_devices option The user should use ffmpeg -sources decklink or ffmpeg -sinks decklink instead. Signed-off-by:

[FFmpeg-cvslog] avdevice/decklink_dec: remove the @mode syntax

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Aug 21 22:40:11 2019 +0200| [78a233e6e914d480d1c96ed6b5dcef2bd3c2695a] | committer: Marton Balint avdevice/decklink_dec: remove the @mode syntax Deprecated since March 28, 2017. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] doc/muxers: fix order of options and examples for image2 muxer

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Dec 27 00:34:11 2019 +0100| [bc17b831ddced87110bdb68c67f2ca6d3d638f35] | committer: Marton Balint doc/muxers: fix order of options and examples for image2 muxer Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/img2enc: reindent after last commit

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 26 20:54:14 2019 +0100| [43d5ddb4b551845ca2191eb68347355323658c38] | committer: Marton Balint avformat/img2enc: reindent after last commit Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43d5ddb4b55184

[FFmpeg-cvslog] avformat/img2enc: minor simplification

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 26 22:58:45 2019 +0100| [beb7f93b238f1b80ef0ad0e794a0f0ccc0625f03] | committer: Marton Balint avformat/img2enc: minor simplification Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=beb7f93b238f1b80ef0a

[FFmpeg-cvslog] avformat/img2enc: fix writing multiple streams in write_muxed_file

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 26 23:33:26 2019 +0100| [d111a41f9d5c23856ddba61f65e35f7ba534288f] | committer: Marton Balint avformat/img2enc: fix writing multiple streams in write_muxed_file Maybe we should just reject multiple streams for the image2 muxer instead? Signed-

[FFmpeg-cvslog] avformat/img2enc: cleanup IO contexts on error

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 26 21:08:22 2019 +0100| [57df8839e1b2219a1646592fa4f96887268c2dfd] | committer: Marton Balint avformat/img2enc: cleanup IO contexts on error Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57df8839e1b2

[FFmpeg-cvslog] avformat/img2enc: factorize writing fully muxed file

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 26 19:57:04 2019 +0100| [b693b06b22079bf3490525088c9ceba55f66d22a] | committer: Marton Balint avformat/img2enc: factorize writing fully muxed file Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b693b0

[FFmpeg-cvslog] avformat/img2enc: factorize piped write_packet

2020-01-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 26 20:51:19 2019 +0100| [04e36fc4e170fc5a30e2f9e6796b39d25530f609] | committer: Marton Balint avformat/img2enc: factorize piped write_packet Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04e36fc4e170