1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/include
2017-09-19 11:22:50 +02:00
..
vlc lib: renderer_discoverer: add item hold/release 2017-07-26 16:32:35 +02:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h Remove access_t 2017-07-23 08:55:40 +03:00
vlc_actions.h actions: add vlc_actions_get_keycodes 2017-08-09 10:50:37 +02:00
vlc_addons.h addons: simplify events handling 2017-05-14 22:26:42 +03:00
vlc_aout_volume.h include: add/fix more Doxygen groups 2015-06-14 23:25:38 +03:00
vlc_aout.h aout: move playlist_VolumeUp implementation to aout_VolumeUpdate 2017-09-05 10:19:32 +02:00
vlc_arrays.h vlc_arrays: add vlc_dictionary_is_empty 2017-06-22 10:58:47 +02:00
vlc_atomic.h vlc_atomic: atomic_compare_exchange_strong_explicit takes 5 parameters 2016-07-22 13:05:44 +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: bs_skip ovfw (fix #17985) 2017-02-07 18:51:49 +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: renumber flags 2017-04-27 11:16:36 +02:00
vlc_boxes.h split vlc_bits.h into vlc_boxes.h 2015-12-03 16:37:05 +01:00
vlc_charset.h vlc_charset: add VLC_ICONV_ERR 2016-01-24 01:23:39 +01:00
vlc_codec.h vlc_codec: make sure we check the return value of decoder_Update[Audio|Video]Format 2017-07-08 18:32:29 +02:00
vlc_codecs.h demux: avi: map Qnap ADTS 2017-07-20 18:52:18 +02:00
vlc_common.h vlc_common: GCC enumerator attributes are only available since gcc 6 2017-08-07 15:23:17 +02: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_GetType(): remove unused parameter 2017-07-25 18:51:35 +03:00
vlc_cpu.h Remove ifdefs for GCC version below 4.4 2017-02-25 15:37:38 +02:00
vlc_demux.h input: Allow demux_filter to be enabled/disabled 2017-09-19 11:22:47 +02: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 input: Allow the sout to change on the fly 2017-09-19 11:19:25 +02:00
vlc_es.h vlc_es: rename NAV_ES to DATA_ES 2017-08-29 13:50:58 +02:00
vlc_events.h input: remove the vlc_InputItemSubItemAdded event 2017-05-18 18:19:51 +03:00
vlc_extensions.h vlc_extensions.h: Fix doxygen comments 2017-04-03 10:08:08 +02:00
vlc_filter.h filter_chain: replace GetLength with IsEmpty 2017-07-26 21:31:21 +03:00
vlc_fingerprinter.h vlc_fingerprinter: use size_t for index argument in callback 2017-05-18 19:05:59 +03:00
vlc_fixups.h core: add aligned_free to match the aligned_alloc used in the code 2017-06-22 09:15:07 +02:00
vlc_fourcc.h vlc_fourcc: add a define for "undf" (unidentified codec) 2017-07-13 11:09:50 +02:00
vlc_fs.h src: add vlc_close() wrapper 2016-04-22 00:11:34 +03: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 inhibit: add separate flags for audio and video 2012-11-30 19:13:24 +02:00
vlc_input_item.h demux: subtitle: add support for SCC 2017-08-29 08:40:41 +02:00
vlc_input.h input: Add INPUT_CONTROL_SET_RENDERER 2017-09-19 11:22:50 +02:00
vlc_interface.h Map dvr-ms files in the interface 2017-02-18 13:44:53 +01:00
vlc_interrupt.h include: fix spelling mistakes 2016-04-02 18:11:52 +03: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 keystore: improve documentation 2017-01-25 09:24:05 +01:00
vlc_main.h actions: replace libvlc->p_hotkeys 2017-08-09 10:48:29 +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_memory.h include: improve Doxygen modules 2015-06-14 19:04:50 +03:00
vlc_memstream.h Optimize vlc_memstream_puts() with constant string 2017-02-25 15:55:39 +02:00
vlc_messages.h messages: add thread ID in message meta-data 2016-05-25 23:06:52 +03:00
vlc_meta_fetcher.h meta_fetcher: rename as scope and set values 2014-05-21 19:24:22 +02:00
vlc_meta.h Remove stray "album-art" variable usage 2016-11-12 00:33:53 +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 vlc_modules.h: protect multiple includes 2017-07-19 10:08:42 +02: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 vlc_network: move OS/2 stuffs to include/vlc_fixups.h 2017-03-29 08:37:45 +02:00
vlc_objects.h objres: add simple memory allocation 2017-06-19 22:48:06 +03:00
vlc_opengl.h egl: add EGLImageKHR functions 2017-06-22 16:56:17 +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: remove picture_pool_Reset() 2017-01-18 07:54:14 +01:00
vlc_picture.h picture: copy picture context in picture_Copy() (fixes #14456) 2017-06-06 19:44:19 +03:00
vlc_playlist.h playlist: Add playlist_SetRenderer 2017-09-19 11:22:50 +02:00
vlc_plugin.h Bump plugin ABI 2017-05-21 21:36:34 +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_renderer_discovery.h rd: collapse vlc_rd_start() into vlc_rd_new() 2017-05-16 22:42:34 +03:00
vlc_services_discovery.h vlc_services_discovery: don't return void 2017-07-12 12:01:14 +02:00
vlc_sout.h sdp: use vlc_memstream 2017-02-25 13:14:01 +02:00
vlc_spu.h vout_subpictures: add sub filter/source proxy callbacks 2017-07-01 18:24:18 +02:00
vlc_stream_extractor.h vlc_stream_extractor: vlc_stream_NewMRL: fixup of documentation 2017-05-18 19:05:59 +03:00
vlc_stream.h vlc_stream: add STREAM_GET_TAGS 2017-07-18 22:08:20 +02:00
vlc_strings.h Split out vlc_filenamecmp() 2017-07-23 11:49:35 +03:00
vlc_subpicture.h vlc_subpicture: add balanced text region flag 2017-06-26 14:15:27 +02:00
vlc_text_style.h text_style: add line breaking info 2017-06-05 20:47:56 +02:00
vlc_threads.h win32: Add a vlc_mta_holder 2017-06-26 13:26:31 +02:00
vlc_timestamp_helper.h omxil: split timestamp helper to re-useable header 2015-07-29 18:58:20 +02:00
vlc_tls.h tls: fix file description 2017-03-12 20:49:34 +02:00
vlc_update.h update: use Makefile conditional to disable code 2017-01-29 13:01:01 +02:00
vlc_url.h url: handle IRIs properly in vlc_UrlParse() (fixes #17515) 2016-10-19 15:54:33 +03:00
vlc_variables.h variables: remove write-only variable default value 2016-10-22 17:54:45 +03:00
vlc_video_splitter.h Unexport video_splitter_(New|Delete) 2017-07-31 21:30:08 +03:00
vlc_viewpoint.h viewpoint: add vlc_viewpoint_clip 2017-07-25 16:40:51 +02:00
vlc_vlm.h include: improve Doxygen modules 2015-06-14 19:04:50 +03:00
vlc_vod.h include: improve Doxygen modules 2015-06-14 19:04:50 +03:00
vlc_vout_display.h core: rename vlc_keys.h to vlc_actions.h 2017-08-09 10:48:01 +02:00
vlc_vout_osd.h vlc_vout: channels disambiguation 2017-06-23 14:09:20 +02:00
vlc_vout_window.h window: deinhibit the screensaver on pause (fixes #3724) 2017-08-06 21:26:12 +03:00
vlc_vout_wrapper.h core: add a vlc_rational_t type for unsigned rational numbers 2017-04-07 14:26:43 +02:00
vlc_vout.h vlc_vout: the output video_format_t in vout_GetSnapshot() can be NULL 2017-08-08 14:18:11 +02:00
vlc_xlib.h LGPL 2011-11-27 22:54:33 +01:00
vlc_xml.h vlc_xml: handle error return code 2015-10-07 20:43:48 +02:00