- Jul 11, 2018
-
-
Mouse and keyboard events are exposed through signal. It tries to follow the "stock event" API [1] as close as possible. It isn't possible to use COleControl helpers as the ActiveX component doesn't use MFC. fix: #20358 [1] https://docs.microsoft.com/en-us/cpp/mfc/mfc-activex-controls-adding-stock-events-to-an-activex-control Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Forward mouse and key events from windowed, fullscreen and video widget. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 02, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- May 10, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- May 03, 2018
-
-
Martin Storsjö authored
This flag hasn't had any effect since Win16. llvm-rc doesn't yet support this flag.
-
- Mar 18, 2018
-
-
Jean-Baptiste Kempf authored
-
- Mar 17, 2018
-
-
Martin Storsjö authored
This is the same approach as used for the npapi plugin. This approach (using -Wl,--kill-at) is implemented in lld, while a def file with renamed symbols isn't.
-
Martin Storsjö authored
-
- Nov 22, 2017
-
-
Jean-Baptiste Kempf authored
-
- Nov 21, 2017
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
VLC ActiveX API doesn't follow libvlc API and doesn't expose Media to the user so preparse is made by allowing to preparse a specific item from the playlist. Informations about the media can be retreive using the same API (video.width, ...), throught a fallback when the MediaPlayer isn't playing. parse will only allow parsing the first item of the playlist, as other item, and information about them, are only accessible by playing them. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Nov 20, 2017
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 14, 2017
-
-
Jean-Baptiste Kempf authored
-
- Oct 12, 2017
-
-
Similar to libvlc_video_set_scale Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 06, 2017
-
-
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Since commit 76c74ca0 in vlc.git, 0 is used to disable teletext. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
- May 23, 2017
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 23, 2017
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 22, 2017
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 08, 2017
-
-
Hugo Beauzée-Luyssen authored
-
- Jan 02, 2017
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Nov 16, 2016
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 29, 2016
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 13, 2016
-
-
_i_volume is used to set a custom initial volume over the html embed attribute or the Visual Studio object property window. A new value will be only accepted if it's different to _i_volume. So if you want to set it to 50, it will currently not work, because activex initializes libvlc with 100 (default). This patch will set _i_volume to 100 to match the real volume. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 10, 2016
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 26, 2016
-
-
Close #14660
-
- Jul 21, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jun 30, 2016
-
-
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 16, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jun 09, 2016
-
-
Hugo Beauzée-Luyssen authored
-
- Jun 06, 2016
-
-
Hugo Beauzée-Luyssen authored
To fix 2.2 builds
-