[vlc-commits] vout: win32: use the vout_display_cfg_t directly to set the window title

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 24 16:14:02 2020 +0200| [3daab32fb58e64a16bfae7c28d92014c9c7a0b04] | committer: Steve Lhomme vout: win32: use the vout_display_cfg_t directly to set the window title >

[vlc-commits] video_output: remove write-only "mouse-clicked"

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Aug 21 16:20:51 2020 +0200| [8780419a7bf9de9d60ddd891e060a580c074aad4] | committer: Steve Lhomme video_output: remove write-only "mouse-clicked" > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8780419a7bf9de9d60ddd891e060a580c074aad4 ---

[vlc-commits] vout: win32: remove unused "disable-screensaver" local variable copy

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Aug 25 06:25:42 2020 +0200| [3090679c4643ca0dfff5646ac1ad8207b99dd431] | committer: Steve Lhomme vout: win32: remove unused "disable-screensaver" local variable copy >

[vlc-commits] video_output: only reset the mouse_event if it was set on display release

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Aug 18 13:32:59 2020 +0200| [8a9f7eccd1490fa4bd50482b0343976e9ce10219] | committer: Steve Lhomme video_output: only reset the mouse_event if it was set on display release We already have the "if" so make use of it. >

[vlc-commits] caca: don't use the original picture placement

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 24 13:25:02 2020 +0200| [e7dee070408a55f240d84152d6516d4d88ec083e] | committer: Steve Lhomme caca: don't use the original picture placement We overwrite all the fields of sys->place further in Place(). >

[vlc-commits] filters: remove the duplicate new mouse state

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Aug 18 10:57:28 2020 +0200| [372a6988431abcf623a545f87cea408a7bd51f0a] | committer: Steve Lhomme filters: remove the duplicate new mouse state We pass the new state and we received the modified value in the same variable. >

[vlc-commits] filters: initialize the output mouse state to the new state

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Aug 18 10:33:18 2020 +0200| [87efcdd23926aec0f14ccd7adcd9e0b43bb2b85b] | committer: Steve Lhomme filters: initialize the output mouse state to the new state Avoid some boiler plate copy for filters not modifying the output. >

[vlc-commits] mmal: vout: remove SAR fixing

2020-08-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 24 15:27:41 2020 +0200| [60b3b7629c344980687cb75c38b5ee036b20e0a0] | committer: Steve Lhomme mmal: vout: remove SAR fixing It's already done in the core. >

[vlc-commits] Update NEWS

2020-08-24 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Tue Aug 25 00:14:06 2020 +0200| [d54c8ededa054f43b39b4ef36441831b89d67c68] | committer: Pierre Ynard Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d54c8ededa054f43b39b4ef36441831b89d67c68 --- NEWS | 4 1 file

[vlc-commits] vlsub: fixes creation of cache directory if it doesn't exist

2020-08-24 Thread Aakash Singh
vlc/vlc-3.0 | branch: master | Aakash Singh <17aakashsingh1...@gmail.com> | Tue Mar 26 18:34:57 2019 +0530| [b686787c83550ab28f53244a936a86504cced637] | committer: Pierre Ynard vlsub: fixes creation of cache directory if it doesn't exist When VLSub asks for the cache directory and it doesn't

[vlc-commits] Revert "VLSub: Reorder LogIn parameters"

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 21 11:15:38 2020 +0200| [c18a89666343cf57aac0f64b6cb6bacfbb78db21] | committer: Pierre Ynard Revert "VLSub: Reorder LogIn parameters" This reverts commit 64b59282a6fdc8afe5d17086a5abbf8906d8e8e9. This was working by accident, the language

[vlc-commits] freetype: fix potential lookup failure endless loop

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 20 13:25:13 2020 +0200| [a1a9d22e8867acb0e3003c91e311b86b6374bbf5] | committer: Francois Cartegnie freetype: fix potential lookup failure endless loop >

[vlc-commits] freetype: implement GDI font linking fallback

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Aug 21 00:10:34 2020 +0200| [db28beebd7d93cbf69003440570f008ac6ec88cd] | committer: Francois Cartegnie freetype: implement GDI font linking fallback >

