[vlc-commits] vout: remove useless call

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 11:21:51 2018 +0200| [a25c5a44a0d655f2eb09f7cab0ef492d3f3961ba] | committer: Rémi Denis-Courmont vout: remove useless call vout_ManageDisplay() returns true if and only if the pictures were invalid. Both sides of the logical disjunction

[vlc-commits] vout_wrapper: reorder code

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 12:42:25 2018 +0200| [e7b0032f5bbdc3e16a08501eae55f3211a574fd7] | committer: Rémi Denis-Courmont vout_wrapper: reorder code No functional changes >

[vlc-commits] vout: factor, remove redundant code

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 12:07:36 2018 +0200| [1a7f407a84547aff731357e78aa8a457276dbf21] | committer: Rémi Denis-Courmont vout: factor, remove redundant code The subpicture will be released after vout_display_Display() in any case. There is not much point

[vlc-commits] vout: privatize vout_snapshot_t

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 16:35:38 2018 +0200| [a202b0391ea2ad43ebb6d2b196adc731007b7a0a] | committer: Rémi Denis-Courmont vout: privatize vout_snapshot_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a202b0391ea2ad43ebb6d2b196adc731007b7a0a ---

[vlc-commits] vout: merge vout_EndWrapper() and vout_CloseWrapper()

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 12:50:59 2018 +0200| [0bdc25b4cd9726b197ab11daacee5ac9021ba806] | committer: Rémi Denis-Courmont vout: merge vout_EndWrapper() and vout_CloseWrapper() >

[vlc-commits] xcb/x11: use normal picture buffers

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 19:33:42 2018 +0200| [f1649ea3f31d06cdd87a07f88196aa0e83c46423] | committer: Rémi Denis-Courmont xcb/x11: use normal picture buffers Get rid of the custom allocator. >

[vlc-commits] vout: remove vout_display_state_t.wm_state

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:32:31 2018 +0200| [b4214e0e2f63e2781814296618c5f450f9c11b58] | committer: Rémi Denis-Courmont vout: remove vout_display_state_t.wm_state > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4214e0e2f63e2781814296618c5f450f9c11b58

[vlc-commits] display: remove unused function

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 11:23:19 2018 +0200| [9166eedc2a4232491e99dffa45173cade8cb3006] | committer: Rémi Denis-Courmont display: remove unused function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9166eedc2a4232491e99dffa45173cade8cb3006 ---

[vlc-commits] xcb/x11: cosmetic, reindent

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 20:15:25 2018 +0200| [6a33cd10a46c472c2074bc4cbfa5abdca8f3aafd] | committer: Rémi Denis-Courmont xcb/x11: cosmetic, reindent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a33cd10a46c472c2074bc4cbfa5abdca8f3aafd ---

[vlc-commits] xcb/x11: remove useless vout_display_place_t

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 18:31:15 2018 +0200| [aea2967228b1f8b46e24d42b88e81755d3c54dc5] | committer: Rémi Denis-Courmont xcb/x11: remove useless vout_display_place_t >

[vlc-commits] vout: merge vout_OpenWrapper() and vout_InitWrapper()

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 12:50:59 2018 +0200| [706d291795ca4f5740757ec7bd65af7a6bd86dd1] | committer: Rémi Denis-Courmont vout: merge vout_OpenWrapper() and vout_InitWrapper() >

[vlc-commits] xcb/x11: move window earlier

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 18:22:26 2018 +0200| [f534a20f201fae9d91c09cc07f88e84033a3e967] | committer: Rémi Denis-Courmont xcb/x11: move window earlier Place the window correctly at initialization, and update the position upon control events. Do not defer this to

[vlc-commits] vector: fix parameter documentation in vlc_vector_reallocdata_

2018-12-09 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sun Dec 9 15:50:29 2018 +0100| [9eb382ea8cd4cafc03280f6a4af294d5ed1d950c] | committer: Rémi Denis-Courmont vector: fix parameter documentation in vlc_vector_reallocdata_ The first word after \param tag designates the parameter. Signed-off-by: Rémi

[vlc-commits] xcb/x11: do not provide a pool

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 21:38:32 2018 +0200| [12f15fcb22ffcebbf8ce666d6be5772830e571fa] | committer: Rémi Denis-Courmont xcb/x11: do not provide a pool > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12f15fcb22ffcebbf8ce666d6be5772830e571fa ---

[vlc-commits] vout: remove legacy "below" state handling

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:32:57 2018 +0200| [a9ef6e75d340d78b34611261289b54f3363f6d19] | committer: Rémi Denis-Courmont vout: remove legacy "below" state handling None of the legacy video outputs support that anyway. >

[vlc-commits] vector: add missing stddef.h include

