1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
vlc/include
Arun Pandian G 81a79c99f9 intf: WebVTT extensions detection
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-11-04 15:03:09 +01:00
..
vlc Fix grammar in comments 2013-09-11 21:57:58 +02:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h access: remove info.i_(update|title|seekpoint) 2013-08-26 22:47:55 +03:00
vlc_aout_volume.h aout: cleanup mixer and rename to volume 2012-07-17 22:49:59 +03:00
vlc_aout.h aout: rework aout_Interleave() 2013-08-08 20:19:51 +03:00
vlc_arrays.h Fix sizeof mismatch (fix many cids) 2013-07-22 18:03:55 +02:00
vlc_art_finder.h LGPL 2011-11-27 22:54:33 +01:00
vlc_atomic.h Rewrite atomic float helpers, fix 64-bits big endian support 2012-12-13 18:53:52 +02:00
vlc_avcodec.h Be more precise in libavcodec/libavformat/libavutil separation 2013-10-22 09:32:23 +02:00
vlc_bits.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_block_helper.h vlc_block_helper.h: remove wrong comment 2012-04-13 17:23:21 +02:00
vlc_block.h Export block_FifoWake() :-( 2013-08-24 13:04:56 +03:00
vlc_charset.h Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
vlc_codec_synchro.h LGPL 2011-11-27 22:54:33 +01:00
vlc_codec.h decoder: separate aout initialization from buffer allocation 2013-07-26 19:36:53 +03:00
vlc_codecs.h Be more precise in libavcodec/libavformat/libavutil separation 2013-10-22 09:32:23 +02:00
vlc_common.h Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
vlc_config_cat.h Remove more unused msgid defines and de-duplication 2013-05-02 15:58:43 +02:00
vlc_config.h input: remove INPUT_FSTAT_NB_READS 2013-04-17 23:22:59 +03:00
vlc_configuration.h modules: do not use non-portable union to store item flags in cache 2013-01-27 19:21:30 +02:00
vlc_cpu.h Enable FPU on 64-bits ARM 2013-02-27 20:17:28 +02:00
vlc_demux.h demux: fix bit logic 2013-08-27 19:33:46 +03:00
vlc_dialog.h dialog: support format strings in dialog_Question() 2012-09-30 16:45:11 +03:00
vlc_epg.h vlc_epg: add parental rating from ts streams. 2013-03-28 15:59:25 +01:00
vlc_es_out.h LGPL 2011-11-27 22:54:33 +01:00
vlc_es.h vlc_es: add defines for priority levels 2013-11-04 18:09:43 +09:00
vlc_events.h Export services_discovery_RemoveAll 2012-03-16 00:46:02 +01:00
vlc_extensions.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_filter.h audio filters: remove old filter_NewAudioBuffer() 2013-03-01 17:59:56 +02:00
vlc_fingerprinter.h Fingerprinter: fix formatting 2013-11-03 18:46:42 +01:00
vlc_fixups.h compat: add some more thread locale constants 2013-08-31 16:00:28 +03:00
vlc_fourcc.h Map Voxware MetaSound Codec IDs 2013-08-08 18:01:10 +02:00
vlc_fs.h Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
vlc_gcrypt.h LGPL 2011-11-27 22:54:33 +01:00
vlc_http.h LGPL 2011-11-27 22:54:33 +01:00
vlc_httpd.h httpd: Start new clients only at keyframes. 2013-09-16 14:39:12 +02:00
vlc_image.h LGPL 2011-11-27 22:54:33 +01:00
vlc_inhibit.h inhibit: add separate flags for audio and video 2012-11-30 19:13:24 +02:00
vlc_input_item.h Meta: add a tracktotal value 2012-06-12 01:49:29 +02:00
vlc_input.h access: remove info.i_(update|title|seekpoint) 2013-08-26 22:47:55 +03:00
vlc_interface.h intf: WebVTT extensions detection 2013-11-04 15:03:09 +01:00
vlc_intf_strings.h Qt: add rename directory option 2013-10-12 22:07:51 +02:00
vlc_iso_lang.h iso-639: remove now unused field 2012-07-14 11:38:41 +03:00
vlc_keys.h Subsync: added an easier way to sync subtitles 2013-04-13 20:09:54 +02:00
vlc_main.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_md5.h LGPL 2011-11-27 22:54:33 +01:00
vlc_media_library.h core: remove media library support 2013-03-24 19:31:10 +02:00
vlc_memory.h LGPL 2011-11-27 22:54:33 +01:00
vlc_messages.h msg_...: default value for MODULE_STRING 2013-09-15 20:38:41 +03:00
vlc_meta.h Add support for writing more Ogg tags. 2013-09-03 11:21:38 +02:00
vlc_mime.h Move mime type guessing by extension to separate file and export it 2012-08-28 19:06:04 +02:00
vlc_modules.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_mouse.h Revert "vlc_keys: define mouse's middle, 4 & 5 buttons."t revert 2012-03-02 12:09:36 +01:00
vlc_mtime.h LGPL 2011-11-27 22:54:33 +01:00
vlc_network.h Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
vlc_objects.h Privatize b_die 2012-11-10 19:47:54 +02:00
vlc_opengl.h opengl: add missing callback to release the (current) context 2013-06-04 20:55:06 +03:00
vlc_pgpkey.h include: typo and date fix 2013-01-22 02:03:46 +01:00
vlc_picture_fifo.h LGPL 2011-11-27 22:54:33 +01:00
vlc_picture_pool.h LGPL 2011-11-27 22:54:33 +01:00
vlc_picture.h picture: convert to standard atomic operations 2013-08-14 19:32:05 +03:00
vlc_playlist.h Core playlist: provide playlist_GetNodeDuration 2012-12-20 17:31:12 +01:00
vlc_plugin.h plugin: remove non-existent subcategory hint items type 2013-10-25 22:32:50 +03:00
vlc_probe.h LGPL 2011-11-27 22:54:33 +01:00
vlc_rand.h LGPL 2011-11-27 22:54:33 +01:00
vlc_services_discovery.h Export services_discovery_RemoveAll 2012-03-16 00:46:02 +01:00
vlc_sout.h access_out: add CAN_SEEK control 2013-08-18 22:01:07 +03:00
vlc_spu.h LGPL 2011-11-27 22:54:33 +01:00
vlc_stream.h input: add access & stream controls for current title and seekpoint 2013-08-26 22:42:34 +03:00
vlc_strings.h str_format_meta(): take playlist as parameter directly 2012-08-21 21:31:54 +03:00
vlc_subpicture.h Add support for rendering EIA-608 captions with a black background 2013-01-10 21:58:13 +01:00
vlc_text_style.h Add a mono font name to the text_style_t 2013-09-09 17:09:34 +02:00
vlc_threads.h typo 2013-08-18 21:57:03 +03:00
vlc_tls.h tls: add service parameter for handshake 2012-09-30 16:45:12 +03:00
vlc_update.h LGPL 2011-11-27 22:54:33 +01:00
vlc_url.h vlc_UrlParse: rewrite, de-inline and simplify 2012-08-20 23:06:18 +03:00
vlc_variables.h var_Command: remove broken-by-design function 2013-04-23 22:49:32 +03:00
vlc_video_splitter.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vlm.h fix typo in header, probably fix inclusion from C++ 2012-08-01 23:10:44 +02:00
vlc_vod.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout_display.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout_osd.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout_window.h window: add window type 2013-11-03 16:21:59 +02:00
vlc_vout_wrapper.h vout_ManageWrapper: reset display pool after we reset render 2013-07-23 16:12:57 +02:00
vlc_vout.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_windows_interfaces.h IApplicationAssociationRegistrationUI: move to single user 2013-09-18 00:43:37 +02:00
vlc_xlib.h LGPL 2011-11-27 22:54:33 +01:00
vlc_xml.h fix filename self-references 2011-12-15 17:09:31 +02:00