1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/include
2015-06-09 17:58:14 +02:00
..
vlc libvlc: expand media player API to retrieve information about all available titles of the currently playing media item 2015-06-09 17:58:14 +02:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h access: add a default pf_control for directory accesses 2015-06-04 13:17:01 +02:00
vlc_addons.h addons: add missing intf and meta categories 2014-07-23 11:34:09 +09:00
vlc_aout_volume.h aout: cleanup mixer and rename to volume 2012-07-17 22:49:59 +03:00
vlc_aout.h aout: robustify channel reordering 2014-08-30 12:50:21 +03:00
vlc_arrays.h Fix sizeof mismatch (fix many cids) 2013-07-22 18:03:55 +02:00
vlc_atomic.h fix atomics for non-x86 clang targets 2015-05-27 18:07:02 +02:00
vlc_avcodec.h Be more precise in libavcodec/libavformat/libavutil separation 2013-10-22 09:32:23 +02:00
vlc_bits.h vlc_bits: use vlc_common and guards against failed realloc 2015-03-22 16:27:50 +01:00
vlc_block_helper.h block_helper: remove dead assignments 2015-03-22 17:14:19 -04:00
vlc_block.h block: remove block_FifoPace() 2015-03-19 19:56:09 +02:00
vlc_charset.h Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
vlc_codec_synchro.h LGPL 2011-11-27 22:54:33 +01:00
vlc_codec.h include: fix typo 2015-04-21 21:30:30 +03:00
vlc_codecs.h demux: avi: add support for creative adpcm 2015-04-15 14:22:13 +02:00
vlc_common.h Remove time variable type 2015-05-22 22:14:42 +03:00
vlc_config_cat.h Small rewording of preferences categories 2014-05-26 16:17:04 +02:00
vlc_config.h Avoid type conversion errors with VLC_TS_* 2013-11-29 09:48:03 -05:00
vlc_configuration.h modules: do not use non-portable union to store item flags in cache 2013-01-27 19:21:30 +02:00
vlc_cpu.h Enable FPU on 64-bits ARM 2013-02-27 20:17:28 +02:00
vlc_demux.h demux: add DEMUX_IS_PLAYLIST 2015-01-20 08:17:18 +02:00
vlc_dialog.h dialog: support format strings in dialog_Question() 2012-09-30 16:45:11 +03:00
vlc_epg.h vlc_epg: add parental rating from ts streams. 2013-03-28 15:59:25 +01:00
vlc_es_out.h Revert "input core: add status field per elementary stream" 2014-02-15 22:50:53 +01:00
vlc_es.h es_format_t: make i_extra_languages unsigned 2015-02-21 10:42:41 +02:00
vlc_events.h input: add vlc_InputItemPreparseEnded event 2015-02-04 15:04:02 +01:00
vlc_extensions.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_filter.h spu: remove filter_DeleteSubpicture() 2014-10-30 17:26:43 +02:00
vlc_fingerprinter.h Fingerprinter: fix formatting 2013-11-03 18:46:42 +01:00
vlc_fixups.h fixups: add missing poll() event flags 2015-05-17 13:30:17 +03:00
vlc_fourcc.h FourCC: add D3D11 opaque GPU surface 2015-05-28 17:32:05 +02:00
vlc_fs.h src: add vlc_write() and vlc_writev() helpers against SIGPIPE 2015-06-03 20:21:15 +03:00
vlc_gcrypt.h LGPL 2011-11-27 22:54:33 +01:00
vlc_http.h access/http: Share cookies between all playlist items 2014-09-16 23:31:49 +03:00
vlc_httpd.h Allow custom HTTP headers for httpd_Stream 2014-02-17 20:35:00 +01:00
vlc_image.h image: remove dead code 2014-07-30 20:40:08 +03:00
vlc_inhibit.h inhibit: add separate flags for audio and video 2012-11-30 19:13:24 +02:00
vlc_input_item.h playlist: don't play directories that can loop into themselves 2015-05-20 16:07:32 +02:00
vlc_input.h libvlc: expand media player API to retrieve information about all available titles of the currently playing media item 2015-06-09 17:58:14 +02:00
vlc_interface.h control: move CONSOLE_INTRO_MSG to a private header 2015-03-02 22:45:12 +02:00
vlc_intf_strings.h Qt: add rename directory option 2013-10-12 22:07:51 +02:00
vlc_iso_lang.h iso-639: remove now unused field 2012-07-14 11:38:41 +03:00
vlc_keys.h hotkeys: new hotkey for toggling subtitles 2014-06-14 13:25:59 +02:00
vlc_main.h Move input_item_array_t to <vlc_input_item.h> 2013-12-31 19:40:06 +02:00
vlc_md5.h LGPL 2011-11-27 22:54:33 +01:00
vlc_media_library.h core: remove media library support 2013-03-24 19:31:10 +02:00
vlc_memory.h LGPL 2011-11-27 22:54:33 +01:00
vlc_messages.h logger: track file, line and function for debug 2015-02-08 14:57:17 +02:00
vlc_meta_fetcher.h meta_fetcher: rename as scope and set values 2014-05-21 19:24:22 +02:00
vlc_meta.h main: update VLC_META_TYPE_COUNT 2014-12-19 11:49:46 +01:00
vlc_mime.h Move mime type guessing by extension to separate file and export it 2012-08-28 19:06:04 +02:00
vlc_modules.h Finish "core" renaming to avoid prefs crashes 2013-12-10 11:38:29 +01:00
vlc_mouse.h Revert "vlc_keys: define mouse's middle, 4 & 5 buttons."t revert 2012-03-02 12:09:36 +01:00
vlc_mtime.h LGPL 2011-11-27 22:54:33 +01:00
vlc_network.h Use MSG_NOSIGNAL in send()/sendto()/sendmsg() 2015-05-17 11:02:03 +03:00
vlc_objects.h Cosmetic fix 2015-06-03 22:59:17 +03:00
vlc_opengl.h opengl: remove lock/unlock callbacks 2014-11-03 19:14:32 +02:00
vlc_pgpkey.h include: typo and date fix 2013-01-22 02:03:46 +01:00
vlc_picture_fifo.h LGPL 2011-11-27 22:54:33 +01:00
vlc_picture_pool.h picture_pool: remove evil no longer used picture_pool_NonEmpty() 2015-04-24 21:28:54 +03:00
vlc_picture.h picture_Setup: missing const 2014-03-12 00:24:48 +02:00
vlc_playlist.h playlist: add (proper) playlist_Pause() and playlist_Resume() 2014-12-15 19:14:29 +02:00
vlc_plugin.h dshow: remove dead code 2015-06-04 20:08:05 +03:00
vlc_probe.h include: remove restrict keyword (fixes #12354) 2014-10-07 23:16:11 +03:00
vlc_rand.h LGPL 2011-11-27 22:54:33 +01:00
vlc_services_discovery.h Export services_discovery_RemoveAll 2012-03-16 00:46:02 +01:00
vlc_sout.h mux: remove return value from sout_mux_t.pf_delstream 2015-02-21 12:23:42 +02:00
vlc_spu.h LGPL 2011-11-27 22:54:33 +01:00
vlc_stream.h access: extend STREAM_IS_DIRECTORY 2015-05-20 16:07:32 +02:00
vlc_strings.h Locale independent, case-ignoring ASCII string comparison functions 2014-07-26 11:36:54 +03:00
vlc_subpicture.h Add support for rendering EIA-608 captions with a black background 2013-01-10 21:58:13 +01:00
vlc_text_style.h text_style/text_renderer: add support for halfwidth font 2014-08-05 14:36:40 +09:00
vlc_threads.h win32: fix vlc_cond_broadcast() 2015-05-17 16:24:12 +03:00
vlc_tls.h tls: add dedicated helpers for I/O 2015-05-12 22:25:11 +03:00
vlc_update.h LGPL 2011-11-27 22:54:33 +01:00
vlc_url.h vlc_UrlParse: rewrite, de-inline and simplify 2012-08-20 23:06:18 +03:00
vlc_variables.h variables: remove unused var_Destroy() return value 2015-05-23 18:46:04 +03:00
vlc_video_splitter.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vlm.h fix typo in header, probably fix inclusion from C++ 2012-08-01 23:10:44 +02:00
vlc_vod.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout_display.h vout: simplify vout_display_NewWindow() parameters 2014-10-26 09:11:44 +02:00
vlc_vout_osd.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout_window.h vout: add helpers for OpenGL context without video output 2014-10-16 20:23:39 +03:00
vlc_vout_wrapper.h vout: privatize vout_display functions 2014-10-16 20:23:39 +03:00
vlc_vout.h vout: remove vout_ReleasePicture() 2014-11-01 14:30:07 +02:00
vlc_windows_interfaces.h IApplicationAssociationRegistrationUI: move to single user 2013-09-18 00:43:37 +02:00
vlc_xlib.h LGPL 2011-11-27 22:54:33 +01:00
vlc_xml.h fix filename self-references 2011-12-15 17:09:31 +02:00