[FFmpeg-cvslog] avcodec/flacdec: avoid undefined shift

2017-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 26 23:24:43 2017 +0100| [560daf88913b0de59a4d845bcd19254b406388dd] | committer: Michael Niedermayer avcodec/flacdec: avoid undefined shift Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' Fixes: 4688/clusterfuzz-testca

[FFmpeg-cvslog] avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()

2017-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 26 23:24:44 2017 +0100| [3d23f7a0969bf76ad6dcdc2c4a5cd3ae884745a8] | committer: Michael Niedermayer avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() Fixes: signed integer overflow: 2 * 1629495328 cannot be repres

[FFmpeg-cvslog] avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()

2017-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 26 23:24:45 2017 +0100| [d135f3c514ac1723256c8e0f5cdd466fe98a2578] | committer: Michael Niedermayer avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() Fixes: left shift of negative value -1

[FFmpeg-cvslog] fate: Fix ffprobe dependency for fate-mov-guess-delay-*.

2017-12-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Dec 29 01:54:59 2017 +0100| [e867b7b11a28a32ddbe769c12dbe5128a8a5872a] | committer: Carl Eugen Hoyos fate: Fix ffprobe dependency for fate-mov-guess-delay-*. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e867b7b11a28a32ddbe769c12db

[FFmpeg-cvslog] configure: libvmaf depends on pthreads.

2017-12-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 26 14:29:27 2017 +0100| [d01eeef4a2297dcc1fd9f125bed6bd8d1bed3b29] | committer: Carl Eugen Hoyos configure: libvmaf depends on pthreads. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d01eeef4a2297dcc1fd9f125bed6bd8d1bed3b29 ---

[FFmpeg-cvslog] avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-28 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Fri Dec 29 13:47:53 2017 +0800| [5297ae96a13f615431c9a4cc38cac13c4140b07e] | committer: Steven Liu avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute This is required for AV playout from master.m3u8. Otherwise master.m3u8 lists only

[FFmpeg-cvslog] avformat/hlsenc: Modularized audio rendition playlist write to allow reuse

2017-12-28 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Fri Dec 29 13:45:31 2017 +0800| [9e25fe420410c0e1b77cc68f53cc0cd2f79ba30a] | committer: Steven Liu avformat/hlsenc: Modularized audio rendition playlist write to allow reuse Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/hlsplaylist: Audio rendition's name and defaultness made configurable

2017-12-28 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Fri Dec 29 13:47:12 2017 +0800| [8fd2bdd07207cc7e055915f470302596bcfebeea] | committer: Steven Liu avformat/hlsplaylist: Audio rendition's name and defaultness made configurable Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.g