[FFmpeg-cvslog] avcodec/libdav1d: reset pool size on allocation failure

2019-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 15 23:55:45 2019 -0300| [5cd60b6f2ed8a30341e8f98a38858c18505f6f75] | committer: James Almer avcodec/libdav1d: reset pool size on allocation failure Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5cd60b6f2e

[FFmpeg-cvslog] avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping the Dav1dPicture

2019-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 18 10:38:31 2019 -0300| [9e62e1a1104bb0d64e604051ffc25004ad748eaf] | committer: James Almer avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping the Dav1dPicture Removes an av_malloc() per frame. Reviewed-by: BBB Reviewe

[FFmpeg-cvslog] h2645_parse: Fix loglevel for NAL header parsing

2019-03-19 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Mon Mar 18 19:18:11 2019 +| [90b85ab21fcb2895d4cf25527179ea0fa5f08ec0] | committer: Derek Buitenhuis h2645_parse: Fix loglevel for NAL header parsing We don't treat this as an error. Signed-off-by: Derek Buitenhuis > http://git.videolan.org/g

[FFmpeg-cvslog] doc/ffmpeg: remove entry for -loop_output

2019-03-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Mar 20 02:34:17 2019 +0530| [41ef6dd67d48f13a18ba0fa3e2dc1bc448a0ecbb] | committer: Gyan Doshi doc/ffmpeg: remove entry for -loop_output Option doesn't exist .. hasn't for a few years now. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41

[FFmpeg-cvslog] avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are null

2019-03-19 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Jan 9 21:26:41 2019 -0500| [ce6301a46fae4858218c7435f9e7fc94d9dd39b2] | committer: Aman Gupta avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are null Instead of assuming id 0 is used, use the same logic as used for PPS, where all availabl

[FFmpeg-cvslog] avformat/smoothstreamingenc:add bitrate calculate

2019-03-19 Thread Jun Li
ffmpeg | branch: master | Jun Li | Wed Mar 20 13:49:02 2019 +0800| [0739d5cd5c925a157ab210e4424f82d98349528d] | committer: Steven Liu avformat/smoothstreamingenc:add bitrate calculate Calculate bitrate based on fragment size, only applied when bitrate is not set, for example rtsp source. Revie