[vlc-commits] macosx: fix incorrect display of attributed strings in about panel and addon manager

2018-09-04 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Sep 4 18:35:13 2018 +0200| [f72c3a4e1568513d94ee79177f03f27e3fc335dc] | committer: Felix Paul Kühne macosx: fix incorrect display of attributed strings in about panel and addon manager Due to a low-level AppKit implementation detail, all

[vlc-commits] input: add infos controls

2018-09-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 4 18:02:47 2018 +0200| [337886df92c0fdc91819644c57e0773f3dfe2005] | committer: Thomas Guillem input: add infos controls Since they are only used by es_out.c. Little behavior change: the info event is now sent only one time for several info

[vlc-commits] macosx: Improvement in Go-To Time Panel, added hh:mm:ss format

2018-09-04 Thread Daksh Shah
vlc | branch: master | Daksh Shah | Fri Jun 22 22:40:36 2018 +0530| [5b86f6d2008ffca4590163f0ba294f36fac3ef9c] | committer: Felix Paul Kühne macosx: Improvement in Go-To Time Panel, added hh:mm:ss format GitLab Issue #9 Signed-off-by: Felix Paul Kühne >

[vlc-commits] macosx/mainwindow: fix potential unexpected termination

2018-09-04 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Sep 4 17:10:27 2018 +0200| [e07a53e4c3918c1708b9916feed04dbb9f4f72f1] | committer: Felix Paul Kühne macosx/mainwindow: fix potential unexpected termination At present, only playlist items are allowed to be dragged >

[vlc-commits] macosx: update xcodeproj

2018-09-04 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Sep 4 16:44:06 2018 +0200| [d2b3ec2eb29a0e663a459c6ff3251b6730e19a63] | committer: Felix Paul Kühne macosx: update xcodeproj > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2b3ec2eb29a0e663a459c6ff3251b6730e19a63 ---

[vlc-commits] macosx: coding style improvements

2018-09-04 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Sep 4 17:04:58 2018 +0200| [eb8821886a4509a570d2bb8ddb77aea43ca7fea0] | committer: Felix Paul Kühne macosx: coding style improvements self is implicitly retained by the affected blocks. This commits makes this explicit to improve readibility

[vlc-commits] macosx/mainwindow: improve dark UI appearance

2018-09-04 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Sep 4 16:40:46 2018 +0200| [98dfe25426d4ad6180632df17e146d0335b4fe67] | committer: Felix Paul Kühne macosx/mainwindow: improve dark UI appearance > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=98dfe25426d4ad6180632df17e146d0335b4fe67

[vlc-commits] input: hide attachments controls

2018-09-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 4 16:15:04 2018 +0200| [b43a25889c43d94aafd98e7191d6744e1d836229] | committer: Thomas Guillem input: hide attachments controls Since they are only used privately. >

[vlc-commits] macosx/about: improve dark UI appearance

2018-09-04 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Aug 22 16:19:30 2018 +0200| [b571cbc70cb715470db75f621dae12b10b90d3de] | committer: Felix Paul Kühne macosx/about: improve dark UI appearance > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b571cbc70cb715470db75f621dae12b10b90d3de ---

[vlc-commits] input: use unsigned size_t for control indexes

2018-09-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 4 10:55:45 2018 +0200| [8aa283dffc5c27e3a8b8f0ae58e0c8fc9e8322b5] | committer: Thomas Guillem input: use unsigned size_t for control indexes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8aa283dffc5c27e3a8b8f0ae58e0c8fc9e8322b5 ---

[vlc-commits] Update NEWS and bump to 3.0.5

2018-09-04 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Tue Sep 4 12:56:08 2018 +0200| [a1c8f848d73f6180f691002b53431a7557ff87c0] | committer: Jean-Baptiste Kempf Update NEWS and bump to 3.0.5 >

[vlc-commits] vfilter: swswale: improve error message

2018-09-04 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Sep 4 11:51:28 2018 +0200| [51627992288f3e4e558a9e8b2a6f2e3b2051db11] | committer: Francois Cartegnie vfilter: swswale: improve error message > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51627992288f3e4e558a9e8b2a6f2e3b2051db11 ---

[vlc-commits] input: input_ControlPush: constify the control param

2018-09-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 4 10:10:52 2018 +0200| [02402f4dc9bca65c7216f03fe1419771b27cf550] | committer: Thomas Guillem input: input_ControlPush: constify the control param > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02402f4dc9bca65c7216f03fe1419771b27cf550

[vlc-commits] fourcc_list: add opaque types

2018-09-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Sep 3 16:28:30 2018 +0200| [f9dd3d33607361445554af4fa2abfb158ccd969c] | committer: Thomas Guillem fourcc_list: add opaque types Fix the empty "Decoder Format:" info when using HW acceleration. >