1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/include
Rémi Denis-Courmont aa1a821d4f libvlc: simplify logging callback
Remove static data, and keep each callback correctly scoped to its
LibVLC instance.
2013-03-18 23:15:21 +02:00
..
vlc lib: fix signedness of SPU track ID in libvlc_video_set_spu() 2013-02-19 23:43:03 +02:00
.gitignore Ignore the vlc binaries 2011-08-08 18:33:04 +03:00
vlc_access.h LGPL 2011-11-27 22:54:33 +01:00
vlc_aout_volume.h aout: cleanup mixer and rename to volume 2012-07-17 22:49:59 +03:00
vlc_aout.h aout: add deinterleave helper for doing packet->planar for audio samples 2012-12-30 13:24:27 +02:00
vlc_arrays.h TAB_FIND/TAB_REMOVE: remove inner variable, improve expansion safety 2013-02-06 20:56:38 +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 LGPL 2011-11-27 22:54:33 +01: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 Add block_shm_Alloc() 2013-01-12 22:50:37 +02:00
vlc_charset.h Implement filesystem.c and plugin.c for OS/2 2012-05-11 17:49:09 +03:00
vlc_codec_synchro.h LGPL 2011-11-27 22:54:33 +01:00
vlc_codec.h Replace remaining instances of aout_buffer_t with block_t 2012-05-22 23:21:16 +03:00
vlc_codecs.h Wav: add another AAC variant 2012-10-28 12:08:08 +01:00
vlc_common.h Remove unused typedefs 2013-01-31 19:48:56 +02:00
vlc_config_cat.h Remove dead subcategories 2012-10-19 22:29:27 +03:00
vlc_config.h Remove unused #define's 2012-11-26 19:59:05 +02: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: define proper controls for menu navigation 2013-02-01 17:54:34 +02:00
vlc_dialog.h dialog: support format strings in dialog_Question() 2012-09-30 16:45:11 +03:00
vlc_epg.h LGPL 2011-11-27 22:54:33 +01:00
vlc_es_out.h LGPL 2011-11-27 22:54:33 +01:00
vlc_es.h araw: add 8.1 support (fixes #4896) 2012-11-01 21:44:38 +02: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_fixups.h Remove untested strncasecmp replacement 2013-01-15 09:36:51 +01:00
vlc_fourcc.h Remove unsupported SONIC codec 2013-03-09 12:32:31 +02:00
vlc_fs.h Win32: undef lseek before redefining it 2013-01-15 16:10:40 +01: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 Move httpd typedefs to <vlc_httpd.h> 2012-04-02 20:15:16 +03: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 audio input core: fix wrong parsing of replaygain tags (fix #8174) 2013-03-10 17:19:08 +01:00
vlc_interface.h libvlc: simplify logging callback 2013-03-18 23:15:21 +02:00
vlc_intf_strings.h LGPL 2011-11-27 22:54:33 +01:00
vlc_iso_lang.h iso-639: remove now unused field 2012-07-14 11:38:41 +03:00
vlc_keys.h hotkeys: add context menu action 2013-01-31 23:25:30 +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 media library: remove non-sensical use of spin locks 2012-11-10 20:50:11 +02:00
vlc_memory.h LGPL 2011-11-27 22:54:33 +01:00
vlc_messages.h Move message subscription stuff from vlc_messages.h to vlc_interface.h 2012-04-18 23:22:41 +03:00
vlc_meta.h Meta: add a tracktotal value 2012-06-12 01:49:29 +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 Win32: we need gai_strerrorA and not gai_strerrorW 2013-01-15 16:59:52 +01:00
vlc_objects.h Privatize b_die 2012-11-10 19:47:54 +02:00
vlc_opengl.h fix filename self-references 2011-12-15 17:09:31 +02: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 Remove picture quantization table (same reason as qtype) 2013-03-09 21:39:23 +02:00
vlc_playlist.h Core playlist: provide playlist_GetNodeDuration 2012-12-20 17:31:12 +01:00
vlc_plugin.h Remove dead subcategories 2012-10-19 22:29:27 +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 Fix typo in comment 2012-10-22 02:46:02 +02:00
vlc_spu.h LGPL 2011-11-27 22:54:33 +01:00
vlc_sql.h Fix some common typos. 2012-02-28 11:44:34 +04:00
vlc_stream.h stream_Demux: add getters for position, length and time (refs #3145) 2012-08-21 18:32:52 +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 LGPL 2011-11-27 22:54:33 +01:00
vlc_threads.h os2: implement poll() with timeout free cancellation 2013-03-05 18:43:29 +02: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 fix filename self-references 2011-12-15 17:09:31 +02: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 Remove VOUT_WINDOW_TYPE_NATIVE (close #7666) 2012-10-28 20:50:13 +02:00
vlc_vout_wrapper.h LGPL 2011-11-27 22:54:33 +01:00
vlc_vout.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_windows_interfaces.h Win32: Add a mingw-w64 2.0.1 workaround 2012-02-01 17:48:53 -05: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