[FFmpeg-cvslog] configure: add missing optional dep on libfribidi to the drawtext filter

2017-10-16 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 01:17:32 2017 -0300| [15b86d3b4aeb51d92687f031934a807fd6f29b99] | committer: James Almer configure: add missing optional dep on libfribidi to the drawtext filter Fixes ticket #6740 Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffmpeg: remove hwaccel_lax_profile_check option

2017-10-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Oct 9 02:13:14 2017 -0400| [2e94490225909a2d40d25722b49f54a3fe967635] | committer: Mark Thompson ffmpeg: remove hwaccel_lax_profile_check option This has been unused for a long time, and the original purpose has been replaced by the per-stream hwaccel_

[FFmpeg-cvslog] configure: add missing optional deps on gcrypt and openssl to the hls muxer

2017-10-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 16 17:47:01 2017 -0300| [ae6fe04bee600dec99e81efba3b8350366f6367c] | committer: James Almer configure: add missing optional deps on gcrypt and openssl to the hls muxer Should fix ticket #6738 Signed-off-by: James Almer > http://git.videolan.org

[FFmpeg-cvslog] libavcodec/texturedspenc : indent after add rgtc1u_alpha func

2017-10-16 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Sep 28 21:46:08 2017 +0200| [7480f232d24a4215ff69584dbd873036e3bcb30e] | committer: Tom Butterworth libavcodec/texturedspenc : indent after add rgtc1u_alpha func Signed-off-by: Tom Butterworth > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] libavcodec/texturedsp : indent after add rgtc1u_alpha func

2017-10-16 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Sep 28 21:45:31 2017 +0200| [92500c7bc53ba0d585db666aef65152468e80c9c] | committer: Tom Butterworth libavcodec/texturedsp : indent after add rgtc1u_alpha func Signed-off-by: Tom Butterworth > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] libavcodec/texturedspenc : add rgtc1_u_alpha encoding func

2017-10-16 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Sep 28 21:37:46 2017 +0200| [50a20de6b9edd1d893fe0ea652ccf796dd9850fb] | committer: Tom Butterworth libavcodec/texturedspenc : add rgtc1_u_alpha encoding func this func encode the alpha channel of the rgba input to an rgtc1u block Signed-off-by:

[FFmpeg-cvslog] libavcodec/texturedsp : add rgtc1u_alpha decoding func

2017-10-16 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Sep 28 21:36:58 2017 +0200| [d4d4629dfe727d4c890fc7a19eb7e22eb155fce8] | committer: Tom Butterworth libavcodec/texturedsp : add rgtc1u_alpha decoding func this func decode an rgtc1 texture and overwrite only the alpha channel of the dest RGBA pict