]> git.sesse.net Git - vlc/history - src/misc/modules.c
* modules/stream_out/transcode.c: added support for subtitles overlaying when transco...
[vlc] / src / misc / modules.c
2004-08-08 Gildas Bazin* modules/stream_out/transcode.c: added support for...
2004-08-04 Gildas Bazin* src/misc/modules.c: don't forget to save callbacks...
2004-06-26 Gildas Bazin* src/misc/modules.c: got rid of unused variable.
2004-06-26 Gildas Bazin* src/misc/modules.c: module_Need() probed sub-modules...
2004-06-22 Clément StenacRe-enable dynamic plugins
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-04 Gildas Bazin* src/misc/modules.c: some error checking when loading...
2004-06-03 Gildas Bazin* src/misc/modules.c: in plugins cache mode, force...
2004-06-01 Gildas Bazin* ALL: brought back module_EndBank() from the dead...
2004-05-30 Gildas Bazin* src/misc/modules.c: avoid name collisions on win32.
2004-05-29 Gildas Bazin* src/misc/modules.c: small cleanup.
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-22 Gildas Bazin* src/misc/modules.c: compilation fix.
2004-03-04 Laurent Aimar * modules.c: fixed module_Need. (but I'm not sure...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Sigmund Augdal Helbergsrc/misc/modules.c:
2004-01-25 Clément Stenac* String review, round one
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-05 Laurent Aimar * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga...
2003-11-25 Sam Hocevar * src/misc/modules.c: Allow for premature Ctrl-C...
2003-11-19 Gildas Bazin* modules/codec/ffmpeg/: don't re-use the same pts...
2003-11-19 Gildas Bazin* src/misc/modules.c: don't forget to return an error...
2003-11-05 Gildas Bazin* src/input/input.c: honor the --demux config option...
2003-10-07 Gildas Bazin* src/misc/modules.c: win32 compilation fix.
2003-10-05 Sam Hocevar * configure.ac:
2003-10-05 Sam Hocevar * src/misc/modules.c, src/misc/modules_plugin.h.in:
2003-10-04 Sam Hocevar * configure.ac:
2003-09-26 Gildas Bazin* src/misc/modules.c: removed an old win32 hack which...
2003-09-23 Gildas Bazin* configure.ac, mozilla/vlcshell.cpp, mozilla/support...
2003-09-10 Laurent Aimar * modules: do not take care of the case for shortcuts...
2003-08-23 Laurent Aimar * configure.ac : added --enable-goom and --with-goom...
2003-08-23 Derk-Jan Hartman* sorry :)
2003-08-14 Clément Stenac* all: as announce calls non-standard functions (SLP...
2003-08-01 Laurent Aimar * modules.c : include ninput.h
2003-07-24 Gildas Bazin* src/misc/modules.c: if module_Need() was passed an...
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...
2003-07-01 Sam Hocevar * include/error.h: Renamed this file to include/vlc_e...
2003-06-26 Sam Hocevar * include/video.h: renamed this file to vlc_video...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-06-23 Gildas Bazin* src/misc/modules.c, modules/gui/wxwindows/timer.cpp...
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-04-14 Christophe Massiot* Implementation of a frame-dropping algorithm for...
2003-03-25 Gildas Bazin* src/misc/modules.c: module_Need() now only raises...
2003-03-12 Sam Hocevar * ./src/stream_output/stream_output.c: Win32 compilat...
2003-03-03 Gildas Bazin* ALL: another bunch of fixes for the MSVC build.
2003-02-18 Olivier Teulière * src/misc/modules.c: on Windows, we look for the...
2003-02-17 Sam Hocevar * ./src/misc/modules.c: hmpf, Wine does not complain...
2003-02-17 Sam Hocevar * ./src/misc/win32_specific.c: under Win32 we retriev...
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2003-01-02 Christophe MassiotCosmetic.
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-11-19 Sam Hocevar * ./src/misc/modules.c: p_module->psz_filename is...
2002-11-18 Gildas Bazin* src/misc/modules.c: fixed small typo that was breakin...
2002-11-18 Sam Hocevar * ./src/misc/modules.c: support for Unicode filenames...
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-09 Sam Hocevar * A few additional MSVC build fixes.
2002-10-31 Sam Hocevar * ./src/misc/variables.c: callbacks are now called...
2002-10-29 Sam Hocevar * ./src/misc/modules.c: plugin extension check is...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-11 Gildas Bazin* src/misc/modules.c: fixed a memory leak with the...
2002-10-08 Sam Hocevar * ./src/libvlc.c, ./src/misc/messages.c: due to horri...
2002-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-08-21 Sam Hocevar * ./src/misc/modules.c: if a plugin requested not...
2002-08-21 Xavier MarchesiniFixed a polioterie in the previous commit
2002-08-21 Xavier Marchesini* libvlc.c : Win32 compilation fix.
2002-08-20 Sam Hocevar (compilation fixes for my previous commit)
2002-08-15 Sam Hocevar * ./src/misc/modules.c: compilation fix.
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-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-06 Sam Hocevar * ./Makefile, ./mozilla/Makefile: make uninstall...
2002-08-05 Sam Hocevar * ./Makefile.opts.in: fixed the builtins_LDFLAGS...
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...
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-22 Sam Hocevar * ./src/misc/modules.c: added the "any" and "none...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-04 Sam Hocevar * ./mozilla/*: preliminary Mozilla plugin. Only works...
2002-07-03 Sam Hocevar * ./src/misc/modules.c: module_Need accepts a comma...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-11 Gildas Bazin* ./include/configuration.h: renamed MODULE_CONFIG_...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
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: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-22 Gildas Bazin* ./src/misc/modules.c: restored plugins hiding as...
next