[vlc-commits] caopengllayer: release context before releasing object

2018-02-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Feb 9 22:15:15 2018 +0100| [1504a133a4325deb88de2004dfcec5caf34738c0] | committer: David Fuhrmann caopengllayer: release context before releasing object Context should be released before the holding object is destroyed. CD:

[vlc-commits] linux: add support for memfd_create()

2018-02-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Feb 9 22:12:48 2018 +0200| [3023db527d940651644bf4678f6278084696fd70] | committer: Rémi Denis-Courmont linux: add support for memfd_create() >

[vlc-commits] D3D11 surface: fix potential free of uninitialized variable

2018-02-09 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Feb 9 21:10:37 2018 +0100| [0d59e75b5fe26401ed60009248026ab091aa5bad] | committer: Jean-Baptiste Kempf D3D11 surface: fix potential free of uninitialized variable Fixes CD: 7ab9410e-8e85-4c47-b014-27ff0056944a >

[vlc-commits] contrib: enable libdsm

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 20:39:23 2018 +0100| [3faacb49233383bd74991728a7215d6d71b6dd8a] | committer: Thomas Guillem contrib: enable libdsm (cherry picked from commit c7b275f1c90d6d5b38624da21743155270a63a2c) Signed-off-by: Thomas Guillem

[vlc-commits] Update News

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 20:41:09 2018 +0100| [4990df25b7a200f6a018f758b2d81ecf89f23300] | committer: Thomas Guillem Update News > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4990df25b7a200f6a018f758b2d81ecf89f23300 ---

[vlc-commits] contrib: enable libdsm

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 20:39:23 2018 +0100| [c7b275f1c90d6d5b38624da21743155270a63a2c] | committer: Thomas Guillem contrib: enable libdsm > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c7b275f1c90d6d5b38624da21743155270a63a2c ---

[vlc-commits] dbus: don't spam dbus events

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Feb 8 16:32:25 2018 +0100| [95b79bda2fcf55860f57dc17e1d4500f63f0433b] | committer: Thomas Guillem dbus: don't spam dbus events Wait 100ms before sending new events and drop identical events. This fixes global Desktop freeze

