1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/include
2009-12-30 20:01:24 +02:00
..
vlc libvlc: Fix documentation regarding drawable-nsobject. 2009-12-24 17:22:21 +01:00
.gitignore Add more ignores. 2008-03-03 08:19:14 +00:00
mmx.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_access.h Fix doxygene documentation. 2009-10-16 19:32:17 +02: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 Code factor 2009-12-03 23:51: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 Support for mingw32 gcc 4.4.0 2009-12-30 02:14:41 +01: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 Use a VLC object for meta reader 2009-08-23 19:25:53 +03: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 Removed es_format_t::i_aspect. 2009-12-16 22:00:47 +01:00
vlc_events.h input: Expose input_ItemHasErrorWhenReading. 2008-08-01 22:52:49 +02:00
vlc_filter.h Rationalize filter_t (save 8 pointers) 2009-09-27 13:56:29 +03:00
vlc_fixups.h Move vlc_inet_pton, vlc_inet_ntop and vlc_poll to vlc_fixups.h 2009-12-15 16:42:33 +02:00
vlc_fourcc.h Support for AMV video files. 2009-12-06 15:49:19 +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 Added INPUT_EVENT_ITEM_EPG event. 2009-12-20 23:23:27 +01:00
vlc_interface.h Add MID, RMI, VOD and XA extensions (+ cosmetic wrap) 2009-12-06 17:11:07 +02: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 Add vlc_GetActionId(). 2009-12-27 22:05:22 +01:00
vlc_main.h Thread-safe and more compact hotkeys initialization 2009-04-15 15:37:53 +03: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 Fix doxygene documentation. 2009-10-16 19:32:17 +02:00
vlc_meta.h Use VLC object for meta writer and factor code 2009-08-23 20:17:21 +03: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 OpenBSD also need VLC_HARD_MIN_SLEEP. 2009-11-10 17:16:42 +01: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 fix doxygen documentation. 2009-12-08 11:03:50 +01: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 Make playlist_export_t a VLC object 2009-08-23 19:25:53 +03:00
vlc_plugin.h move MuxGetStream() to libvlccore, bump plugin ABI 2009-12-08 12:37:49 +01: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 move MuxGetStream() to libvlccore, bump plugin ABI 2009-12-08 12:37:49 +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 Stream: Export stream_FilterNew 2009-12-19 18:56:39 +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 Win32: fix previous commit plus small optimization 2009-12-30 16:08:07 +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 Helpers for var_Inherit() 2009-12-30 20:01:24 +02: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