- 11 Jan, 2009 15 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
* Make registration thread-safe, and independent on vlc_list_find(). * Fix use-after-free race condition when destroying the interface (interaction will be lost instead).
-
FUJISAWA Tooru authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Currently, we stick to legacy application/ogg for legacy extensions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Jan, 2009 25 commits
-
-
Filippo Carone authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
but take only the first one.
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Initial patch by Hannes Domani with the comments: "Hello this fixes the problem when font is not attached in mkv. was mentioned in: http://forum.videolan.org/viewtopic.php?f=14&t=51096&p=166340 http://forum.videolan.org/viewtopic.php?f=7&t=50534&p=163900 "
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
I used customEvent to implement it. (It renders the dedicated message thread per subscriber useless with qt4).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise, we would have to either ignore errors, or fail to load some plugins just because earlier ones failed
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...rather than when disabling it. Otherwise service discovery plugins cannot possibly cleanup after themselves (and CABOOM).
-
Rémi Denis-Courmont authored
Whatever would need this would be a buggy SD plugin.
-
Rémi Denis-Courmont authored
A destructor would never have to release its own object, since the destructor is only called when the object is not referenced anymore. On the other hand, it is not clear to me whether SD objects still need a destructor.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-