1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/include
2007-10-25 12:35:41 +00:00
..
vlc include/vlc/libvlc.h: publish libvlc_media_instance_set_chapter, libvlc_media_instance_get_chapter, libvlc_media_instance_get_chapter_count, libvlc_audio_get_track_count.(Patch by Enrique Osuna).@ 2007-10-25 12:35:41 +00:00
iso_lang.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
main.h Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers 2007-10-21 11:06:37 +00:00
mmx.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_access.h Export Content-Type out of HTTP access using Control. 2007-10-02 15:54:16 +00:00
vlc_acl.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_aout.h aout_Restart: make static 2007-08-16 19:45:54 +00:00
vlc_arrays.h vlc_arrays.h: Use item_at_index istead of object_at_index. 2007-10-15 17:51:11 +00:00
vlc_bits.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_block_helper.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_block.h block_FifoWake: force the block_FifoGet()'ing thread to wakeup without 2007-09-16 12:27:40 +00:00
vlc_charset.h Add mode parameter to utf8_mkdir, and stop creating configuration 2007-09-22 17:44:35 +00:00
vlc_codec_synchro.h Moved vout_synchro to decoder_synchro. 2007-10-02 18:43:23 +00:00
vlc_codec.h Added closed captions decoding/extracting from ES data. The CC tracks 2007-10-17 19:51:25 +00:00
vlc_codecs.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_common.h Compilation fix. 2007-10-02 18:47:29 +00:00
vlc_config_cat.h Missing const 2007-09-02 07:33:40 +00:00
vlc_config.h One second before the warning is really too short. 2007-09-18 16:42:27 +00:00
vlc_configuration.h move config_*Intf() out from the header 2007-10-22 19:15:05 +00:00
vlc_demux.h Es out now takes care of settings the audio replay gain from meta data 2007-10-08 18:30:11 +00:00
vlc_devices.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_epg.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_es_out.h Select subtitle stream from the mkv container automatically 2007-09-10 01:53:28 +00:00
vlc_es.h Added replay gain support (audio-replay-gain-mode track or album to activate 2007-06-17 13:54:20 +00:00
vlc_events.h src/control: (Patch by Enrique Osuna) 2007-10-20 17:56:00 +00:00
vlc_filter.h MKV USF subtitles support and other Subtitles improvements. 2007-03-13 21:28:34 +00:00
vlc_httpd.h Fix up HTTP/RTSP version detection: 2007-09-24 17:07:42 +00:00
vlc_image.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_input.h src/control: (Patch by Enrique Osuna) 2007-10-20 17:56:00 +00:00
vlc_interface.h Add *.cdg to the format we use in the GUIs. 2007-10-23 17:18:15 +00:00
vlc_intf_strings.h help string: add missing html tags 2007-10-23 00:41:00 +00:00
vlc_keys.h Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found. 2007-06-21 11:45:41 +00:00
vlc_md5.h Fixup AddMD5 prototype 2007-09-01 15:19:42 +00:00
vlc_messages.h msg_GetObjectTypeName symbol exported as needed by libvlc-control 2007-02-16 14:51:32 +00:00
vlc_meta.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_modules_macros.h Fix some 64bits warnings 2007-09-04 19:19:22 +00:00
vlc_modules.h modules/modules.c: Implement and Expose GetModulesNamesForCapability. 2007-08-24 23:30:00 +00:00
vlc_mtime.h NTPtime64() returns an NTP timestamp 2007-02-09 18:24:06 +00:00
vlc_network.h Simplify net_Listen (no real use for family and type parameters) 2007-09-19 15:31:22 +00:00
vlc_objects.h Don't wait for signal if the object is already dying. 2007-10-22 17:35:27 +00:00
vlc_os_specific.h Export a function to get the install dir of VLC from the plugins 2007-10-15 21:30:53 +00:00
vlc_osd.h All: missing ATTRIBUTE_FORMAT 2007-09-11 20:32:27 +00:00
vlc_playlist.h playlist_CreateNode(): add an argument to specify an input_item_t to be linked with the node, rather than creating a new input. 2007-10-18 15:34:01 +00:00
vlc_rand.h Add nonce generator vlc_rand_bytes 2007-09-01 15:32:45 +00:00
vlc_services_discovery.h playlist/services_discovery.c: Isolate more the services_discovery code from the playlist code by having two separate header. Partly revert [22536]. 2007-10-11 01:02:50 +00:00
vlc_sout.h Added sout_UpdateStatistic and fixed transcode module to use it. 2007-10-20 23:22:48 +00:00
vlc_stream.h Pass content-type from access to stream 2007-10-02 16:05:13 +00:00
vlc_streaming.h Add Icecast support to profiles. 2007-10-17 18:36:22 +00:00
vlc_strings.h Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode. 2007-02-27 20:04:01 +00:00
vlc_threads_funcs.h vlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedwait() 2007-10-12 21:42:30 +00:00
vlc_threads.h errno.h is always needed for pthread now 2007-09-17 14:21:14 +00:00
vlc_tls.h Fix TLS session cleanup 2007-09-22 12:37:05 +00:00
vlc_update.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_url.h * include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html". 2007-05-21 20:37:23 +00:00
vlc_variables.h Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically 2007-09-30 14:33:22 +00:00
vlc_vlm.h All: missing ATTRIBUTE_FORMAT 2007-09-11 20:32:27 +00:00
vlc_vod.h Added missing const qualifier to vod_MediaControl. 2007-02-26 19:19:18 +00:00
vlc_vout.h reference count should really be unsigned 2007-09-30 13:59:28 +00:00
vlc_xml.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00