1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
vlc/include
Romain Vimont 7442c8c791 core: replace encoder_sys_t* by void*
See #17078

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2018-04-26 01:35:43 +02:00
..
vlc libvlc: media: add multiview in libvlc_video_track_t 2018-04-13 13:07:52 +02:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h input: move access_fsdir to input/item.c 2017-09-20 16:56:59 +02:00
vlc_actions.h actions: add vlc_actions_get_keycodes 2017-08-09 10:50:37 +02:00
vlc_addons.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_aout_volume.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_aout.h core: replace aout_sys_t* by void* 2018-04-26 01:35:33 +02:00
vlc_arrays.h include: move realloc_or_free() with realloc_down() 2018-02-11 21:35:16 +02:00
vlc_atomic.h include: remove atomic legacy wrappers 2017-12-19 19:34:56 +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: add shift guard on bs_read 2017-12-01 17:16:01 +01:00
vlc_block_helper.h vlc_block_helper: fix offset peek 2017-07-22 01:44:06 +02:00
vlc_block.h vlc_block: Fix spelling of 'subtract' 2017-09-27 08:51:48 +02:00
vlc_boxes.h vlc_boxes: add bo_size 2018-01-25 14:28:55 +01:00
vlc_charset.h vlc_charset: add VLC_ICONV_ERR 2016-01-24 01:23:39 +01:00
vlc_codec.h core: replace encoder_sys_t* by void* 2018-04-26 01:35:43 +02:00
vlc_codecs.h demux: avi: map Qnap ADTS 2017-07-20 18:52:18 +02:00
vlc_common.h include: Rename the bswap functions to vlc_bswap 2018-03-12 09:18:15 +01:00
vlc_config_cat.h Config: Add a resampler category 2016-04-19 13:33:05 +02:00
vlc_config.h Avoid type conversion errors with VLC_TS_* 2013-11-29 09:48:03 -05:00
vlc_configuration.h config: remove advanced flag 2018-04-24 21:36:45 +03:00
vlc_cpu.h Remove ifdefs for GCC version below 4.4 2017-02-25 15:37:38 +02:00
vlc_demux.h demux: remove constant demux_New() parameter 2018-04-16 18:08:07 +03:00
vlc_dialog.h dialog: fix comment typo 2016-04-25 16:38:07 +02:00
vlc_epg.h libvlc: remove vlc_epg_Merge 2017-09-05 15:26:41 +02:00
vlc_es_out.h core: replace es_out_sys_t* by void* 2018-04-26 01:35:29 +02:00
vlc_es.h vlc_es: remove text_style defaults from spu 2018-01-05 20:51:24 +01:00
vlc_events.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_extensions.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_filter.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_fingerprinter.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_fixups.h include: assume sys/socket.h is available everywhere except on Win32 2018-04-12 13:32:31 +02:00
vlc_fourcc.h fourcc: add WebP image format 2018-03-21 15:12:11 -04: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 http: remove secure flag for setting cookies (refs #16174) 2016-09-08 19:37:45 +03:00
vlc_httpd.h httpd: missing const 2017-07-23 17:26:43 +03:00
vlc_image.h image: constify some parameters 2017-07-21 13:58:37 +02:00
vlc_inhibit.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_input_item.h input item: remove constant stat fields 2017-12-12 20:36:01 +02:00
vlc_input.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_interface.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_interrupt.h include: assume sys/socket.h is available everywhere except on Win32 2018-04-12 13:32:31 +02:00
vlc_intf_strings.h qt: remove the renderer selection dialog 2016-06-26 22:00:31 +02:00
vlc_iso_lang.h iso-639: remove now unused field 2012-07-14 11:38:41 +03:00
vlc_keystore.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_md5.h vlc_md5.h: Fix inclusion in c++ 2016-06-29 16:18:10 +02:00
vlc_media_library.h core: remove media library support 2013-03-24 19:31:10 +02:00
vlc_memstream.h Optimize vlc_memstream_puts() with constant string 2017-02-25 15:55:39 +02:00
vlc_messages.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_meta_fetcher.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_meta.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02: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 unused module_st{art,op} 2018-04-03 18:12:53 +03:00
vlc_mouse.h Remove most nested headers from <vlc_filter.h> 2016-11-25 23:07:43 +02:00
vlc_mtime.h misc: remove unused mstrtime() 2016-01-09 15:35:10 +02:00
vlc_network.h include: assume sys/socket.h is available everywhere except on Win32 2018-04-12 13:32:31 +02:00
vlc_objects.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_opengl.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +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 vout: drop pictures owned by old vouts 2017-09-24 12:57:21 +02:00
vlc_picture.h core: replace picture_sys_t* by void* 2018-04-26 01:35:35 +02:00
vlc_playlist.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_plugin.h config: remove advanced from add_key() 2018-04-24 21:36:45 +03:00
vlc_probe.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_rand.h LGPL 2011-11-27 22:54:33 +01:00
vlc_renderer_discovery.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_services_discovery.h core: replace service_discovery_sys_t* by void* 2018-04-26 01:35:25 +02:00
vlc_sout.h core: replace sout_stream_sys_t* by void* 2018-04-26 01:35:40 +02:00
vlc_spu.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_stream_extractor.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_stream.h stream: remove p_module 2018-04-06 20:45:10 +03:00
vlc_strings.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_subpicture.h text_renderer: freetype: add support for regions larger than text 2017-11-23 00:50:08 +01:00
vlc_text_style.h vlc_text_style: add text ruby 2018-02-16 18:41:25 +01:00
vlc_threads.h threads: add one-time initializer vlc_once() 2018-02-11 18:05:28 +02:00
vlc_timestamp_helper.h core: use vlc_alloc helpers 2017-11-12 15:24:19 +02:00
vlc_tls.h remove vlc_tls_ClientSessionCreateFD 2018-02-26 21:39:42 +01:00
vlc_update.h update: use Makefile conditional to disable code 2017-01-29 13:01:01 +02:00
vlc_url.h url: add vlc_UrlParseFixup 2017-12-06 10:12:42 +01:00
vlc_variables.h variables: partially clean-up/fix documentation 2018-03-14 22:44:08 +02:00
vlc_video_splitter.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_viewpoint.h include: do not define the same group twice 2018-02-11 21:50:22 +02:00
vlc_vlm.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_vod.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_vout_display.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_vout_osd.h vlc_vout: channels disambiguation 2017-06-23 14:09:20 +02:00
vlc_vout_window.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_vout_wrapper.h vout: also flush vd render filters 2017-09-29 18:06:08 +02:00
vlc_vout.h include: layer the plugin API documentation 2018-02-11 21:55:42 +02:00
vlc_xlib.h LGPL 2011-11-27 22:54:33 +01:00
vlc_xml.h xml: remove vlc_xml_ReaderReset() 2018-04-03 18:12:53 +03:00