1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/include
Gildas Bazin b618828621 * Big clean-up to allow compiling every module as plugins.
* Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
     change we don't have to link winsock2 with every plugin anymore. This
     should also give us a slight speed increase.
 * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
     on Win32.
 * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
     Win32.

(PS: the dvdread plugin doesn't compile yet on Win32)
2001-11-25 22:52:21 +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 * Fix audio/video synchro bug with esd 2001-07-12 20:31:33 +00:00
beos_specific.h * Fixed a few warnings with gcc 3.0. 2001-05-06 04:32:03 +00:00
bytes_swap.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
common_win32.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
common.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
config.h.in * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release. 2001-11-12 20:16:33 +00:00
darwin_specific.h * Fixed a few warnings with gcc 3.0. 2001-05-06 04:32:03 +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 * configure should no longer assume AltiVec is supported when it actually 2001-11-13 15:08:25 +00:00
input_ext-dec.h * Fixed a few crashes due to race conditions in the decoder spawning. 2001-11-15 17:39:13 +00:00
input_ext-intf.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
input_ext-plugins.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
input_iovec.h - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them 2001-07-12 23:06:54 +00:00
int_types.h * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile 2001-05-31 01:37:08 +00:00
interface.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
intf_msg.h * Removed -march=pentiumpro ; should now work on pentium-class machines ; 2001-10-01 16:18:49 +00:00
intf_playlist.h * Fixed the BeOS compile typo. 2001-05-30 17:03:13 +00:00
iso_lang.h *Move function that translates language codes into country name in src/misc 2001-11-07 17:37:16 +00:00
keystrokes.h * Added a 'd' keystroke to dump the stream contents (for debugging 2001-02-22 16:17:12 +00:00
main.h * Removed -march=pentiumpro ; should now work on pentium-class machines ; 2001-10-01 16:18:49 +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_export.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
modules_inner.h * Fixed the BeOS compile typo. 2001-05-30 17:03:13 +00:00
modules.h * Fixed heap corruption issues in ac3dec (thanks reno). 2001-11-13 18:10:39 +00:00
mtime.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
netutils.h Major rewrite of the network layer. The following syntax ARE NO LONGER 2001-11-23 18:47:51 +00:00
stream_control.h * Rewrote the video decoder to take advantage of several processors (SMP mode) ; 2001-07-18 14:21:00 +00:00
tests.h * Fixed the BeOS compile typo. 2001-05-30 17:03:13 +00:00
threads.h * Big clean-up to allow compiling every module as plugins. 2001-11-25 22:52:21 +00:00
vdec_ext-plugins.h * Minor video parser optimization ; 2001-10-11 16:12:43 +00:00
video_output.h * Removed -march=pentiumpro ; should now work on pentium-class machines ; 2001-10-01 16:18:49 +00:00
video.h * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying : 2001-08-22 17:21:46 +00:00
win32_specific.h * Fixed the vlcs communication issue by initializing WinSock at 2001-11-12 22:42:56 +00:00