[FFmpeg-cvslog] avcodec/bsf: Fix av_bsf_list_free()

2017-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 26 23:45:53 2016 +0100| [762bf6f4afa906a69366cbd125ef40fb788280de] | committer: Michael Niedermayer avcodec/bsf: Fix av_bsf_list_free() Negate null check Fixes CID1396248 Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] avcodec/omx: Do not pass negative value into av_malloc()

2017-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 29 02:19:27 2016 +0100| [bd83c295fc1b7f8001e5d134b912af86cd62c3f2] | committer: Michael Niedermayer avcodec/omx: Do not pass negative value into av_malloc() Fixes CID1396849 Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] avfilter/af_dynaudnorm: fix hang with too short input

2017-01-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 8 20:41:36 2017 +0100| [0ddc24d23248b5070c7fcdaee22c7852381fce1d] | committer: Paul B Mahol avfilter/af_dynaudnorm: fix hang with too short input The only thing we can do at such point is return samples unchanged. Signed-off-by: Paul B Mahol

[FFmpeg-cvslog] lavc/vaapi_encode_h264: disable B frames in baseline profile

2017-01-08 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jan 8 11:01:32 2017 +0800| [b53b3a4f6abcc97d4cdcc1f025ef803fcfab18c6] | committer: Mark Thompson lavc/vaapi_encode_h264: disable B frames in baseline profile Disable B frames when using baseline/constrained baseline profile, following H.264 spec Annex

[FFmpeg-cvslog] avutil/tile: check clock_gettime at runtime for apple platforms

2017-01-08 Thread Wang Bin
ffmpeg | branch: master | Wang Bin | Mon Jan 9 11:52:06 2017 +0800| [0e8b68a2c4031e25082603ad88711be12210d41f] | committer: Steven Liu avutil/tile: check clock_gettime at runtime for apple platforms clock_gettime is avalible since macOS 10.12 and iOS 10.0. Because of weak linking, clock_gettim