vlc/include
Alexandre Janniaux 661c52a36b vlc_timestamp_helper: include <vlc_tick.h>
vlc_tick_t is used here and cannot be forward-declared.
2023-08-21 09:37:13 +00:00
..
vlc include: deprecated: forward-declare media player 2023-08-21 09:37:13 +00:00
.gitignore
meson.build include: move video enums to libvlc_video.h 2023-08-21 09:37:13 +00:00
vlc_access.h access: set all callback fields in ACCESS_SET_CALLBACKS 2023-02-04 15:22:27 +00:00
vlc_actions.h actions: shift special keys to make space 2021-11-17 16:42:06 +00:00
vlc_addons.h include: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
vlc_ancillary.h vlc_ancillary: fix doxygen grouping 2023-08-03 08:56:58 +00:00
vlc_aout.h vlc_aout: fix doxygen warnings 2023-08-03 08:56:58 +00: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 vlc_array: use vlc_reallocarray for (re)allocation 2023-07-13 08:12:42 +00:00
vlc_atomic.h include: include vlc_tick.h when using vlc_tick_t 2023-04-25 09:29:52 +02:00
vlc_avcodec.h include: include vlc_threads.h when using vlc_global_lock() 2023-04-27 19:44:35 +00:00
vlc_bits.h vlc_bits: remove bs_remain 2020-07-24 11:22:55 +02:00
vlc_block.h vlc_block: fix doxygen unnamed group 2023-08-03 08:56:58 +00: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 vlc_charset.h: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_clock.h clock: publicly expose clock's typedefs 2023-02-03 16:55:34 +00:00
vlc_codec.h gstdecode: add dummy video context and dummy decoder device 2022-12-20 15:00:25 +00:00
vlc_codecs.h vlc_codecs: assert that our WAVE_FORMAT values match the SDK ones 2023-02-28 13:51:20 +00:00
vlc_common.h vlc_common: don't include windows.h 2023-07-05 13:47:59 +00:00
vlc_config.h config: remove unused define 2019-06-11 07:47:24 +02:00
vlc_config_cat.h vlc_config_cat: move functions and tables to src/ 2023-08-12 18:08:59 +00:00
vlc_configuration.h config: use libvlc_int_t directly 2022-08-22 05:03:46 +00:00
vlc_cpu.h vlc_cpu: include vlc_threads.h when using vlc_once_t 2023-04-27 19:44:35 +00:00
vlc_cxx_helpers.hpp vlc_cxx_helpers.hpp: enable file with -DDOC 2023-08-03 08:56:58 +00:00
vlc_decoder.h include: avoid including vlc_subpicture.h when not needed 2023-08-17 12:22:24 +00:00
vlc_demux.h vlc_demux: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_dialog.h vlc_dialog: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_diffutil.h vlc_diffutil: fix doxygen examples 2023-08-03 08:56:58 +00:00
vlc_epg.h include: fix typos 2022-01-08 15:19:32 +00:00
vlc_es.h turn SPU original dimensions into unsigned 2023-08-03 14:49:52 +00:00
vlc_es_out.h es_out: add input_source_t in es_out->priv_control 2023-07-05 10:24:05 +00:00
vlc_events.h include: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
vlc_executor.h executor: introduce new executor API 2020-10-23 16:34:09 +02:00
vlc_extensions.h include: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
vlc_filter.h vlc_filter: move documentation and fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_fingerprinter.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_fixups.h vlc_fixup: include processthreadsapi to get GetCurrentProcessId() on Windows 2023-07-05 13:47:59 +00:00
vlc_fourcc.h Map ADPCM_EA_R3 2023-08-08 07:25:55 +00:00
vlc_frame.h vlc_frame: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_fs.h vlc_fs: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_gcrypt.h include: include vlc_threads.h when using vlc_global_lock() 2023-04-27 19:44:35 +00:00
vlc_hash.h src: remove old md5 API 2020-04-16 12:06:12 +02:00
vlc_http.h vlc_http: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_httpd.h httpd: use size_t for buffer size results 2023-07-14 07:24:25 +00:00
vlc_image.h image: make the write URL output video format const 2019-02-08 14:00:32 +01:00
vlc_inhibit.h window: rename vout_window* to vlc_window* 2022-05-16 16:51:03 +00:00
vlc_input.h input: add a flag for main title 2022-06-08 07:11:06 +00:00
vlc_input_item.h vlc_input_item: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_interface.h Add .vp6 to file extensions 2023-08-08 13:13:57 +00:00
vlc_interrupt.h vlc_interrupt: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_intf_strings.h vlc_intf_strings: Rename 'Custom Bookmarks' to 'Bookmarks' 2022-03-18 19:47:57 +00:00
vlc_iso_lang.h iso639: tweak name-inclusive search algorithm to check names last 2021-06-12 13:09:35 +00:00
vlc_keystore.h vlc_keystore: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_list.h vlc_list: Don't initialize return value with a compound literal in C++ 2023-01-17 11:33:05 +00:00
vlc_media_library.h vlc_media_library: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_media_source.h vlc_media_source.h: remove trailing characters 2023-08-03 08:56:58 +00:00
vlc_memstream.h vlc_memstream: remove trailing characters 2023-08-03 08:56:58 +00:00
vlc_messages.h vlc_messages: fix documentation referencing vlc_msg_SetCallback() 2022-06-23 17:08:30 +00:00
vlc_meta.h meta: vlc_meta_AddExtra() rename to vlc_meta_SetExtra() 2023-06-25 17:16:35 +00: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
vlc_modules.h vlc_modules: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_mouse.h window: improve documentation 2019-02-18 20:37:13 +02:00
vlc_network.h vlc_network: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_objects.h include: vlc_objects: use extern "C" on vlc_object 2023-08-21 09:37:13 +00:00
vlc_opengl.h opengl: expose orientation instead of vflip 2023-06-20 07:56:02 +00:00
vlc_opengl_filter.h vlc_opengl_filter: include vlc_es.h 2023-08-21 09:37:13 +00:00
vlc_opengl_interop.h vlc_opengl_interop: forward-declare vlc_gl_t 2023-08-21 09:37:13 +00:00
vlc_pgpkey.h
vlc_picture.h vlc_picture: fix doxygen warning 2023-08-03 08:56:58 +00:00
vlc_picture_fifo.h include: fix typos 2022-01-08 15:19:32 +00:00
vlc_picture_pool.h picture_pool: remove unused Reserve function 2023-08-15 13:03:00 +00:00
vlc_player.h vlc_player: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_playlist.h vlc_playlist: fix doxygen warnings 2023-08-03 08:56:58 +00: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 Remove extra semicolons around vlc_module macro's 2023-04-27 06:24:26 +00:00
vlc_preparser.h core: expose vlc_preparser API 2023-04-04 07:39:58 +00:00
vlc_probe.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
vlc_queue.h vlc_queue: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_rand.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_renderer_discovery.h vlc_renderer_discovery: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_services_discovery.h vlc_services_discovery: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_sort.h core: add vlc_qsort 2019-01-22 18:32:59 +01:00
vlc_sout.h sout: add ES string ID to `pf_add` 2023-07-29 10:06:06 +00:00
vlc_spawn.h vlc_spawn: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_spu.h include: avoid including vlc_subpicture.h when not needed 2023-08-17 12:22:24 +00:00
vlc_stream.h vlc_stream: remove trailing characters 2023-08-03 08:56:58 +00:00
vlc_stream_extractor.h vlc_stream_extractor: doc: capitalize warning 2022-04-13 02:51:32 +00:00
vlc_strings.h vlc_strings: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_subpicture.h turn SPU original dimensions into unsigned 2023-08-03 14:49:52 +00:00
vlc_text_style.h include: fix typos 2022-01-08 15:19:32 +00:00
vlc_threads.h vlc_threads: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_thumbnailer.h vlc_thumbnailer: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_tick.h core: rename NTPtime64 to vlc_ntp_time 2023-07-06 20:32:36 +00:00
vlc_timestamp_helper.h vlc_timestamp_helper: include <vlc_tick.h> 2023-08-21 09:37:13 +00:00
vlc_tls.h vlc_tls: fix doxygen warnings 2023-08-03 08:56:58 +00:00
vlc_tracer.h vlc_tracer: remove TICK type 2023-06-02 01:29:51 +00:00
vlc_update.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vlc_url.h Improve Doxygen 2020-04-11 23:11:40 +03:00
vlc_variables.h variables: return size_t with var_CountChoices() 2023-02-10 18:18:54 +00:00
vlc_vector.h vlc_vector: assert count argument is not 0 2023-02-11 07:31:00 +00:00
vlc_video_splitter.h window: rename vout_window* to vlc_window* 2022-05-16 16:51:03 +00:00
vlc_viewpoint.h viewpoint: remove vlc_viewpoint_reverse 2021-01-13 16:54:07 +01:00
vlc_vlm.h include: include vlc_arrays.h when using TAB_xxx API 2023-05-04 10:00:11 +00:00
vlc_vout.h include: avoid including vlc_subpicture.h when not needed 2023-08-17 12:22:24 +00:00
vlc_vout_display.h include: avoid including vlc_subpicture.h when not needed 2023-08-17 12:22:24 +00:00
vlc_vout_osd.h vlc_vout_osd: move documentation to header 2022-01-29 18:07:27 +00:00
vlc_window.h vlc_window: fix doxygen warning 2023-08-03 08:56:58 +00:00
vlc_xlib.h include: include vlc_threads.h when using vlc_global_lock() 2023-04-27 19:44:35 +00:00
vlc_xml.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00