[vlc-commits] mp4: save the multiview_mode meta-data encoded with the spatial media specification v1

2017-07-26 Thread Adrien Maglo
vlc | branch: master | Adrien Maglo | Wed Jul 26 21:24:27 2017 +0200| [0fe27309aedb10c01288a41dcd9556efa12618a4] | committer: Francois Cartegnie mp4: save the multiview_mode meta-data encoded with the spatial media specification v1

[vlc-commits] demux: mp4: enable 3DDS multiview

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 23:51:05 2017 +0200| [eb46716d050c28af2132e4f59c34f0ca5b6ff127] | committer: Francois Cartegnie demux: mp4: enable 3DDS multiview Early PS3 sequential 3D >

[vlc-commits] packetizer: hxxx: parse frame_packing

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 21:41:51 2017 +0200| [89347c3e2d67bc0b42e24fa6fd51d2a870f41f33] | committer: Francois Cartegnie packetizer: hxxx: parse frame_packing >

[vlc-commits] packetizer: mpegvideo: parse/set multiview

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 22:55:51 2017 +0200| [d23e9e287c468e3c32021e3007203606e7c368e7] | committer: Francois Cartegnie packetizer: mpegvideo: parse/set multiview untested >

[vlc-commits] packetizer: h264: set multiview

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 21:42:06 2017 +0200| [adec0c3850f8342bf42baca5c0dd20df13232045] | committer: Francois Cartegnie packetizer: h264: set multiview >

[vlc-commits] demux: libmp4: add and parse 3DDS uuid

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 23:53:39 2017 +0200| [9e8a1481e95d8165f0fd6538f9a12f393a5e8cc3] | committer: Francois Cartegnie demux: libmp4: add and parse 3DDS uuid >

[vlc-commits] demux: libmp4: move uuid parsing

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 23:52:26 2017 +0200| [78f07cef022379050c936faed8150d81f83a4b88] | committer: Francois Cartegnie demux: libmp4: move uuid parsing >

[vlc-commits] packetizer: mpegvideo: add missing mapping

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 21:41:19 2017 +0200| [e285e13f66c6deaad45f6cdd7a4e93cb0ecc7900] | committer: Francois Cartegnie packetizer: mpegvideo: add missing mapping >

[vlc-commits] macOS build.sh: Build gettext before contribs

2017-07-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Jul 26 21:07:31 2017 +0200| [98f88252005c6197c255f39d02bbe3f9a80a02a9] | committer: David Fuhrmann macOS build.sh: Build gettext before contribs >

[vlc-commits] macOS build.sh: Enable -Werror=partial-availability for contribs

2017-07-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Jul 26 21:07:52 2017 +0200| [f87eeb29b6b0d34754e6c66309dd246f15294853] | committer: David Fuhrmann macOS build.sh: Enable -Werror=partial-availability for contribs Usually, contribs do not support runtime handling of partial

[vlc-commits] vout: handle error without aborting

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 22:07:54 2017 +0300| [7c6e3bf9ffcc5db77b8f6e8f09826b8a93efeb47] | committer: Rémi Denis-Courmont vout: handle error without aborting >

[vlc-commits] vout: make vout_FilterDisplay() work always

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 21:54:56 2017 +0300| [5908911afb80b6c274525018c1fbf55ebebac594] | committer: Rémi Denis-Courmont vout: make vout_FilterDisplay() work always Deal with the trivial case whereby the vout is unfiltered. Simplify the call

[vlc-commits] vout: remove redundant test

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 21:47:02 2017 +0300| [bff9042430d3fd173f9f7a2d66ee38ff03e88400] | committer: Rémi Denis-Courmont vout: remove redundant test If the vout is unfiltered (in this context), then use_dr is true. >

[vlc-commits] filter_chain: remove useless length member

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 21:26:52 2017 +0300| [5f164b8a6ead6e1be6f4e16a1d9b7b3c414d0bd8] | committer: Rémi Denis-Courmont filter_chain: remove useless length member >

[vlc-commits] filter_chain: use container_of()

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 21:04:47 2017 +0300| [8e11a7c3bcf55978a8d0be1e0bcee203013c8743] | committer: Rémi Denis-Courmont filter_chain: use container_of() >

[vlc-commits] filter_chain: replace GetLength with IsEmpty

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 21:25:15 2017 +0300| [9f74ef90bec7bacbc527ba20f38c33560f8af321] | committer: Rémi Denis-Courmont filter_chain: replace GetLength with IsEmpty Nothing cares about the actual length if it is non-zero. Also constify. >

