]> git.sesse.net Git - vlc/history - src/misc/modules_plugin.h
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / src / misc / modules_plugin.h
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-21 Sigmund Augdal Helberg * ./src/libvlc.c: updated usage info to include STRIN...
2002-07-17 Stéphane BorelInterface creation and destruction functions are now...
2002-07-16 Sam Hocevar * ./src/misc/threads.c: improved lazy initialization...
2002-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ./include/main.h, ./plugins/beos/intf_beos.cpp...
2002-06-01 Sam Hocevar * ./plugins/dummy/intf_dummy.c, ./plugins/chroma...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-15 Marc AribertiOn sam's advice I added the input_FDNetworkClose()...
2002-05-14 Arnaud de Bossorei... * src/misc/iso-639.def, include/iso_lang.h, src/misc...
2002-05-10 Laurent Aimar * include/common.h and input_ext-plugins.h, src...
2002-05-03 Sam Hocevar * ./include/modules_inner.h, ./src/misc/configuration...
2002-04-30 Gildas Bazin* added config_Get/PutFloatVariable to p_sysmbols....
2002-04-27 Gildas Bazin* moved the function definitions from threads.h into...
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-25 Johan Bilien* Moved Program Specific Information decoder to the...
2002-04-11 Sam Hocevar * ./Makefile: fixed the Win32 interface under Win2k/XP.
2002-04-02 Gildas Bazin* New pthread implementation for WinNT/2K/XP. This...
2002-03-20 Sam Hocevar * ./src/misc/modules_plugin.h: kludge to allow the...
2002-03-16 Gildas Bazin* This the last piece of the new configuration module...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-24 Johan BilienAdded a menu in the GTK and gnome interfaces to change...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-21 Sam Hocevar * ./src/misc/modules_plugin.h: if symbol foo isn...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-01-29 Gildas Bazin* Added mstrtime() to module_symbols_t so we can compil...
2002-01-24 Sam Hocevar * ./src/misc/modules_plugin.h: fixed a missing functi...
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
2002-01-09 Sam Hocevar * ./include/modules_inner.h: replaced _X with __VLC_S...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2001-12-30 Sam HocevarSome heavy changes today: