]> git.sesse.net Git - vlc/history - src/misc
* ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
[vlc] / src / misc /
2002-05-30 Cyril Deguet- removed the obsolete artificial delay when switching...
2002-05-30 Xavier Marchesini * intf_eject.c : added ejection code for Win32. Please...
2002-05-30 Gildas Bazin* changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macro...
2002-05-25 Marc Ariberti * src/misc/netutils.c: tests if message from vlcs...
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-20 Sam Hocevar * ./src/misc/iso_lang.c: code simplifications.
2002-05-19 Christophe MassiotMac OS X-specific :
2002-05-18 Christophe Massiot* Warning levels are no longer additive, patch courtesy...
2002-05-18 Gildas Bazin* updated the MSVC++ project files and added support...
2002-05-18 Christophe Massiot* Menu item to maximize the volume in Mac OS X ;
2002-05-18 Gildas Bazin* modified the directx video plugin to try to create...
2002-05-17 Sam Hocevar * ./src/misc/mtime.c: we use nanosleep whenever possi...
2002-05-17 Loïc Minier * removed usage of usleep (not thread safe) (by Meuuh)
2002-05-15 Marc AribertiOn sam's advice I added the input_FDNetworkClose()...
2002-05-15 Marc Ariberti * netutils.c: use closesocket() instead of close...
2002-05-15 Sam Hocevar * ./src/misc/configuration.c: fixed an issue with...
2002-05-14 Sam Hocevar * ./src/misc/modules.c: if a module has a zero-scored...
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-05-01 Gildas Bazin* The configuration file and the log file are opened...
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-26 Sam Hocevar * ./src/misc/beos_specific.c: added system_Configure...
2002-04-26 Jon Lech Johansen * ./src/misc/darwin_specific.c: added system_Configure().
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-24 Gildas Bazin* on Win32 the config file is now stored under the...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-21 Gildas Bazin* Fixed the warning_level handling: "-v" and "--warning...
2002-04-21 Sam Hocevar * ./src/misc/configuration.c: support for short optio...
2002-04-21 Gildas Bazin* added config_GetFloatVariable() and config_PutFloatVa...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-04-17 Sam Hocevar * ./AUTHORS: added people locations, just for fun.
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-04-02 Olivier Teulière * ./src/misc/configuration.c: small compilation fix
2002-04-02 Sam Hocevar * ./configure.in: BeOS, liba52 and chroma plugin...
2002-04-01 Gildas Bazin* Fixes for the Win32_msvc build
2002-03-26 Gildas Bazin* various little portability fixes
2002-03-26 Gildas Bazin* modified the gtk interface to save an empty <string...
2002-03-26 Gildas Bazin* changed the behaviour of the config file:
2002-03-21 Gildas Bazin* moved GetConfigurationFromCmdLine() into configuratio...
2002-03-20 Sam Hocevar * ./src/misc/modules_plugin.h: kludge to allow the...
2002-03-19 Sam Hocevar * ./plugins/aa: aalib output plugin courtesy of Sigmu...
2002-03-19 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: fixed a warning.
2002-03-17 Gildas Bazin* small fix for the config file. The parser assumes...
2002-03-16 Sam Hocevar * ./configure.in: more modules are plugins.
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 Sam Hocevar * ./po/no.po: Norwegian translation by Sigmund Augdal...
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-27 Sam Hocevar * ./src/input/input.c: BeOS network support (no idea...
2002-02-26 Gildas Bazin* Fixed uninitialized variable in config_Duplicate()
2002-02-25 Sam Hocevar * ./include/threads.h: support for the State Threads...
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-20 Sam Hocevar * ./configure.in: removed a bashism.
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-08 Sam Hocevar * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB...
2002-02-04 Sam Hocevar * ./src/misc/modules.c: changed module_Need to make...
2002-01-29 Gildas Bazin* Added mstrtime() to module_symbols_t so we can compil...
2002-01-26 Tony CastleyFixed compliation error due to inclusion of threads.h
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-21 Sam Hocevar * ./plugins/win32: skeleton for the win32 interface...
2002-01-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
2002-01-13 Gildas Bazin* A few fixes for the Win32 build.
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...
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:
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
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-27 Sam Hocevar * Fixed a deadlock (bug reported by marcari).
2001-11-26 Marc Ariberti* changed the protocol version for communication betwee...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-11-23 Christophe MassiotMajor rewrite of the network layer. The following synta...
2001-11-21 Jon Lech JohansenDon`t use long long, use u64/s64 (int_types.h).
2001-11-21 Christophe Massiot(Hopefully) fixed the network connect() bug under UNIX...
2001-11-16 Stéphane Borel* --chennels puts gtk/gnome in multi-channel network...
2001-11-14 Jon Lech JohansenThe default file-translation mode was not being set...
2001-11-13 Sam Hocevar * Added a "make package-beos" rule.
2001-11-12 Sam Hocevar * Fixed the vlcs communication for real now.
2001-11-12 Sam Hocevar * Fixed the vlcs communication issue by initializing...
2001-11-12 Sam Hocevar * Made everything ready for a vlc-0.2.91 / libdvdcss...
2001-11-12 Sam Hocevar * Automatic handling of the Channel Server's response...
2001-11-12 Stéphane Borel-LPCM _is_ a private stream. Sorry.
2001-11-07 Stéphane Borel*Move function that translates language codes into...
2001-10-22 Christophe MassiotFixed compilation problems with OpenBSD.
2001-10-10 Sam Hocevar * 0.2.90 release.
2001-10-03 Tony CastleyUpdated to compile on BeOS.
next