2008-07-05 |
Rémi Denis-Courmont | Missing const |
blob | commitdiff | raw |
2008-07-05 |
Rémi Denis-Courmont | vlc_object_alive: lock-less and inlined |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Rémi Denis-Courmont | VLC_OBJECT_FILTER: remove |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Rémi Denis-Courmont | VLC_OBJECT_DIALOGS: remove |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Rémi Denis-Courmont | Remove VLC_OBJECT_INTERACTION |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Rémi Denis-Courmont | Remove VLC_OBJECT_HTTPD_HOST |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Rémi Denis-Courmont | Remove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Rémi Denis-Courmont | Remove __LIBVLC__ test |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Rémi Denis-Courmont | Remove VLC_OBJECT_SOUT |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Antoine Cellerier | Remove unneeded VLC_OBJECT_CHROMA define. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Antoine Cellerier | Chroma API change. Chromas are now normal video filters... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Rémi Denis-Courmont | kVLCDestructor: remove, does not exist |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Rémi Denis-Courmont | Have vlc_object_wait() to "return" void. |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Rémi Denis-Courmont | vlc_list_children: list children _safely_ |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Rémi Denis-Courmont | We know where VLM is, no need to find it. |
blob | commitdiff | raw | diff to current |
2008-05-04 |
Rémi Denis-Courmont | Remove VLC_OBJECT_GLOBAL |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Pierre d'Herbemont | Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
Rémi Denis-Courmont | Remove HTTPD object type |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Pierre d'Herbemont | objects: Export vlc_object_dump() to debug. |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove META_ENGINE object type |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove stats type - not used anywhere |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove XML object type |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove SD object type |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove SPU type |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove VOD object type - not actually needed |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Rémi Denis-Courmont | Remove ITEM type - not used anywhere |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Pierre d'Herbemont | Revert "Fix compilation, by "fixing" VLC_PUBLIC_API... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Pierre d'Herbemont | Fix compilation, by "fixing" VLC_PUBLIC_API. |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Pierre d'Herbemont | vlc_objects.h: Export and implement vlc_object_set_dest... |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Rafaël Carré | Interaction are controlled by a dedicated thread |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Pierre d'Herbemont | misc/objects.c: Don't rely on vlc_object_destroy()... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Rafaël Carré | vlc_object_get(): removes unused parameter |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Pierre d'Herbemont | include/vlc_objects.h: Use the usual macro trick, to... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Rémi Denis-Courmont | Ordering |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Rémi Denis-Courmont | Fix screensaver deadlock if terminating as soon the... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Rémi Denis-Courmont | Don't wait for signal if the object is already dying. |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Rémi Denis-Courmont | Add the missing function to allocate and get the object... |
blob | commitdiff | raw | diff to current |
2007-09-22 |
Rémi Denis-Courmont | Rework/simplify the TLS plugin interface (LibVLC <... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Christophe Mutricy | Typo |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Rémi Denis-Courmont | Inline vlc_object_signal |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Rémi Denis-Courmont | Forgot this file in [22086] |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Rémi Denis-Courmont | Wrappers around thread signaling functions for object: |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Rémi Denis-Courmont | Unexport utf8_mkdir and vlc_current_object |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Rémi Denis-Courmont | Remove redumdant parameter to vlc_global |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Rémi Denis-Courmont | vlc_global_object: return the global (process-wide... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Antoine Cellerier | * Some more fixes (+ don't redefine a function that... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Antoine Cellerier | * Fix non linux compilation round 2. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Rémi Denis-Courmont | Use vlc_object_kill(). Needs triple checking. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Rémi Denis-Courmont | Following vlc_object_kill(), add vlc_object_dying() |
blob | commitdiff | raw | diff to current |
2007-03-24 |
Antoine Cellerier | * Make it possible to give names to vlc objects (psz_ob... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Rémi Denis-Courmont | s/vlc_object_die/vlc_object_kill/ |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Rémi Denis-Courmont | vlc_object_die() opaque wrapper to set b_die, so we... |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Clément Stenac | A bit of vlc/libvlc cleanup: |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Rémi Denis-Courmont | - Do not attach libvlc to the global data |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Antoine Cellerier | Start of meta engine stuff. src/input/input.c needs... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Clément Stenac | For consistency, remove references to vlc from libvlc |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Clément Stenac | Merge back branch 0.8.6-playlist-vlm to trunk. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Clément Stenac | Display IP of client in debug |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Clément Stenac | Don't print debug messages and don't do interaction... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Jean-Paul Saman | Define vlc_curent_object in include/vlc_objects.h |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Antoine Cellerier | FSF address change. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Clément Stenac | Add support for several message queues - please test |
blob | commitdiff | raw | diff to current |
2005-12-15 |
Clément Stenac | Remove unused structures from vlc_common.h |
blob | commitdiff | raw | diff to current |
2005-08-10 |
Jean-Paul Saman | Forward port of branches/0.8.1-jpsaman-thedj revision... |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Rémi Denis-Courmont | Make Zorglub less unhappy |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Rémi Denis-Courmont | Copyright fixes |
blob | commitdiff | raw | diff to current |
2004-11-26 |
Gildas Bazin | * ALL: New XML module type. |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Clément Stenac | Initial Services discovery support |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Rémi Denis-Courmont | New TLS object type |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Gildas Bazin | * ALL: separation of the SPU engine from the VOUT. |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Gildas Bazin | * modules/codec/ffmpeg/video_filter.c, include/vlc_filt... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Cyril Deguet | * all: created a new module type "opengl provider... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Laurent Aimar | * all: rework of the input. |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Laurent Aimar | * all: begin to introduce access_t (nothing working... |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Gildas Bazin | * src/input/demux.c, src/misc/objects.c: demux2 has... |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Clément Stenac | * ALL: Better announce system |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Laurent Aimar | * vlm.*: move vlm to the core (now, vlm_New create... |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Clément Stenac | * Strings review in include/ |
blob | commitdiff | raw | diff to current |
2003-11-24 |
Laurent Aimar | * all: removed decoder_fifo_t. |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Gildas Bazin | * modules/gui/wxwindows/*: don't forget to delete the... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Gildas Bazin | * include/vlc_codec.h: defines decoders/encoders relate... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Clément Stenac | Added some Doxygen doc |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Gildas Bazin | * ALL: Introduction of a new api for decoders. |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Laurent Aimar | * all : declaration of http and httpd. |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Olivier Teulière | * src/misc/objects.c: vlc_list_find now returns a... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Gildas Bazin | * ALL: added a new vlc_list_t common type. vlc_list_fin... |
blob | commitdiff | raw | diff to current |
2002-10-14 |
Sam Hocevar | * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Sam Hocevar | Changes to the libvlc API: |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Sam Hocevar | * ./src/libvlc.c, ./include/main.h: the root of all... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Sam Hocevar | * ./src/misc/modules.c: the module linked list is... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Sam Hocevar | * ./src/misc/objects.c: implemented vlc_list_find... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Sam Hocevar | * ./modules/control/rc/rc.c: 'l' outputs a list of... |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Christophe Massiot | * Fixed a variable overflow bug in the audio output. |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Sam Hocevar | * ./src/misc/objects.c: two big changes in the object... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Sam Hocevar | * ALL: new module API. Makes a few things a lot simpl... |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Sam Hocevar | * ./include/vlc_objects.h: pointers are set to NULL... |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Sam Hocevar | * ./src/playlist/playlist.c: lots of playlist behavio... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Sam Hocevar | * ./src/video_output/video_output.c: fixed the "pictu... |
blob | commitdiff | raw | diff to current |
2002-06-01 |
Sam Hocevar | * ALL: the first libvlc commit. |
blob | commitdiff | raw | diff to current |
|