[FFmpeg-cvslog] lavu/hwcontext_opencl.h: fix build on macOS

2017-11-27 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Mon Nov 27 23:38:46 2017 -0600| [1204ce0b6371f5b51efdfe84d1b5aa5925809186] | committer: Rodger Combs lavu/hwcontext_opencl.h: fix build on macOS > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1204ce0b6371f5b51efdfe84d1b5aa5925809186 --- l

[FFmpeg-cvslog] avformat/matroskaenc: add missing allocation failure checks for stream durations

2017-11-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 28 01:23:23 2017 -0300| [5f67073b4cb12abf21ed840948b271903d61bf3b] | committer: James Almer avformat/matroskaenc: add missing allocation failure checks for stream durations Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat/matroskaenc: move some initialization checks to mkv_init

2017-11-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 27 14:11:21 2017 -0300| [9924f1bc34242bb9315c355108f3ce744c1f33c5] | committer: James Almer avformat/matroskaenc: move some initialization checks to mkv_init It's the correct place for them. Reviewed-by: Carl Eugen Hoyos Signed-off-by: James Alm

[FFmpeg-cvslog] ffmpeg: Check read_ffserver_streams() return value

2017-11-27 Thread Pan Bian
ffmpeg | branch: master | Pan Bian | Mon Nov 27 09:12:54 2017 +0800| [2ba6d7cb8278970bb9971448706c1e44ba043a81] | committer: Michael Niedermayer ffmpeg: Check read_ffserver_streams() return value The function avformat_alloc_context() will return a NULL pointer on failure. However, in function

[FFmpeg-cvslog] libavformat/rtpenc_mpegts: check avformat_new_stream() return value

2017-11-27 Thread Pan Bian
ffmpeg | branch: master | Pan Bian | Mon Nov 27 09:30:53 2017 +0800| [5b4baf1506277863e9c1fa4bd302a4653e859669] | committer: Michael Niedermayer libavformat/rtpenc_mpegts: check avformat_new_stream() return value The function avformat_new_stream() returns a NULL pointer on failure. However, in

[FFmpeg-cvslog] avfilter/vf_threshold: use correct linesize

2017-11-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 27 18:04:39 2017 +0100| [eb86f72fcaf3abd6c7d243d7c85ab0440f752be5] | committer: Paul B Mahol avfilter/vf_threshold: use correct linesize Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb86f72fcaf3abd6c7d

[FFmpeg-cvslog] avformat/matroskaenc: actually enforce the stream limit

2017-11-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 27 13:39:42 2017 -0300| [9d464dc3fccb53f1e7c83e3453084c1a7fb90503] | committer: James Almer avformat/matroskaenc: actually enforce the stream limit Prevents out of array accesses. Adressess ticket #6873 Reviewed-by: Michael Niedermayer Signed-of

[FFmpeg-cvslog] avfilter/af_silenceremove: fix possible crash if supplied duration is negative

2017-11-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 27 16:32:54 2017 +0100| [2d1594a8d6a754a426cb53184dccf9cf8c8a94b0] | committer: Paul B Mahol avfilter/af_silenceremove: fix possible crash if supplied duration is negative Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavd/alsa: Double maximum alsa buffer size.

2017-11-27 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Nov 27 14:05:28 2017 +0100| [b7324950c0fc84a93d4e7abdfd2b75ea647ec3fc] | committer: Carl Eugen Hoyos lavd/alsa: Double maximum alsa buffer size. Fixes recording from ATI Wonder 600 USB adapter, regression since e35c674d. Reported and analyzed b

[FFmpeg-cvslog] avfilter/af_silenceremove: fix logic error in EOF case

2017-11-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 27 13:38:33 2017 +0100| [9152bda839c55b568d416d1188590646ac9196c4] | committer: Paul B Mahol avfilter/af_silenceremove: fix logic error in EOF case Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9152bda8

[FFmpeg-cvslog] avformat/avienc: fix fields-per-frame value for interlaced video streams

2017-11-27 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Mon Nov 27 09:13:05 2017 +0100| [26c0c84784f1f4e73e2de25b09b659781f06b0f2] | committer: Tobias Rapp avformat/avienc: fix fields-per-frame value for interlaced video streams Writes one set of field framing information for progressive streams and two sets