[vlc-commits] upnp: Remove leftover debug

2017-03-20 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Mar 20 09:45:58 2017 +0100| [6ca250e00be61c5353c1c19f81e5494cc03c7afa] | committer: Hugo Beauzée-Luyssen upnp: Remove leftover debug > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ca250e00be61c5353c1c19f81e5494cc03c7afa --- modules

[vlc-commits] control/globalhotkeys: xcb: fix p_sys->p_map population

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Sat Mar 18 18:00:33 2017 +0100| [0ad2356a5febddbd5e013d830543974216560d73] | committer: Hugo Beauzée-Luyssen control/globalhotkeys: xcb: fix p_sys->p_map population As described in #18136, certain configurations end up causing a double-free in xcb.c:Close

[vlc-commits] gui/qt: dialogs/plugins: prevent deprecated usage of QStyleOptionViewItemV4 if Qt >= 5

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:56 2017 +0100| [dda5dda889e6975bb51491ad264eae57adc1b901] | committer: Hugo Beauzée-Luyssen gui/qt: dialogs/plugins: prevent deprecated usage of QStyleOptionViewItemV4 if Qt >= 5 QStyleOptionViewItemV4 is deprecated starting from Qt5, and

[vlc-commits] gui/qt: qt.hpp: remove macro TOGGLEV

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:53 2017 +0100| [f981476316908e722d96fc5968b825c646c6cf6b] | committer: Hugo Beauzée-Luyssen gui/qt: qt.hpp: remove macro TOGGLEV The macro is only used at one location, and as such there is no need for the define to exist in qt.hpp. Signe

[vlc-commits] gui/qt: actions_manager: const qualification and mem-initializer

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:55 2017 +0100| [b7e070ac7449c5d3464154ad176ded0ef0c15b0a] | committer: Hugo Beauzée-Luyssen gui/qt: actions_manager: const qualification and mem-initializer Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] gui/qt: AddonItemDelegate: use mem-initializer

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:57 2017 +0100| [1cd25a351d84630ff70e05e8ecf21dc42ca01cbc] | committer: Hugo Beauzée-Luyssen gui/qt: AddonItemDelegate: use mem-initializer Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cd25

[vlc-commits] gui/qt: main_interface: remove legacy code

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:52 2017 +0100| [894e1fdd4976dd974e52bac50cadcacc10c39913] | committer: Hugo Beauzée-Luyssen gui/qt: main_interface: remove legacy code Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=894e1fdd4

[vlc-commits] gui/qt: interface_widgets: remove legacy code

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:51 2017 +0100| [79cc1a03b5213707d2996e27dd37132fed51d9c0] | committer: Hugo Beauzée-Luyssen gui/qt: interface_widgets: remove legacy code The affected sections were disabled (wrapped in "#if 0") by 098dab901c1 back in July 2008 and has bee

[vlc-commits] gui/qt: qt.hpp: remove unused macro VISIBLE

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:54 2017 +0100| [795eb16c25ef49ee8e170953eb791b3126a5d532] | committer: Hugo Beauzée-Luyssen gui/qt: qt.hpp: remove unused macro VISIBLE Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=795eb16c

[vlc-commits] gui/qt: remove unnecessary forward declarations in global scope

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 13:41:58 2017 +0100| [4baafadc5278bb6d8ae220bd9400f812ef0d0db6] | committer: Hugo Beauzée-Luyssen gui/qt: remove unnecessary forward declarations in global scope Given that these identifiers are only necessary for the data-member declarations wi

[vlc-commits] demux/mpeg: es: lower diagnostic during probe

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Fri Mar 17 03:26:15 2017 +0100| [5347236484573c62c0a742b15ada6f4591ad4da6] | committer: Hugo Beauzée-Luyssen demux/mpeg: es: lower diagnostic during probe A failed vlc_stream_Peek is not an error during Open as there might be other modules that can handle

