1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
vlc/include
2010-01-23 19:05:48 +02:00
..
vlc libvlc: Get ES descriptions for media 2010-01-23 16:44:47 +01:00
.gitignore Add more ignores. 2008-03-03 08:19:14 +00:00
vlc_access.h Used uint64_t for access_t::info.i_size/i_pos and access_t::pf_seek(). 2010-01-22 00:18:34 +01:00
vlc_acl.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
vlc_aout_mixer.h Cosmetic change 2009-09-23 21:38:42 +03:00
vlc_aout.h libvlc: Unify volume/mute change functions and add a mutex layer 2010-01-10 15:43:16 +02:00
vlc_arrays.h Abort if array allocation fails 2009-05-31 22:25:54 +03:00
vlc_art_finder.h art_finder_t: custom type for art finder modules 2009-08-23 13:08:04 +03:00
vlc_avcodec.h Add a centralized avcodec lock 2009-03-12 17:41:49 +02:00
vlc_bits.h vlc_bits: constify 2009-08-25 21:45:02 +03:00
vlc_block_helper.h include: add some LIBVLC_USED flag. 2009-11-20 14:21:53 +01:00
vlc_block.h Export block_FifoPace 2009-11-11 18:37:31 +02:00
vlc_charset.h utf8_open: make third parameter optional 2009-08-15 21:21:44 +03:00
vlc_codec_synchro.h Convert stream to system timestamp after the decoder. 2008-09-28 09:08:16 +02:00
vlc_codec.h include: add some LIBVLC_USED flag. 2009-11-20 14:21:53 +01:00
vlc_codecs.h Use VLC_CODEC for ADPCM_IMA_WAV 2009-08-28 09:18:31 +02:00
vlc_common.h Remove COMPILE_DOMAIN, merge into COMPILE_HOST 2010-01-19 23:28:03 +02:00
vlc_config_cat.h (p?)gettext -> vlc_\1gettext 2009-04-21 12:01:44 +03:00
vlc_config.h Added VLC_TS_0. 2009-12-20 23:23:26 +01:00
vlc_configuration.h Add --data-path option. Access the src share directory now works from build tree. 2009-12-21 21:45:17 +01:00
vlc_cpu.h Splitted SSE4 into SSE4.1, SSE4.2 and SSE4A. 2009-11-24 19:50:27 +01:00
vlc_demux.h meta reader: Add the input_item that we are reading in the structure. 2010-01-07 02:37:34 +01:00
vlc_dialog.h Remove unused lock 2009-12-26 13:44:18 +02:00
vlc_epg.h Moved out epg functions from vlc_epg.h and es_out.c to src/misc/epg.c. 2009-09-22 21:19:42 +02:00
vlc_es_out.h Added a ES_OUT_SET_META to es_out. 2009-07-19 18:06:55 +02:00
vlc_es.h es_format_t: add i_level 2010-01-23 16:44:47 +01:00
vlc_events.h input: Expose input_ItemHasErrorWhenReading. 2008-08-01 22:52:49 +02:00
vlc_filter.h filter_t: use struct of non-anymous unions, seems more portable 2010-01-23 19:05:48 +02:00
vlc_fixups.h vlc_tdestroy: safe replacement for GNU tdestroy() 2010-01-06 14:23:11 +02:00
vlc_fourcc.h Support for sipr decoder from FFmpeg 2010-01-12 18:54:31 +01:00
vlc_gcrypt.h Missing #include <errno.h> 2009-09-12 14:26:13 +03:00
vlc_http.h Add library functions for HTTP client authentication 2009-07-29 19:00:24 +03:00
vlc_httpd.h Privatize httpd_MsgInit and httpd_MsgClean 2008-10-22 20:04:19 +03:00
vlc_image.h Add image_Mime2Fourcc() function and use in image_ReadUrl() 2009-04-06 23:30:56 +02:00
vlc_inhibit.h vlc_inhibit_t: plugin type for screen saver inhibition 2009-10-17 21:41:28 +03:00
vlc_input_item.h input_item_t: fix padding. 2009-12-28 14:18:28 +01:00
vlc_input.h fix empty declaration warning 2010-01-18 20:14:47 +02:00
vlc_interface.h Integrate .tta in interface and installer 2010-01-14 01:38:32 +01:00
vlc_intf_strings.h remove dead links. 2009-03-16 11:31:10 +01:00
vlc_iso_lang.h SO friendliness 2009-07-12 17:55:19 +03:00
vlc_keys.h Fix struct hotkey 2010-01-03 16:32:56 +02:00
vlc_main.h fix empty declaration warning 2010-01-18 20:14:47 +02:00
vlc_md5.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_memory.h Add missing include 2009-12-06 02:36:15 +01:00
vlc_messages.h Messages: missing const, fix Qt4 warning 2010-01-05 22:48:48 +02:00
vlc_meta.h vlc_meta: Define properly ITEM_ART_FETCHED and ITEM_ART_NOTFOUND 2010-01-06 17:16:09 +01:00
vlc_modules.h Helper to get the capability of a module and its score. 2008-12-30 13:19:33 +01:00
vlc_mouse.h Added mouse support to filter_t and filter_chain_t. 2009-06-03 22:34:48 +02:00
vlc_mtime.h Move VLC_HARD_MIN_SLEEP above gcc version #ifdef. It is also used in modules/audio_output/oss.c. 2010-01-12 18:33:53 +02:00
vlc_network.h Move vlc_inet_pton, vlc_inet_ntop and vlc_poll to vlc_fixups.h 2009-12-15 16:42:33 +02:00
vlc_objects.h Remove used FIND_STRICT 2010-01-18 20:12:44 +02:00
vlc_osd.h Fixed some corner case errors with SPU. 2009-07-29 21:37:57 +02:00
vlc_pgpkey.h Use the 2009 key 2009-05-18 00:00:52 +01:00
vlc_picture_fifo.h Cosmetics (K&R of picture_fifo). 2009-09-07 19:42:28 +02:00
vlc_picture_pool.h Cosmetics (K&R of picture_pool). 2009-09-07 20:08:39 +02:00
vlc_picture.h Fix padding for picture_t and subpicture_t. 2009-12-28 14:18:28 +01:00
vlc_playlist.h fix empty declaration warning 2010-01-18 20:14:47 +02:00
vlc_plugin.h Revert "Bump ABI for logo and marquee changes." 2010-01-19 22:30:13 +02:00
vlc_probe.h vlc_probe need not be exported at the moment (fix check) 2009-12-22 12:51:28 +02:00
vlc_rand.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_services_discovery.h probe: helpers for services discovery 2009-12-21 21:42:36 +02:00
vlc_sout.h sout: allow duplicate outputs to be merged 2010-01-17 07:37:33 +01:00
vlc_sql.h SQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function 2009-12-04 12:50:15 +01:00
vlc_stream.h Made stream_t size and position unsigned. 2010-01-22 00:18:34 +01:00
vlc_strings.h Warned about unused filename_sanitize result. 2009-04-08 22:36:02 +02:00
vlc_subpicture.h Fix padding for picture_t and subpicture_t. 2009-12-28 14:18:28 +01:00
vlc_threads.h threads: remove legacy #includes 2010-01-11 19:08:38 +02:00
vlc_tls.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_update.h Update mechanism: split update.c 2009-08-20 08:04:10 +02:00
vlc_url.h Remove vlc_UrlEncode 2009-06-22 19:46:24 +03:00
vlc_variables.h Added var_InheritBool. 2010-01-05 21:06:31 +01:00
vlc_video_splitter.h Window position in video_splitter_cfg_t is relative. 2009-06-09 19:57:58 +02:00
vlc_vlm.h Cosmetic. 2009-07-06 23:33:05 +02:00
vlc_vod.h Fix doxygene documentation. 2009-10-16 19:32:17 +02:00
vlc_vout_display.h vout: expand stacking mode from boolean to unsigned 2009-12-26 19:39:43 +02:00
vlc_vout_opengl.h Oops, removed tabs from vlc_vout_opengl.h. 2009-12-07 21:36:07 +01:00
vlc_vout_window.h VOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE 2009-12-26 19:39:13 +02:00
vlc_vout_wrapper.h vout: expand stacking mode from boolean to unsigned 2009-12-26 19:39:43 +02:00
vlc_vout.h Used a sar for picture_New/Setup. 2009-12-16 22:00:46 +01:00
vlc_windows_interfaces.h Win32: make the windows_interfaces header compatible with shlobj.h 2009-09-07 16:43:57 +02:00
vlc_xml.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00