]> git.sesse.net Git - vlc/history - src/misc/modules_plugin.h
* ALL: added *.am files here and there for future automake support.
[vlc] / src / misc / modules_plugin.h
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-02 Christophe MassiotThe liba52 "codec" is now an audio filter. It means...
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-08-21 Sam Hocevar * ./include/aout_internal.h: exported aout_FifoPop...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
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-14 Christophe Massiot* Added a third argument to aout_OutputNextBuffer....
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
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-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./src/misc/modules.c: we now recursively parse...
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: