1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
vlc/include
Rémi Denis-Courmont 6012a9c9f9 aout: add --stereo-mode to replace audio-channels variable (fixes #6)
Since audio-channels was not a configuration item, renaming is a mere
internal matter. This also fixes callback handling and factors code.
2012-10-04 22:13:31 +03:00
..
vlc Revert "Add new API to libvlc for persistent equalizer settings." 2012-09-21 13:54:55 +03: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_intf.h aout: remove intricate volume/mute transaction system 2012-07-03 18:04:09 +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: add --stereo-mode to replace audio-channels variable (fixes #6) 2012-10-04 22:13:31 +03:00
vlc_arrays.h Remove work-around for antique versions of MSVC 2012-09-03 12:45:28 +03:00
vlc_art_finder.h LGPL 2011-11-27 22:54:33 +01:00
vlc_atomic.h Partial atomic replacement for antiquated GCC versions (fixes #6825) 2012-08-23 21:01:52 +03: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 block: add block_FilePath() to load a file into a block_t 2012-09-29 19:13:52 +03: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 Fix truespeech in wav files 2012-08-09 12:16:09 +02:00
vlc_common.h Remove old MSVC and Borland work-arounds 2012-09-03 12:45:28 +03:00
vlc_config_cat.h Move configuration defines to <vlc_plugin.h> 2012-03-20 21:21:43 +02:00
vlc_config.h remove unused limits 2011-12-07 09:03:08 -05:00
vlc_configuration.h Remove unused config_GetConfDir 2012-10-04 19:11:15 +02:00
vlc_cpu.h Add ARMv6 CPU capability 2012-08-04 18:35:52 +03:00
vlc_demux.h Add SNR and signal level for access_demux 2012-05-11 00:01:53 +03: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 Reduce i_physical_channels to 16-bits for the time being 2012-04-21 19:23:46 +03: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 LGPL 2011-11-27 22:54:33 +01:00
vlc_fixups.h compat: mark getpid() as not throwing exceptions in C++ 2012-09-08 19:14:32 +03:00
vlc_fourcc.h Add Opus FourCC 2012-08-06 22:56:03 +02:00
vlc_fs.h Remove WinCE 2012-09-02 12:22:01 +03: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 LGPL 2011-11-27 22:54:33 +01:00
vlc_input_item.h Meta: add a tracktotal value 2012-06-12 01:49:29 +02:00
vlc_input.h LGPL 2011-11-27 22:54:33 +01:00
vlc_interface.h More extensions for the open dialog 2012-10-02 18:30:32 +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 Define brightness keys, zoom keys and missing media keys 2012-08-28 06:59:43 +03: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 Unexport ml_Create() and ml_Destroy() 2012-08-21 21:31:53 +03: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 Remove WinCE 2012-09-02 12:22:01 +03:00
vlc_objects.h Privatize vlc_object_kill() 2012-05-09 20:12:13 +03:00
vlc_opengl.h fix filename self-references 2011-12-15 17:09:31 +02:00
vlc_osd.h Remove osd_Volume() 2012-07-21 17:27:28 +03:00
vlc_pgpkey.h Public keys should be constant data 2012-09-10 15:05:32 +02: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 Move vlc_atomic_t to <vlc_atomic.h> and correct definition 2012-05-13 20:28:00 +03:00
vlc_playlist.h LGPL 2011-11-27 22:54:33 +01:00
vlc_plugin.h config: add integer list callbacks for config items 2012-09-15 10:30:48 +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 filename self-references 2011-12-15 17:09:31 +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 LGPL 2011-11-27 22:54:33 +01:00
vlc_text_style.h LGPL 2011-11-27 22:54:33 +01:00
vlc_threads.h Write generic semaphore back-end and merge generic thread code 2012-09-11 12:31:14 +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 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 vout_window: make zero an error value for window type 2012-07-05 18:13:33 +03: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