[FFmpeg-cvslog] fftools/cmdutils: Fix break command dump for -map option

2019-12-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Dec 12 16:02:53 2019 +0800| [c1e215041bb4feeb17fc1d16d5c651ca6d35ad84] | committer: Jun Zhao fftools/cmdutils: Fix break command dump for -map option Before this fix, ffmpeg -h full | grep map get the command dump like: -map [-]input_file_id[:stream_sp

[FFmpeg-cvslog] avformat/hlsenc: Fix typo in error message

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:04 2019 +0100| [728c44b8613fdd2f75391b6575df4e9d47c24c63] | committer: Steven Liu avformat/hlsenc: Fix typo in error message Signed-off-by: Andreas Rheinhardt Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/hlsenc: Fix memleaks with repeating parameters

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:13 2019 +0100| [5ba3a8958c76d5490bcc9ba4441f03bedd9aebc6] | committer: Steven Liu avformat/hlsenc: Fix memleaks with repeating parameters When a parameter like e.g. language is contained more than once in the part of var_stream_ma

[FFmpeg-cvslog] avformat/hlsenc: Fix potential segfault upon allocation failure

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:09 2019 +0100| [149ee954a32334902a20c6a1b58ac5fe91114ff6] | committer: Steven Liu avformat/hlsenc: Fix potential segfault upon allocation failure The hls muxer allocates an array of VariantStreams, a structure that contains pointe

[FFmpeg-cvslog] avformat/hlsenc: Fix leak of options when initializing muxing fails

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:06 2019 +0100| [9e4b3ccbb62c29eb1f95af485ec6f0d1e0e4109a] | committer: Steven Liu avformat/hlsenc: Fix leak of options when initializing muxing fails hls_mux_init() currently leaks an AVDictionary if opening a dynamic buffer fails

[FFmpeg-cvslog] avformat/hlsenc: Only allocate when data is known to be needed

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:05 2019 +0100| [ae84305036ceced3813fb295b71d51343ffd9535] | committer: Steven Liu avformat/hlsenc: Only allocate when data is known to be needed hls_init() would allocate a buffer, although it is only needed in one of two branches

[FFmpeg-cvslog] avformat/hlsenc: Fix leak of child AVFormatContext

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:03 2019 +0100| [7d6637bcc4bb6d1d554e910a4afd6cf6711f8862] | committer: Steven Liu avformat/hlsenc: Fix leak of child AVFormatContext Before ed897633, the hls muxer would free its child AVFormatContexts and reset the pointer to the

[FFmpeg-cvslog] avformat/hlsenc: Fix return value from localtime_r failure

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:12 2019 +0100| [53c1458bf2e91b2279985e5fc2ffaa5e2013564a] | committer: Steven Liu avformat/hlsenc: Fix return value from localtime_r failure "If an error is detected, localtime_r() shall return a null pointer and set errno to indi

[FFmpeg-cvslog] avformat/hlsenc: Fix leak of options when writing packets

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:07 2019 +0100| [bd131b64bc308ab036d0bbe9da0a49f482ef94f9] | committer: Steven Liu avformat/hlsenc: Fix leak of options when writing packets Under certain circumstances hls_write_packet() would add options to an AVDictionary. Said

[FFmpeg-cvslog] avformat/hlsenc: Fix check for presence of webvtt muxer

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 16 01:04:15 2019 +0100| [74a8be3546c54e109ca16639f9863a6cdcd9aead] | committer: Steven Liu avformat/hlsenc: Fix check for presence of webvtt muxer Signed-off-by: Andreas Rheinhardt Reviewed-by: Steven Liu > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avformat/hls: Use av_packet_move_ref() for packet ownership transfer

2019-12-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Dec 3 11:27:38 2019 +0100| [5b42d3357120a338e506acbd2a0081a0702aa166] | committer: Steven Liu avformat/hls: Use av_packet_move_ref() for packet ownership transfer Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg