[vlc-commits] httprequests.lua: refactor getbrowsetable()

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 17:03:43 2020 +0200| [ac6f18a0f1e14bbaf96f7363a9f02a234b77c739] | committer: Pierre Ynard httprequests.lua: refactor getbrowsetable() No more gratuitious trailing '/' appending on the main, URI code path. Dot segment resolution is now pe

[vlc-commits] httprequests.lua: remove no-op code in getbrowsetable()

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 16:59:51 2020 +0200| [0915d2e4232b23e76f8344ee6c3c6b3110223d7e] | committer: Pierre Ynard httprequests.lua: remove no-op code in getbrowsetable() It modified a variable never used afterwards, the explanatory comment was mostly bogus, and

[vlc-commits] lua/http: ask user before sending web interface URL to Google QR code API

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 16:55:18 2020 +0200| [13301d60822a4efd1b7e8a7cc677c92899e5b223] | committer: Pierre Ynard lua/http: ask user before sending web interface URL to Google QR code API The existence and URL of the web interface of a VLC instance can be sensi

[vlc-commits] lua/http: use correct mobile interface URL to generate QR code

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 16:52:53 2020 +0200| [d7e085b3add37d3ab76d390b0f8409b22c088f71] | committer: Pierre Ynard lua/http: use correct mobile interface URL to generate QR code This was not just hardcoded, it failed if the web interface was accessed with a quer

[vlc-commits] lua/http: add missing gettext() call

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 16:53:33 2020 +0200| [e56b80e0054f595e1d376249ebba401b106e24da] | committer: Pierre Ynard lua/http: add missing gettext() call (cherry picked from commit 9eb831b8070ff3556c6ce18678e885bf125872b7) Signed-off-by: Pierre Ynard > http://gi

[vlc-commits] common.lua: fix utility resolving dot segments in paths

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 17:02:36 2020 +0200| [60127caa886454acae7fe5b2de272888c3103559] | committer: Pierre Ynard common.lua: fix utility resolving dot segments in paths This utility didn't work at all on Windows because it had no support for '\', it also had g

[vlc-commits] httprequests.lua: return ".." instead of silent directory listing failure

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 17:05:34 2020 +0200| [a294182240a72e78a19b060dced99042b1396dbe] | committer: Pierre Ynard httprequests.lua: return ".." instead of silent directory listing failure Refs #5075, #25021 (cherry picked from commit dc8da491eb33aa350895066254

[vlc-commits] lua/http: use proper relative URL for link to mobile version

2020-08-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 18 16:51:18 2020 +0200| [8c67cd85c53ae46acb75d681000225d7d277afab] | committer: Pierre Ynard lua/http: use proper relative URL for link to mobile version This would break if the web interface was not hosted at the domain's root - for exampl

[vlc-commits] qml: implement 'Stream' playlist context menu button

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 15 20:29:57 2020 +0300| [a3112b4a54b83579f0c34cbfe028313293987fde] | committer: Pierre Lamot qml: implement 'Stream' playlist context menu button > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3112b4a54b83579f0c34cbfe028313293987fde --

[vlc-commits] qml: implement 'Show Containing Directory' playlist context menu button

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 15 20:52:04 2020 +0300| [aa5f6a6caab68e97537b1765f5ed1f621abfe7eb] | committer: Pierre Lamot qml: implement 'Show Containing Directory' playlist context menu button > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa5f6a6caab68e97537b1765

[vlc-commits] qt: overload mediainfoDialog to show with playlist item index

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 15 20:01:53 2020 +0300| [295c55ac7791cce2fb630973127ace599a43214e] | committer: Pierre Lamot qt: overload mediainfoDialog to show with playlist item index > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=295c55ac7791cce2fb630973127ace599a

[vlc-commits] qml: implement 'Save' playlist context menu button

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Thu Jul 30 20:42:42 2020 +0300| [eb8e3917c39af6127ee27f7c73b08e8c66e44499] | committer: Pierre Lamot qml: implement 'Save' playlist context menu button > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb8e3917c39af6127ee27f7c73b08e8c66e44499 ---

[vlc-commits] qt: add explore function to playlist controller

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Thu Jul 30 20:42:50 2020 +0300| [1b95adaae51970753c10d929e9dba695ab6cfbbe] | committer: Pierre Lamot qt: add explore function to playlist controller > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b95adaae51970753c10d929e9dba695ab6cfbbe --- m

