- 02 Mar, 2012 2 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
The same way as Wheel left/right, allow to use those buttons for GUI shortcuts.
-
- 01 Mar, 2012 14 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 07d38617.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: hide the playlist without option click when showing the video in a separate window (refs #6213)
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is not so relevant anymore and was only a warning anyway. (We cannot avoid the bug in LibVLC.)
-
Rémi Denis-Courmont authored
Files were copied to contrib/src/src instead of contrib/src...
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
vlc_memalign data should be vlc_free'd Close #6114 #6280
-
Jean-Baptiste Kempf authored
Close #6275 Close LP:943014
-
- 29 Feb, 2012 14 commits
-
-
Sam Hocevar authored
dlclose() a C++ plugin that was built with a faulty library that may have registered __cxa_atexit callbacks (usually through the libstdc++ that library was built with). Upgrading libstdc++ is not always a solution since some code may have been inlined and we can't get rid of it.
-
Sam Hocevar authored
-
Maciej Blizinski authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Kevin Anthony authored
* Add the Fullscreen and CanSetFullscreen properties to the root interface implementation * Implement org.freedesktop.DBus.Properties.PropertiesChanged for properties of the root interface Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
Also fix if_name(to)index() detection, that depends on nsl.
-
Konstantin Pavlov authored
-
Rémi Denis-Courmont authored
-
Claudio Ortelli authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
A integer overflow could happen in bandwidth computation, for example if we have a DASH server and client on the same LAN. Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Hugo Beauzée-Luyssen authored
-
Casian Andrei authored
For each item that was appended or deleted, the ("Tracks", NULL) pair was inserted (duplicated over and over) in the tracklist_properties dictionary. The dictionary was inserting it in the same position and it assumed it had hash collisions, triggering an expansion at every insertion of that pair. Check if the key is present before inserting in the dict again, at playlist_item_append, playlist_item_deleted events. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Casian Andrei authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 28 Feb, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
-
Naohiro KORIYAMA authored
huge numbers of memory leaks happens because subpictures are not deleted. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
This reverts commit b7d96d26.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 09c815ed.
-
Rémi Denis-Courmont authored
This reverts commit 7711eb75. This makes no sense as control types are _not_ macros.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
With this patch, the window has the proper inactive state when another window is in foreground Close #6016 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
For nonembedded mode, this makes sure that: - playlist window can be closed and video continues playing - video will be stopped when closing video window with Cmd+W Close #6239 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
setLevel: seems to be not thread-safe, therefore we set this on the main thread to ensure its functionality Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-