]> git.sesse.net Git - vlc/history - include/vlc_objects.h
Use var_InheritString for --decklink-video-connection.
[vlc] / include / vlc_objects.h
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-11-26 Gildas Bazin* ALL: New XML module type.
2004-11-08 Clément StenacInitial Services discovery support
2004-11-06 Rémi Denis-CourmontNew TLS object type
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-01-25 Clément Stenac* Strings review in include/
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-10-14 Gildas Bazin* modules/gui/wxwindows/*: don't forget to delete the...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-18 Clément StenacAdded some Doxygen doc
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-02-23 Laurent Aimar * all : declaration of http and httpd.
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-11 Sam HocevarChanges to the libvlc API:
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-08-15 Sam Hocevar * ./src/misc/modules.c: the module linked list is...
2002-08-14 Sam Hocevar * ./src/misc/objects.c: implemented vlc_list_find...
2002-08-14 Sam Hocevar * ./modules/control/rc/rc.c: 'l' outputs a list of...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-06-07 Sam Hocevar * ./include/vlc_objects.h: pointers are set to NULL...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.