[vlc-commits] qml: auto capture plmodel in playlist contextmenu

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Tue Jul 14 21:07:04 2020 +0300| [5327d00c2038ebe2447508ca8bd8a45c92e42333] | committer: Pierre Lamot qml: auto capture plmodel in playlist contextmenu > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5327d00c2038ebe2447508ca8bd8a45c92e42333 ---

[vlc-commits] qml: adjust playlist delegate stacking

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Sun Jul 12 21:19:51 2020 +0300| [a62feff36ad27dd071ebe896cdd6e300ed9dab4b] | committer: Pierre Lamot qml: adjust playlist delegate stacking > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a62feff36ad27dd071ebe896cdd6e300ed9dab4b --- modules/gu

[vlc-commits] qt: make dialogsprovider simpleOpenDialog start playing optionally

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Tue Jul 14 22:51:42 2020 +0300| [648f39a0eecee3c25090444fd7da94ce68bfaf0b] | committer: Pierre Lamot qt: make dialogsprovider simpleOpenDialog start playing optionally > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=648f39a0eecee3c25090444fd7da9

[vlc-commits] qml: add SelectAll key event to playlist

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Tue Jul 14 21:35:04 2020 +0300| [7841f6e158ed7f6d9c3a77cea581fb737f636428] | committer: Pierre Lamot qml: add SelectAll key event to playlist > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7841f6e158ed7f6d9c3a77cea581fb737f636428 --- modules/

[vlc-commits] qml: implement 'Information' playlist context menu button

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 15 20:06:01 2020 +0300| [354decd4756be65efa73926277cae2d16a44] | committer: Pierre Lamot qml: implement 'Information' playlist context menu button > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=354decd4756be65efa73926277cae2d16a

[vlc-commits] qt: overload streamingDialog to parse through QUrl list

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 15 20:29:27 2020 +0300| [bdf758d99dd9cd444d732737df851957ae2bca7d] | committer: Pierre Lamot qt: overload streamingDialog to parse through QUrl list > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bdf758d99dd9cd444d732737df851957ae2bca7d

[vlc-commits] qt: cache item url in playlist item

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 29 21:39:59 2020 +0300| [1c94d279ae55c5e9be9965c3952cab0ea4f25f21] | committer: Pierre Lamot qt: cache item url in playlist item > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c94d279ae55c5e9be9965c3952cab0ea4f25f21 --- modules/gui/q

[vlc-commits] qml: change cover width in list view for genres

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Aug 4 18:41:49 2020 +0530| [adf018f674856a84edce68ae9d5e64c06e707389] | committer: Pierre Lamot qml: change cover width in list view for genres > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=adf018f674856a84edce68ae9d5e64c06e707389 --- mod

[vlc-commits] qt: make playlist model itemAt() invokable

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Wed Jul 29 22:26:45 2020 +0300| [e315da0a00a17d29d5c269be2ffd7e8c8530b50c] | committer: Pierre Lamot qt: make playlist model itemAt() invokable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e315da0a00a17d29d5c269be2ffd7e8c8530b50c --- module

[vlc-commits] qml: use SubtitleLabel for header of Videos Grid view and align headers texts with content

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jul 31 01:15:42 2020 +0530| [d57038da1d66ea9298c8bf813cae15d6d00dfd1d] | committer: Pierre Lamot qml: use SubtitleLabel for header of Videos Grid view and align headers texts with content > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d57038

[vlc-commits] qml: reintroduce KeyNavigableListView list end fadeout & add list begin fadeout

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Sun Jul 12 20:15:01 2020 +0300| [8e8b77fa74e2e3ee03bd9f2818441e8242ba94ef] | committer: Pierre Lamot qml: reintroduce KeyNavigableListView list end fadeout & add list begin fadeout > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e8b77fa74e2e3ee

[vlc-commits] qml: capture mouse events on playlist footer

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Thu Jul 23 17:13:55 2020 +0300| [e1d52367b5735d4314d8fc183823b5e62f8aec4d] | committer: Pierre Lamot qml: capture mouse events on playlist footer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1d52367b5735d4314d8fc183823b5e62f8aec4d --- modu

