1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/include
2006-04-27 19:13:42 +00:00
..
vlc Cosmetics. 2006-02-26 12:30:22 +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 FSF address change. 2006-01-12 23:10:04 +00:00
beos_specific.h FSF address change. 2006-01-12 23:10:04 +00:00
charset.h utf8_scandir: Unicode wrapper for scandir() 2006-03-27 11:26:50 +00:00
codecs.h Strings in include/ (Refs:#438) 2006-03-28 13:57:36 +00:00
configuration.h Big cleanup and fix hundreds of extra warnings 2006-04-02 19:12:58 +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 More UTF8ication 2006-02-01 19:20:17 +00:00
libvlc_internal.h * Beginning of VLM API 2006-02-14 21:41:23 +00:00
main.h - Attempt to implement (To|From)Locale on MSVC 2006-02-12 11:39:00 +00:00
mediacontrol_internal.h mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h) 2006-01-17 11:58:26 +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 a few warnings 2006-04-02 13:34:21 +00:00
modules.h Add a psz_help field to module_t (Refs:#413) 2006-01-22 17:10:57 +00:00
mtime.h FSF address change. 2006-01-12 23:10:04 +00:00
network.h Strings in include/ (Refs:#438) 2006-03-28 13:57:36 +00:00
os_specific.h * Got rid of SYS_DARWIN everywhere. 2006-02-01 13:01:06 +00:00
snapshot.h include: first part of the relecture. refs #438 2006-03-28 22:34:41 +00:00
stream_output.h AccessOutWrite is called very often, especially for TS. Don't store stats on each call 2006-02-04 00:08:50 +00:00
variables.h * Make ParseOption (from input) a global service (var_OptionParse) 2006-01-22 17:12:24 +00:00
video_output.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_access.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_acl.h FSF address change. 2006-01-12 23:10:04 +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 FSF address change. 2006-01-12 23:10:04 +00:00
vlc_codec.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_common.h Clean up vlc_iconv prototype 2006-03-22 11:14:24 +00:00
vlc_config_cat.h typo in a string (line 42) 2006-04-06 23:00:24 +00:00
vlc_config.h * Got rid of SYS_DARWIN everywhere. 2006-02-01 13:01:06 +00:00
vlc_cpu.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_demux.h FSF address change. 2006-01-12 23:10:04 +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 FSF address change. 2006-01-12 23:10:04 +00:00
vlc_filter.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_httpd.h Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au) 2006-04-27 19:13:42 +00:00
vlc_image.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_input.h src/misc/messages.c: Fixed a nasty memleak recently introduced 2006-01-26 16:51:47 +00:00
vlc_interaction.h include/* : fix doxygen comments 2006-02-02 23:31:42 +00:00
vlc_interface.h Add separate audio and video popup menus 2006-04-18 21:24:36 +00:00
vlc_keys.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_md5.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_messages.h Coding Style fixes 2006-03-04 21:17:25 +00:00
vlc_meta.h * Show meta-information separately 2006-02-19 16:16:56 +00:00
vlc_objects.h Display IP of client in debug 2006-03-18 17:52:31 +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 Code the playlist_TreeMove function. 2006-03-04 17:00:41 +00:00
vlc_spu.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_stream.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_strings.h - Do not rewrite “+” as a white space when unescaping URL parameters (fixes #625). 2006-04-03 11:39:35 +00:00
vlc_symbols.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_threads_funcs.h Add some “const”s 2006-03-05 15:32:01 +00:00
vlc_threads.h * Got rid of SYS_DARWIN everywhere. 2006-02-01 13:01:06 +00:00
vlc_tls.h Cosmetic, Fix my name 2006-03-30 13:57:58 +00:00
vlc_update.h include/* : fix doxygen comments 2006-02-02 23:31:42 +00:00
vlc_url.h Oups 2006-04-06 21:20:33 +00:00
vlc_video.h * Argh, I didn't mean to commit that. Fixed my previous commit (mask types). 2006-04-23 13:15:12 +00:00
vlc_vlm.h Remove whitespace 2006-02-18 20:28:47 +00:00
vlc_vod.h FSF address change. 2006-01-12 23:10:04 +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