[vlc-commits] dbus: don't send twice the same event

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 09:18:00 2018 +0100| [06dc9f16e6b4e72d996322b47a02837afb0f49bd] | committer: Thomas Guillem dbus: don't send twice the same event And don't wake up the main loop if the event was a duplication. (cherry picked from

[vlc-commits] Update News

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 19:52:09 2018 +0100| [0e800a1f131f9eb6cf01632aac9f1b4d1f66fa23] | committer: Thomas Guillem Update News > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0e800a1f131f9eb6cf01632aac9f1b4d1f66fa23 ---

[vlc-commits] On the road to 3.0.1

2018-02-09 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Fri Feb 9 19:48:08 2018 +0100| [4033df50133bf4c9c001c8ffc3ea8b4df569d0dd] | committer: Jean-Baptiste Kempf On the road to 3.0.1 >

[vlc-commits] ci_filters: rework CVPX to CVPX conversions

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 17:12:54 2018 +0100| [78eb0e166e8c82ca17da62c6cbc94f2a1a030c04] | committer: Thomas Guillem ci_filters: rework CVPX to CVPX conversions CD 155f0680-aa44-49a8-a2ec-e1a341fc55fe These 2 extra conversions (CVPX_X to

[vlc-commits] codec: vt_utils: add P010 support

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 18:29:19 2018 +0100| [d222f689f1e02f29652c85607c09ceb5c9adecaf] | committer: Thomas Guillem codec: vt_utils: add P010 support (cherry picked from commit c5d2a307d8e4c63a2f1d69fe36e10141eb33b1fe) Signed-off-by: Thomas

[vlc-commits] videotoolbox: force P010 for HEVC10bits

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 18:28:56 2018 +0100| [8a6e33e9c44df11c1a0ac5b0a6b9699be7320d93] | committer: Thomas Guillem videotoolbox: force P010 for HEVC10bits This allow smooth 4K HEVC 10bits playback on mac book. TODO: Maybe, the same can be

[vlc-commits] chroma: cvpx: support P010

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 17:43:30 2018 +0100| [c32154b15d7ac395d07343e33091d78539286849] | committer: Thomas Guillem chroma: cvpx: support P010 (cherry picked from commit 1aa9de936050caa75d5f4881295f723e2a6eec3c) Signed-off-by: Thomas Guillem

[vlc-commits] codec: videotoolbox: add P010 mapping

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 17:42:21 2018 +0100| [a79259c0d71adf021daacc2f2282bbfd4bb7dbde] | committer: Thomas Guillem codec: videotoolbox: add P010 mapping (cherry picked from commit 5e67297bb8518a67977d37d30756cd7e404597de) Signed-off-by:

[vlc-commits] gl: cvpx: add P010 support

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 15:47:51 2018 +0100| [b87bab4d0368646c23aa0bfacf1e73897e3422d7] | committer: Thomas Guillem gl: cvpx: add P010 support (cherry picked from commit dd61493217411a3ca715f08c292fbc519445136e) Signed-off-by: Thomas Guillem

[vlc-commits] fourcc: add VLC_CODEC_CVPX_P010

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 15:21:32 2018 +0100| [129c6b9394bb5053947b2e13bad50953b85f6fcd] | committer: Thomas Guillem fourcc: add VLC_CODEC_CVPX_P010 (cherry picked from commit 7a79d8be457e6dbe8137c473bf634bb24f671df6) Signed-off-by: Thomas

[vlc-commits] videotoolbox: fix SEI header size

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 15:58:13 2018 +0100| [f41725e379f55156263c0d631cd739582efc8399] | committer: Thomas Guillem videotoolbox: fix SEI header size This fixes interlaced false detection that triggered an interlacer that slowed down HEVC

[vlc-commits] gl: cvpx: add P010 support

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 15:47:51 2018 +0100| [dd61493217411a3ca715f08c292fbc519445136e] | committer: Thomas Guillem gl: cvpx: add P010 support > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dd61493217411a3ca715f08c292fbc519445136e ---

[vlc-commits] fourcc: add VLC_CODEC_CVPX_P010

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 15:21:32 2018 +0100| [7a79d8be457e6dbe8137c473bf634bb24f671df6] | committer: Thomas Guillem fourcc: add VLC_CODEC_CVPX_P010 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a79d8be457e6dbe8137c473bf634bb24f671df6 ---

[vlc-commits] codec: vt_utils: add P010 support

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 18:29:19 2018 +0100| [c5d2a307d8e4c63a2f1d69fe36e10141eb33b1fe] | committer: Thomas Guillem codec: vt_utils: add P010 support > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5d2a307d8e4c63a2f1d69fe36e10141eb33b1fe

[vlc-commits] chroma: cvpx: support P010

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 17:43:30 2018 +0100| [1aa9de936050caa75d5f4881295f723e2a6eec3c] | committer: Thomas Guillem chroma: cvpx: support P010 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1aa9de936050caa75d5f4881295f723e2a6eec3c ---

[vlc-commits] codec: videotoolbox: add P010 mapping

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 17:42:21 2018 +0100| [5e67297bb8518a67977d37d30756cd7e404597de] | committer: Thomas Guillem codec: videotoolbox: add P010 mapping >

[vlc-commits] videotoolbox: force P010 for HEVC10bits

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 18:28:56 2018 +0100| [1b7e1c4bfcda375e2d4e657135aeaf3732e44af2] | committer: Thomas Guillem videotoolbox: force P010 for HEVC10bits This allow smooth 4K HEVC 10bits playback on mac book. TODO: Maybe, the same can be done for

[vlc-commits] Fix typos in NEWS

2018-02-09 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Feb 9 17:58:56 2018 +0100| [967567f8332923410cd0c36f5cd3de5f3d340c80] | committer: Jean-Baptiste Kempf Fix typos in NEWS Close #19639 >

[vlc-commits] Tag 3.0.0-1 : VLC media player 3.0.0 'Vetinari'

2018-02-09 Thread git
[vlc/vlc-3.0] [branch: refs/tags/3.0.0-1] Tag:ab57311e521c6b1303848ac1c32405f78c868435 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git?a=tag;h=ab57311e521c6b1303848ac1c32405f78c868435 Tagger: Jean-Baptiste Kempf Date: Fri Feb 9 17:34:14 2018 +0100 VLC media player

[vlc-commits] hw:d3d11: attempt to avoid a weird crash

2018-02-09 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri Feb 9 14:02:52 2018 +0100| [af3950764dbcba29c864eaa2258ae2689e607bae] | committer: Jean-Baptiste Kempf hw:d3d11: attempt to avoid a weird crash (cherry picked from commit 5234057a724757d5fce0d48a08398d2e94b4b4b0)

[vlc-commits] ci_filters: rework CVPX to CVPX conversions

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 17:12:54 2018 +0100| [4e803da88615704ab7b2ddcd581c8d33267db663] | committer: Thomas Guillem ci_filters: rework CVPX to CVPX conversions CD 155f0680-aa44-49a8-a2ec-e1a341fc55fe These 2 extra conversions (CVPX_X to CVPX_RGBA

[vlc-commits] direct3d11: use the right interface to release

2018-02-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 9 16:40:59 2018 +0100| [4fa9e48986d365a2f66de437e59a4c802fc3a539] | committer: Steve Lhomme direct3d11: use the right interface to release >

[vlc-commits] direct3d11: fix a potential leak on error

2018-02-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 9 14:17:20 2018 +0100| [eb6af3c36d674d55a3f37992545f70f953e2ce45] | committer: Steve Lhomme direct3d11: fix a potential leak on error For now it shouldn't leak as on error we release the whole quad anyway. >

[vlc-commits] hw:d3d11: attempt to fix a crash when releasing the d3d11_deinterlace

2018-02-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 9 14:05:58 2018 +0100| [3e1ead04eb5bcf90ab83c4130b1f03ea2a231f39] | committer: Steve Lhomme hw:d3d11: attempt to fix a crash when releasing the d3d11_deinterlace The filter is not supposed to be released after the vout, but each

[vlc-commits] hw:d3d11: attempt to avoid a weird crash

2018-02-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 9 14:02:52 2018 +0100| [5234057a724757d5fce0d48a08398d2e94b4b4b0] | committer: Steve Lhomme hw:d3d11: attempt to avoid a weird crash >

[vlc-commits] contrib:ebml: fix a potential crash

2018-02-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 9 13:56:13 2018 +0100| [6893fd35c0a3b8e45793abb35590490f47092f6e] | committer: Steve Lhomme contrib:ebml: fix a potential crash > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6893fd35c0a3b8e45793abb35590490f47092f6e ---

[vlc-commits] videotoolbox: also set fmt_out.video.chroma

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 14:29:39 2018 +0100| [f7d40965adb0f36fcc367657b2fc55185c1e85f4] | committer: Hugo Beauzée-Luyssen videotoolbox: also set fmt_out.video.chroma This fixes transcoding issue from videotoolbox. (cherry picked from commit

[vlc-commits] qt: Don't display progress dialog as modal

2018-02-09 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Fri Feb 9 15:47:05 2018 +0100| [be1087aaa10630c3ff2aa31ece3e211832ff1972] | committer: Hugo Beauzée-Luyssen qt: Don't display progress dialog as modal Updating the dialog will call processEvents, which could end up

[vlc-commits] videotoolbox: fix SEI header size

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 15:58:13 2018 +0100| [a799daf628a31c69b4bb02624d67c32bf8127f97] | committer: Thomas Guillem videotoolbox: fix SEI header size This fixes interlaced false detection that triggered an interlacer that slowed down HEVC playback.

[vlc-commits] qt: Don't display progress dialog as modal

2018-02-09 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Feb 9 15:47:05 2018 +0100| [55e6be0e4816d65c0611e0b54bfdba059a52c9b5] | committer: Hugo Beauzée-Luyssen qt: Don't display progress dialog as modal Updating the dialog will call processEvents, which could end up processing

[vlc-commits] videotoolbox: also set fmt_out.video.chroma

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 14:29:39 2018 +0100| [eadc1bda44ca41705d76f477b031bc3d788e2b51] | committer: Thomas Guillem videotoolbox: also set fmt_out.video.chroma This fixes transcoding issue from videotoolbox. >

[vlc-commits] Tag 3.0.0.1 : VLC media player 3.0.0 'Vetinari'

2018-02-09 Thread git
[vlc/vlc-3.0] [branch: refs/tags/3.0.0.1] Tag:8dda21f88aa6e023d0db8652dd7ee30391b3774c > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git?a=tag;h=8dda21f88aa6e023d0db8652dd7ee30391b3774c Tagger: Jean-Baptiste Kempf Date: Fri Feb 9 13:46:39 2018 +0100 VLC media player

[vlc-commits] qt: dialogs: Use the correct type for progress context

2018-02-09 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Fri Feb 9 13:42:46 2018 +0100| [b18c5c79b84674b754bab5dc1fccf9243c178115] | committer: Hugo Beauzée-Luyssen qt: dialogs: Use the correct type for progress context This seems to fix #18640 and #17060 (cherry picked from

[vlc-commits] qt: dialogs: Use the correct type for progress context

2018-02-09 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Feb 9 13:42:46 2018 +0100| [90dde5edfbaee89e16386a42bc5626845383e89f] | committer: Hugo Beauzée-Luyssen qt: dialogs: Use the correct type for progress context This seems to fix #18640 and #17060 >

[vlc-commits] mmdevice: fix opening of invalid device

2018-02-09 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Feb 9 13:29:29 2018 +0100| [3475766f7a58bd7d28402d7184e5110e1fc8b091] | committer: Jean-Baptiste Kempf mmdevice: fix opening of invalid device CD 6f95511a-91a2-45de-bd43-735bf52a2185 And check sys->dev locked since it can

[vlc-commits] win32: Package vlc_branding.bmp in release builds

2018-02-09 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Thu Feb 8 20:13:55 2018 +0100| [65c8892277933080996432b3adba30d4dc4a8cb6] | committer: Jean-Baptiste Kempf win32: Package vlc_branding.bmp in release builds (cherry picked from commit

[vlc-commits] mmdevice: fix opening of invalid device

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 13:29:29 2018 +0100| [a715eaa04c611de267022964c59566779539d6e6] | committer: Thomas Guillem mmdevice: fix opening of invalid device CD 6f95511a-91a2-45de-bd43-735bf52a2185 And check sys->dev locked since it can be written

[vlc-commits] dbus: don't send twice the same event

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 9 09:18:00 2018 +0100| [52355cde73e001fe000f38d76b9223bd23507a10] | committer: Thomas Guillem dbus: don't send twice the same event And don't wake up the main loop if the event was a duplication. >

[vlc-commits] dbus: don't spam dbus events

2018-02-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 8 16:32:25 2018 +0100| [9c146272d089e36ce79730adc36fe611495fd926] | committer: Thomas Guillem dbus: don't spam dbus events Wait 100ms before sending new events and drop identical events. This fixes global Desktop freeze