1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
vlc/include
2009-08-20 23:33:36 +02:00
..
vlc media_list_player: Make sure we'll correctly play next item, instead of setting the item but not playing it. 2009-08-20 01:06:49 +02: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 Removed useless ACCESS_GET_MTU/STREAM_GET_MTU. 2009-01-20 22:28:47 +01:00
vlc_acl.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
vlc_aout.h Removed audio_date_t in favor to date_t. 2009-08-13 21:40:53 +02:00
vlc_arrays.h Abort if array allocation fails 2009-05-31 22:25:54 +03:00
vlc_avcodec.h Add a centralized avcodec lock 2009-03-12 17:41:49 +02:00
vlc_bits.h vlc_bits: Differentiate between writable bits stream and read only. 2009-08-20 20:33:56 +02:00
vlc_block_helper.h Added a missing block_BytestreamEmpty helper. 2009-02-09 20:57:16 +01:00
vlc_block.h block_heap_Alloc(): create a block from an existing heap allocation 2009-06-07 22:16:03 +03: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 Fixed includes in vlc_codec.h 2009-05-16 20:22:41 +02:00
vlc_codecs.h Fix playback of TrueSpeech in some .Avi 2009-06-17 16:55:54 +02:00
vlc_common.h Hide psz_object_name in private data 2009-08-20 00:05:31 +03:00
vlc_config_cat.h (p?)gettext -> vlc_\1gettext 2009-04-21 12:01:44 +03:00
vlc_config.h Do not decode subtitles too much in advanced. 2009-07-27 22:32:24 +02:00
vlc_configuration.h Added config_ChainDuplicate to duplicate config_chain_t list. 2009-05-31 17:31:53 +02:00
vlc_demux.h demux: use calloc when applicable. 2009-07-30 14:03:09 +02:00
vlc_devices.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_dialog.h Separate variable for modal and non modal errors 2009-07-05 00:50:14 +03:00
vlc_epg.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03: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: RGB masks needs to be uint32_t. 2009-08-20 12:04:54 +02:00
vlc_events.h input: Expose input_ItemHasErrorWhenReading. 2008-08-01 22:52:49 +02:00
vlc_filter.h Remove filter_chain_GetFilter: unused and not thread-safe 2009-08-20 00:05:21 +03:00
vlc_fixups.h vlc_fixups: Dummy definition for LC_NUMERIC_MASK. 2009-08-20 22:34:47 +02:00
vlc_fourcc.h Added vlc_fourcc_IsYUV. 2009-08-09 01:27:08 +02:00
vlc_gcrypt.h Compile fix on windows: vlc_mutex_init() now returns void (corrected). 2009-05-25 15:18:08 +02: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_input_item.h Add a function to get the Title and fallback to the name if the title is empty. 2009-04-26 18:15:37 +02:00
vlc_input.h get vout: use size_t for the counter 2009-08-15 17:08:41 +03:00
vlc_interface.h *.aob files are now readable 2009-08-14 11:53:19 +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 compilation fix 2009-05-21 22:38:33 +02: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_messages.h stats: Add stream quality counters to Qt4 stastics by counting corrupted blocks and discontinuities found. 2009-03-09 13:49:15 +01:00
vlc_meta.h Changed vlc_meta_SetTracknum to *Num for consistency. 2009-02-01 15:02:51 +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 Revert "Merge branch 'master' of git@git.videolan.org:vlc" 2009-05-31 22:32:31 +03:00
vlc_network.h Remove unused vlc_(send|recv)msg 2009-04-12 12:51:21 +03:00
vlc_objects.h Deprecate ugly and unsafe vlc_object_find_name() 2009-08-20 00:05:31 +03: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 Added a picture_fifo_t helper. 2009-05-31 01:48:48 +02:00
vlc_picture_pool.h Added picture_pool_t and functions helpers. 2009-05-31 01:48:49 +02:00
vlc_picture.h vout_pictures: Use unsigned for width and height in picture_Export. 2009-08-20 23:33:36 +02:00
vlc_playlist.h [PATCH] playlist, Qt4: new playlist_TreeMoveMany() 2009-08-18 12:26:33 +02:00
vlc_plugin.h bump plugin ABI to 1.1.0a (avoid using 1.0 modules after [073c5a24]) 2009-08-20 09:44:10 +02:00
vlc_rand.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_services_discovery.h Remove useless parameter 2009-01-10 20:53:49 +02:00
vlc_sout.h sout_EncoderCreate: create an encoder module 2009-01-19 21:14:37 +02:00
vlc_stream.h Added path information in stream_t. 2009-01-25 17:46:10 +01:00
vlc_strings.h Warned about unused filename_sanitize result. 2009-04-08 22:36:02 +02:00
vlc_subpicture.h emoved unused pf_render function in subpicture_t. 2009-07-28 22:03:29 +02:00
vlc_threads.h WinCE: switch back vlc_thread_t to an allocated struct 2009-08-13 13:21:09 +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 variables: var_IncInteger and var_DecInteger are now atomic. 2009-07-30 14:03:09 +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 Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_vout_display.h vlc_vout_display: Should use unsigned for height and width. 2009-08-20 23:22:30 +02:00
vlc_vout_window.h VOUT_WINDOW_SET_FULLSCREEN: control request for fullscreen mode 2009-08-11 20:37:13 +03:00
vlc_vout_wrapper.h Introduce "vout display" module API to replaced "vout" one. 2009-08-04 21:03:23 +02:00
vlc_vout.h Moved DEFAULT_CHAN to vlc_osd.h 2009-07-06 21:26:53 +02:00
vlc_windows_interfaces.h Move the additional headers to include/vlc_windows_interfaces.h 2009-08-20 00:09:32 +02:00
vlc_xml.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00