- 29 Feb, 2012 12 commits
-
-
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 21 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>
-
Francois Cartegnie authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
BMV Video requires palette support and doesnt work as-is, all other codecs work nicely.
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Rafaël Carré authored
This reverts commit 61426c7c15b879c8fc51852d1e77931a88cf6727. Conflicts: contrib/src/ffmpeg/rules.mak Modules have been updated to new API
-
Jean-Baptiste Kempf authored
Close #6219
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 27 Feb, 2012 7 commits
-
-
Denis Charmet authored
Close #6137 Fixes issue in http://forum.videolan.org/viewtopic.php?f=14&t=98525Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This appears to be the only sane font installed by default which supports at least Latin, Arabic, Traditional Chinese, Simplified Chinese, Japanese, Korean, Cyrillic, Vietnamese, Hebrew, Devanagari, Gujarati, Urdu, Tamil, Thai and Telugu
-
Rafaël Carré authored
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Sébastien Escudier authored
-
Rob Jonson authored
resending with spaces instead of tabs for indenting. please backport for 2.0.1 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-