- 08 Dec, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
This allows us to use internal fields
-
Hugo Beauzée-Luyssen authored
Do not pass an input_thread_t through the Qt message loop
-
- 29 Nov, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Jun, 2015 1 commit
-
-
Thomas Guillem authored
-
- 22 May, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Apr, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
Close #14034
-
- 19 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Mar, 2015 3 commits
-
-
Jean-Baptiste Kempf authored
Should close #14162
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 09 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
- Fix encoding (fixes #14123) - Fix data race on URI - Avoid useless variable retrievals - Avoid upcasting to double precision
-
- 18 Feb, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This might suppress some warnings (and very slightly reduce code size) when assertions are disabled. Not that I particularly like to create VLC-specific macros.
-
- 29 Jan, 2015 2 commits
-
-
Jonathan Calmels authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonathan Calmels authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Jan, 2015 1 commit
-
-
Ludovic Fauvet authored
Close #11704
-
- 15 Dec, 2014 4 commits
-
-
Rémi Denis-Courmont authored
This fixes corking especially.
-
Rémi Denis-Courmont authored
This function already starts playback if stopped (and as far as I know it always has).
-
Rémi Denis-Courmont authored
This function already checks if the playlist is running internally, in which case it has no effects.
-
Rémi Denis-Courmont authored
The behaviour is unchanged: - if stopped: starts playing, - if playing: pauses playing, - if paused: resumes playing.
-
- 24 Nov, 2014 1 commit
-
-
Ludovic Fauvet authored
-
- 23 Oct, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Aug, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
Close #11705 #11703
-
- 13 Aug, 2014 3 commits
-
-
Jean-Baptiste Kempf authored
Close #9960
-
Jean-Baptiste Kempf authored
It just shows a dialog, but does not block the playback. Close #11708 #11705
-
Jean-Baptiste Kempf authored
Close #11721 #11761
-
- 08 Aug, 2014 1 commit
-
-
François Cartegnie authored
All signals, event direct ones, are going to event loop. Retrieves input_thread at event loop processing time
-
- 11 Jun, 2014 1 commit
-
-
Erwan Tulou authored
Using THEMIM at this level results in instantiating multiples copies of what should be a singleton. This is because any preexisting input needs to be initialized in the constructor of the THEMIN (MainInputManager). This leads to recursively calling the constructor over and over. This patch directly calls the underlying functions(no functional change).
-
- 03 Jun, 2014 1 commit
-
-
François Cartegnie authored
-
- 21 May, 2014 1 commit
-
-
François Cartegnie authored
-
- 19 May, 2014 5 commits
-
-
Jean-Baptiste Kempf authored
This copies the MacOS way Close #5315
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #5315
-
François Cartegnie authored
-
François Cartegnie authored
-
- 20 Jan, 2014 1 commit
-
-
Erwan Tulou authored
For the Qt plugin to keep on working both as an interface module and a dialog/menu/extension provider, the new implementation of pl_Get( p_intf ) can no longer be used blindly, since it now assumes that the playlist is the parent object. In the latter case, the parent object is the calling interface (for instance, skins2) and the playlist is actually the grandparent ! As a rule of thumb, THEPL which is now initialized appropriately should be used instead of pl_Get( p_intf ) throughout Qt. This fixes trac #10421
-
- 01 Jan, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Dec, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-