[FFmpeg-cvslog] avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED()

2017-09-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 1 19:56:10 2017 +0200| [2a0823ae966be3ad40e5dba6ec4c4dc1e8c6bcad] | committer: Michael Niedermayer avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED() Fixes: runtime error: signed integer overflow: 1168175789 + 1168178473 cannot b

[FFmpeg-cvslog] avcodec/dirac_vlc: Fix invalid shift in ff_dirac_golomb_read_32bit()

2017-09-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 1 19:56:12 2017 +0200| [c595139f1fdb5ce5ee128c317ed9e4e836282436] | committer: Michael Niedermayer avcodec/dirac_vlc: Fix invalid shift in ff_dirac_golomb_read_32bit() Fixes: runtime error: shift exponent 64 is too large for 64-bit type

[FFmpeg-cvslog] avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting

2017-09-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 1 19:56:11 2017 +0200| [f71cd44147e7a914f80fcfacca46c9e7b0374362] | committer: Michael Niedermayer avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting Fixes: runtime error: signed integer overflow: 1073901567 + 1073901567 cannot be

[FFmpeg-cvslog] build: make jack part of the autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:34:50 2017 +0200| [b7fbb3516a99ebfa511143bdd8f63d8bd0d89385] | committer: Clément Bœsch build: make jack part of the autodetected libraries jack is already autodetected, this commit makes sure --disable-autodetect actually disable it unle

[FFmpeg-cvslog] build: make alsa part of the autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:28:49 2017 +0200| [b447629093d75f18d0a8fc44ec768022322b2182] | committer: Clément Bœsch build: make alsa part of the autodetected libraries alsa libs are already autodetected, this commit makes sure --disable-autodetect actually disable i

[FFmpeg-cvslog] build: make sndio part of the autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:41:23 2017 +0200| [e090e750bac863f066515cff6fd363c157ea3c21] | committer: Clément Bœsch build: make sndio part of the autodetected libraries sndio is already autodetected, this commit makes sure --disable-autodetect actually disable it un

[FFmpeg-cvslog] build: drop unused sndio_h and asoundlib_h

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:56:27 2017 +0200| [69e6877de8ad33a533379213d2b046a3dd4a446a] | committer: Clément Bœsch build: drop unused sndio_h and asoundlib_h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69e6877de8ad33a533379213d2b046a3dd4a446a ---

[FFmpeg-cvslog] build: add --disable-autodetect switch

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 13:44:07 2017 +0200| [e3c1219c7c7457f4b157cfb299e4387c1ebdabe7] | committer: Clément Bœsch build: add --disable-autodetect switch > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3c1219c7c7457f4b157cfb299e4387c1ebdabe7 --- Chan

[FFmpeg-cvslog] build: make sure a disabled autodetect still pick the libc's iconv

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 12:26:01 2017 +0200| [fe9c85e4e2650dc9537b54b1eabb4f9be7b628ed] | committer: Clément Bœsch build: make sure a disabled autodetect still pick the libc's iconv > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe9c85e4e2650dc9537b54b

[FFmpeg-cvslog] build: simplify weak-enabling of autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 13:39:00 2017 +0200| [9ef5a2f5f30bdc4ac86275ae4b4708ab4681b21d] | committer: Clément Bœsch build: simplify weak-enabling of autodetected libraries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ef5a2f5f30bdc4ac86275ae4b4708ab46

[FFmpeg-cvslog] build: remove vda_framework from enable_weak

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 13:31:35 2017 +0200| [7e98c3cbb372dc1ff8abba7c7d2ffaa932fda3cd] | committer: Clément Bœsch build: remove vda_framework from enable_weak vda_framework is already pulled by the weakly enabled vda and videotoolbox. > http://git.videolan.org/gi

[FFmpeg-cvslog] build: replace use of HAVE_SDL2 with existing CONFIG_SDL2

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:46:38 2017 +0200| [353c2e384c7000fa65092d36773d687d44c6ab95] | committer: Clément Bœsch build: replace use of HAVE_SDL2 with existing CONFIG_SDL2 There is no need for duplication. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] build: treat sdl2 like other autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:13:08 2017 +0200| [b802971d6db5ad09d8d7dd0bbc20e3eea4c25f54] | committer: Clément Bœsch build: treat sdl2 like other autodetected libraries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b802971d6db5ad09d8d7dd0bbc20e3eea4c25f

[FFmpeg-cvslog] build: isolate sdl-to-sdl2 aliasing

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Aug 30 13:12:14 2017 +0200| [778fa6350e24540304c9f61f1d3d4a602b37849a] | committer: Clément Bœsch build: isolate sdl-to-sdl2 aliasing This simplifies incoming SDL related changes by removing potential mismatching states of sdl and sdl2 variables. S

[FFmpeg-cvslog] build: treat iconv like other autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 12:58:39 2017 +0200| [c9075d2c652bd90a5b559a9fa38dd0fd3de377e7] | committer: Clément Bœsch build: treat iconv like other autodetected libraries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9075d2c652bd90a5b559a9fa38dd0fd3de37

[FFmpeg-cvslog] build: treat libxcb like other autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 13:16:42 2017 +0200| [1c08ff08adc479cd37ca67b8285b0479cbac73b9] | committer: Clément Bœsch build: treat libxcb like other autodetected libraries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c08ff08adc479cd37ca67b8285b0479cbac

[FFmpeg-cvslog] build: treat securetransport and schannel like other autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 13:22:40 2017 +0200| [72655616d9d1c92fac2af48c67bcdcd2b989bcf2] | committer: Clément Bœsch build: treat securetransport and schannel like other autodetected libraries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72655616d9d1c9

[FFmpeg-cvslog] build: treat crystalhd like other hwaccels

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 12:55:43 2017 +0200| [55fdfc88b844aa31af58bb4cdae7b071c76869a9] | committer: Clément Bœsch build: treat crystalhd like other hwaccels > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55fdfc88b844aa31af58bb4cdae7b071c76869a9 ---

[FFmpeg-cvslog] build: group z libs with other autodetected libraries

2017-09-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 28 12:18:59 2017 +0200| [e70e2a7abdd45f550e785d705afe442e9c427581] | committer: Clément Bœsch build: group z libs with other autodetected libraries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e70e2a7abdd45f550e785d705afe442e9c42

[FFmpeg-cvslog] avcodec/nvenc: always output picture timing SEI

2017-09-02 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Sep 2 15:39:24 2017 +0200| [4e6638abb4fc176739be021d5e5b3b1bc8de099c] | committer: Timo Rothenpieler avcodec/nvenc: always output picture timing SEI Interlaced encoding profits from it, or might even need it in some players. No harm in enablin