vlc/include
Johan Gunnarsson 0e5178f721 objects: Add stream_{directory, extractor}_t to C++ VLC_OBJECT()
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2019-11-05 15:02:12 +01:00
..
vlc lib: media: Rename thumbnail request detroy & cancel functions 2019-10-28 11:22:42 +01:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_actions.h libvlc: add a key to switch spu channel orders 2019-06-25 20:50:07 +02:00
vlc_addons.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_aout.h fourcc: add VLC_CODEC_DTSHD 2019-10-08 08:39:58 +02:00
vlc_aout_volume.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_arrays.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_atomic.h core: add atomic refcounter helper 2018-07-09 09:13:01 +02:00
vlc_avcodec.h Be more precise in libavcodec/libavformat/libavutil separation 2013-10-22 09:32:23 +02:00
vlc_bits.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_block.h vlc_block: add AU_END flag 2019-03-07 16:51:27 +01:00
vlc_block_helper.h vlc_block_helper: fix offset peek 2017-07-22 01:44:06 +02:00
vlc_boxes.h vlc_boxes: add bo_size 2018-01-25 14:28:55 +01:00
vlc_charset.h Remove old mail address from sources 2019-09-04 22:11:04 +03:00
vlc_codec.h decoder device: remove VLC_DECODER_DEVICE_NONE 2019-10-28 09:28:23 +01:00
vlc_codecs.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_common.h vlc_common: fix swab() calls on win32 that don't use const on source pointer 2019-07-19 15:19:16 +02:00
vlc_config.h config: remove unused define 2019-06-11 07:47:24 +02:00
vlc_config_cat.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_configuration.h config: constify config chain in config_ChainParse 2019-09-02 16:11:36 +02:00
vlc_cpu.h linux/cpu: run-time detect AdvSIMD on AArch64 2018-12-17 19:55:43 +02:00
vlc_cxx_helpers.hpp cxx helpers: shared_data: Add nullptr comparison operators 2019-04-10 08:53:18 +02:00
vlc_decoder.h input: remove unused input_resource_TerminateVout() function 2019-06-28 09:04:59 +02:00
vlc_demux.h demux: add DEMUX_GET_NORMAL_TIME 2019-09-23 13:30:30 +02:00
vlc_dialog.h dialog: fix comment typo 2016-04-25 16:38:07 +02:00
vlc_epg.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_es.h vlc_es: disambiguate teletext page/values 2019-07-15 10:44:26 +02:00
vlc_es_out.h input: Allow track autoselection to be enabled/disabled 2019-09-24 14:12:03 +02:00
vlc_events.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_extensions.h extensions: extension_SetInput: use input_item_t 2019-06-03 16:15:55 +02:00
vlc_filter.h filter: use a specific type for blend filters 2019-09-18 09:05:50 +02:00
vlc_fingerprinter.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_fixups.h compat: restore posix_memalign() 2019-07-26 21:31:19 +03:00
vlc_fourcc.h fourcc: add Y410 chroma 2019-10-16 09:12:58 +02:00
vlc_fs.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_gcrypt.h gcrypt: require libgcrypt >= 1.6.0 2015-06-16 10:44:07 +02:00
vlc_http.h Remove old mail address from sources 2019-09-04 22:11:04 +03:00
vlc_httpd.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_image.h image: make the write URL output video format const 2019-02-08 14:00:32 +01:00
vlc_inhibit.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_input.h input: hide input_thread_t 2019-06-03 16:15:55 +02:00
vlc_input_item.h prepaser: change options handling 2019-08-26 09:27:10 +02:00
vlc_interface.h remove vlc_playlist_legacy 2019-05-10 09:43:31 +02:00
vlc_interrupt.h rename mdate() to vlc_tick_now() 2018-06-22 13:32:10 +02:00
vlc_intf_strings.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_iso_lang.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_keystore.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_list.h list: add static initializer macro 2018-06-17 21:13:00 +03:00
vlc_md5.h vlc_md5.h: Fix inclusion in c++ 2016-06-29 16:18:10 +02:00
vlc_media_library.h contrib: medialibrary: Bump version 2019-10-29 11:57:49 +01:00
vlc_media_source.h media_tree: send notification when preparse is complete 2019-10-31 01:00:06 +01:00
vlc_memstream.h Optimize vlc_memstream_puts() with constant string 2017-02-25 15:55:39 +02:00
vlc_messages.h messages: add macros for logging with a logger 2019-03-04 22:02:35 +02:00
vlc_meta.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_meta_fetcher.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03: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 modules: remove vlc_module_unload() inconvenience wrapper 2019-07-25 19:45:44 +03:00
vlc_mouse.h window: improve documentation 2019-02-18 20:37:13 +02:00
vlc_network.h Remove old mail address from sources 2019-09-04 22:11:04 +03:00
vlc_objects.h objects: Add stream_{directory, extractor}_t to C++ VLC_OBJECT() 2019-11-05 15:02:12 +01:00
vlc_opengl.h gl: move destroy callback to vlc_gl_t 2019-07-18 18:46:12 +03:00
vlc_pgpkey.h include: typo and date fix 2013-01-22 02:03:46 +01:00
vlc_picture.h d3d11va: store the ID3D11DeviceContext in the video context 2019-10-18 09:46:31 +02:00
vlc_picture_fifo.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_picture_pool.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_player.h player: add the timer API 2019-09-23 13:30:30 +02:00
vlc_playlist.h playlist: implement export 2019-04-10 14:11:52 +02:00
vlc_playlist_export.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_plugin.h modules: check deactivation callback type 2019-07-25 19:45:44 +03:00
vlc_probe.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_rand.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_renderer_discovery.h Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
vlc_services_discovery.h Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
vlc_sort.h core: add vlc_qsort 2019-01-22 18:32:59 +01:00
vlc_sout.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_spu.h vout: spu: move clock into channels 2019-06-11 07:47:24 +02:00
vlc_stream.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_stream_extractor.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_strings.h strings: rename vlc_strfinput to vlc_strfplayer 2019-06-11 07:47:00 +02:00
vlc_subpicture.h filter: use a specific type for blend filters 2019-09-18 09:05:50 +02:00
vlc_text_style.h vlc_text_style: remove all karaoke styling 2019-07-04 10:15:42 +02:00
vlc_threads.h win32: fix warning with nested clean-up handlers 2018-12-02 14:37:43 +02:00
vlc_thumbnailer.h core: Add a thumbnailing API 2018-11-12 17:09:05 +01:00
vlc_tick.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_timestamp_helper.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_tls.h tls: fix typo in doc 2019-10-27 20:22:25 +02:00
vlc_update.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_url.h Remove old mail address from sources 2019-09-04 22:11:04 +03:00
vlc_variables.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_vector.h vector: fix conflict between index and size in swap_remove 2019-09-02 09:52:18 +02:00
vlc_video_splitter.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_viewpoint.h vlccore: export vlc_viewpoint_to_4x4 2019-03-11 09:20:28 +01:00
vlc_vlm.h vlm: use own vlm event 2019-06-03 16:15:55 +02:00
vlc_vod.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_vout.h vout: vout_Close() should be used when vout_Create() was used 2019-09-20 13:42:47 +02:00
vlc_vout_display.h display: remove the flag telling the module might call SendEventPicturesInvalid 2019-10-28 09:25:47 +01:00
vlc_vout_osd.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_vout_window.h vout window: fix doc 2019-08-23 11:05:33 +02:00
vlc_xlib.h LGPL 2011-11-27 22:54:33 +01:00
vlc_xml.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00