1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/include
2009-03-08 22:11:02 +02:00
..
vlc I wonder why use a libvlc_time_t for a boolean variable... 2009-02-22 18:55:25 +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 Fixed aout visual vout recycling. 2009-02-05 23:22:01 +01:00
vlc_arrays.h Cosmetics + A calloc check. 2008-10-09 01:22:02 +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 Unexport slightly unsafe block_FifoSize 2009-01-05 00:04:58 +02:00
vlc_charset.h C++-proofing 2008-12-16 20:12:00 +02:00
vlc_codec_synchro.h Convert stream to system timestamp after the decoder. 2008-09-28 09:08:16 +02:00
vlc_codec.h Allow decoder/packetizer to output meta data. 2008-12-09 21:13:02 +01:00
vlc_codecs.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_common.h Remove remaining global stats code 2009-02-28 19:19:45 +02:00
vlc_config_cat.h Rewording of some categories of Preferences, avoid "General" as a title and using "VLC", every other two lines... 2009-01-26 14:51:05 +01:00
vlc_config.h Moved VOUT_MIN_DIRECT_PICTURES to src/video_output. 2008-11-02 17:58:40 +01:00
vlc_configuration.h Remove access-filter support. 2008-12-09 22:11:34 +01: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 dialog_Progress replacement for intf_UserProgress 2009-03-08 22:11:02 +02: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_ES_SCRAMBLED_STATE to warn the user about scrambled es. 2009-03-08 19:30:38 +01:00
vlc_es.h Added teletext fields in es_forma_t. 2009-02-13 23:40:55 +01:00
vlc_events.h input: Expose input_ItemHasErrorWhenReading. 2008-08-01 22:52:49 +02:00
vlc_filter.h Simplification 2009-01-18 23:28:49 +02:00
vlc_fixups.h WInCE: fix infinite loop in vasprintf replacement 2009-02-20 10:52:08 +01:00
vlc_gcrypt.h Use static mutexes 2008-10-05 12:39:14 +03:00
vlc_httpd.h Privatize httpd_MsgInit and httpd_MsgClean 2008-10-22 20:04:19 +03:00
vlc_image.h changes Ext2Fourcc into image_Ext2Fourcc and exports it for reuse within vlc 2009-01-04 19:48:39 +01:00
vlc_input_item.h Privatize input stats internals 2009-02-28 19:45:55 +02:00
vlc_input.h Added a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user about scrambled es. 2009-03-08 19:30:38 +01:00
vlc_interface.h Remove intf_UserStringInput 2009-03-08 16:37:34 +02:00
vlc_intf_strings.h Use Jump to instead of Go to 2009-02-13 11:29:55 +01:00
vlc_iso_lang.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_keys.h Added hotkeys for fine playback rate control. 2009-02-26 00:01:41 +01:00
vlc_main.h Remove uninitialized and unsynchronized global stats 2009-02-28 19:16:29 +02:00
vlc_md5.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_messages.h Privatize input stats internals 2009-02-28 19:45:55 +02: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_mtime.h Only check msleep on Linux (seems to depend on GNU ELF extensions) 2008-11-01 15:24:51 +02:00
vlc_network.h net_Read, net_Write use void pointer for data 2008-10-12 15:05:59 +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 Use const char* when needed (easier to understand if a function will try to grab a string). 2008-12-15 20:41:13 +01:00
vlc_pgpkey.h Fix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available) 2008-09-20 00:16:29 +02:00
vlc_playlist.h Removed unused field and clean up (playlist). 2009-02-16 22:46:16 +01:00
vlc_plugin.h Remove unused change_float_list 2009-01-28 21:49:29 +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 Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_threads.h Win32: attempt to fix VLC_STATIC_MUTEX in C++ code 2009-01-31 20:12:26 +02: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 vlc_url.h: warning about overriden variable. 2009-02-03 10:49:33 +01:00
vlc_variables.h Add var_SetAddress helper 2009-03-05 20:40:32 +02:00
vlc_vlm.h Added basic VLM events. 2009-03-08 20:28:16 +01:00
vlc_vod.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_vout.h Moved snapshot_t structure to the only place where it is used. 2009-03-08 14:17:38 +01: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