[vlc-commits] qt: generate genre covers in 4x2 grid with blur and dark effects

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jul 31 00:45:47 2020 +0530| [d5de61cfa945d3bd733277690b8a72730c5c5d40] | committer: Pierre Lamot qt: generate genre covers in 4x2 grid with blur and dark effects > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5de61cfa945d3bd733277690b8a72730

[vlc-commits] qml: remove 'Genre' text header from Genre view

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Jul 29 17:44:07 2020 +0530| [7a83ea37d2930b30d66adecc45d45c656a8623bb] | committer: Pierre Lamot qml: remove 'Genre' text header from Genre view > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a83ea37d2930b30d66adecc45d45c656a8623bb --- mod

[vlc-commits] qml: fix keyboard action for table view of Music Genres

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jul 31 01:08:21 2020 +0530| [15de3331e3cf124f847b62da3f64133a75aa9368] | committer: Pierre Lamot qml: fix keyboard action for table view of Music Genres > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15de3331e3cf124f847b62da3f64133a75aa9368 -

[vlc-commits] qml: redesign genres grid items

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jul 31 00:46:20 2020 +0530| [eba456ab4d435aef04e734f5fd34cd35a786b096] | committer: Pierre Lamot qml: redesign genres grid items > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eba456ab4d435aef04e734f5fd34cd35a786b096 --- modules/gui/qt/medi

[vlc-commits] qml: set new style for playlist drag item

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Sun Jul 12 21:18:57 2020 +0300| [6755e0b6f6f69ee9d88b507f195861d164754920] | committer: Pierre Lamot qml: set new style for playlist drag item > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6755e0b6f6f69ee9d88b507f195861d164754920 --- modules

[vlc-commits] qml: add media adders to playlist contextmenu

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Tue Jul 14 22:52:25 2020 +0300| [3a13a225e82eaeabcf5eb56cd5d4a67913a6e2b6] | committer: Pierre Lamot qml: add media adders to playlist contextmenu > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a13a225e82eaeabcf5eb56cd5d4a67913a6e2b6 --- mod

[vlc-commits] qml: hide playlist list fade out when relative two items are hovered or selected

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Sun Jul 12 20:16:18 2020 +0300| [0099a77d11356958929cb97ea351b93cea7bc086] | committer: Pierre Lamot qml: hide playlist list fade out when relative two items are hovered or selected > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0099a77d1135695

[vlc-commits] qml: play proper item via playlist contextmenu

2020-08-18 Thread Fatih Uzunoglu
vlc | branch: master | Fatih Uzunoglu | Tue Jul 14 21:16:15 2020 +0300| [55b4c6ad6ffaca3beb5ec298ad4b0ff18bcd3d15] | committer: Pierre Lamot qml: play proper item via playlist contextmenu > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55b4c6ad6ffaca3beb5ec298ad4b0ff18bcd3d15 --- mo

[vlc-commits] qml: use SubtitleLabel for header of Genre albums view and align texts with content

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jul 31 01:03:44 2020 +0530| [3b55343a8f6fc255f92aa220c276f645a8f5f6bd] | committer: Pierre Lamot qml: use SubtitleLabel for header of Genre albums view and align texts with content > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b55343a8f6fc

[vlc-commits] qml: export rowX property from ExpandGridView

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jul 10 00:18:37 2020 +0530| [fa483e92e58f838e3ef72fedf0cf90ecfbe48668] | committer: Pierre Lamot qml: export rowX property from ExpandGridView this property holds the starting position of rows > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f

[vlc-commits] qml: use positioners instead of layout in GridItem

2020-08-18 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Aug 5 16:27:07 2020 +0530| [a9b877456cd3619f728b0fc1ba8c742175c7e16d] | committer: Pierre Lamot qml: use positioners instead of layout in GridItem positioners don't allocate space for hidden items > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] common.lua: fix utility resolving dot segments in paths

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 17:02:36 2020 +0200| [9c4cfda8f4747231b86b893e33ebb015349f729f] | committer: Pierre Ynard common.lua: fix utility resolving dot segments in paths This utility didn't work at all on Windows because it had no support for '\', it also had glaring bu