[vlc-commits] freetype: fix GDI font charset deduplication

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Aug 21 13:36:37 2020 +0200| [cc573ea9039ac3aeb556c7a0f736f0c2d89b171f] | committer: Francois Cartegnie freetype: fix GDI font charset deduplication > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc573ea9039ac3aeb556c7a0f736f0c2d89b171f

[vlc-commits] freetype: fix GDI font weight

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 20 15:00:41 2020 +0200| [3145f69f4e4c35f31b18eb270957d0b2afe761de] | committer: Francois Cartegnie freetype: fix GDI font weight > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3145f69f4e4c35f31b18eb270957d0b2afe761de ---

[vlc-commits] freetype: improve GetBestFont

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 12 17:46:11 2020 +0200| [1b31f07b9b0c0e5ac6ed6ba8de07efee2abcdea0] | committer: Francois Cartegnie freetype: improve GetBestFont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b31f07b9b0c0e5ac6ed6ba8de07efee2abcdea0 ---

[vlc-commits] freetype: add directwrite generic families mapping

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 20 00:29:26 2020 +0200| [36248fa92b5215974fa1ce679b731817a43b8afc] | committer: Francois Cartegnie freetype: add directwrite generic families mapping >

[vlc-commits] freetype: use flags for font style

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 12 17:06:28 2020 +0200| [a9678ca64e73b50cf1214de5bdddb89eb444f690] | committer: Francois Cartegnie freetype: use flags for font style > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9678ca64e73b50cf1214de5bdddb89eb444f690 ---

[vlc-commits] freetype: fix potential lookup failure endless loop

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 20 13:25:13 2020 +0200| [77ad890d943dffe378648db7a39958345eb24b1d] | committer: Francois Cartegnie freetype: fix potential lookup failure endless loop >

[vlc-commits] freetype: simplify android xml node checks

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 13 19:49:02 2020 +0200| [339bb7a687c163c95a967f857757389f58759387] | committer: Francois Cartegnie freetype: simplify android xml node checks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=339bb7a687c163c95a967f857757389f58759387

[vlc-commits] vlc_arrays: force hash table sizes to prime numbers

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Aug 11 16:09:50 2020 +0200| [4ce9a385eaa26a595829d905ec401ed286afa2c9] | committer: Francois Cartegnie vlc_arrays: force hash table sizes to prime numbers >

[vlc-commits] freetype: fix GDI font charset deduplication

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Aug 21 13:36:37 2020 +0200| [6f618ae52dd48bd758febb77a85e7620632f2545] | committer: Francois Cartegnie freetype: fix GDI font charset deduplication > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f618ae52dd48bd758febb77a85e7620632f2545

[vlc-commits] freetype: fix GDI font weight

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 20 15:00:41 2020 +0200| [688b9d6b1cb37b96d0cac19f7f57e0c686f04e52] | committer: Francois Cartegnie freetype: fix GDI font weight > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=688b9d6b1cb37b96d0cac19f7f57e0c686f04e52 ---

[vlc-commits] freetype: use lowercase everywhere

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Aug 3 17:51:29 2020 +0200| [2f5ba8a16b799f31c4b31ee183be45fcd93ae41a] | committer: Francois Cartegnie freetype: use lowercase everywhere > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f5ba8a16b799f31c4b31ee183be45fcd93ae41a ---

[vlc-commits] freetype: implement GDI font linking fallback

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Aug 21 00:10:34 2020 +0200| [a813845992587fbeaa434156d5b0d568e885bc48] | committer: Francois Cartegnie freetype: implement GDI font linking fallback >

[vlc-commits] freetype: change callbacks and use fallback lists

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 5 11:20:04 2020 +0200| [9d0d3c19692147102c0ee3eef5fb6b6986b3eb35] | committer: Francois Cartegnie freetype: change callbacks and use fallback lists Makes use of explicit fallback to make a single call to fontconfig. Callbacks now returns

[vlc-commits] freetype: add directwrite generic families mapping

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 20 00:29:26 2020 +0200| [f507e965923f16de41e9b601e30a04ea7e31028c] | committer: Francois Cartegnie freetype: add directwrite generic families mapping >

[vlc-commits] freetype: improve GetBestFont

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 12 17:46:11 2020 +0200| [b75ab76ad92f944abca3529eb9a001a498858557] | committer: Francois Cartegnie freetype: improve GetBestFont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b75ab76ad92f944abca3529eb9a001a498858557 ---

