- 25 May, 2009 4 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 24 May, 2009 4 commits
-
-
Rémi Denis-Courmont authored
-
Ben Hutchings authored
live555 now supports DV (DIF, video/dv) format. Pass it through to the DV demuxer. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Ben Hutchings authored
Do not update buffer size if realloc() fails. Assert that buffer was not overflowed rather than merely warning. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
- 23 May, 2009 32 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This fix all the dialogs (Fix AVI, HTTP login) that didn't show in skins interface. Manual port of [3b2f1606]
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If VLC is being destroyed for programmatic reasons (libvlc_release()), the user might not have "quit".
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Interfaces do not have an event handler that would justify the separation. Indeed, no caller did anything in-between. Also, the "primary" reference to the interface object belongs to the main thread because of the libvlc cleanup procedure. Therefore, the interface thread pointer really should not be returned to the creator. Note that this does not really fix the small race condition but it conceals it within intf_Create() and libvlc_InternalCleanup().
-
Erwan Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Only the core can safely destroy an interface, otherwise, the other component could race against the core in joining the interface thread or destroying the interface object. The fire and forget status of interfaces is by design, and is expected by -at least- the VLC binary, the NT service plugin and the Remote Control interface plugin. Anyway, that is pretty the only point of creating an interface instead of a private thread/object.
-
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
Conflicts: modules/video_output/drawable.c src/control/libvlc_internal.h
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-