[vlc-commits] textdomain: avoid useless duplication

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 10:22:19 2018 +0200| [80202385c3c1d16707bb535536e5d7863f9b551b] | committer: Rémi Denis-Courmont textdomain: avoid useless duplication >

[vlc-commits] http: tighten redirection to the MMS module (fixes #19657)

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 11:13:22 2018 +0200| [ce921f1e3c3cc42ba6292443d2b44e80efcf5eb4] | committer: Rémi Denis-Courmont http: tighten redirection to the MMS module (fixes #19657) Match the exact same "logic" as in previous VLC versions, i.e.

[vlc-commits] linux: fix datadir for some directory layouts

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 10:14:56 2018 +0200| [1168a84567ef5015b0f8a0bdd63b088be7395e65] | committer: Rémi Denis-Courmont linux: fix datadir for some directory layouts This changes the computation of datadir from libdir to a more generic

[vlc-commits] picture: remove redundant test

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 10 20:59:45 2018 +0200| [8e1ac9182460717a509ec17754abbd6e03e0b5b1] | committer: Rémi Denis-Courmont picture: remove redundant test picture_Setup() now catches conversions of large to negative earlier. >

[vlc-commits] picture: separate picture_NewFromFormat()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 10 11:55:16 2018 +0200| [da03a861eb8aeb8314a74571cb57825c83361298] | committer: Rémi Denis-Courmont picture: separate picture_NewFromFormat() No need to call picture_NewFromResource() there. Just call the common code. No

[vlc-commits] picture: check for overflow in picture_Setup()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 10 20:57:14 2018 +0200| [50251bfbaee96d061f950dfbfc39b63797e50917] | committer: Rémi Denis-Courmont picture: check for overflow in picture_Setup() >

[vlc-commits] picture: remove no-op

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 10 11:59:21 2018 +0200| [401bef8edf6f3e90eb245e3a6e3f1abc587359ec] | committer: Rémi Denis-Courmont picture: remove no-op The unallocated picture will be destroyed immediately by the caller. Setting the planes count to zero

[vlc-commits] picture: inline AllocatePicture() and use overflow helpers

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 10 21:08:26 2018 +0200| [8f5352c1182f16e88c88c87e84c4f4e37878e43e] | committer: Rémi Denis-Courmont picture: inline AllocatePicture() and use overflow helpers >

[vlc-commits] picture: split picture_NewFromResource() in two

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 10 11:52:17 2018 +0200| [d622423f42285f04c56d51d12965cdf6120fd456] | committer: Rémi Denis-Courmont picture: split picture_NewFromResource() in two Separate the common part for resourced and non-resourced cases. No

[vlc-commits] D3D11: fix compilation

2018-02-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Feb 11 11:32:19 2018 +0100| [6c54d1c42477c894b76bc14e97577bc306469238] | committer: Jean-Baptiste Kempf D3D11: fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c54d1c42477c894b76bc14e97577bc306469238

[vlc-commits] Remove fixed-size clzXX()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 11:54:37 2018 +0200| [00c2ff8d87ebebc926fee42cfc72ee821a0d] | committer: Rémi Denis-Courmont Remove fixed-size clzXX() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=00c2ff8d87ebebc926fee42cfc72ee821a0d

[vlc-commits] Make ctz() handle all integer sizes

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 12:04:04 2018 +0200| [f96abe51baa5b68a7a001eb16e4b8a75e2b0b7f2] | committer: Rémi Denis-Courmont Make ctz() handle all integer sizes >

[vlc-commits] Make clz() type-generic, accept long and long long

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 11:51:37 2018 +0200| [4f58c049f092b31883703cd47a9160f32620c367] | committer: Rémi Denis-Courmont Make clz() type-generic, accept long and long long >

[vlc-commits] include: document generic integer functions

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 12:40:49 2018 +0200| [9364337aaca67ef1776522ecbb8e280be8160b3e] | committer: Rémi Denis-Courmont include: document generic integer functions >

[vlc-commits] h2frame: fix typo, warning

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 11:51:05 2018 +0200| [80919f249731ed503f0174b225a293b318530d22] | committer: Rémi Denis-Courmont h2frame: fix typo, warning >

[vlc-commits] configure: enable multistatement-macros warning

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:22:44 2018 +0200| [0778e911b343e098cb902be5fe9a177200361b12] | committer: Rémi Denis-Courmont configure: enable multistatement-macros warning >

[vlc-commits] webvtt: remove unused argument

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:51:37 2018 +0200| [fe4810c7b5ab87129fc32c8dcf23420497537fd1] | committer: Rémi Denis-Courmont webvtt: remove unused argument >

[vlc-commits] freetype: remove never ever used variable

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:54:20 2018 +0200| [da17b8f74302a45eb333b461d4f0d29c6bf0522e] | committer: Rémi Denis-Courmont freetype: remove never ever used variable Regression from be9ea17a8cb29c23cbbf8bc3b3ab2f57ee5503ac. >

[vlc-commits] mux_ogg: use variable

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:57:51 2018 +0200| [494aeaab3019001d23fcdfef697d4fd7410f52e6] | committer: Rémi Denis-Courmont mux_ogg: use variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=494aeaab3019001d23fcdfef697d4fd7410f52e6 ---

[vlc-commits] textdomain: compute path at run-time (refs #1478)

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 10:21:46 2018 +0200| [914fa9dd697d28caa01304b3477bfeb064cfaeb9] | committer: Rémi Denis-Courmont textdomain: compute path at run-time (refs #1478) >

[vlc-commits] http: tighten redirection to the MMS module (fixes #19657)

2018-02-11 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Sun Feb 11 11:13:22 2018 +0200| [ee92844b6310bbce4109cd8251b60a9091a45ceb] | committer: Rémi Denis-Courmont http: tighten redirection to the MMS module (fixes #19657) Match the exact same "logic" as in previous VLC

[vlc-commits] remoteosd: fix useless copy, warning

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:48:04 2018 +0200| [fc3ecc7ff535a2c8c1a1bbfd5e52d69582b5f05b] | committer: Rémi Denis-Courmont remoteosd: fix useless copy, warning ../../modules/spu/remoteosd.c: In function ‘vnc_connect’:

[vlc-commits] Make C popcount() handle all integer types

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:05:39 2018 +0200| [0979f5a581b11614ea22bccea63dc12da47bbbe6] | committer: Rémi Denis-Courmont Make C popcount() handle all integer types >

[vlc-commits] linsys_sdi: use parity()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 12:45:59 2018 +0200| [aba880e5d68d45b5a017cd208af995096dc06cc9] | committer: Rémi Denis-Courmont linsys_sdi: use parity() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aba880e5d68d45b5a017cd208af995096dc06cc9

[vlc-commits] contrib: libdsm: use the pkg-static helper.

2018-02-11 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Sun Feb 11 14:43:13 2018 +0300| [2dad37de6d895646d52a11ba5c0506c83009089b] | committer: Konstantin Pavlov contrib: libdsm: use the pkg-static helper. >

[vlc-commits] Add signed parity on GCC

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 14:25:09 2018 +0200| [e097fa0543aa7953627dc8aec75c25afb953fa5b] | committer: Rémi Denis-Courmont Add signed parity on GCC > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e097fa0543aa7953627dc8aec75c25afb953fa5b

[vlc-commits] contrib: libdsm: don't hardcode -liconv.

2018-02-11 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Sun Feb 11 15:01:40 2018 +0300| [bc0163f31c82092fd6f08323772fa71ada8fc21a] | committer: Konstantin Pavlov contrib: libdsm: don't hardcode -liconv. >

[vlc-commits] src: remove unused LOCALEDIR definition

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 10:28:55 2018 +0200| [7a9b5249b2f999367d504b62865cd8f07e012829] | committer: Rémi Denis-Courmont src: remove unused LOCALEDIR definition >

[vlc-commits] clang: enable branch prediction as on GCC

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 14:30:24 2018 +0200| [1703087d96d5d63c6e9e4c8ca7b808e0685ad112] | committer: Rémi Denis-Courmont clang: enable branch prediction as on GCC >

[vlc-commits] bluray: silence missing case warning

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 14:32:04 2018 +0200| [4d01e2c78cae24a2c511578b04060dbd1a43c52a] | committer: Rémi Denis-Courmont bluray: silence missing case warning This stems from the conversion of ES category to an enumerated type. >

[vlc-commits] include: document the function and prediction annotation

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 15:05:01 2018 +0200| [5a743dcb694bc5a97de5d95c44931219a539040e] | committer: Rémi Denis-Courmont include: document the function and prediction annotation >

[vlc-commits] include: enable built-in bit operations on Clang

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 15:08:23 2018 +0200| [d4c9575d0b857dfdb0633fdf97e149efa379] | committer: Rémi Denis-Courmont include: enable built-in bit operations on Clang >

[vlc-commits] Remove unused variable

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 15:12:43 2018 +0200| [a1cde8c9f8d469d2cdfbe21e61f6e20f294ae5f0] | committer: Rémi Denis-Courmont Remove unused variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1cde8c9f8d469d2cdfbe21e61f6e20f294ae5f0

[vlc-commits] D3D9: log error on D3D_Create failure

2018-02-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Feb 11 11:50:29 2018 +0100| [ffbdd59c6244aaeee39e939a0b2388e5d5ee20fe] | committer: Jean-Baptiste Kempf D3D9: log error on D3D_Create failure Ref #19652 >

[vlc-commits] Remove unused variable

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 15:12:43 2018 +0200| [af19995e359f8e38afbb65b7b6b8e989c24c01d1] | committer: Rémi Denis-Courmont Remove unused variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af19995e359f8e38afbb65b7b6b8e989c24c01d1

[vlc-commits] Revert "textdomain: compute path at run-time (refs #1478)"

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 16:49:21 2018 +0200| [1b760f188173b3b6be95b95a3c8896d4c95ef2db] | committer: Rémi Denis-Courmont Revert "textdomain: compute path at run-time (refs #1478)" This reverts commit 914fa9dd697d28caa01304b3477bfeb064cfaeb9. >

[vlc-commits] Revert "src: remove unused LOCALEDIR definition"

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 17:04:51 2018 +0200| [09618c0961aa843deccb088a07f462393fe71d77] | committer: Rémi Denis-Courmont Revert "src: remove unused LOCALEDIR definition" This reverts commit 7a9b5249b2f999367d504b62865cd8f07e012829. >

[vlc-commits] copy: remove cached cpu flags

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 15:42:38 2018 +0200| [16b2f3e377c2b07437ccbd70b4c9d12768ae27cc] | committer: Rémi Denis-Courmont copy: remove cached cpu flags This causes a lot of extra ifdef'ery and parameters passing. Calling vlc_CPU() is cheap

[vlc-commits] threads: add one-time initializer vlc_once()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 17:20:46 2018 +0200| [71d2d7c5a2adcf3cd41118eeba2ad40ee901304f] | committer: Rémi Denis-Courmont threads: add one-time initializer vlc_once() >

[vlc-commits] cpu: privatize vlc_CPU_init()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 17:25:42 2018 +0200| [f184aab7c93c6cc9b60e6f4447187e01cf9fb4c8] | committer: Rémi Denis-Courmont cpu: privatize vlc_CPU_init() >

[vlc-commits] qt: use custom message handler for VLC Qt check

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 16:45:35 2018 +0200| [a60834c4746357449a5a961e0dbc4b0c3a74ad6f] | committer: Rémi Denis-Courmont qt: use custom message handler for VLC Qt check Some versions of Qt abort the process on fatal error, possibly leading core

[vlc-commits] cpu: privatize vlc_CPU_init()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 17:25:42 2018 +0200| [f87f491be6ca261f3ed063aa3cc9618f604425fd] | committer: Rémi Denis-Courmont cpu: privatize vlc_CPU_init() >

[vlc-commits] threads: add one-time initializer vlc_once()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 17:20:46 2018 +0200| [fa9fc74f05e74375845f5af4f5a2d6678d0c4c65] | committer: Rémi Denis-Courmont threads: add one-time initializer vlc_once() >

[vlc-commits] mp4: include limits.h for SSIZE_MAX.

2018-02-11 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Sun Feb 11 17:14:33 2018 +0300| [8311cdc09fa06a192cc5ca34368d2116e57bb936] | committer: Konstantin Pavlov mp4: include limits.h for SSIZE_MAX. >

[vlc-commits] copy: remove cached cpu flags

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 15:42:38 2018 +0200| [943429e54a31c396c185dff308df72fd649ce5b3] | committer: Rémi Denis-Courmont copy: remove cached cpu flags This causes a lot of extra ifdef'ery and parameters passing. Calling vlc_CPU() is cheap

[vlc-commits] Revert "textdomain: compute path at run-time (refs #1478)"

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 16:49:21 2018 +0200| [a26e7a1a8a5a1613c4f5d748e35f0ed45ff9c740] | committer: Rémi Denis-Courmont Revert "textdomain: compute path at run-time (refs #1478)" This reverts commit 914fa9dd697d28caa01304b3477bfeb064cfaeb9. >

[vlc-commits] Contribs: disable dsm on Windows

2018-02-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Feb 11 19:00:49 2018 +0100| [c5a852e6d01febe7c5775b1f0cca879a5acba8cf] | committer: Jean-Baptiste Kempf Contribs: disable dsm on Windows Windows does native SMB/CIFS >

[vlc-commits] include: move realloc_or_free() with realloc_down()

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 21:35:16 2018 +0200| [20b486fa9edfdcc9a0b8533df133c6dd8dfdadbc] | committer: Rémi Denis-Courmont include: move realloc_or_free() with realloc_down() >

[vlc-commits] include: remove

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 21:37:10 2018 +0200| [0d6cb7a6020035a506511ff4213e068b9738a45e] | committer: Rémi Denis-Courmont include: remove This only ever contained a single helper function. >

[vlc-commits] configuration: clean up and doxify documentation

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 21:32:40 2018 +0200| [a797cb268309d7195547c61e29d881c144c2323e] | committer: Rémi Denis-Courmont configuration: clean up and doxify documentation >

[vlc-commits] include: layer the plugin API documentation

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 21:55:42 2018 +0200| [417ed9eb80ad5ff08f0d316ea2b36f9d2dade6fc] | committer: Rémi Denis-Courmont include: layer the plugin API documentation >

[vlc-commits] include: do not define the same group twice

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 21:50:22 2018 +0200| [2d5d6569133fdd7d2e10e79bf5295def0615d645] | committer: Rémi Denis-Courmont include: do not define the same group twice >

[vlc-commits] ts: remove unused variable

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:55:33 2018 +0200| [a32ccdca1f28c3a861dc5440ff11e47cfe5e0d33] | committer: Rémi Denis-Courmont ts: remove unused variable >

[vlc-commits] freetype: remove stray choices and translations

2018-02-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Feb 11 13:53:01 2018 +0200| [2c924d4b0016496cfa4f12f7efb0b511051c4b14] | committer: Rémi Denis-Courmont freetype: remove stray choices and translations Removed in dbab2b3586d75090f7dee9a947468201383351f7. >