[vlc-commits] http: use a logger where applicable

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 23:47:24 2019 +0200| [d64ad4135e85c0c0ef6d3737f5f1b62240d5b7d8] | committer: Rémi Denis-Courmont http: use a logger where applicable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d64ad4135e85c0c0ef6d3737f5f1b62240d5b7d8 ---

[vlc-commits] modules: remove no-op

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 21:23:58 2019 +0200| [f6b425144ce2f8b96c75092d683ecbe505d8fc02] | committer: Rémi Denis-Courmont modules: remove no-op > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6b425144ce2f8b96c75092d683ecbe505d8fc02 --- src/libvlc.h

[vlc-commits] objects: small code factor

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 18:52:02 2019 +0200| [f38e4a3ae7c70a8901b6675d340f721ea29443f3] | committer: Rémi Denis-Courmont objects: small code factor > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f38e4a3ae7c70a8901b6675d340f721ea29443f3 ---

[vlc-commits] modules: remove unused parameter

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 21:10:06 2019 +0200| [a951a8d24cb2c6257aa9fb6496f6b302ae823898] | committer: Rémi Denis-Courmont modules: remove unused parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a951a8d24cb2c6257aa9fb6496f6b302ae823898 ---

[vlc-commits] window: call vlc_objres_clear() on error

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:56:02 2019 +0200| [026577549a99a314fa010cafea22473c5335373c] | committer: Rémi Denis-Courmont window: call vlc_objres_clear() on error As it gets called on success. >

[vlc-commits] modules: move documentation to header

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 21:41:43 2019 +0200| [38d7d2248663c54803cbfdea7f69711c08793a08] | committer: Rémi Denis-Courmont modules: move documentation to header > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38d7d2248663c54803cbfdea7f69711c08793a08 ---

[vlc-commits] messages: separate logging w/ and w/o object

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:23:40 2019 +0200| [b3739d3934100311fe7dfff44fb3645475c54dea] | committer: Rémi Denis-Courmont messages: separate logging w/ and w/o object As discussed at the last workshop; the main caveat is that the object type string must still be

[vlc-commits] modules: pull logger usage

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 21:21:38 2019 +0200| [19f90e804c199bad3aa5a299e47d09bb7ad7f8ee] | committer: Rémi Denis-Courmont modules: pull logger usage > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19f90e804c199bad3aa5a299e47d09bb7ad7f8ee ---

[vlc-commits] demux: call vlc_objres_clear() on error

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 21:03:45 2019 +0200| [b209d29ebc2df6b5aeb574d61116ae944eb45676] | committer: Rémi Denis-Courmont demux: call vlc_objres_clear() on error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b209d29ebc2df6b5aeb574d61116ae944eb45676

[vlc-commits] modules: expect a logger in module_Map()

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:37:49 2019 +0200| [90f46791015f9fcf278c7a1f9bbab59d086701ed] | committer: Rémi Denis-Courmont modules: expect a logger in module_Map() No variables were harmed in the loading of a shared object. >

[vlc-commits] display: add vlc_objres_clear()

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:56:44 2019 +0200| [5276e8980472d579c718d89dd655f92bfcb3de1c] | committer: Rémi Denis-Courmont display: add vlc_objres_clear() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5276e8980472d579c718d89dd655f92bfcb3de1c ---

[vlc-commits] messages: add macros for logging with a logger

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:33:49 2019 +0200| [70151a63beee62f7005784c3635371c3eda4e006] | committer: Rémi Denis-Courmont messages: add macros for logging with a logger >

[vlc-commits] Rename vlc_error() to vlc_error_string()

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:40:59 2019 +0200| [3e8986472aef53f5e982a8c751a6a3a1568b582a] | committer: Rémi Denis-Courmont Rename vlc_error() to vlc_error_string() As a sort of VLC equivalent for strerror(), it is tempting to call it vlc_strerror()... but that is

[vlc-commits] modules: move vlc_objres_clear()

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 21:05:26 2019 +0200| [7079430574dd08c1391f1b7c05cf0eeda2776193] | committer: Rémi Denis-Courmont modules: move vlc_objres_clear() This fixes an imbalance with vlc_tls and vout_window. Now vlc_objres_clear() is always called in

[vlc-commits] tls: add vlc_objres_clear() on error

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 20:55:36 2019 +0200| [776c2aebf815cdecb13bdcf3cfb473252369f306] | committer: Rémi Denis-Courmont tls: add vlc_objres_clear() on error To balance out the one on success. >

