]> git.sesse.net Git - vlc/history - src/input/input_ext-plugins.c
include/ninput.c, src/input/stream.c:
[vlc] / src / input / input_ext-plugins.c
2003-08-13 Jean-Paul SamanFixed segmentation fault in input_SplitBuffer() when...
2003-08-03 Gildas Bazin* src/input/input_ext-plugins.c: fixed nasty segfault...
2003-07-27 Gildas Bazin* src/input/input_ext-plugins.c: forgot to re-lock...
2003-07-20 Gildas Bazin* src/input/input_ext-plugins.c: fixed previous commit.
2003-07-20 Gildas Bazin* src/input/input_ext-plugins.c: in input_FillBuffer...
2003-05-27 Derk-Jan Hartman* Turn mem leaks into warning's instead of errors....
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-05 Gildas Bazin* src/input/input_ext-plugins.c: added an msleep()...
2003-02-24 Sigmund Augdal Helbergupdated documentation to reflect that input_AccessReini...
2003-02-06 Christophe MassiotFixed interface freezes in the OS X interface.
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2002-12-12 Christophe MassiotFixed a possible deadlock.
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-26 Gildas Bazin* ALL: p_selected_area->i_tell is now update inside...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-24 Christophe Massiot* ./configure : better detection of IPv6, fixed solaris...
2002-07-21 Sam Hocevar * ./src/input/input_ext-plugins.c: reverted my previo...
2002-07-21 Sam Hocevar * ./src/input/input_ext-plugins.c: added a missing...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-21 Sam Hocevar * src/input/input_ext-plugins.c, src/input/input_ext...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-15 Marc Ariberti * removed a debug message that I forgot in my previou...
2002-05-15 Marc AribertiOn sam's advice I added the input_FDNetworkClose()...
2002-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-04-02 Christophe MassiotCompilation fix. :-ppppp
2002-04-02 Christophe Massiot* Altivec-enabled version of fastmemcpy
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-02 Xavier Marchesini * Various Win32 compilation fixes.
2002-03-01 Christophe MassiotInput III (Episode 1).