- 31 Mar, 2008 26 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
contrib: Put the install directories in gitignore, not only their content. (This makes git clean -f -d working properly).
-
Pierre d'Herbemont authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Pierre d'Herbemont authored
-
Tanguy Krotoff authored
libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Tanguy Krotoff authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Do not allocate ridiculous amount of datas. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
Actions on cropping UI. This doesn't work yet, because I am unsure of the good way to do it. Ref #1400.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Adding Panoramix there.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Renamings.
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 30 Mar, 2008 14 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
libvlc: In order not to be confused by a vlm created elsewhere, use a libvlc instance variable to old the vlm libvlc created if --vlm-conf was specified. This also make sure the vlm created when --vlm-conf is specified gets really destroyed. Because find_object yields vlm and is never released.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
libvlc: Don't use input_ItemClean. Anyway when we leak an object there is no use to delete it in the end. The mistake has already been done.
-
Pierre d'Herbemont authored
vlm: Only use gc enabled input item. (input_ItemClean and input_ItemInit shouldn't be used directly).
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
Instantiate VLM if vlm-conf option is used. You can now use VLM without having to launch the telnet or http interface.
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
We do maintain a lock around vlc_object_alive() because we want to make sure we won't miss the point when a concurrent thread will call vlc_object_kill(), that is set b_die and vlc_object_signal(). If we missed b_die and the signal, next vlc_object_wait() will dead lock.
-
Tanguy Krotoff authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
We can't do what is advised in the documentation of vlc_object_alive(), but we try to stay close enough of it.
-
Rafaël Carré authored
Remove useless variable
-
Rafaël Carré authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-