[FFmpeg-cvslog] avcodec/cbs_mpeg2: fix leak of extra_information_slice buffer in cbs_mpeg2_read_slice_header()

2019-05-28 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 22 03:04:38 2019 +0200| [d903c09d9a5c641223f0810d24161520e977544a] | committer: Mark Thompson avcodec/cbs_mpeg2: fix leak of extra_information_slice buffer in cbs_mpeg2_read_slice_header() cbs_mpeg2_free_slice() calls av_buffer_unref() on extra_

[FFmpeg-cvslog] cbs_mpeg2: Correct and use enum values

2019-05-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed May 22 03:04:31 2019 +0200| [cfe4389d477064b0424590a7b3e1ec94059db2fd] | committer: Mark Thompson cbs_mpeg2: Correct and use enum values Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfe4389d47

[FFmpeg-cvslog] cbs_mpeg2: Correct error codes

2019-05-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed May 22 03:04:35 2019 +0200| [1759a9e5b52de524fa9f3f4d115087132744176b] | committer: Mark Thompson cbs_mpeg2: Correct error codes Up until now, things that are merely unsupported by cbs_mpeg2 have been declared to be invalid input. This has bee

[FFmpeg-cvslog] cbs_mpeg2: Fix storage type for frame_centre_*_offset

2019-05-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed May 22 03:04:34 2019 +0200| [de5880383967f44927c599ab16fa0f4f96b38365] | committer: Mark Thompson cbs_mpeg2: Fix storage type for frame_centre_*_offset The frame_centre_horizontal/vertical_offset values contained in picture display extensions

[FFmpeg-cvslog] cbs_mpeg2: Improve checks for invalid values

2019-05-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed May 22 03:04:32 2019 +0200| [9c3f2a8894a66d6b5b9285caa25f91fbfca7b3bc] | committer: Mark Thompson cbs_mpeg2: Improve checks for invalid values MPEG-2 contains several elements that mustn't be zero according to the specifications: horizontal/ve

[FFmpeg-cvslog] avfilter/avf_ahistogram: make use of av_rescale

2019-05-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 28 10:51:57 2019 +0200| [cd753968976deecdf2aac12f610b54f74f322c1e] | committer: Paul B Mahol avfilter/avf_ahistogram: make use of av_rescale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd753968976deecdf2aac12f610b54f74f322c1e ---

[FFmpeg-cvslog] avfilter/avf_abitscope: make use of av_rescale

2019-05-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 28 10:46:38 2019 +0200| [618f8bb0a49eba78e6b1af65f8129363464c1968] | committer: Paul B Mahol avfilter/avf_abitscope: make use of av_rescale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=618f8bb0a49eba78e6b1af65f8129363464c1968 ---

[FFmpeg-cvslog] avfilter/avf_avectorscope: make use of av_rescale

2019-05-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 28 10:43:25 2019 +0200| [b16806b09d603bc7f3026cc637a531970afbd9a6] | committer: Paul B Mahol avfilter/avf_avectorscope: make use of av_rescale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b16806b09d603bc7f3026cc637a531970afbd9a6 --

[FFmpeg-cvslog] avfilter/avf_aphasemeter: make use of av_rescale

2019-05-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 28 11:10:51 2019 +0200| [819ed1df94dff335c2653a83e1d3001aa5797f9e] | committer: Paul B Mahol avfilter/avf_aphasemeter: make use of av_rescale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=819ed1df94dff335c2653a83e1d3001aa5797f9e ---

[FFmpeg-cvslog] avfilter/avf_showwaves: make use of av_rescale_q

2019-05-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 28 11:07:47 2019 +0200| [62c8707e2ac1a7177455366f310d9af74daeff10] | committer: Paul B Mahol avfilter/avf_showwaves: make use of av_rescale_q > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62c8707e2ac1a7177455366f310d9af74daeff10 ---

[FFmpeg-cvslog] avfilter/avf_showvolume: make use of av_rescale

2019-05-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 28 10:49:09 2019 +0200| [d2e76a1f96d74ea9315ad09bfe018d5fe64ec68c] | committer: Paul B Mahol avfilter/avf_showvolume: make use of av_rescale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2e76a1f96d74ea9315ad09bfe018d5fe64ec68c ---

[FFmpeg-cvslog] avformat/segment: populate empty outer stream extradata from packet

2019-05-28 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue May 21 17:33:54 2019 +0530| [eae251ead9e380c722dce7ac3f4e97017bff9a7b] | committer: Gyan Doshi avformat/segment: populate empty outer stream extradata from packet At present, if the outer stream extradata is empty but first packet has extradata as a si