[FFmpeg-cvslog] w32pthreads: remove some remaining superfluous checks

2017-12-25 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 25 23:17:23 2017 -0300| [613f789c19153edadb1fcc11866192f6b296ee58] | committer: James Almer w32pthreads: remove some remaining superfluous checks Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=613f789c1915

[FFmpeg-cvslog] h264: add AVOption to set x264_build default

2017-12-25 Thread wm4
ffmpeg | branch: master | wm4 | Sat Dec 23 03:13:00 2017 +0100| [cf57cb3ae4364ab8e70af37beea7a45a86de90e9] | committer: wm4 h264: add AVOption to set x264_build default This provides a generic way to the API user to deal with files that either lack this SEI, or which have the SEI only in packet

[FFmpeg-cvslog] w32pthreads: always use Vista+ API, drop XP support

2017-12-25 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 21 20:23:14 2017 +0100| [9b121dfc32810250938021952aab4172a988cb56] | committer: wm4 w32pthreads: always use Vista+ API, drop XP support This removes the XP compatibility code, and switches entirely to SWR locks, which are available starting at Windows Vis

[FFmpeg-cvslog] lavc: replace and deprecate the lock manager

2017-12-25 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 21 22:39:24 2017 +0100| [a04c2c707de2ce850f79870e84ac9d7ec7aa9143] | committer: wm4 lavc: replace and deprecate the lock manager Use static mutexes instead of requiring a lock manager. The behavior should be roughly the same before and after this change f

[FFmpeg-cvslog] ffplay: drop lock manager use

2017-12-25 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 21 22:43:43 2017 +0100| [e24f192a9fd6013e272df1bfaeaba31e8ca49f92] | committer: wm4 ffplay: drop lock manager use Deprecated and useless. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e24f192a9fd6013e272df1bfaeaba31e8ca49f92 --- fftools/f

[FFmpeg-cvslog] lavc: remove complex debug code around avcodec init locking

2017-12-25 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 21 23:03:24 2017 +0100| [4ed66517c62c599701b3793fa2843d5a8530a4f4] | committer: wm4 lavc: remove complex debug code around avcodec init locking This is just a lot of complicated and confusing code that had no purpose anymore. Also, the functions return v

[FFmpeg-cvslog] lavc, lavf: move avformat static mutex from avcodec to avformat

2017-12-25 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 21 22:54:06 2017 +0100| [86a13bf2ffb40d44260d5747a4782a42a43a1ed8] | committer: wm4 lavc, lavf: move avformat static mutex from avcodec to avformat It's completely absurd that libavcodec would care about libavformat locking, but it was there because the l

[FFmpeg-cvslog] avformat/hlsenc: fix resource leak

2017-12-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 25 23:51:25 2017 +0800| [2aee5a87233277027bb281372f888b5246a58e77] | committer: Steven Liu avformat/hlsenc: fix resource leak fix CID: 1426931 1426929 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2aee5a87233277027bb281372f888b5246a

[FFmpeg-cvslog] avfilter/vf_convolve: add threading for complex multiplication

2017-12-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 25 15:46:04 2017 +0100| [e712d301736106002264d631cff925a92dfe891d] | committer: Paul B Mahol avfilter/vf_convolve: add threading for complex multiplication Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avfilter/vf_convolve: use shorter variants for pointers

2017-12-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 25 10:19:47 2017 +0100| [86e3eebfb763855e9be873cc71b8569f6dd2b52f] | committer: Paul B Mahol avfilter/vf_convolve: use shorter variants for pointers Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86e3eeb

[FFmpeg-cvslog] avfilter/vf_convolve: clear coefficients only when needed

2017-12-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 25 10:04:59 2017 +0100| [ec6608f51b2d5a979b59d0dcc6a06629a0f8bd81] | committer: Paul B Mahol avfilter/vf_convolve: clear coefficients only when needed Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec660

[FFmpeg-cvslog] avfilter/vf_convolve: implement slice threading

2017-12-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 25 11:53:54 2017 +0100| [c59e49f9b2f30184e6d74255f3c1b2a1a89c6520] | committer: Paul B Mahol avfilter/vf_convolve: implement slice threading Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c59e49f9b2f3018

[FFmpeg-cvslog] avfilter/vf_convolve: split input/output operations from fft

2017-12-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 25 11:05:26 2017 +0100| [f9f1b2a9274f1c58e1695fcf584646e2c6e9f756] | committer: Paul B Mahol avfilter/vf_convolve: split input/output operations from fft Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9