[FFmpeg-cvslog] lavfi/af_afir,af_aiir: Remove a variable that is always -1.

2018-07-19 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jul 19 02:28:25 2018 +0200| [9cb3d8fcb7eb5b9b12a87ed27a2d7c4fc5416f85] | committer: Carl Eugen Hoyos lavfi/af_afir,af_aiir: Remove a variable that is always -1. Fixes two warnings: libavfilter/af_afir.c:194:45: warning: assuming signed overflow

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. fcf9585 web/security: Add CVE-2018-14394 and CVE-2018-14395

2018-07-19 Thread ffmpeg-git
The branch, master has been updated via fcf958524224a581d3765dcfd3efa50d6fcf58ee (commit) from 8648f091968d24233ceacc557b08e771d3d96213 (commit) - Log - commit fcf958524224a581d3765dcfd3efa50d6fcf58ee Author: Micha

[FFmpeg-cvslog] lavu/x86/cpu: Fix aesni detection

2018-07-19 Thread alexander schmid
ffmpeg | branch: master | alexander schmid | Mon Jul 16 10:43:11 2018 +0200| [b23c4a9dbd8ef7399ede9d2c02ccaf5a6b9c412c] | committer: Carl Eugen Hoyos lavu/x86/cpu: Fix aesni detection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b23c4a9dbd8ef7399ede9d2c02ccaf5a6b9c412c --- lib

[FFmpeg-cvslog] avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0

2018-07-19 Thread Thomas Guillem
ffmpeg | branch: release/4.0 | Thomas Guillem | Wed Jul 4 09:05:22 2018 +0200| [db923b3fbd3af266f8484ac55cca149797c6e18e] | committer: Aman Gupta avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0 On macOS, a zero rc_max_rate cause an error from VTSessionSetProperty(kVTCompres

[FFmpeg-cvslog] avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0

2018-07-19 Thread Thomas Guillem
ffmpeg | branch: master | Thomas Guillem | Wed Jul 4 09:05:22 2018 +0200| [93e157f40f415119ea0f94b35596965e9870f863] | committer: Aman Gupta avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0 On macOS, a zero rc_max_rate cause an error from VTSessionSetProperty(kVTCompressionPr

[FFmpeg-cvslog] avcodec: parse options from AVCodec.bsfs

2018-07-19 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Wed Jul 18 11:52:33 2018 -0700| [37644f047703aab4562429d9e4441ba6b4eab8ca] | committer: Aman Gupta avcodec: parse options from AVCodec.bsfs Fixes a bug that would prevent using multiple comma-separated filters, and allows options to be passed to each filte

[FFmpeg-cvslog] avformat/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherwise ctx == mxf

2018-07-19 Thread Baptiste Coudurier
ffmpeg | branch: master | Baptiste Coudurier | Fri Jul 6 12:06:26 2018 -0700| [b420fead53b1788dfa704a4bf4643a4a0787bb1d] | committer: Baptiste Coudurier avformat/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherwise ctx == mxf > http://git.videolan.org/gitweb.cgi/ffmpeg.git