[vlc-commits] freetype: use FcFontList instead of multiple FcMatch

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 5 16:47:56 2020 +0200| [189cc0f03b32dbb5b423697c4eef7dfd75f23b8b] | committer: Francois Cartegnie freetype: use FcFontList instead of multiple FcMatch Better performance listing fonts with the previouly matched family instead of criterion

[vlc-commits] freetype: simplify GetFallbacks

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 12 12:59:51 2020 +0200| [5a85add759dc2e67b2a54fffeded2d4c1f5c7a86] | committer: Francois Cartegnie freetype: simplify GetFallbacks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a85add759dc2e67b2a54fffeded2d4c1f5c7a86 ---

[vlc-commits] freetype: use flags for font style

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 12 17:06:28 2020 +0200| [9fb090083cb8388152303401f308b9c3b52815da] | committer: Francois Cartegnie freetype: use flags for font style > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fb090083cb8388152303401f308b9c3b52815da ---

[vlc-commits] freetype: simplify GetFallbacks

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Aug 12 12:59:51 2020 +0200| [32aaa12a2ebc45d4adf06d0e595f81e05628b836] | committer: Francois Cartegnie freetype: simplify GetFallbacks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32aaa12a2ebc45d4adf06d0e595f81e05628b836 ---

[vlc-commits] freetype: simplify android xml node checks

2020-08-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Aug 13 19:49:02 2020 +0200| [b2408be5f9c59839d9c48a1f5b25f6c72168af86] | committer: Francois Cartegnie freetype: simplify android xml node checks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2408be5f9c59839d9c48a1f5b25f6c72168af86

[vlc-commits] medialib: Bump contrib & reflect API changes

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Jul 1 14:43:38 2020 +0200| [fb68c410d5f52bbcf58557f1a72fa1146b6c6f01] | committer: Hugo Beauzée-Luyssen medialib: Bump contrib & reflect API changes >

[vlc-commits] medialib: Expose the thumbnails states

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Aug 20 14:37:18 2020 +0200| [452897761d023b7d5cf37bf582b48ccb62f0fa74] | committer: Hugo Beauzée-Luyssen medialib: Expose the thumbnails states This allows the UI not to ask for a thumbnail generation if the previous one lead to a crash, or if

[vlc-commits] audio output: Don't inherit "mute"

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Aug 20 11:36:30 2020 +0200| [8c31959c4c69de6e80012c0b3a5d7ecd64f35a86] | committer: Hugo Beauzée-Luyssen audio output: Don't inherit "mute" Since this variable is not created as part of any module, creating it with this flag will cause an

[vlc-commits] medialib: fs: device: Fix device removal

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Aug 20 17:17:35 2020 +0200| [dd497fd44bd23d5449222b36432a5ed5ae738a5a] | committer: Hugo Beauzée-Luyssen medialib: fs: device: Fix device removal It was lacking the same terminal '/' appending we do when a device gets added, causing a mismatch

[vlc-commits] medialib: Use a dedicated verbosity setting

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Jul 1 15:56:40 2020 +0200| [d9dc71bc94dd04cd8eead46f8f0149c605737404] | committer: Hugo Beauzée-Luyssen medialib: Use a dedicated verbosity setting >

[vlc-commits] medialib: fs: Return the full directory content

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Jul 1 15:28:14 2020 +0200| [4b0131c2a1008b3b1f27e50b72822261907ca6f3] | committer: Hugo Beauzée-Luyssen medialib: fs: Return the full directory content Don't ignore hidden files (since we are interested in .nomedia files) and let the media

[vlc-commits] httprequests.lua: fix getbrowsetable() when no parameter is passed

2020-08-24 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Mon Aug 24 12:41:07 2020 +0200| [5212f56ecd07aa51637c5a3704e7e4d7be5a3a49] | committer: Pierre Ynard httprequests.lua: fix getbrowsetable() when no parameter is passed (cherry picked from commit 5a4a4c7feba6924db2bed766f8dc18d50a4752a3)

[vlc-commits] httprequests.lua: fix getbrowsetable() when no parameter is passed

2020-08-24 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Mon Aug 24 12:41:07 2020 +0200| [5a4a4c7feba6924db2bed766f8dc18d50a4752a3] | committer: Pierre Ynard httprequests.lua: fix getbrowsetable() when no parameter is passed >