vlc/include
Gildas Bazin bfbe106f30 * ALL: WinCE EVC compilation fixes. 2005-09-22 20:14:20 +00:00
..
vlc * include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_t in the libvlc headers instead of using long long which isn't portable + fixed a function prototype in control.h. Thanks to Brian Robb (vascy at hotmail) for pointing out the problem. 2005-09-03 09:16:11 +00:00
aout_internal.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
audio_output.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
beos_specific.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
charset.h * src/extras/libc.c: Added an implementation of scandir (from directory.c). 2005-08-05 19:25:38 +00:00
codecs.h * Define a couple of dummy 4cc's for vorbis in avi streams (vor1,vo1+,vor2,vo2+,vor3,vo3+). 2005-08-28 20:57:48 +00:00
configuration.h * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in 2005-08-29 16:34:32 +00:00
darwin_specific.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
intf_eject.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
iso_lang.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
main.h * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in 2005-08-29 16:34:32 +00:00
mmx.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
modules.h Get rid of the symbols structure and use the OS linker 2005-08-21 18:48:05 +00:00
modules_inner.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
mtime.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
network.h * ALL: WinCE EVC compilation fixes. 2005-09-22 20:14:20 +00:00
os_specific.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
snapshot.h Snapshot module (dummy video output module keeping a configurable image cache). 2004-05-27 15:36:15 +00:00
stream_output.h Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. 2005-08-10 22:08:50 +00:00
variables.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
video_output.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_access.h Fix a few warnings 2005-08-15 14:57:02 +00:00
vlc_acl.h Better ACL API (full rewrite) 2005-07-12 16:00:43 +00:00
vlc_bits.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_block.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_block_helper.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_codec.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_common.h * ALL: WinCE EVC compilation fixes. 2005-09-22 20:14:20 +00:00
vlc_config.h * ALL: Do no longer assume a default DVD drive. If no DVD drive is 2005-08-31 19:09:50 +00:00
vlc_config_cat.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_cpu.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_demux.h Fix a few warnings 2005-08-15 14:57:02 +00:00
vlc_error.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_es.h remove 2 evil tabs 2005-08-20 19:14:58 +00:00
vlc_es_out.h Fix a few warnings 2005-08-15 14:57:02 +00:00
vlc_filter.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_httpd.h * src/extras/libc.c: Implemented a wrapper around fork() and execve() 2005-08-26 18:15:21 +00:00
vlc_image.h * src/misc/image.c: New image_Filter call to apply a filter on a picture_t 2005-08-01 16:38:56 +00:00
vlc_input.h Fix a few warnings 2005-08-15 14:57:02 +00:00
vlc_interface.h VLC update checker in the wxWidgets interface (in help menu) 2005-07-24 21:03:20 +00:00
vlc_keys.h vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN 2005-08-24 22:27:28 +00:00
vlc_md5.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_messages.h * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages 2005-08-11 13:39:43 +00:00
vlc_meta.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_objects.h Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. 2005-08-10 22:08:50 +00:00
vlc_osd.h Forward port of revision 12566: Ignore menu select|right|left|up|down when OSD Menu is not visible 2005-09-18 10:03:10 +00:00
vlc_playlist.h Sort-by-album patch by Pierre Marc Dumuid 2005-09-15 17:42:24 +00:00
vlc_spu.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_stream.h * prevent crashes when a stream is not opened correctly 2005-09-03 15:55:52 +00:00
vlc_symbols.h Clean up 2005-09-14 08:44:06 +00:00
vlc_threads.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_threads_funcs.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_tls.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_video.h Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now. 2005-08-27 16:40:23 +00:00
vlc_vlm.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_vod.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vlc_xml.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
vout_synchro.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
win32_specific.h Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00