]> git.sesse.net Git - vlc/history - src/misc/modules.c
* ALL: another bunch of fixes for the MSVC build.
[vlc] / src / misc / modules.c
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...
2002-05-22 Sam Hocevar * ./src/misc/modules.c: disabled module autohide...
2002-05-18 Gildas Bazin* updated the MSVC++ project files and added support...
2002-05-14 Sam Hocevar * ./src/misc/modules.c: if a module has a zero-scored...
2002-04-11 Sam Hocevar * ./Makefile: fixed the Win32 interface under Win2k/XP.
2002-04-01 Gildas Bazin* Fixes for the Win32_msvc build
2002-03-01 Sam Hocevar * ./po/no.po: Norwegian translation by Sigmund Augdal...
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-02-04 Sam Hocevar * ./src/misc/modules.c: changed module_Need to make...
2002-01-24 Sam Hocevar * ./src/misc/modules_plugin.h: fixed a missing functi...
2002-01-21 Sam Hocevar * ./plugins/win32: skeleton for the win32 interface...
2002-01-12 Jon Lech Johansen * ./src/misc/modules.c: Fixed a compile issue under...
2002-01-09 Sam Hocevar * ./include/modules_inner.h: replaced _X with __VLC_S...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-10-02 Christophe Massiot* Cleaned up sam's mess with input's pf_open and pf_clo...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-07-16 Gildas BazinAdded intf_DbgMsg and intf_DbgMsgImm symbols to modules...
2001-07-11 Sam Hocevar * libdvdcss enhancements by Billy Biggs <vektor@dumbt...
2001-06-25 Sam Hocevar * Compile fix for newer versions of MacOS X by Colin...
2001-06-14 Sam Hocevar * Fully working Windows DVD ioctl support by Jon...
2001-06-14 Sam Hocevar * DirectX enhancements by Gildas Bazin, such as softw...
2001-06-03 Sam Hocevar * Various little fixes
2001-05-31 Sam Hocevar * Win32 plugin support by Gildas Bazin <gbazin@netcou...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-05-06 Sam Hocevar * Fixed a few warnings with gcc 3.0.
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-20 Sam Hocevar * Fixed build process when no plugins or no builtins...
2001-04-16 Sam Hocevar * Added .cvsignore files in the plugins directories.
2001-04-15 Sam Hocevar * Updated TODO list with Henri's Apr 6th post.
2001-04-15 Sam Hocevar * Beginning of the built-in modules support.
2001-04-12 Sam Hocevar * BeOS icon and MIME resources courtesy of Wade Major...
2001-04-11 Eugenio JarosiewiczUpdated & cleaned up intf_macosx.c and vout_macosx...
2001-04-06 Christophe Massiot* Sync MOSX dev/CVS tree : code support for MacOS X...
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-18 Jean-Marc Dressler The BeOS port seems to work again.
2001-02-17 Sam Hocevar * Tried to fix the BeOS interface and video output...
next