1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/include
Rémi Denis-Courmont 28c2a1ce8b Remove some dead code
2006-11-24 20:42:44 +00:00
..
vlc Preparse playlist items that don't have enough meta 2006-11-12 18:19:49 +00:00
aout_internal.h * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite. 2006-02-17 16:15:50 +00:00
audio_output.h * Add switch to skins 2006-09-23 13:37:50 +00:00
beos_specific.h FSF address change. 2006-01-12 23:10:04 +00:00
charset.h Return DIR from utf8_open to avoid casting bugs 2006-11-21 20:42:33 +00:00
codecs.h Forgot this file while forwarding ffmpeg fixes 2006-11-10 20:16:47 +00:00
configuration.h Attempt to fix C++ compilation 2006-11-22 17:13:24 +00:00
darwin_specific.h FSF address change. 2006-01-12 23:10:04 +00:00
intf_eject.h FSF address change. 2006-01-12 23:10:04 +00:00
iso_lang.h Fix a bunch of warning. 2006-10-21 17:28:22 +00:00
libvlc_internal.h Fix another bunch of warnings 2006-11-13 15:43:19 +00:00
main.h Lazy allocation of the stat structure 2006-10-01 14:24:44 +00:00
mediacontrol_internal.h mediacontrol_new: new API (pass argc and argv), use the new libvlc_new API 2006-09-25 15:52:55 +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 Fix module entry error handling 2006-11-22 17:40:47 +00:00
modules.h Attempt to fix C++ compilation 2006-11-22 17:13:24 +00:00
mtime.h FSF address change. 2006-01-12 23:10:04 +00:00
network.h Remove some dead code 2006-11-24 20:42:44 +00:00
os_specific.h Those files where forgoten in [16658] 2006-09-15 17:15:09 +00:00
snapshot.h include: first part of the relecture. refs #438 2006-03-28 22:34:41 +00:00
stream_output.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
variables.h Fix var_SetString 2006-11-08 16:31:05 +00:00
video_output.h - compile fix 2006-11-11 18:22:33 +00:00
vlc_access.h Const as usual 2006-11-08 16:23:33 +00:00
vlc_acl.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_arrays.h Playlist 2006-10-21 11:09:51 +00:00
vlc_bits.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_block_helper.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_block.h s/Warm/Warn/ 2006-11-06 20:00:40 +00:00
vlc_codec.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
vlc_common.h - better fix for DIR typedef error 2006-11-22 12:48:17 +00:00
vlc_config_cat.h WTF ? 2006-09-22 21:37:59 +00:00
vlc_config.h Fix a few warnings 2006-10-21 12:28:52 +00:00
vlc_cpu.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_demux.h Fix a few warnings 2006-11-12 15:33:59 +00:00
vlc_devices.h Reenables device probe header 2006-11-19 16:34:09 +00:00
vlc_error.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_es_out.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_es.h * Fixed another bunch of memory leaks. 2006-10-08 16:09:13 +00:00
vlc_filter.h use config chain for the --sub-filter option. 2006-10-01 16:33:59 +00:00
vlc_httpd.h Const fixes 2006-11-24 15:16:18 +00:00
vlc_image.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_input.h * Remove some unneeded complexity in playlist and directory 2006-11-11 23:37:25 +00:00
vlc_interaction.h * Some Qt interaction stuff 2006-08-03 06:10:57 +00:00
vlc_interface.h Fix another bunch of warnings 2006-11-13 15:43:19 +00:00
vlc_intf_strings.h Add missing actions in popup 2006-09-14 16:44:22 +00:00
vlc_keys.h Add Dump hotkey 2006-11-08 21:12:22 +00:00
vlc_md5.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_messages.h messages.c: added msg_GetObjectTypeName 2006-10-27 17:40:46 +00:00
vlc_meta.h Ignore empty vorbis comments (closes #704) 2006-11-20 04:49:59 +00:00
vlc_objects.h - Do not attach libvlc to the global data 2006-11-09 17:55:58 +00:00
vlc_osd.h Fix OSD display when vout crop is used (so that every thing stays on the displayed image). 2006-04-06 22:41:06 +00:00
vlc_playlist.h * Documentation belongs to the .h, step 1 2006-11-19 14:37:04 +00:00
vlc_spu.h subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29) 2006-09-02 17:03:36 +00:00
vlc_stream.h Add a few harmless const 2006-11-06 17:58:08 +00:00
vlc_streaming.h * Qt4 stream output dialog 2006-11-12 17:06:24 +00:00
vlc_strings.h Move string formating functions used in marq to the core. 2006-11-06 21:03:33 +00:00
vlc_symbols.h Const fixes 2006-11-24 15:16:18 +00:00
vlc_threads_funcs.h - Remove useless global variable 2006-10-21 20:43:06 +00:00
vlc_threads.h Make GnuTLS use pthread directly rather than VLC's API when appropriate. 2006-09-07 19:23:03 +00:00
vlc_tls.h Cosmetic, Fix my name 2006-03-30 13:57:58 +00:00
vlc_update.h For consistency, remove references to vlc from libvlc 2006-09-15 14:31:51 +00:00
vlc_url.h *Really* fix base 64 encoding 2006-08-30 17:27:38 +00:00
vlc_video.h subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29) 2006-09-02 17:03:36 +00:00
vlc_vlm.h Remove whitespace 2006-02-18 20:28:47 +00:00
vlc_vod.h RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>. 2006-07-12 18:48:21 +00:00
vlc_xml.h FSF address change. 2006-01-12 23:10:04 +00:00
vout_synchro.h More UTF8ication 2006-02-01 19:20:17 +00:00
win32_specific.h FSF address change. 2006-01-12 23:10:04 +00:00