[vlc-commits] httprequests.lua: return ".." instead of silent directory listing failure

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 17:05:34 2020 +0200| [dc8da491eb33aa3508950662541ed755aa983ee6] | committer: Pierre Ynard httprequests.lua: return ".." instead of silent directory listing failure Refs #5075, #25021 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc8da

[vlc-commits] httprequests.lua: remove no-op code in getbrowsetable()

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 16:59:51 2020 +0200| [6f2efad15d4a5167e0afa511fdb59cdc0aa0cb2c] | committer: Pierre Ynard httprequests.lua: remove no-op code in getbrowsetable() It modified a variable never used afterwards, the explanatory comment was mostly bogus, and the rele

[vlc-commits] httprequests.lua: refactor getbrowsetable()

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 17:03:43 2020 +0200| [07ed2734d02ac8f1485211e0b34861c6bf771b02] | committer: Pierre Ynard httprequests.lua: refactor getbrowsetable() No more gratuitious trailing '/' appending on the main, URI code path. Dot segment resolution is now performed o

[vlc-commits] lua/http: use correct mobile interface URL to generate QR code

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 16:52:53 2020 +0200| [ddf1bc3cbaef16fd9bea3155d37683d94eeac01c] | committer: Pierre Ynard lua/http: use correct mobile interface URL to generate QR code This was not just hardcoded, it failed if the web interface was accessed with a query string

[vlc-commits] lua/http: ask user before sending web interface URL to Google QR code API

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 16:55:18 2020 +0200| [e891b5bb1fd946a4c2430270f7422932c35e8bb8] | committer: Pierre Ynard lua/http: ask user before sending web interface URL to Google QR code API The existence and URL of the web interface of a VLC instance can be sensitive info

[vlc-commits] lua/http: add missing gettext() call

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 16:53:33 2020 +0200| [9eb831b8070ff3556c6ce18678e885bf125872b7] | committer: Pierre Ynard lua/http: add missing gettext() call > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9eb831b8070ff3556c6ce18678e885bf125872b7 --- share/lua/http/

[vlc-commits] lua/http: use proper relative URL for link to mobile version

2020-08-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Aug 18 16:51:18 2020 +0200| [0974efa453500160c77ea9f756aaff6d5ff064ca] | committer: Pierre Ynard lua/http: use proper relative URL for link to mobile version This would break if the web interface was not hosted at the domain's root - for example, revers

[vlc-commits] freetype: fix regression with GDI font selector

2020-08-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Aug 18 16:02:33 2020 +0200| [a4ab1511906038479bd21fccf842480b76d30f3f] | committer: Francois Cartegnie freetype: fix regression with GDI font selector > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4ab1511906038479bd21fccf842480b76d30f

[vlc-commits] audio_output: coreaudio: match return type

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jul 23 11:50:10 2020 +0200| [40e8883b4dc96e01a5b43147471317a60185cf2c] | committer: Alexandre Janniaux audio_output: coreaudio: match return type The function is returning size_t so store in size_t too. > http://git.videolan.org/gitweb.cgi/vlc.g

[vlc-commits] filter_chain: check filter_owner callbacks

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Tue Jul 28 12:07:45 2020 +0200| [9a6ec6957d7283036efa1d27bf858372d7c417ae] | committer: Alexandre Janniaux filter_chain: check filter_owner callbacks sys = chain is guaranteed to be non-null since it's a callback from a filter_chain_t but the underly

