1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
vlc/include
2008-02-10 01:04:07 +00:00
..
vlc Include stdint.h for uint32_t. i'm not sure how portable it is and how to make it better without including config.h 2008-02-02 14:11:19 +00:00
iso_lang.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
main.h Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers 2007-10-21 11:06:37 +00:00
mmx.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_access.h Use (s)size_t for pf_read and pf_write. 2007-12-09 17:39:28 +00:00
vlc_acl.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_aout.h aout_Restart: make static 2007-08-16 19:45:54 +00:00
vlc_arrays.h vlc_arrays.h: Sanity check. 2008-02-01 10:15:46 +00:00
vlc_bits.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_block_helper.h codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
vlc_block.h block_mmap_Alloc: commoditize block allocation from mmap 2007-12-28 17:01:56 +00:00
vlc_charset.h I forgot this part in the previous commit. 2008-01-16 17:19:26 +00:00
vlc_codec_synchro.h Moved vout_synchro to decoder_synchro. 2007-10-02 18:43:23 +00:00
vlc_codec.h Added closed captions decoding/extracting from ES data. The CC tracks 2007-10-17 19:51:25 +00:00
vlc_codecs.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_common.h vlc_common.h: VLC_EXPORT should have extern if there is no visibility support. 2008-02-10 01:04:07 +00:00
vlc_config_cat.h Missing const 2007-09-02 07:33:40 +00:00
vlc_config.h Add a useful link to precious Meuhh's comments 2008-01-21 15:07:21 +00:00
vlc_configuration.h Consistent naming 2008-01-24 16:07:03 +00:00
vlc_demux.h input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...). 2008-01-04 02:36:00 +00:00
vlc_devices.h update: performs size and m5 checksum verification (untested) 2007-11-26 14:00:39 +00:00
vlc_epg.h update: performs size and m5 checksum verification (untested) 2007-11-26 14:00:39 +00:00
vlc_es_out.h Select subtitle stream from the mkv container automatically 2007-09-10 01:53:28 +00:00
vlc_es.h Real/Sipr, try to use a correct flavor detection, without using the MPlayer hacks... 2007-11-19 01:43:37 +00:00
vlc_events.h Revert [23949]. 2008-01-01 18:03:56 +00:00
vlc_filter.h codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
vlc_fixups.h Fix symbols list, fix linking on platforms that DO have strnlen 2008-01-27 17:59:46 +00:00
vlc_httpd.h Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff). 2007-11-07 19:36:02 +00:00
vlc_image.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_input.h don't copy 'meta-file' option to inputs 2008-01-14 18:33:30 +00:00
vlc_interface.h Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it). 2007-11-04 21:05:00 +00:00
vlc_intf_strings.h QT4: Modify About dialog: make it brief, clean and simple. 2008-01-25 22:23:55 +00:00
vlc_keys.h Inclusion guards for vlc_keys.h 2007-11-24 03:01:54 +00:00
vlc_md5.h update: performs size and m5 checksum verification (untested) 2007-11-26 14:00:39 +00:00
vlc_messages.h DEBUG -> NDEBUG 2008-02-09 08:21:35 +00:00
vlc_meta.h input_CurrentMetaFlags() takes a const parameter 2008-01-29 13:20:49 +00:00
vlc_modules_macros.h Same as previous commit 2008-01-25 16:41:35 +00:00
vlc_modules.h Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used. 2007-12-16 15:12:51 +00:00
vlc_mtime.h NTPtime64() returns an NTP timestamp 2007-02-09 18:24:06 +00:00
vlc_network.h vlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro. 2008-02-02 18:37:01 +00:00
vlc_objects.h vlc_object_get(): removes unused parameter 2008-01-28 16:14:16 +00:00
vlc_os_specific.h vlc_os_specific.h: Use const for argv. 2008-02-08 11:45:35 +00:00
vlc_osd.h Remove some GCCisms. 2008-01-24 20:55:46 +00:00
vlc_pgpkey.h update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens. 2008-01-22 15:29:01 +00:00
vlc_playlist.h Remove useless include 2008-01-24 16:11:34 +00:00
vlc_plugin.h short and list support for vlc_config_set 2007-12-16 17:36:01 +00:00
vlc_rand.h Add nonce generator vlc_rand_bytes 2007-09-01 15:32:45 +00:00
vlc_services_discovery.h Include assert.h when needed 2008-01-24 16:08:13 +00:00
vlc_sout.h sout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PREFIX argument 2008-01-28 16:57:42 +00:00
vlc_stream.h Pass content-type from access to stream 2007-10-02 16:05:13 +00:00
vlc_streaming.h update: performs size and m5 checksum verification (untested) 2007-11-26 14:00:39 +00:00
vlc_strings.h Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode. 2007-02-27 20:04:01 +00:00
vlc_threads_funcs.h vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long time before returning as we usually idle that way. This removes annoying warning messages. 2008-02-04 00:18:33 +00:00
vlc_threads.h time.h is always needed (because of pthread_cond_timedwait) 2008-02-09 08:21:21 +00:00
vlc_tls.h Fix TLS session cleanup 2007-09-22 12:37:05 +00:00
vlc_update.h update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens. 2008-01-22 15:29:01 +00:00
vlc_url.h Forward declare vlc_url_t 2007-12-13 18:34:05 +00:00
vlc_variables.h Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); ) 2007-12-08 16:53:56 +00:00
vlc_vlm.h Fix VLM compilation with --disable-vlm - fixes #1431 2008-01-27 15:18:38 +00:00
vlc_vod.h Added missing const qualifier to vod_MediaControl. 2007-02-26 19:19:18 +00:00
vlc_vout.h Core changes needed to add asa support. By equinox, part of Google 2008-01-25 21:23:56 +00:00
vlc_xml.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00