1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
vlc/include
Sam Hocevar aa935693f8 * src/stream_output/announce.c:
+ Coding style fixes.
    + Use memcpy() instead of for() loops.
2003-07-17 14:10:08 +00:00
..
vlc * include/video.h: renamed this file to vlc_video.h to avoid name collisions 2003-06-26 12:19:59 +00:00
.cvsignore * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc 2002-09-30 15:46:47 +00:00
announce.h * src/stream_output/announce.c: 2003-07-17 14:10:08 +00:00
aout_internal.h * src/audio_output/dec.c, include/aout_internal.h: the aout core was 2003-03-06 23:10:11 +00:00
audio_output.h * src/misc/variables.c, ALL: improvements to the object variables api. 2003-05-04 22:42:18 +00:00
beos_specific.h * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 2003-01-19 03:16:24 +00:00
codecs.h * configure.ac: Added a compiler check for __attribute__((__packed__)). 2003-07-01 17:14:58 +00:00
configuration.h * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin. 2003-05-12 17:33:20 +00:00
darwin_specific.h * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 2003-01-19 03:16:24 +00:00
encoder.h * added file needed for video transcoding with vlc. 2003-01-22 10:41:57 +00:00
httpd.h * include/httpd.h: compilation fix. 2003-07-11 09:50:10 +00:00
input_ext-dec.h * Fixed a major bug in the LPCM codec. 2003-03-04 13:21:19 +00:00
input_ext-intf.h * src/input/input_ext-intf.c : added an input_SetRate function; it is 2003-05-31 12:24:39 +00:00
input_ext-plugins.h * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. 2003-05-05 22:23:42 +00:00
intf_eject.h * ALL: new module API. Makes a few things a lot simpler, and we gain 2002-07-31 20:56:53 +00:00
iso_lang.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
main.h * include/main.h 2003-05-21 15:40:03 +00:00
mmx.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
modules_inner.h * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules. 2003-06-16 21:55:58 +00:00
modules.h * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 2003-01-19 03:16:24 +00:00
mtime.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
network.h * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy. 2002-07-20 18:01:43 +00:00
os_specific.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
osd.h All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. 2003-07-14 21:32:59 +00:00
stream_control.h * ALL: new module API. Makes a few things a lot simpler, and we gain 2002-07-31 20:56:53 +00:00
stream_output.h * all: new sout scheme. Now a chain of module are created that can 2003-04-13 20:00:21 +00:00
variables.h * src/misc/variables.c, include/variables.h: first pass at object var inheritance. 2003-05-24 23:40:11 +00:00
video_output.h All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. 2003-07-14 21:32:59 +00:00
vlc_common.h toolbox: made a --add-include that can be used by doxygen to get proper 2003-07-14 20:36:55 +00:00
vlc_config.h * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of 2003-04-29 20:29:19 +00:00
vlc_cpu.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
vlc_error.h * include/error.h: Renamed this file to include/vlc_error.h to avoid name 2003-07-01 12:56:47 +00:00
vlc_interface.h * include/interface.h: renamed this file to vlc_interface.h to avoid name 2003-06-24 13:33:49 +00:00
vlc_messages.h * ./include/vlc_messages.h: msg_* functions now use the same argument type 2002-12-18 11:47:35 +00:00
vlc_objects.h * all : declaration of http and httpd. 2003-02-23 19:07:02 +00:00
vlc_playlist.h * modules/demux/m3u.c : 2003-06-27 10:31:02 +00:00
vlc_threads_funcs.h * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes 2003-03-02 01:35:30 +00:00
vlc_threads.h include/vlc_threads.h: more BeOS' priorities tuning. 2003-06-14 00:49:58 +00:00
vlc_video.h moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated 2003-07-15 18:12:05 +00:00
vout_synchro.h * include/video.h include/video_output.h src/video_output/vout_pictures.c: 2003-06-09 00:33:34 +00:00
win32_specific.h * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable. 2002-06-01 14:31:32 +00:00