[vlc-commits] objects: add vlc_object_logger() convenience wrapper

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 22:00:56 2019 +0200| [f7505fc8d9fbdc345a71e11c0b951d712f75021a] | committer: Rémi Denis-Courmont objects: add vlc_object_logger() convenience wrapper >

[vlc-commits] modules: pass force flag as parameter to activation callback

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 19:50:11 2019 +0200| [fc13953d90d99ada09c8557b3e32b0abe3b3f558] | committer: Rémi Denis-Courmont modules: pass force flag as parameter to activation callback >

[vlc-commits] objects: get module name from the variable

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 18:30:06 2019 +0200| [a51089e4eb3f007367a00ccf006615cf300b3f08] | committer: Rémi Denis-Courmont objects: get module name from the variable This is still as racy as before, but at least it does not serialize against a global lock. >

[vlc-commits] modules: store object name in a variable

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 18:18:46 2019 +0200| [38545d874a4952eada17b3dfe07b793cbaa705fd] | committer: Rémi Denis-Courmont modules: store object name in a variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38545d874a4952eada17b3dfe07b793cbaa705fd

[vlc-commits] motion: remove control interface

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Mar 3 20:27:11 2019 +0200| [99232e607b9445a4905adee5b620ddffda95f924] | committer: Rémi Denis-Courmont motion: remove control interface The fun part has been supported by the rotation filter for 7 years. The serious part should be handled by

[vlc-commits] nc: remove object box

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Mar 3 13:14:00 2019 +0200| [49d628822698ec88e2228968ccac80b5b5445586] | committer: Rémi Denis-Courmont nc: remove object box Unlike the other info boxes, this does not seem to serve any useful purpose for the (rare) users of the NCurses

[vlc-commits] v4l2: put controls on the parent

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 17:35:55 2019 +0200| [dba3a4e5df324ea33f909d896a663b7a0234a309] | committer: Rémi Denis-Courmont v4l2: put controls on the parent This is not exactly great, and it (still) will not work properly if there are more than one demux with

[vlc-commits] qt: adjust V4L2 controls

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 17:37:40 2019 +0200| [414ba71c46c8032e50ccee15cecc6327fb3b3f4c] | committer: Rémi Denis-Courmont qt: adjust V4L2 controls This corresponds to the previous changeset. In principles, this could now also work for other inputs than V4L2.

[vlc-commits] objects: remove no longer needed temporary hack

2019-03-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 4 17:53:29 2019 +0200| [a5be7121184fdf959caca5d2a2702ae0e1581088] | committer: Rémi Denis-Courmont objects: remove no longer needed temporary hack >

[vlc-commits] transcode: fix return handling of aout_FiltersPlay

2019-03-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Mar 1 13:09:48 2019 +0100| [6509e74da9e5fe8c82c328e8348659d458336414] | committer: Thomas Guillem transcode: fix return handling of aout_FiltersPlay Returning NULL is not an error, a lot of filters do return NULL waiting for more data. >

[vlc-commits] hotkeys: fix mouse wheel down event

2019-03-04 Thread Victorien Le Couviour--Tuffet
vlc | branch: master | Victorien Le Couviour--Tuffet | Tue Nov 13 12:09:03 2018 +0100| [4b584f2cc3879e7b6c39d92fe08d2527a223bea4] | committer: Thomas Guillem hotkeys: fix mouse wheel down event Signed-off-by: Thomas Guillem >

[vlc-commits] actions: add wheel button to keycode helper

2019-03-04 Thread Victorien Le Couviour--Tuffet
vlc | branch: master | Victorien Le Couviour--Tuffet | Wed Nov 28 11:32:11 2018 +0100| [fc94ba0af460a5f37a8536a6e18613167ce727a7] | committer: Thomas Guillem actions: add wheel button to keycode helper Signed-off-by: Thomas Guillem >

[vlc-commits] gl: vdpau: fix vdp_t leak

2019-03-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 4 10:03:33 2019 +0100| [48758ea18323b0f720f770c2cd3b29c32b2d0e9c] | committer: Thomas Guillem gl: vdpau: fix vdp_t leak Fixes #21993 Regression from 3c9b5fe7db8af75b01d1011278d2584fc56b7dff >

[vlc-commits] test: player: disable hw decoding

2019-03-04 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Mar 4 09:32:10 2019 +0100| [4d4d6368a87b92c2a5e8cc9af5a793194b3a308d] | committer: Thomas Guillem test: player: disable hw decoding Fixes #21990 Regression from f58bd455bdb0aaa3364f9cd72bfde799eb728b2d >