vlc/include
Steve Lhomme 90c53e85d3 vlc_tick: add helper functions to convert vlc_tick to/from samples
Based on a sampling rate.
2018-09-20 15:00:31 +02:00
..
vlc vgl: expose opengl callbacks through libvlc 2018-08-21 14:37:50 +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.h include: replace hardcoded CLOCK_FREQ fractions/multiples by VLC_TICK macros 2018-07-03 11:23:19 +02:00
vlc_aout_volume.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_arrays.h vlc_arrays: make "pos" expansion-safe 2018-08-29 12:07:19 +02: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 vlc_bits: rework for custom handler pos/remain accounting 2018-08-20 16:48:20 +02:00
vlc_block.h Remove trailing whitespaces 2018-08-21 12:01:12 +02: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 ftp: publicize IsASCII() helper 2018-07-07 11:32:12 +03:00
vlc_codec.h rename VLC_TS_INVALID to VLC_TICK_INVALID 2018-07-03 07:10:07 +02:00
vlc_codecs.h demux: avi: map Qnap ADTS 2017-07-20 18:52:18 +02:00
vlc_common.h es_out: add a new ES track identifier 2018-09-03 17:04:04 +02:00
vlc_config.h include: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS() 2018-07-03 08:48:52 +02:00
vlc_config_cat.h Config: Add a resampler category 2016-04-19 13:33:05 +02: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_cxx_helpers.hpp Add C++ wrappers for mutex/cond/sem 2018-08-21 13:28:27 +02:00
vlc_demux.h core: use vlc_tick_t for DEMUX_SET_TIME officially 2018-09-20 10:07:08 +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.h es_out: add a new ES track identifier 2018-09-03 17:04:04 +02:00
vlc_es_out.h es_out: prevent fmt update with != i_id 2018-08-20 13:42:50 +02:00
vlc_events.h input: remove legacy events from input item 2018-08-20 13:51:28 +02:00
vlc_extensions.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_filter.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +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 add IMM4 fourcc 2018-08-23 13:05:35 +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 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 wl-idle-inhibit: add Wayland idle inhibitor 2018-05-20 20:49:12 +03:00
vlc_input.h core: use vlc_tick_t for seekpoint_t::i_time_offset officially 2018-09-20 11:31:36 +02:00
vlc_input_item.h fetcher: provide events in callbacks 2018-08-20 13:51:28 +02:00
vlc_interface.h Add DSF and DFF formats 2018-06-15 18:24:02 +02:00
vlc_interrupt.h rename mdate() to vlc_tick_now() 2018-06-22 13:32:10 +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_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 vlc_media_library.h: Fix comments 2018-08-22 11:41:16 +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.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_meta_fetcher.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 vout: set a mouse event cb when creating a vout 2018-07-20 09:34:37 +02:00
vlc_network.h network: net_ConnectDgram() doesn't accept a negative port 2018-07-11 15:35:04 +02:00
vlc_objects.h objres: document the functions 2018-07-04 21:49:09 +03:00
vlc_opengl.h opengl: rename HasExtension to generic StrHasToken 2018-05-23 17:31:25 +02:00
vlc_pgpkey.h include: typo and date fix 2013-01-22 02:03:46 +01:00
vlc_picture.h include: do not issue assertions in external plug-ins 2018-07-02 21:45:54 +03:00
vlc_picture_fifo.h picture_fifo: VLC_TICK_INVALID flushes the whole FIFO 2018-07-04 08:57:08 +02:00
vlc_picture_pool.h vout: drop pictures owned by old vouts 2017-09-24 12:57:21 +02:00
vlc_playlist.h core: Remove old medialibrary 2018-07-17 23:53:01 +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 sd: move callbacks to constant structure 2018-06-10 15:11:25 +03:00
vlc_sout.h sout: add SOUT_STREAM_ID_SPU_HIGHLIGHT 2018-09-03 23:23:59 +02:00
vlc_spu.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
vlc_stream.h stream: replace input_thread_t by input_item_t 2018-07-20 17:23:03 +02:00
vlc_stream_extractor.h Expand VLC_COMMON_MEMBERS 2017-12-11 18:55:12 +02:00
vlc_strings.h strings: add an input_item_t arg to vlc_strfinput() 2018-07-20 17:23:03 +02:00
vlc_subpicture.h es_out: add ES_OUT_SPU_SET_HIGHLIGHT 2018-07-20 09:34:37 +02:00
vlc_text_style.h text_style: improve clarity of text_style_Create arg documentation 2018-05-05 14:21:59 +02:00
vlc_threads.h Add C++ wrappers for mutex/cond/sem 2018-08-21 13:28:27 +02:00
vlc_tick.h vlc_tick: add helper functions to convert vlc_tick to/from samples 2018-09-20 15:00:31 +02:00
vlc_timestamp_helper.h rename VLC_TS_INVALID to VLC_TICK_INVALID 2018-07-03 07:10:07 +02:00
vlc_tls.h tls: use const struct for callbacks 2018-07-29 12:00:59 +03: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 hotkeys: appropriate var_FreeList() 2018-06-10 13:08:44 +03: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 vlm: vlm_New() needs a VLC instance 2018-06-11 20:54:34 +03:00
vlc_vod.h core: replace vod_sys_t* by void* 2018-04-26 01:35:48 +02:00
vlc_vout.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
vlc_vout_display.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
vlc_vout_osd.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
vlc_vout_window.h window: add is_decorated config flag 2018-06-19 22:07:09 +03:00
vlc_vout_wrapper.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
vlc_xlib.h LGPL 2011-11-27 22:54:33 +01:00
vlc_xml.h core: replace xml_reader_sys_t* by void* 2018-04-26 01:35:46 +02:00