[vlc-commits] lua/intf: remove luaL_register_submodule (unused)

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Fri Mar 17 03:35:53 2017 +0100| [8cbca2681a3febbf5084bd5c7481ce9b2021f2e3] | committer: Hugo Beauzée-Luyssen lua/intf: remove luaL_register_submodule (unused) Last usage was removed in June 2008 as part of the changed instroduced by 95addd57388b78fdfb6a58c

[vlc-commits] video_filter/deinterlace: algo_x: remove median (unused)

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Fri Mar 17 03:36:00 2017 +0100| [a9a7a11b2c854a615b0b88a189f02ab5a44c8c2a] | committer: Hugo Beauzée-Luyssen video_filter/deinterlace: algo_x: remove median (unused) Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=comm

[vlc-commits] lua/libs: variables: remove luaL_checklightuserdata (unused)

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Fri Mar 17 03:35:57 2017 +0100| [73023dd157b26b3fc343019c84d8859de1571a8b] | committer: Hugo Beauzée-Luyssen lua/libs: variables: remove luaL_checklightuserdata (unused) The last usage of this function was removed by fe5df3d in March 2012. Signed-off-by:

[vlc-commits] video_filter/deinterlace: algo_x: remove XDeint8x8Set (unused)

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Fri Mar 17 03:36:02 2017 +0100| [40921a69026cee3c173e78c1b50eb13eed193f1a] | committer: Hugo Beauzée-Luyssen video_filter/deinterlace: algo_x: remove XDeint8x8Set (unused) This function has been unused since 2011. Signed-off-by: Hugo Beauzée-Luyssen > h

[vlc-commits] packetizer: h264: store original slice type

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 20 13:52:49 2017 +0100| [659b84e88b971977967178abf5bda989088f51ff] | committer: Francois Cartegnie packetizer: h264: store original slice type And do not tag blocks with switching slices > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] packetizer: h264: use bottom_field flag

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 20 14:14:33 2017 +0100| [a547f0dd3fc834a0ef8c4c3a8695f76338ecc8b0] | committer: Francois Cartegnie packetizer: h264: use bottom_field flag > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a547f0dd3fc834a0ef8c4c3a8695f76338ecc8b0 ---

[vlc-commits] codec/svcdsub: use NULL instead of integer literal in pointer assignment

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:13:14 2017 +0100| [5a1cea9def86c9efc8831defcf19da6def363722] | committer: Hugo Beauzée-Luyssen codec/svcdsub: use NULL instead of integer literal in pointer assignment Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi

[vlc-commits] codec/subsusf: remove unused argument for CreateTextRegion

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:26:46 2017 +0100| [c7870d7b55c9a2f19ae33f788c5285b054b24dd0] | committer: Hugo Beauzée-Luyssen codec/subsusf: remove unused argument for CreateTextRegion Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=co

[vlc-commits] demux/ty: Control: remove redundant casts

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:26:55 2017 +0100| [59ed27760eea74a8b5bcb8bba53e13fbac1b9ee0] | committer: Hugo Beauzée-Luyssen demux/ty: Control: remove redundant casts The type yield by va_arg( args, T ) is already guaranteed to be T; there is no need for the explicit cast

[vlc-commits] demux/mpc: remove redundant casts

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:26:52 2017 +0100| [cbe4aeae24293d60f7ace3cf7934bd514d862ad1] | committer: Hugo Beauzée-Luyssen demux/mpc: remove redundant casts The type yield by "va_arg( args, T )" is already guaranteed to be T, there's no need for the explicit extra cast.

[vlc-commits] demux/ty: Demux: replace if-else with switch

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:26:57 2017 +0100| [dbae0e30f3b0c95d714c23f495c484059d73482a] | committer: Hugo Beauzée-Luyssen demux/ty: Demux: replace if-else with switch A switch should be easier to maintain, while also improving readability. Signed-off-by: Hugo Beauzée-

