[vlc-commits] vout: remove no-op assignments

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 17:50:59 2021 +0200| [03694150b2fb57aed63b4b1f9d5da57c66a5eaef] | committer: Rémi Denis-Courmont vout: remove no-op assignments > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03694150b2fb57aed63b4b1f9d5da57c66a5eaef ---

[vlc-commits] vout: use struct vout_crop in display

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 18:14:24 2021 +0200| [63384a250570bf26c7cedd3061f6df64f8958cbf] | committer: Rémi Denis-Courmont vout: use struct vout_crop in display > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63384a250570bf26c7cedd3061f6df64f8958cbf ---

[vlc-commits] vout: merge all three vout_SetCrop*() functions

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 17:04:39 2021 +0200| [a2156b735b3349a0d823057f4fb96c9558f2fb6d] | committer: Rémi Denis-Courmont vout: merge all three vout_SetCrop*() functions ...into a single function using struct vout_crop. Note that the negative guards are removed

[vlc-commits] vout: add vout_CropEqual() helper

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 18:23:52 2021 +0200| [21ad125944ed747ba776f7d96c4b26413c56d1ed] | committer: Rémi Denis-Courmont vout: add vout_CropEqual() helper > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21ad125944ed747ba776f7d96c4b26413c56d1ed ---

[vlc-commits] vout: don't clobber crop borders when updating

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 17:59:10 2021 +0200| [0697ef19db666888c304a87893d47d4ffef60467] | committer: Rémi Denis-Courmont vout: don't clobber crop borders when updating The vout_UpdateSourceCrop() function uses the crop borders as both inputs and outputs. There

[vlc-commits] vout: merge all three vout_ChangeCrop*()

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 16:59:49 2021 +0200| [3339a4c65fb0826b728fce028af29ccc05665dd5] | committer: Rémi Denis-Courmont vout: merge all three vout_ChangeCrop*() ...into a single function using struct vout_crop. This also fixes setting the "crop" variable to

[vlc-commits] vout: parse crop string into dedicated structure

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 16:43:45 2021 +0200| [ade9dd9cd1030bcf5aaddb0ba27c4b167103ccac] | committer: Rémi Denis-Courmont vout: parse crop string into dedicated structure This changes the parser function to output into a single structure rather than half a dozen

[vlc-commits] vout: handle crop=0:0 case in parser

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 17:38:23 2021 +0200| [ba8632047c114083f1e4c77e1c5a3cbf2c65ef97] | committer: Rémi Denis-Courmont vout: handle crop=0:0 case in parser ...and simplify accordingly. >

[vlc-commits] vout: use struct vout_crop for vout_SetDisplayCrop()

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 17:20:38 2021 +0200| [f3e233c6b7a7db8ac087239a11ba8c85289e0402] | committer: Rémi Denis-Courmont vout: use struct vout_crop for vout_SetDisplayCrop() No functional changes. >

[vlc-commits] vout: define crop configuration as a type

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 16:31:45 2021 +0200| [99d330411073b83f72b8c545d3aa57f0907820ff] | committer: Rémi Denis-Courmont vout: define crop configuration as a type This creates a separate structure type for the crop configuration. No functional changes. >

