1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-14 21:25:09 +02:00
vlc/include
2008-01-07 19:22:47 +00:00
..
vlc vlc/libvlc.h: Use libvlc_time_t. 2008-01-07 19:22:47 +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 update: performs size and m5 checksum verification (untested) 2007-11-26 14:00:39 +00:00
vlc_bits.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_block_helper.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc_block.h block_mmap_Alloc: commoditize block allocation from mmap 2007-12-28 17:01:56 +00:00
vlc_charset.h Add mode parameter to utf8_mkdir, and stop creating configuration 2007-09-22 17:44:35 +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 Re-implement GCD iteratively. Fix unused function warning. 2008-01-05 13:29:01 +00:00
vlc_config_cat.h Missing const 2007-09-02 07:33:40 +00:00
vlc_config.h Default DVD to NULL for autodetection (hmm...) 2007-11-28 19:00:12 +00:00
vlc_configuration.h Add "safe" config item property 2007-12-26 12:13:56 +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 MKV USF subtitles support and other Subtitles improvements. 2007-03-13 21:28:34 +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 Revert [23949]. 2008-01-01 18:03:56 +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 help string: add missing html tags 2007-10-23 00:41:00 +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 More symbols fixes 2007-12-12 17:45:25 +00:00
vlc_meta.h vlc_meta.h: we don't need VLC_META_CODEC_* but we need the description of the track id 2007-11-18 17:59:23 +00:00
vlc_modules_macros.h Remove unused variable 2007-12-17 21:03:26 +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 Try to fix Win32 linking 2007-12-22 10:09:20 +00:00
vlc_objects.h include/vlc_objects.h: Use the usual macro trick, to publish a function that take as argument a vlc_object_t *, here for vlc_object_waitpipe(). 2007-12-22 16:19:04 +00:00
vlc_os_specific.h Export a function to get the install dir of VLC from the plugins 2007-10-15 21:30:53 +00:00
vlc_osd.h typo 2007-12-04 18:36:13 +00:00
vlc_playlist.h CodingStyle fixes, use ; when using macros and do not write it in the macro definition. 2007-12-06 16:26:46 +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 Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets (i don't compile the wxwidgets module so there might be a few warnings/errors). This removes comprehension of how VLC modules work from the interface plugins. This change still needs to be done in the modules/gui/macosx/playlist.m file. 2007-11-11 21:08:36 +00:00
vlc_sout.h Use (s)size_t for pf_read and pf_write. 2007-12-09 17:39:28 +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 misc/events.c: Fix event sending, by properly supporting event_manager edition (event_detach) while executing a callback (vlc_event_send). This is done through a recursive lock. 2008-01-01 14:33:18 +00:00
vlc_threads.h errno.h is always needed for pthread now 2007-09-17 14:21:14 +00:00
vlc_tls.h Fix TLS session cleanup 2007-09-22 12:37:05 +00:00
vlc_update.h update: use PGP to authenticate status file and downloaded binaries 2007-12-31 01:34:58 +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 Add a cast to fix compilation. 2007-12-15 21:15:57 +00:00
vlc_vod.h Added missing const qualifier to vod_MediaControl. 2007-02-26 19:19:18 +00:00
vlc_vout.h reference count should really be unsigned 2007-09-30 13:59:28 +00:00
vlc_xml.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00