[vlc-commits] audio_output: coreaudio: use int64_t for host time

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jul 23 11:50:09 2020 +0200| [c7a440a207b025211eae19aa85ece1666cad1c54] | committer: Alexandre Janniaux audio_output: coreaudio: use int64_t for host time The computation was leading to very high render_delay (for example in some measurement, rend

[vlc-commits] direct3d9: fix warning for fourcc formatting

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jul 24 23:31:15 2020 +0200| [853b920fc399b524af8a6a9dddb0e4682231b752] | committer: Alexandre Janniaux direct3d9: fix warning for fourcc formatting > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=853b920fc399b524af8a6a9dddb0e4682231b752

[vlc-commits] modules: log module name in case of lookup failure

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jul 24 11:20:53 2020 +0200| [586dc89e7308b063ae86a700aa3c6cf4023859fc] | committer: Alexandre Janniaux modules: log module name in case of lookup failure > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=586dc89e7308b063ae86a700aa3c6cf4023

[vlc-commits] adaptive: CommonEncryption: fix unused variable warning without GnuTLS

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Mon Jul 27 11:40:08 2020 +0200| [7f7c5e82d0fd948696bcc16580e6b1e5d668f2cd] | committer: Alexandre Janniaux adaptive: CommonEncryption: fix unused variable warning without GnuTLS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f7c5e82d0fd948

[vlc-commits] configure: disable -Wdeprecated-copy for Qt

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jul 24 20:48:28 2020 +0200| [4c037e6d94ad4679da3ddc8f72868bfa9833cea6] | committer: Alexandre Janniaux configure: disable -Wdeprecated-copy for Qt Qt headers are spamming logs as soon as you include the headers on the current CI Qt version. > ht

[vlc-commits] modules: move done label before va_end and condition

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jul 24 11:20:52 2020 +0200| [6a236d751442d742d94d735de7a73b9979a05ba2] | committer: Alexandre Janniaux modules: move done label before va_end and condition Otherwise even a found module will raise a message "no modules found" and va_end is not ca

[vlc-commits] cvpx: fix error case in Open

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Tue Jul 28 13:54:02 2020 +0200| [488234788afe750d42aa61ef6eff7b568915d257] | committer: Alexandre Janniaux cvpx: fix error case in Open As the code was returning `ret` but didn't set it before jumping to the error: label. In case of error, p_sys wasn

[vlc-commits] cvpx: set p_sys only when success

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Tue Jul 28 13:54:03 2020 +0200| [d668c878a23b0bcfad474ed3f8460676ffb8dbbe] | committer: Alexandre Janniaux cvpx: set p_sys only when success Setting filter->p_sys unconditonnally could create failures in following filters if the filter fails to open.

[vlc-commits] aout: wrap time_get in an helper function

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jul 23 11:50:08 2020 +0200| [fade061ad92a16cfbe4b8b94014d07bf02999610] | committer: Alexandre Janniaux aout: wrap time_get in an helper function Gather all use-case of time_get through a single function, allowing to add debugging information in a

[vlc-commits] mlfoldersmodel: remove trailing line

2020-08-18 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Wed Apr 15 16:06:18 2020 +0200| [a5e9886cbc133dc9212d1a5c487ad2bc09835b28] | committer: Alexandre Janniaux mlfoldersmodel: remove trailing line > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5e9886cbc133dc9212d1a5c487ad2bc09835b28 --- mo

[vlc-commits] freetype: fix cache/fontselect delete order

2020-08-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Aug 18 14:51:40 2020 +0200| [d02466f8838c9ac68aab5eeb461321a9278e5eda] | committer: Francois Cartegnie freetype: fix cache/fontselect delete order Win32 still make calls to directwrite > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d02

[vlc-commits] freetype: fix cache/fontselect delete order

2020-08-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Aug 18 14:51:40 2020 +0200| [7a3fc5ba3d2a6b952b49b63aaa8500c1607a7d76] | committer: Francois Cartegnie freetype: fix cache/fontselect delete order Win32 still make calls to directwrite > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a3

[vlc-commits] direct3d11: use SleepEx directly instead of vlc_tick_sleep

2020-08-18 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Aug 18 13:17:46 2020 +0200| [dafadf7e76b470d9d8017d4d04aaec758db533ff] | committer: Steve Lhomme direct3d11: use SleepEx directly instead of vlc_tick_sleep The Linux check on valid on timer validity doesn't apply here. (cherry picked from comm

[vlc-commits] direct3d11: use SleepEx directly instead of vlc_tick_sleep

2020-08-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Aug 18 13:17:46 2020 +0200| [07f1585636db72929d0c0701e0e040cb3a527ee6] | committer: Steve Lhomme direct3d11: use SleepEx directly instead of vlc_tick_sleep The Linux check on valid on timer validity doesn't apply here. > http://git.videolan.org/gitweb.

[vlc-commits] vout: android: set the pf_destroy in the picture_resource_t init

2020-08-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 17 17:06:15 2020 +0200| [5d530395cbc1999acc6e1f10942c8abad50b8eaa] | committer: Steve Lhomme vout: android: set the pf_destroy in the picture_resource_t init To be similar with all the other calls. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=co