- 01 Oct, 2006 1 commit
-
-
dionoea authored
-
- 15 Sep, 2006 1 commit
-
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 31 Aug, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 10 Aug, 2006 1 commit
-
-
hartman authored
-
- 03 Aug, 2006 1 commit
-
-
zorglub authored
-
- 31 Mar, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 30 Mar, 2006 1 commit
-
-
zorglub authored
-
- 17 Feb, 2006 1 commit
-
-
dionoea authored
loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...] Idea (and some parts of the code) by markfm Note: The vout-filter segfaults upon destruction but i don't understand why... could someone have a look ?
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 25 Oct, 2005 1 commit
-
-
gbazin authored
-
- 11 Oct, 2005 1 commit
-
-
zorglub authored
- Missing value lists - advanced / non-advanced problems - description problems - tyops
-
- 27 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
-
- 17 Aug, 2005 1 commit
-
-
dionoea authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 05 Mar, 2005 1 commit
-
-
gbazin authored
-
- 04 Mar, 2005 1 commit
-
-
Mark Moriarty authored
Make logo-x, logo-y operate relative to upper left corner. logo-x/-y/-position/-transparency accessible via rc
-
- 03 Mar, 2005 1 commit
-
-
zorglub authored
+ put access and demux in the right place
-
- 16 Dec, 2004 4 commits
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 11 Nov, 2004 1 commit
-
-
Mark Moriarty authored
-
- 09 Nov, 2004 2 commits
-
-
gbazin authored
-
Mark Moriarty authored
-
- 08 Nov, 2004 1 commit
-
-
gbazin authored
-
- 07 Nov, 2004 1 commit
-
-
Mark Moriarty authored
-
- 06 Nov, 2004 1 commit
-
-
yoann authored
-
- 27 Sep, 2004 2 commits
- 20 Sep, 2004 1 commit
-
-
gbazin authored
-
- 19 Sep, 2004 6 commits
- 17 Sep, 2004 2 commits