[vlc-commits] hotkeys: fix flawed arithmetic (fixes #25141)

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 23:02:38 2020 +0200| [30d647f78d40d0834f50e4b2702e00cdd275b00a] | committer: Rémi Denis-Courmont hotkeys: fix flawed arithmetic (fixes #25141) >

[vlc-commits] cli: separate client and interface structures

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 20:49:50 2020 +0200| [83bdc9cc1b45fdb7c07ad85ba3cfbdb25224f2ef] | committer: Rémi Denis-Courmont cli: separate client and interface structures >

[vlc-commits] cli: privatise intf_sys_t

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 21:50:26 2020 +0200| [8d4f5a11622a302ccde27b81b14ff4bf4aa25816] | committer: Rémi Denis-Courmont cli: privatise intf_sys_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d4f5a11622a302ccde27b81b14ff4bf4aa25816 ---

[vlc-commits] cli: move I/O properties to client structure

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 10:26:57 2020 +0200| [d141d10ab946dee58e8d1887db819619cabd689b] | committer: Rémi Denis-Courmont cli: move I/O properties to client structure This moves the output lock, output file descriptor and input stream to the client structure. >

[vlc-commits] cli: move code

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 22:01:34 2020 +0200| [d7e55370f8f09a76ace37bb5b098b616b4570d93] | committer: Rémi Denis-Courmont cli: move code No functional changes. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7e55370f8f09a76ace37bb5b098b616b4570d93 ---

[vlc-commits] cli: add per-client thread function

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 21:09:56 2020 +0200| [aa00154c369853285b7cb878e7c2b119d9998a35] | committer: Rémi Denis-Courmont cli: add per-client thread function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa00154c369853285b7cb878e7c2b119d9998a35 ---

[vlc-commits] cli: use vlc_obj_malloc()

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:56:58 2020 +0200| [f423edd0c73c5b6c23374693c2ebaff2543e6ec4] | committer: Rémi Denis-Courmont cli: use vlc_obj_malloc() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f423edd0c73c5b6c23374693c2ebaff2543e6ec4 ---

[vlc-commits] cli/player: remove useless initial call

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 13:09:24 2020 +0200| [a494178e7fe824996acb9fc4e547615d8e4d099e] | committer: Rémi Denis-Courmont cli/player: remove useless initial call There are no clients at the time of registration; this does nothing. >

[vlc-commits] cli: register commands before clients

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 13:13:02 2020 +0200| [6daa9c487b98b3ee154cb0da5f384ee5cf0d6e23] | committer: Rémi Denis-Courmont cli: register commands before clients > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6daa9c487b98b3ee154cb0da5f384ee5cf0d6e23 ---

[vlc-commits] cli: simplify deleting the Unix socket

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 13:26:07 2020 +0200| [44bd5fccbc69772f5d856ce31ce5b68e1f631cd1] | committer: Rémi Denis-Courmont cli: simplify deleting the Unix socket > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44bd5fccbc69772f5d856ce31ce5b68e1f631cd1 ---

[vlc-commits] cli: simplify initialising Unix socket address

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 13:39:36 2020 +0200| [b80e1b77c87f6a1c946db440e72af279011f30c0] | committer: Rémi Denis-Courmont cli: simplify initialising Unix socket address >

[vlc-commits] cli: allow console and Unix socket modes simultaneously

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:51:51 2020 +0200| [493568b3e08993407a2510d3b39d2eadbd001c91] | committer: Rémi Denis-Courmont cli: allow console and Unix socket modes simultaneously This allows the interface to process commands both from the standard input and from

[vlc-commits] cli: run each client in dedicated thread

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:26:18 2020 +0200| [2a91ccf4374aa357398d203d03ed1099c6bb3810] | committer: Rémi Denis-Courmont cli: run each client in dedicated thread This adds support for multiple concurrent client, albeit only on the same listener. >

[vlc-commits] cli: share logout() code between socket and console

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 11:46:06 2020 +0200| [46cffefcf270d24c24c832fa70fcb64637f8acbf] | committer: Rémi Denis-Courmont cli: share logout() code between socket and console >

[vlc-commits] cli: reindent

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:35:12 2020 +0200| [673f99d25c135c68f515a13d605b3c8966e29d10] | committer: Rémi Denis-Courmont cli: reindent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=673f99d25c135c68f515a13d605b3c8966e29d10 ---

[vlc-commits] cli: add a list of clients

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 10:47:12 2020 +0200| [5b663927c28ac5e605836474c002b4e3b913c015] | committer: Rémi Denis-Courmont cli: add a list of clients > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b663927c28ac5e605836474c002b4e3b913c015 ---

[vlc-commits] configure: check for dup3()

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 11:31:55 2020 +0200| [375ab38fe00b959274845dc969b9693e4160047a] | committer: Rémi Denis-Courmont configure: check for dup3() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=375ab38fe00b959274845dc969b9693e4160047a ---

[vlc-commits] cli: (de)allocate client dynamically

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:18:27 2020 +0200| [ccf0ba539b3f1ea7e1e2735edd73fe0003abfdff] | committer: Rémi Denis-Courmont cli: (de)allocate client dynamically > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ccf0ba539b3f1ea7e1e2735edd73fe0003abfdff ---

[vlc-commits] cli: don't mess with stdout

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:58:49 2020 +0200| [8cf92acf06b7cd2714c22160195614afa1d749a8] | committer: Rémi Denis-Courmont cli: don't mess with stdout If we don't use stdout, we should not reconfigure it. >

[vlc-commits] cli: don't wait for exit to reap dead clients

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 15:33:39 2020 +0200| [9095693cd4640b626cb3d7755a39ea609193fd6d] | committer: Rémi Denis-Courmont cli: don't wait for exit to reap dead clients >

[vlc-commits] cli: don't create listener thread for console mode

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:39:18 2020 +0200| [7adefbdd15ad84a0dcba4df95de0d0ba534f] | committer: Rémi Denis-Courmont cli: don't create listener thread for console mode >

[vlc-commits] xcb/window: ignore the structure events

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 19:03:53 2020 +0200| [555f29b0c0981567c6043f3fd8247fa49ffe5fa8] | committer: Rémi Denis-Courmont xcb/window: ignore the structure events No need to log those; we know what they and why we receive them. >

[vlc-commits] xcb/window: report initial mouse position (refs #24960)

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 18:52:13 2020 +0200| [473c520b4b412ac91d87365213baefbb9ec95ddd] | committer: Rémi Denis-Courmont xcb/window: report initial mouse position (refs #24960) >

[vlc-commits] xcb/window: reset cursor timer on map (fixes #24960)

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 19:04:33 2020 +0200| [410224060e749192f1a1af221311795549df1fb7] | committer: Rémi Denis-Courmont xcb/window: reset cursor timer on map (fixes #24960) >

[vlc-commits] cli: pass private data to command callbacks

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 16:01:39 2020 +0200| [523c4e77c8f5236c77907320277337a222eac459] | committer: Rémi Denis-Courmont cli: pass private data to command callbacks >

[vlc-commits] cli/player: use data pointer

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 16:25:51 2020 +0200| [2c1148430a64b5b19f7751f15da92889221f0865] | committer: Rémi Denis-Courmont cli/player: use data pointer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c1148430a64b5b19f7751f15da92889221f0865 ---

[vlc-commits] cli/playlist: use data pointer

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 16:27:50 2020 +0200| [ad51838dca484b55e57f36af4c58875f1e30] | committer: Rémi Denis-Courmont cli/playlist: use data pointer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad51838dca484b55e57f36af4c58875f1e30 ---

[vlc-commits] cli: remove write-only intf_sys_t.playlist

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 16:29:30 2020 +0200| [1485f118975d0f156b27b4a04a65b42ee3b1fcbd] | committer: Rémi Denis-Courmont cli: remove write-only intf_sys_t.playlist > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1485f118975d0f156b27b4a04a65b42ee3b1fcbd

[vlc-commits] fs: clean up vlc_dup() documentation

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 11:44:17 2020 +0200| [4c75d5a4aec1e17f596b06bc8710424d340f141f] | committer: Rémi Denis-Courmont fs: clean up vlc_dup() documentation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c75d5a4aec1e17f596b06bc8710424d340f141f ---

[vlc-commits] cli: fix leaks on error

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 29 12:08:00 2020 +0200| [48a2330338e590614d971502c9c3e729222d87f0] | committer: Rémi Denis-Courmont cli: fix leaks on error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48a2330338e590614d971502c9c3e729222d87f0 ---

[vlc-commits] cli: fix key command argument count

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 15:36:00 2020 +0200| [34729bc895164bee169a0fb207ad88eece9f1553] | committer: Rémi Denis-Courmont cli: fix key command argument count > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34729bc895164bee169a0fb207ad88eece9f1553 ---

[vlc-commits] cli: attach private data to handlers

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 15:48:21 2020 +0200| [5ebc14f23b2d78cb7d05aa39bf438b6c27dcc82d] | committer: Rémi Denis-Courmont cli: attach private data to handlers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ebc14f23b2d78cb7d05aa39bf438b6c27dcc82d ---

[vlc-commits] cli: define callback type for command handler

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 15:54:54 2020 +0200| [bf0b93c721cdee237205ea3b34a5a9e0808976dc] | committer: Rémi Denis-Courmont cli: define callback type for command handler >

[vlc-commits] cli: inline UnknownCmd()

2020-11-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Nov 28 16:01:13 2020 +0200| [665ee931e1ffe6c94529d4d34ef87af535614696] | committer: Rémi Denis-Courmont cli: inline UnknownCmd() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=665ee931e1ffe6c94529d4d34ef87af535614696 ---