1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-14 21:25:09 +02:00
vlc/include
Rémi Denis-Courmont 3512e4087e spu: remove filter_DeleteSubpicture()
This is only used in error corner cases, and is always the same as
calling subpicture_Delete() directly.
2014-10-30 17:26:43 +02:00
..
vlc doc: grammar 2014-09-17 00:46:18 +03:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h Add a pf_readdir callback to access_t modules 2014-06-24 10:58:17 +02:00
vlc_addons.h addons: add missing intf and meta categories 2014-07-23 11:34:09 +09:00
vlc_aout_volume.h aout: cleanup mixer and rename to volume 2012-07-17 22:49:59 +03:00
vlc_aout.h aout: robustify channel reordering 2014-08-30 12:50:21 +03:00
vlc_arrays.h Fix sizeof mismatch (fix many cids) 2013-07-22 18:03:55 +02:00
vlc_atomic.h Atomic: fix compilation under MSVC WinRT mode 2014-02-10 16:52:46 +01: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 block_helper.h: add few unlikely 2014-07-15 16:07:19 +03:00
vlc_block.h block: fix invalid memory access in block_Fifo(Count|Size) 2014-10-02 20:49:49 +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 vout initialization from buffer allocation 2014-10-30 16:27:44 +02:00
vlc_codecs.h Fix typo 2014-04-27 15:45:13 +02:00
vlc_common.h variables: store a single type per list 2014-10-23 20:36:48 +03:00
vlc_config_cat.h Small rewording of preferences categories 2014-05-26 16:17:04 +02:00
vlc_config.h Avoid type conversion errors with VLC_TS_* 2013-11-29 09:48:03 -05: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 input: add DEMUX_SET_ES notification 2013-12-11 20:17:06 +01: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 Revert "input core: add status field per elementary stream" 2014-02-15 22:50:53 +01:00
vlc_es.h Cosmetic fix 2014-10-14 20:45:08 +03:00
vlc_events.h Add addons management API 2014-02-09 21:20:43 +01:00
vlc_extensions.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_filter.h spu: remove filter_DeleteSubpicture() 2014-10-30 17:26:43 +02:00
vlc_fingerprinter.h Fingerprinter: fix formatting 2013-11-03 18:46:42 +01:00
vlc_fixups.h android: fix nanf detection 2014-10-09 20:31:33 +03:00
vlc_fourcc.h Add YUVA 444 10bits FourCC 2014-10-26 19:59:53 +01:00
vlc_fs.h vlc_readdir: remove string duplication, simplify 2014-01-27 18:56:15 +02:00
vlc_gcrypt.h LGPL 2011-11-27 22:54:33 +01:00
vlc_http.h access/http: Share cookies between all playlist items 2014-09-16 23:31:49 +03:00
vlc_httpd.h Allow custom HTTP headers for httpd_Stream 2014-02-17 20:35:00 +01:00
vlc_image.h image: remove dead code 2014-07-30 20:40:08 +03:00
vlc_inhibit.h inhibit: add separate flags for audio and video 2012-11-30 19:13:24 +02:00
vlc_input_item.h playlist: move i_nb_played to playlist item, not the input item 2014-08-16 13:05:39 +03:00
vlc_input.h include: fix external compilation (fixes #12355) 2014-10-07 23:21:35 +03:00
vlc_interface.h Add .evo files to open dialogs 2014-08-10 08:56:26 +02: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 hotkeys: new hotkey for toggling subtitles 2014-06-14 13:25:59 +02:00
vlc_main.h Move input_item_array_t to <vlc_input_item.h> 2013-12-31 19:40:06 +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 vlc_strerror() and vlc_strerror_c() convenience wrappers 2013-12-29 15:36:02 +02:00
vlc_meta_fetcher.h meta_fetcher: rename as scope and set values 2014-05-21 19:24:22 +02:00
vlc_meta.h deprecate art-album variable 2014-05-19 12:02:41 +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 Finish "core" renaming to avoid prefs crashes 2013-12-10 11:38:29 +01: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 win32: remove unused net_strerror() 2013-12-29 17:12:19 +02:00
vlc_objects.h Privatize b_die 2012-11-10 19:47:54 +02:00
vlc_opengl.h gl: add resize callback 2014-10-16 20:23:39 +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 Unexport picture_pool_NonEmpty() 2014-10-29 21:27:49 +02:00
vlc_picture.h picture_Setup: missing const 2014-03-12 00:24:48 +02:00
vlc_playlist.h playlist: move i_nb_played to playlist item, not the input item 2014-08-16 13:05:39 +03:00
vlc_plugin.h Bump plugin ABI 2014-08-17 10:32:19 +03:00
vlc_probe.h include: remove restrict keyword (fixes #12354) 2014-10-07 23:16:11 +03: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 sap: remove bogus error return 2014-06-20 20:01:15 +03:00
vlc_spu.h LGPL 2011-11-27 22:54:33 +01:00
vlc_stream.h Add a default implementation for pf_readdir for StreamFilter. Use it in stream_filter/record.c 2014-06-24 10:58:17 +02:00
vlc_strings.h Locale independent, case-ignoring ASCII string comparison functions 2014-07-26 11:36: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 text_style/text_renderer: add support for halfwidth font 2014-08-05 14:36:40 +09:00
vlc_threads.h src: darwin/thread: reimplement monotonic clock for darwin 2014-01-07 09:49:56 +01:00
vlc_tls.h include: remove restrict keyword (fixes #12354) 2014-10-07 23:16:11 +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 variables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETCHOICES) 2014-10-23 22:11:49 +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 vout: simplify vout_display_NewWindow() parameters 2014-10-26 09:11:44 +02:00
vlc_vout_osd.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout_window.h vout: add helpers for OpenGL context without video output 2014-10-16 20:23:39 +03:00
vlc_vout_wrapper.h vout: privatize vout_display functions 2014-10-16 20:23:39 +03:00
vlc_vout.h api: allow to change A/R on the fly. 2013-12-30 15:40:36 +01: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