1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/include
Rafaël Carré c2d925e597 vlc_windows_interfaces.h: always define STDCALL
It is not defined on windows 64
2010-10-09 00:27:15 +02:00
..
vlc Revert "Remove libvlc_free" 2010-10-02 18:54:53 +03:00
.gitignore Add more ignores. 2008-03-03 08:19:14 +00:00
vlc_access.h Core: add some LIBVLC_USED. 2010-07-05 21:56:06 +02:00
vlc_acl.h ACL: remove leading underscores 2010-02-07 12:33:49 +02:00
vlc_aout_mixer.h Cosmetic change 2009-09-23 21:38:42 +03:00
vlc_aout.h Core: add some LIBVLC_USED. 2010-07-05 21:56:06 +02:00
vlc_arrays.h Expansion safety 2010-07-19 19:59:31 +03:00
vlc_art_finder.h art_finder_t: custom type for art finder modules 2009-08-23 13:08:04 +03:00
vlc_atomic.h Move vlc_atomic_t typedef to <vlc_common.h> 2010-06-29 17:29:01 +03:00
vlc_avcodec.h avcodec: use vlc_global_mutex 2010-06-03 23:55:45 +03: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 vlc_block.h: typo in comment 2010-07-07 17:02:02 +02:00
vlc_charset.h Add vlc_strcasestr() 2010-10-08 21:44:15 +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 Simplify the creation of subpicture with dynamic content. 2010-04-29 21:18:43 +02:00
vlc_codecs.h WAV Mux : Extend the muxer to support non-PCM codecs. 2010-06-26 23:11:53 +02:00
vlc_common.h Only define LIBVLC_USED for GCC 3.4 or newer. GCC 3.3 does not support the warn_unused_result attribute. 2010-08-12 11:55:08 +02:00
vlc_config_cat.h Rename the "Other codecs" category 2010-01-25 22:35:57 +01:00
vlc_config.h Move disc defaults to libvlc-module.c, fix Windows VCD and CD long text 2010-08-11 18:20:02 +03:00
vlc_configuration.h Store configuration integer as 64-bits values 2010-07-11 14:42:30 +03:00
vlc_cpu.h Added vlc_GetCPUCount() to retreive the number of available CPU. 2010-05-03 22:53:19 +02:00
vlc_demux.h demux: provide both URL and file path as with access 2010-07-07 21:58:31 +03:00
vlc_dialog.h Core: add some LIBVLC_USED. 2010-07-05 21:56:06 +02:00
vlc_epg.h Core: add some LIBVLC_USED. 2010-07-05 21:56:06 +02:00
vlc_es_out.h Extended input_GetPcrSystem to also return the current delay. 2010-02-06 16:24:19 +01:00
vlc_es.h Added video_format_Print. 2010-05-12 20:19:51 +02:00
vlc_events.h events: remove leading underscores 2010-02-07 13:33:46 +02:00
vlc_extensions.h Lua: Add new callback playing_changed for playing status changes 2010-02-14 18:30:59 +01:00
vlc_filter.h Added a way to flush video filters and video filter chains. 2010-07-11 19:56:21 +02:00
vlc_fixups.h Do not export vlc_wclosedir() 2010-08-03 19:21:34 +03:00
vlc_fourcc.h Change RGB2 to RGB8 2010-10-01 19:55:15 +02:00
vlc_fs.h Compile fix 2010-03-31 23:41:55 +03:00
vlc_gcrypt.h gcrypt: use vlc_global_mutex 2010-06-03 23:55:45 +03:00
vlc_http.h includes: add some more LIBVLC_USED. 2010-07-15 23:44:49 +02:00
vlc_httpd.h Core: add some LIBVLC_USED. 2010-07-05 21:56:06 +02:00
vlc_image.h includes: add some more LIBVLC_USED. 2010-07-15 23:44:49 +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 s/informations/information/ 2010-07-28 21:33:51 +02:00
vlc_input.h refactor rate(,-faster,-slower) to playlist 2010-10-04 21:28:59 +03:00
vlc_interface.h Win32: run on first thread is not needed 2010-07-25 13:26:37 +03:00
vlc_intf_strings.h Qt: reorganize playlist actions, rename "Delete" to "Remove Selected" 2010-03-04 14:35:30 +01:00
vlc_iso_lang.h SO friendliness 2009-07-12 17:55:19 +03:00
vlc_keys.h Use standard ASCII for ^H, ^I, ^M and escape 2010-02-03 18:29:25 +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_media_library.h vlc_media_library.h: unused variable 2010-07-30 19:46:19 +02:00
vlc_memory.h Add missing include 2009-12-06 02:36:15 +01:00
vlc_messages.h includes: add some more LIBVLC_USED. 2010-07-15 23:44:49 +02:00
vlc_meta.h includes: add some more LIBVLC_USED. 2010-07-15 23:44:49 +02:00
vlc_modules.h module_start, module_stop: vlc_object cast 2010-07-31 23:37:07 +03: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 secstotimestr: use int32_t not to overflow if int exceeds 32-bits 2010-02-20 19:42:36 +02:00
vlc_network.h net_Listen: pass socket type parameter 2010-05-05 19:29:57 +03:00
vlc_objects.h Doxygen fix 2010-02-20 13:24:11 +02:00
vlc_osd.h includes: add some LIBVLC_USED. 2010-08-03 21:19:29 +02:00
vlc_pgpkey.h New release signing key. Take 2. 2010-01-26 20:44:26 +00:00
vlc_picture_fifo.h Cosmetics (K&R of picture_fifo). 2009-09-07 19:42:28 +02:00
vlc_picture_pool.h includes: add some LIBVLC_USED. 2010-08-03 21:19:29 +02:00
vlc_picture.h includes: add some LIBVLC_USED. 2010-08-03 21:19:29 +02:00
vlc_playlist.h refactor rate(,-faster,-slower) to playlist 2010-10-04 21:28:59 +03:00
vlc_plugin.h Use 64-bits for integers in plugin descriptors 2010-07-11 14:43:34 +03: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 vlc_(d|l|m)rand48: thread-safe wrappers for non-secure/fast PRNG 2010-03-06 12:30:01 +02:00
vlc_services_discovery.h includes: add some LIBVLC_USED. 2010-08-03 21:19:29 +02:00
vlc_sout.h includes: add some LIBVLC_USED. 2010-08-03 21:19:29 +02:00
vlc_spu.h Moved spu_Attach definition to the core. 2010-05-21 21:27:18 +02:00
vlc_sql.h void function cannot return a value 2010-04-14 19:00:45 +03:00
vlc_stream.h Remove trailing spaces. 2010-02-13 16:40:46 +01:00
vlc_strings.h Change filename_sanitize() to work on original string like path_sanitize(). 2010-02-10 20:41:20 +01:00
vlc_subpicture.h Moved generic subpicture code to its own file. 2010-06-03 20:49:59 +02:00
vlc_text_style.h Splitted out text_style_t and related function to its own header. 2010-05-04 22:25:33 +02:00
vlc_threads.h Protect XInitThreads() with a global lock 2010-06-03 23:55:45 +03:00
vlc_tls.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_update.h Misc: remove leading underscores 2010-02-07 13:33:52 +02:00
vlc_url.h make_URI: add scheme parameter 2010-07-07 21:12:46 +03:00
vlc_variables.h variables: add some LIBVLC_MALLOC and LIBVLC_USED. 2010-08-18 21:37:11 +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 C++ #include fix 2010-03-11 17:30:01 +02:00
vlc_vod.h Fix Doxygen errors 2010-03-08 22:31:37 +02:00
vlc_vout_display.h s/informations/information/ 2010-07-28 21:33:51 +02:00
vlc_vout_opengl.h Oops, removed tabs from vlc_vout_opengl.h. 2009-12-07 21:36:07 +01:00
vlc_vout_osd.h No functionnal changes (osd icons/sliders). 2010-05-10 19:33:03 +02:00
vlc_vout_window.h Add nsobject support to vout_window_t 2010-07-21 18:09:35 +03:00
vlc_vout_wrapper.h Reused vout window in vout_Request(). 2010-05-20 23:51:26 +02:00
vlc_vout.h Removed unused ZOOM_FP_FACTOR define. 2010-05-27 21:46:34 +02:00
vlc_windows_interfaces.h vlc_windows_interfaces.h: always define STDCALL 2010-10-09 00:27:15 +02:00
vlc_xlib.h Remove promiscuous #include <vlc_common.h> 2010-06-05 13:26:35 +03:00
vlc_xml.h xml_ReaderUseDTD: remove useless parameter 2010-08-05 19:08:17 +03:00