- 12 Dec, 2007 28 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Before fork() would break VLC's own sigmask. After exec*() would rely on the children program to do it (and many don't).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Use module_Exists as appropriate - Rename module_FindName as module_Find
-
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
- Add block_fifowake
-
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
-
Jean-Paul Saman authored
Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
remove that kludge to use playlistwidget for getting art for backgroundwidget, use callback instead and check need of update every 750ms.
-
Pierre d'Herbemont authored
control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.
-
Pierre d'Herbemont authored
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.
-
Pierre d'Herbemont authored
-
- 11 Dec, 2007 12 commits
-
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Laurent Aimar authored
on Glen Gray patch. (The code is commented until it is confirmed to compil/work.)
-
Laurent Aimar authored
Based on a patch by Glen Gray.
-
Laurent Aimar authored
-
Laurent Aimar authored
DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.
-