1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/include
2009-07-18 16:03:11 +02:00
..
vlc Revert "Remove enums from public APIs" 2009-07-05 19:51:56 -07:00
.gitignore Add more ignores. 2008-03-03 08:19:14 +00:00
mmx.h
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 Remove stub functions 2009-07-09 21:51:55 +03: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 Optimized a bit bs_skip. 2009-01-12 22:17:02 +01: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 Implement utf8_rename 2009-05-07 19:11: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 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 Move intf_sys_t and intf_thread_t definitions 2009-05-23 20:01:36 +03:00
vlc_config_cat.h (p?)gettext -> vlc_\1gettext 2009-04-21 12:01:44 +03:00
vlc_config.h CLOCK_FREQ is a mtime_t 2009-06-09 18:59:25 +03:00
vlc_configuration.h Added config_ChainDuplicate to duplicate config_chain_t list. 2009-05-31 17:31:53 +02:00
vlc_demux.h Allow to select fast seeking with --input-fast-seeking. 2009-01-24 15:09:04 +01: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 Export ES_OUT_GET_EMPTY which is needed for interactive video. 2009-03-11 23:35:49 +01:00
vlc_es.h Fixed a typo (cosmetic). 2009-07-06 23:33:05 +02:00
vlc_events.h input: Expose input_ItemHasErrorWhenReading. 2008-08-01 22:52:49 +02:00
vlc_filter.h Added amissing const to filter_Blend. 2009-06-06 00:57:35 +02:00
vlc_fixups.h WinCE: add replacement getcwd() function 2009-05-21 00:11:37 +02:00
vlc_fourcc.h Added a small vlc_fourcc_GetCodecAudio helper. 2009-05-15 22:05:37 +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_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 Split INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH. 2009-05-11 22:17:54 +02:00
vlc_interface.h Add .rar and .zip extensions to open dialog. 2009-07-18 16:03:11 +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 Remove unused vlc_object_lock and vlc_object_unlock 2009-03-05 19:08:05 +02:00
vlc_osd.h Moved DEFAULT_CHAN to vlc_osd.h 2009-07-06 21:26:53 +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 Made picture_Hold return the provided picture. 2009-05-31 17:31:53 +02:00
vlc_playlist.h Remove unused function. 2009-07-10 14:31:47 +02:00
vlc_plugin.h Spell developer properly 2009-07-08 19:56:28 +03: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 Added a subpicture_NewFromPicture helper. 2009-05-31 01:48:48 +02:00
vlc_threads.h Spell developer properly 2009-07-08 19:56:28 +03:00
vlc_tls.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_update.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_url.h Remove vlc_UrlEncode 2009-06-22 19:46:24 +03:00
vlc_variables.h Remove unused define. 2009-07-07 22:13:54 +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.h Moved DEFAULT_CHAN to vlc_osd.h 2009-07-06 21:26:53 +02:00
vlc_window.h vout_window_t.p_sys type safety 2009-02-05 21:23:43 +02:00
vlc_xml.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00