[vlc-commits] demux/vobsub: Control: remove redundant casts

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:26:50 2017 +0100| [6ff42397d3efd9704733c62d0e3d27a0a4e83454] | committer: Hugo Beauzée-Luyssen demux/vobsub: Control: remove redundant casts The type yield by va_arg( args, T ) is already guaranteed to be T; there is no need for the explicit

[vlc-commits] demux/ty: Demux: fix comment related to "closed captions/XDS"

2017-03-20 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Mon Mar 20 14:42:45 2017 +0100| [167e13904d3b87e16f7d8adb8d5bb8ee4dfe8a35] | committer: Hugo Beauzée-Luyssen demux/ty: Demux: fix comment related to "closed captions/XDS" As a result of dbae0e3, a comment was incorrectly split up so that it implies that ea

[vlc-commits] decoder: don't set IsEmpty while draining

2017-03-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 16 13:09:13 2017 +0100| [77f084b94050a9660f4dd636670f81db96c5274c] | committer: Thomas Guillem decoder: don't set IsEmpty while draining If the decoder is draining, more pictures or blocks can be outputted, so wait the drain to finish before quer

[vlc-commits] demux: ps: renamed time_track_id/index

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 20 16:13:40 2017 +0100| [7130b615f859ff97582c0ca41d0c31460918f8cd] | committer: Francois Cartegnie demux: ps: renamed time_track_id/index avoid confusion and errors. tracks id are different. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=co

[vlc-commits] demux: ps: save first scr for time computation

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Mar 17 14:21:28 2017 +0100| [1901851bc4aa46947166873c8268a6489e47] | committer: Francois Cartegnie demux: ps: save first scr for time computation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1901851bc4aa46947166873c8268a6489e4

[vlc-commits] packetizer: h264: fix regression with recovery frames handling

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 20 17:18:28 2017 +0100| [8714e92f0286cc505d2052fc8d59e9e3a5ee7978] | committer: Francois Cartegnie packetizer: h264: fix regression with recovery frames handling No non iframe output with single NAL blocks regression. > http://git.videolan.o

[vlc-commits] demux: ps: use existing video or audio as scr fallback

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 20 16:24:01 2017 +0100| [c21de49ce8b68b6f7d3aab82d8cee3df02ef2e3c] | committer: Francois Cartegnie demux: ps: use existing video or audio as scr fallback did not work with audio less track or misconfigured track like PMF, and then no pcr was

[vlc-commits] vout: splitter: fix double picture release in case of error

2017-03-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 20 18:31:00 2017 +0100| [c57da8b4f656b82966f2434c02e0a314e951fb33] | committer: Thomas Guillem vout: splitter: fix double picture release in case of error Ref #18116 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c57da8b4f656b82966f243

[vlc-commits] opengl: alloc 1 extra pic when direct rendering

2017-03-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 20 18:33:12 2017 +0100| [4da998de6493efdd431574a37a97febeb2c30192] | committer: Thomas Guillem opengl: alloc 1 extra pic when direct rendering Since pictures are held while being rendered by the GPU. Ref #18116 > http://git.videolan.org/gitweb.

[vlc-commits] demux: h26x: set demux fps to packetizer

2017-03-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 20 18:49:00 2017 +0100| [9a506a0a43a92049253e92e9caeaa0b264b98a43] | committer: Francois Cartegnie demux: h26x: set demux fps to packetizer otherwise computed dts/pts will always be incorrect if no vui > http://git.videolan.org/gitweb.cgi/vl

[vlc-commits] Python bindings: fix regexp to handle deprecated APIs

2017-03-20 Thread Olivier Aubert
vlc/python | branch: master | Olivier Aubert | Mon Mar 20 21:24:38 2017 +0100| [7f8eaf5293a91121332484dc631a96c5108003c1] | committer: Olivier Aubert Python bindings: fix regexp to handle deprecated APIs Closes #29 > http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=7f8eaf5293a911