[vlc-commits] spu: remove useless check

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 21:07:48 2017 +0300| [3917462779e0009e070b2c95d48782c4f806289f] | committer: Rémi Denis-Courmont spu: remove useless check filter_chain_Reset(NULL, NULL) is a no-op on an empty chain. >

[vlc-commits] caopengllayer: set HDR mode on 10.12 and later only (closes #17763)

2017-07-26 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jul 26 18:35:17 2017 +0200| [44ae5e72db59afc31996e35c11022f3dd5d2d153] | committer: Felix Paul Kühne caopengllayer: set HDR mode on 10.12 and later only (closes #17763) >

[vlc-commits] d3d11va: don't use the external pool on Qualcomm devices if the sizes don't match

2017-07-26 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jul 26 15:06:39 2017 +0200| [e1be6b1563d16e9fdb77d75d4a2d2f6cc1e4ffcf] | committer: Jean-Baptiste Kempf d3d11va: don't use the external pool on Qualcomm devices if the sizes don't match On such devices the decoder needs to have

[vlc-commits] caopengllayer: fix green output

2017-07-26 Thread Victorien Le Couviour--Tuffet
vlc | branch: master | Victorien Le Couviour--Tuffet | Wed Jul 26 16:14:01 2017 +0200| [fdb40afd8ef10669024244489c45d2c335e0c74c] | committer: Jean-Baptiste Kempf caopengllayer: fix green output Fixes #18309. >

[vlc-commits] misc: ensure vlc_object_t is correctly aligned

2017-07-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 26 17:50:24 2017 +0300| [94d8e0b9c1a27db4589d356ec11825934af80549] | committer: Rémi Denis-Courmont misc: ensure vlc_object_t is correctly aligned See also 4f91e6bc15d8b72deb1f761ca857a33d672c91ef. >

[vlc-commits] service_discovery: Improve debug log messages

2017-07-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 25 21:16:02 2017 +0200| [aeee2106df15261f4470b928fb15331056478028] | committer: Rémi Denis-Courmont service_discovery: Improve debug log messages Signed-off-by: Rémi Denis-Courmont >

[vlc-commits] service_discovery: Consistently use playlist_Lock/Unlock

2017-07-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 25 21:16:03 2017 +0200| [05269e4f81ffc672ed950f31834a613c06be068f] | committer: Rémi Denis-Courmont service_discovery: Consistently use playlist_Lock/Unlock Signed-off-by: Rémi Denis-Courmont >

[vlc-commits] bonjour: clarify log messages and use correct levels

2017-07-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 25 21:16:01 2017 +0200| [4e51c27add45a58ca735a7d6ef05092f551fc268] | committer: Rémi Denis-Courmont bonjour: clarify log messages and use correct levels Nearly all messages had level Info, which is unnecessary. Signed-off-by:

[vlc-commits] demux: adaptive: fix cross category es recycling

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 16:35:39 2017 +0200| [403dfe1a9a48fbc1c946b55cc4ba9269aaf1ba84] | committer: Francois Cartegnie demux: adaptive: fix cross category es recycling refs #18565 >

[vlc-commits] demux: adaptive: missing es_format_Init

2017-07-26 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jul 26 16:33:21 2017 +0200| [ecdb644390011a2836bb5da9abb9c37926d873dd] | committer: Francois Cartegnie demux: adaptive: missing es_format_Init >

[vlc-commits] lib: renderer_discoverer: add item hold/release

2017-07-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Jul 26 16:32:29 2017 +0200| [a24cd3f685f96e463385f3146bd74de17f8c371a] | committer: Thomas Guillem lib: renderer_discoverer: add item hold/release Libvlc users need to hold a reference to an item before using it. This avoid

[vlc-commits] lib: renderer_discoverer: fix bad cast

2017-07-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Jul 26 16:18:27 2017 +0200| [9114d112f0a43aed2aa172d660434c71dd167e2e] | committer: Thomas Guillem lib: renderer_discoverer: fix bad cast >

[vlc-commits] macosx: remove noise filter from GUI

2017-07-26 Thread Victorien Le Couviour--Tuffet
vlc | branch: master | Victorien Le Couviour--Tuffet | Wed Jul 26 14:33:03 2017 +0200| [a67ee64077f0dd4df9913a3cc37314868ec99052] | committer: Jean-Baptiste Kempf macosx: remove noise filter from GUI This filter has been removed between 1.1.13 and 2.0.0.