[vlc-commits] Revert "pulse: use pa_stream_begin_write()" (fixes #25187)

2021-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 6 11:34:32 2021 +0200| [bab6469b0a73bd3801a58fd1c3bba4ecbcb40e55] | committer: Rémi Denis-Courmont Revert "pulse: use pa_stream_begin_write()" (fixes #25187) Contrary to claims in the commit message, it introduces an extra memory copy of

[vlc-commits] qml: hide media info in Player Widget according to height available

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 29 18:24:53 2021 +0530| [3bedbca95c79e7c81fb56791f104fbd9fd9fd230] | committer: Pierre Lamot qml: hide media info in Player Widget according to height available Signed-off-by: Pierre Lamot >

[vlc-commits] qml: base Player colors on color set

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 12 17:20:35 2021 +0530| [7948c7ade1df19df0ccdee3279c8ef3a1bb0f603] | committer: Pierre Lamot qml: base Player colors on color set Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow forcing color scheme in TopBar widget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 22:26:55 2021 +0530| [f5b144457369a0da3bc64692e8356e1e958fbbe8] | committer: Pierre Lamot qml: allow forcing color scheme in TopBar widget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add spacing and margins in playlist button group of Player widget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Jan 20 21:16:03 2021 +0530| [0b6d5bd211f43060b653b2309086832c41d1c6fa] | committer: Pierre Lamot qml: add spacing and margins in playlist button group of Player widget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: decrease bar height of ControlBar Slider

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Jan 20 20:45:43 2021 +0530| [f0869eb0b17fe26c06ae817f86f28a36eebf16dc] | committer: Pierre Lamot qml: decrease bar height of ControlBar Slider Signed-off-by: Pierre Lamot >

[vlc-commits] qml: use IconControlButton instead of IconToolButton in ControlButton

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 21:19:05 2021 +0530| [c61f31c535c25ba6b7e117de2e2ac18c58a0a738] | committer: Pierre Lamot qml: use IconControlButton instead of IconToolButton in ControlButton Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove `isMiniPlayer` property from SliderBar

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Jan 20 19:54:26 2021 +0530| [efafb00f5a2d8c55f6fae3eb3b7ff8fd11af6b11] | committer: Pierre Lamot qml: remove `isMiniPlayer` property from SliderBar provide direct properties to change Signed-off-by: Pierre Lamot >

[vlc-commits] qml: change color of SliderBar in ControlBar

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Jan 20 19:54:45 2021 +0530| [c57f8bebe3a473f16c26e2caf978dbb99c94c84f] | committer: Pierre Lamot qml: change color of SliderBar in ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: fix foreground color handling in IconToolButton

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 21:27:01 2021 +0530| [65f65ef0e0b46155fe48c2c1d4b7078877963384] | committer: Pierre Lamot qml: fix foreground color handling in IconToolButton use focusbackground.foregroundColor property for foreground color since it's animated based on the

[vlc-commits] qml: add IconControlButton widget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 21:17:11 2021 +0530| [db749633c8defaf1711d2e5254037c7718fad5ba] | committer: Pierre Lamot qml: add IconControlButton widget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: force focus on slider in control bar on activeFocus

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 19:06:52 2021 +0530| [4bf981259aca7c5327c65897f5d4b5e32197deec] | committer: Pierre Lamot qml: force focus on slider in control bar on activeFocus Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add playerControlBarFg color in VLCColors

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 21:18:24 2021 +0530| [fc92604a54a75878b20c25cf378362dba14ff0d5] | committer: Pierre Lamot qml: add playerControlBarFg color in VLCColors Signed-off-by: Pierre Lamot >

[vlc-commits] qml: focus volumebtn on left navigation in VolumeWidget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 18:21:00 2021 +0530| [2ba6735fb9fe938545ed473dfba338029e490b53] | committer: Pierre Lamot qml: focus volumebtn on left navigation in VolumeWidget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: fix right navigation from VolumeWidget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 19 18:10:48 2021 +0530| [19fb8037e97537448c654b50cca599d1a02ebb9b] | committer: Pierre Lamot qml: fix right navigation from VolumeWidget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow forcing color scheme in Play Control Button

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Jan 18 21:02:31 2021 +0530| [5ec58b75b7157ffb2c28b47ac9520185eb0797d2] | committer: Pierre Lamot qml: allow forcing color scheme in Play Control Button Signed-off-by: Pierre Lamot >

[vlc-commits] qml: update volume icons

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Jan 18 20:47:37 2021 +0530| [9caa69fc1d38abdadcf874e94a946a3189ff43b9] | committer: Pierre Lamot qml: update volume icons Signed-off-by: Pierre Lamot > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9caa69fc1d38abdadcf874e94a946a3189ff43b9

[vlc-commits] qml: show different icon when volume is zero in VolumeWidget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Jan 18 20:48:43 2021 +0530| [13ff43b4c93d453aef3b68bb91ff5ef19c23e9f0] | committer: Pierre Lamot qml: show different icon when volume is zero in VolumeWidget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: update shadows of Player cover

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Jan 11 17:24:44 2021 +0530| [d9f3eac2ec323547098ee88258db1c505d876be2] | committer: Pierre Lamot qml: update shadows of Player cover Signed-off-by: Pierre Lamot >

[vlc-commits] qml: change spacing and heights of cover texts and controls in Player

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 12 17:40:20 2021 +0530| [1dc941131bede5ab213e5db45b2eaa75aee56415] | committer: Pierre Lamot qml: change spacing and heights of cover texts and controls in Player Signed-off-by: Pierre Lamot >

[vlc-commits] qml: rearrange items in TopBar

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 12 20:08:14 2021 +0530| [cb6fa09c7c7f59c00beafd71d113253b70889708] | committer: Pierre Lamot qml: rearrange items in TopBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: use Label control as base for text in PointingToolTip

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 12 17:44:34 2021 +0530| [1759a6ba7b95c82eb6ca5cd1612cc15845772a00] | committer: Pierre Lamot qml: use Label control as base for text in PointingToolTip Signed-off-by: Pierre Lamot >

[vlc-commits] qml: improve readability in Player widget

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 12 17:23:19 2021 +0530| [8a445bcb01f85f8bce52938585e990a4dd210b57] | committer: Pierre Lamot qml: improve readability in Player widget use gaussian blur and overlay blending with darker colors in Player background's cover Signed-off-by: Pierre

[vlc-commits] qml: change color scheme of Player widget based on media cover

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 12 17:23:19 2021 +0530| [38af5d81cbe6988604d812372bf640853c2c9b8f] | committer: Pierre Lamot qml: change color scheme of Player widget based on media cover Signed-off-by: Pierre Lamot >

[vlc-commits] qml: scale cover image less agressively in Player

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 23:51:16 2021 +0530| [43ac59fd160afc36ba3760cf245359747a6c37c3] | committer: Pierre Lamot qml: scale cover image less agressively in Player Signed-off-by: Pierre Lamot >

[vlc-commits] qml: don't use bold font for timing text in ControlBar

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 23:40:44 2021 +0530| [ce4e55e8658919c12749c1f400b364e49b004fb6] | committer: Pierre Lamot qml: don't use bold font for timing text in ControlBar also use correct type for text Signed-off-by: Pierre Lamot >

[vlc-commits] qml: change spacing and margins in ControlBar

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 23:04:47 2021 +0530| [f87fa614d50620a984841cdd4f036245b8ec08ac] | committer: Pierre Lamot qml: change spacing and margins in ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add different background for maxplayer when playing music

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 23:27:41 2021 +0530| [27b3c477087ca547ebc611603864df6de8f46b5f] | committer: Pierre Lamot qml: add different background for maxplayer when playing music Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow forcing color scheme in Player

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 22:37:05 2021 +0530| [a0894b63c9f4f74c9df12cc75b4eb9fc78e36fb9] | committer: Pierre Lamot qml: allow forcing color scheme in Player Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow forcing color scheme in ResumeDialog

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 29 17:54:28 2021 +0530| [3d84b6e3984700a6dfd74fc4c0f1792f0822101a] | committer: Pierre Lamot qml: allow forcing color scheme in ResumeDialog Signed-off-by: Pierre Lamot >

[vlc-commits] qt: add ImageLuminanceExtractor util class

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Jan 5 22:38:15 2021 +0530| [f6a37cc3fda9017f9a1ac7ae4099495a84129d58] | committer: Pierre Lamot qt: add ImageLuminanceExtractor util class Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add day colors object in VLCStyle

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 22:34:02 2021 +0530| [364675f094fd38f53fd002134162ac5c1a9d2b53] | committer: Pierre Lamot qml: add day colors object in VLCStyle Signed-off-by: Pierre Lamot >

[vlc-commits] qml: update bottom background of player

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Jan 4 22:34:49 2021 +0530| [c8bb709d08d6236ad0211cee376693bb8e90d59d] | committer: Pierre Lamot qml: update bottom background of player Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow forcing color scheme on ControlBar

2021-02-08 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Jan 8 22:20:59 2021 +0530| [8f3ff6aa212029cc41fdd46b984b120077866bc5] | committer: Pierre Lamot qml: allow forcing color scheme on ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] test: libvlc: test program pre-selection

2021-02-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 1 16:52:25 2021 +0100| [b6df22faf5fa90f4e288d2f8325d6bd650176f4a] | committer: Thomas Guillem test: libvlc: test program pre-selection > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6df22faf5fa90f4e288d2f8325d6bd650176f4a ---

[vlc-commits] es_out: always notify program creation

2021-02-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 1 16:52:21 2021 +0100| [0554be95f2c66b9f003c0b5f637ccf329541083d] | committer: Thomas Guillem es_out: always notify program creation Even when programs are not selected via the "program" option. >

[vlc-commits] es_out: save user group_id

2021-02-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 1 16:52:22 2021 +0100| [4eed9772d1d2d52b3c41ebbd53899c1131493e1e] | committer: Thomas Guillem es_out: save user group_id This will allow to select a program before it is created. >

[vlc-commits] input: document input_SetEsCatIds() thread-safety

2021-02-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 8 10:23:57 2021 +0100| [ff2a25b6ddab3d75ba6d9604984d6cfd7801274d] | committer: Thomas Guillem input: document input_SetEsCatIds() thread-safety > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff2a25b6ddab3d75ba6d9604984d6cfd7801274d

[vlc-commits] player: add support for program pre-selection

2021-02-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 1 16:52:24 2021 +0100| [4696e78bdef4d0c87a9ba7d8f2b911a760278f5a] | committer: Thomas Guillem player: add support for program pre-selection And don't check for program existence before selecting it. >

[vlc-commits] input: add input_SetProgramId

2021-02-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 1 16:52:23 2021 +0100| [07b50f6db477c88230a7b45a0bf82d8dfb1c9879] | committer: Thomas Guillem input: add input_SetProgramId Select a program id when the input thread is not running. >