2018-12-09 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sun Dec 9 15:50:30 2018 +0100| [70be0ee48ddc11456f618b4e9423540732c094d9] | committer: Rémi Denis-Courmont vector: add missing stddef.h include Include stddef.h to define size_t, as it is used later in the header. Signed-off-by: Rémi

[vlc-commits] vector: use code instead of verbatim in doxygen

2018-12-09 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sun Dec 9 15:50:28 2018 +0100| [81271098e119de07df7031ddd15bd8006ebcf37a] | committer: Rémi Denis-Courmont vector: use code instead of verbatim in doxygen Verbatim is dedicated to render monospaced unfiltered text. While code can fit this

[vlc-commits] xcb: require MIT-SHM extension version 1.2

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 20:38:53 2018 +0200| [fdc57213fc257892c0d92212d65c41223424d057] | committer: Rémi Denis-Courmont xcb: require MIT-SHM extension version 1.2 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdc57213fc257892c0d92212d65c41223424d057

[vlc-commits] xcb/x11: reorder to avoid forward declarations

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 18:02:15 2018 +0200| [cadcfc8c8a5b0329c29e5091a6a5169e760fe4d2] | committer: Rémi Denis-Courmont xcb/x11: reorder to avoid forward declarations >

[vlc-commits] display: eliminate an intermediate variable

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:19:18 2018 +0200| [0a90a9255d061ccfd343ddaf958c1c8346c9d9b7] | committer: Rémi Denis-Courmont display: eliminate an intermediate variable No functional changes. >

[vlc-commits] vout: allow display not to provide a pool

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 21:37:17 2018 +0200| [e266b6e1b2262714853cf3d56c7f50840e010710] | committer: Rémi Denis-Courmont vout: allow display not to provide a pool > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e266b6e1b2262714853cf3d56c7f50840e010710

[vlc-commits] display: process crop changes synchronously

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 10:52:22 2018 +0200| [931a65b41bc30d5b271febf7434e90025c5f682d] | committer: Rémi Denis-Courmont display: process crop changes synchronously >

[vlc-commits] display: remove dead code

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:09:09 2018 +0200| [b466e713eee809d08f2301cff6967400812123fa] | committer: Rémi Denis-Courmont display: remove dead code As per the initializations 20 lines earlier, the predicate was always false. >

[vlc-commits] display: process SAR changes synchronously

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 10:52:22 2018 +0200| [905b4fffa9e3081be75583538d4a4e5827487bc9] | committer: Rémi Denis-Courmont display: process SAR changes synchronously > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=905b4fffa9e3081be75583538d4a4e5827487bc9

[vlc-commits] vout: remove useless check

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 12:12:19 2018 +0200| [7f7d0a1943101fa7549916164385ec43201cbf65] | committer: Rémi Denis-Courmont vout: remove useless check When 'do_early_spu' is set, 'subpic' is blent and deleted earlier, then set to NULL. So the predicate would be

[vlc-commits] vout: remove constant vout_ManageDisplay() parameter

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 11:19:44 2018 +0200| [07facc28848cbed15ffa385757c04520873c1d93] | committer: Rémi Denis-Courmont vout: remove constant vout_ManageDisplay() parameter >

[vlc-commits] vout: remove always 0:0 SAR

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:07:12 2018 +0200| [0adf1b07bf155878e8ff2c1c2132f25ca802cb11] | committer: Rémi Denis-Courmont vout: remove always 0:0 SAR vout_display_state_t.sar was initialized to { 0, 0 }, then copied into vout_display_owner_sys_t.sar_initial.

[vlc-commits] vout: factor display prepare

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 12:18:25 2018 +0200| [dc1527267886c4d8c9f19459e8b4018025464c10] | committer: Rémi Denis-Courmont vout: factor display prepare So far, if picture is DR, then SPU is either DR (!do_dr_spu) or it was blent early (subpic == NULL). As such,

[vlc-commits] vout_wrapper: always allow resetting pictures

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Dec 9 11:12:39 2018 +0200| [2b792318fa04fd83b180c7703c383eb1d887a28b] | committer: Rémi Denis-Courmont vout_wrapper: always allow resetting pictures Always pass true for the second parameter of vout_ManageDisplay(). If

[vlc-commits] vout: remove vout_display_state_t

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:34:56 2018 +0200| [2b38f17ea648de73d923b9efed3309d59eb1aaf5] | committer: Rémi Denis-Courmont vout: remove vout_display_state_t Replace it directly with vout_display_cfg_t. >

[vlc-commits] display: rename a variable

2018-12-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Dec 8 19:13:54 2018 +0200| [c8eb2237193f9d3ce935bddeb8c6ab54ce683189] | committer: Rémi Denis-Courmont display: rename a variable No functional changes. >