vlc/include
Gildas Bazin 4f08a70d21 * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
be subject to race conditions as it is using SignalObjectAndWait() from the
  Win32 API.
  As this should be somehow slower than the old method (still used on Win9x),
  you can specify that you want to use the old method with the "fast_pthread"
  config option.

* Added a new p_main_sys global variable. This variable is a pointer to an
  OS specific structure which is defined in *_specific.h. This structure can
  be filled by the already existing System_Init() function and is a nice
  way to avoid too many #ifdefs.
2002-04-02 23:43:57 +00:00
..
videolan * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00
.cvsignore * Moved modules_builtins.h.in into src/misc. Please remove 2001-06-02 01:10:19 +00:00
ac3_downmix.h * AC3 IMDCT and downmix functions are now in plugins, --imdct and 2001-05-15 16:19:42 +00:00
ac3_imdct.h * Use memalign for aligned data (instead of a greek malloc) 2001-10-30 19:34:53 +00:00
audio_output.h * various little portability fixes 2002-03-26 23:08:40 +00:00
beos_specific.h * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00
common.h * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00
config.h * ./include/config.h: fixed config directory name for windows 2002-04-02 23:22:32 +00:00
configuration.h * moved GetConfigurationFromCmdLine() into configuration.c and renamed it 2002-03-21 07:11:57 +00:00
darwin_specific.h * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00
debug.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
defs.h.in * moved GetConfigurationFromCmdLine() into configuration.c and renamed it 2002-03-21 07:11:57 +00:00
input_ext-dec.h *p_es->p_demux_data is available in p_config->p_demux_data so that the input 2002-03-14 01:35:28 +00:00
input_ext-intf.h *** empty log message *** 2002-03-21 02:27:04 +00:00
input_ext-plugins.h * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>, 2002-03-04 23:56:38 +00:00
input_iovec.h libdvdcss changes: 2001-12-16 18:00:18 +00:00
interface.h * Got rid of TRACE and intf_DbgMsg which were seldom used anyway. 2002-02-19 00:50:20 +00:00
intf_eject.h * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was 2002-01-09 02:01:14 +00:00
intf_msg.h * Got rid of TRACE and intf_DbgMsg which were seldom used anyway. 2002-02-19 00:50:20 +00:00
intf_playlist.h Some heavy changes today: 2001-12-30 07:09:56 +00:00
iso_lang.h Some heavy changes today: 2001-12-30 07:09:56 +00:00
main.h * moved GetConfigurationFromCmdLine() into configuration.c and renamed it 2002-03-21 07:11:57 +00:00
mmx.h * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to 2001-01-16 17:59:23 +00:00
modules_inner.h * New GTK configuration interface. This interface is generated dynamically 2002-03-11 07:23:10 +00:00
modules.h * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be 2002-03-20 03:43:51 +00:00
mtime.h * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec 2002-01-29 20:11:18 +00:00
netutils.h Some heavy changes today: 2001-12-30 07:09:56 +00:00
network.h Input III (Episode 1). 2002-03-01 00:33:18 +00:00
os_specific.h * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00
stream_control.h * ./plugins/mga/mga.c: removed the mgammx module and put the code in 2002-01-07 02:12:30 +00:00
threads.h * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00
vdec_ext-plugins.h * ./BUGS: added a list of known bugs. Please add your findings! 2002-01-04 14:01:35 +00:00
video_output.h * the calculation for the initial video window dimensions is now done in 2002-03-21 22:10:33 +00:00
video.h * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation. 2002-03-17 17:00:38 +00:00
win32_specific.h * New pthread implementation for WinNT/2K/XP. This implementation shouldn't 2002-04-02 23:43:57 +00:00