]> git.sesse.net Git - vlc/commit
* ffmpeg: disable direct rendering when width or height aren't a multiple
authorLaurent Aimar <fenrir@videolan.org>
Sat, 28 Jun 2003 23:56:31 +0000 (23:56 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 28 Jun 2003 23:56:31 +0000 (23:56 +0000)
commita1b500a0d2aad4fcecaa13b62b99e6b714c96090
treef079e86a5b8a64b58e6fbc755fd839fadb3998d7
parent5d97d4e00746caf22642246b7c4432d3c3e79b1f
 * ffmpeg: disable direct rendering when width or height aren't a multiple
of 16 (on the fly not only based upon header).

 * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
use http interface with http streaming).
modules/codec/ffmpeg/video.c
modules/misc/httpd.c