1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/include
2008-04-11 18:57:51 +02:00
..
vlc libvlc_vlm_release added 2008-04-07 23:28:19 +02:00
.gitignore Add more ignores. 2008-03-03 08:19:14 +00:00
iso_lang.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
main.h src: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c. 2008-04-11 18:57:51 +02:00
mmx.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_access.h Revert [cd2de36f61] 2008-03-13 16:18:35 +01: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 Various spelling fixes. 2008-03-21 21:25:49 +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 Remove a few trailing spaces. 2008-04-08 22:58:33 +02:00
vlc_common.h module: Use PATH_SEP instead of ':'. 2008-03-28 13:30:36 +01:00
vlc_config_cat.h Missing const 2007-09-02 07:33:40 +00:00
vlc_config.h Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream. 2008-03-05 08:41:36 +01:00
vlc_configuration.h remove dead code moved from libvlc.h 2008-03-08 21:30:22 +01:00
vlc_demux.h misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
vlc_devices.h update: performs size and m5 checksum verification (untested) 2007-11-26 14:00:39 +00:00
vlc_epg.h Remove useless test (one more time). 2008-03-14 00:28:31 +01:00
vlc_es_out.h Select subtitle stream from the mkv container automatically 2007-09-10 01:53:28 +00:00
vlc_es.h Fix es_format_Copy prototype 2008-03-29 10:39:44 +02:00
vlc_events.h Remove a few trailing spaces. 2008-04-08 22:58:33 +02:00
vlc_filter.h codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
vlc_fixups.h vlc_fixups.h: Protect against multiple inclusions 2008-03-19 18:58:46 +02: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 Compile fix. 2008-04-11 13:20:51 +02:00
vlc_interface.h Replace define by enum 2008-03-28 16:29:26 -07: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 Use typedef around vlc_key enum 2008-03-28 16:14:42 -07:00
vlc_md5.h Remove a few trailing spaces. 2008-04-08 22:58:33 +02:00
vlc_messages.h Store the object type name rather than object type ID within log messages. 2008-03-25 23:14:57 +02:00
vlc_meta.h Remove useless test before a free. 2008-03-11 22:57:35 +01:00
vlc_modules_macros.h vlc_modules_macros.h: Bump ABI version. 2008-03-26 18:44:36 +01: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 Remove HTTPD object type 2008-03-30 17:15:09 +03: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 playlist_NodeDump as nobody is using this debuging function. 2008-04-07 22:41:07 +02: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 Various spelling fixes. 2008-03-21 21:25:49 +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 Put (void)val; here and there to tell gcc we used the variable. 2008-03-20 16:59:11 +00:00
vlc_threads.h Remove unused object pointer from condition vars, mutexes and thread vars 2008-02-17 16:29:16 +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 Remove useless test before a free. 2008-03-11 22:57:35 +01:00
vlc_variables.h Unexport var_OptionParse 2008-02-21 18:46:02 +00:00
vlc_vlm.h Remove useless test (one more time). 2008-03-14 00:28:31 +01:00
vlc_vod.h Added missing const qualifier to vod_MediaControl. 2007-02-26 19:19:18 +00:00
vlc_vout.h Add doxygen comment.. 2008-04-09 12:41:06 +02:00
vlc_xml.h A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00