[vlc-commits] avcodec: scale pts values to libavcodec scale

2015-10-10 Thread Ilkka Ollakka
vlc/vlc-2.2 | branch: master | Ilkka Ollakka | Sun Aug 9 00:37:50 2015 +0300| [e796bcef22647c958a87812fa1c3881dbb69f728] | committer: Ilkka Ollakka avcodec: scale pts values to libavcodec scale Otherwise bitrate control is quite fobar. Fixes #11538 Pointed out by Sesse (cherry picked from

[vlc-commits] avcodec: use framerate as time_base seems to be debrecated in 0.56

2015-10-10 Thread Ilkka Ollakka
vlc/vlc-2.2 | branch: master | Ilkka Ollakka | Sun Aug 9 23:54:31 2015 +0300| [92d60aadef1787e209e6c8c05969ae53c2d8d01f] | committer: Ilkka Ollakka avcodec: use framerate as time_base seems to be debrecated in 0.56 Libav/ffmpeg seems to store littlebit different values in framerate, so there

[vlc-commits] livehttp: use ChainLastAppend and remove ChainGather to gain speed

2015-10-10 Thread Ilkka Ollakka
vlc/vlc-2.2 | branch: master | Ilkka Ollakka | Fri Oct 9 20:48:17 2015 +0300| [5a71de0e1c308a024cab89abd2445f1b05da1006] | committer: Ilkka Ollakka livehttp: use ChainLastAppend and remove ChainGather to gain speed ChainGather in this case would make high amount of small memcopies which kill

[vlc-commits] macosx: disable native fullscreen on El Capitan

2015-10-10 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Sat Oct 10 16:58:01 2015 +0200| [1b2daef13663d1a72f97e6b78d783b5810094be1] | committer: David Fuhrmann macosx: disable native fullscreen on El Capitan Native fullscreen seems to be on by default on El Capitan, even if the corresponding flag is no

[vlc-commits] macosx: Introduce OSX_EL_CAPITAN runtime check

2015-10-10 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Sat Oct 10 16:54:34 2015 +0200| [51f8a368584c3dc33208d0f23a7486f5bf4e0b3a] | committer: David Fuhrmann macosx: Introduce OSX_EL_CAPITAN runtime check (cherry picked from commit 50dcfe2ac56e9f4e8c98f1cd64076047a20ea83e) Signed-off-by: David Fuhrma

[vlc-commits] macosx: disable fullscreen hack on yosemite and higher

2015-10-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 10 16:46:36 2015 +0200| [ffa25effb598b6d58dac62903fb08fc9b8965296] | committer: David Fuhrmann macosx: disable fullscreen hack on yosemite and higher It seems that Apple fixed this issue starting with Yosemite. > http://git.videolan.org/gitweb.c

[vlc-commits] macosx: Introduce OSX_EL_CAPITAN runtime check

2015-10-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 10 16:54:34 2015 +0200| [50dcfe2ac56e9f4e8c98f1cd64076047a20ea83e] | committer: David Fuhrmann macosx: Introduce OSX_EL_CAPITAN runtime check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50dcfe2ac56e9f4e8c98f1cd64076047a20ea83e ---

[vlc-commits] macosx: disable native fullscreen on El Capitan

2015-10-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 10 16:58:01 2015 +0200| [e4ea3a00f704337a6a126362433a19c6f22e833f] | committer: David Fuhrmann macosx: disable native fullscreen on El Capitan Native fullscreen seems to be on by default on El Capitan, even if the corresponding flag is not set. T

[vlc-commits] contribs: taglib: Fix invalid atomic support check

2015-10-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Oct 9 14:43:43 2015 +0200| [7f1e1c0b830e9468666abdb9c169528541ef1911] | committer: Hugo Beauzée-Luyssen contribs: taglib: Fix invalid atomic support check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f1e1c0b830e9468666abdb9c169528

[vlc-commits] livehttp: use ChainLastAppend and remove ChainGather to gain speed

2015-10-10 Thread Ilkka Ollakka
vlc | branch: master | Ilkka Ollakka | Fri Oct 9 20:48:17 2015 +0300| [9bd13e067daa2c938faed1504006d4f5654a8687] | committer: Ilkka Ollakka livehttp: use ChainLastAppend and remove ChainGather to gain speed ChainGather in this case would make high amount of small memcopies which kill performa