| .. |
|
vlc
|
libvlc: add libvlc_media_new_callbacks() for custom input media
|
11 years ago |
|
.gitignore
|
Ignore the vlc binaries
|
15 years ago |
|
vlc_access.h
|
access: pf_control is not mandatory for directory accesses
|
11 years ago |
|
vlc_addons.h
|
addons: add missing intf and meta categories
|
12 years ago |
|
vlc_aout.h
|
aout: robustify channel reordering
|
12 years ago |
|
vlc_aout_volume.h
|
aout: cleanup mixer and rename to volume
|
14 years ago |
|
vlc_arrays.h
|
Fix sizeof mismatch (fix many cids)
|
13 years ago |
|
vlc_atomic.h
|
Atomic: fix compilation under MSVC WinRT mode
|
12 years ago |
|
vlc_avcodec.h
|
Be more precise in libavcodec/libavformat/libavutil separation
|
13 years ago |
|
vlc_bits.h
|
vlc_bits: use vlc_common and guards against failed realloc
|
11 years ago |
|
vlc_block.h
|
block: remove block_FifoPace()
|
11 years ago |
|
vlc_block_helper.h
|
block_helper: remove dead assignments
|
11 years ago |
|
vlc_charset.h
|
Use _WIN32 rather than WIN32 (same for WIN64)
|
13 years ago |
|
vlc_codec.h
|
include: fix typo
|
11 years ago |
|
vlc_codec_synchro.h
|
LGPL
|
15 years ago |
|
vlc_codecs.h
|
demux: avi: add support for creative adpcm
|
11 years ago |
|
vlc_common.h
|
vlc_list_children: use vlc_value_t.p_address, not .p_object
|
11 years ago |
|
vlc_config.h
|
Avoid type conversion errors with VLC_TS_*
|
13 years ago |
|
vlc_config_cat.h
|
Small rewording of preferences categories
|
12 years ago |
|
vlc_configuration.h
|
modules: do not use non-portable union to store item flags in cache
|
13 years ago |
|
vlc_cpu.h
|
Enable FPU on 64-bits ARM
|
13 years ago |
|
vlc_demux.h
|
demux: add DEMUX_IS_PLAYLIST
|
11 years ago |
|
vlc_dialog.h
|
dialog: support format strings in dialog_Question()
|
14 years ago |
|
vlc_epg.h
|
vlc_epg: add parental rating from ts streams.
|
13 years ago |
|
vlc_es.h
|
es_format_t: make i_extra_languages unsigned
|
11 years ago |
|
vlc_es_out.h
|
Revert "input core: add status field per elementary stream"
|
12 years ago |
|
vlc_events.h
|
input: add vlc_InputItemPreparseEnded event
|
11 years ago |
|
vlc_extensions.h
|
fix filename self-references
|
15 years ago |
|
vlc_filter.h
|
spu: remove filter_DeleteSubpicture()
|
12 years ago |
|
vlc_fingerprinter.h
|
Fingerprinter: fix formatting
|
13 years ago |
|
vlc_fixups.h
|
Fix build when using C99 and C++11
|
11 years ago |
|
vlc_fourcc.h
|
FourCC: add D3D9 opaque GPU surface
|
11 years ago |
|
vlc_fs.h
|
vlc_readdir: remove string duplication, simplify
|
12 years ago |
|
vlc_gcrypt.h
|
LGPL
|
15 years ago |
|
vlc_http.h
|
access/http: Share cookies between all playlist items
|
12 years ago |
|
vlc_httpd.h
|
Allow custom HTTP headers for httpd_Stream
|
12 years ago |
|
vlc_image.h
|
image: remove dead code
|
12 years ago |
|
vlc_inhibit.h
|
inhibit: add separate flags for audio and video
|
14 years ago |
|
vlc_input.h
|
input: check malloc return
|
11 years ago |
|
vlc_input_item.h
|
input: add support for pointer options to input item
|
11 years ago |
|
vlc_interface.h
|
control: move CONSOLE_INTRO_MSG to a private header
|
11 years ago |
|
vlc_intf_strings.h
|
Qt: add rename directory option
|
13 years ago |
|
vlc_iso_lang.h
|
iso-639: remove now unused field
|
14 years ago |
|
vlc_keys.h
|
hotkeys: new hotkey for toggling subtitles
|
12 years ago |
|
vlc_main.h
|
Move input_item_array_t to <vlc_input_item.h>
|
12 years ago |
|
vlc_md5.h
|
LGPL
|
15 years ago |
|
vlc_media_library.h
|
core: remove media library support
|
13 years ago |
|
vlc_memory.h
|
LGPL
|
15 years ago |
|
vlc_messages.h
|
logger: track file, line and function for debug
|
11 years ago |
|
vlc_meta.h
|
main: update VLC_META_TYPE_COUNT
|
11 years ago |
|
vlc_meta_fetcher.h
|
meta_fetcher: rename as scope and set values
|
12 years ago |
|
vlc_mime.h
|
Move mime type guessing by extension to separate file and export it
|
14 years ago |
|
vlc_modules.h
|
Finish "core" renaming to avoid prefs crashes
|
13 years ago |
|
vlc_mouse.h
|
Revert "vlc_keys: define mouse's middle, 4 & 5 buttons."t revert
|
14 years ago |
|
vlc_mtime.h
|
LGPL
|
15 years ago |
|
vlc_network.h
|
Remove no longer used net_Write() argument
|
11 years ago |
|
vlc_objects.h
|
Privatize b_die
|
14 years ago |
|
vlc_opengl.h
|
opengl: remove lock/unlock callbacks
|
12 years ago |
|
vlc_pgpkey.h
|
include: typo and date fix
|
13 years ago |
|
vlc_picture.h
|
picture_Setup: missing const
|
12 years ago |
|
vlc_picture_fifo.h
|
LGPL
|
15 years ago |
|
vlc_picture_pool.h
|
picture_pool: remove evil no longer used picture_pool_NonEmpty()
|
11 years ago |
|
vlc_playlist.h
|
playlist: add (proper) playlist_Pause() and playlist_Resume()
|
11 years ago |
|
vlc_plugin.h
|
vlc_plugin: fix non-LGPL plugins meta infos
|
11 years ago |
|
vlc_probe.h
|
include: remove restrict keyword (fixes #12354)
|
12 years ago |
|
vlc_rand.h
|
LGPL
|
15 years ago |
|
vlc_services_discovery.h
|
Export services_discovery_RemoveAll
|
14 years ago |
|
vlc_sout.h
|
mux: remove return value from sout_mux_t.pf_delstream
|
11 years ago |
|
vlc_spu.h
|
LGPL
|
15 years ago |
|
vlc_stream.h
|
Add a default implementation for pf_readdir for StreamFilter. Use it in stream_filter/record.c
|
12 years ago |
|
vlc_strings.h
|
Locale independent, case-ignoring ASCII string comparison functions
|
12 years ago |
|
vlc_subpicture.h
|
Add support for rendering EIA-608 captions with a black background
|
13 years ago |
|
vlc_text_style.h
|
text_style/text_renderer: add support for halfwidth font
|
12 years ago |
|
vlc_threads.h
|
access_mms: fix linkage on OS/2
|
11 years ago |
|
vlc_tls.h
|
tls: add dedicated helpers for I/O
|
11 years ago |
|
vlc_update.h
|
LGPL
|
15 years ago |
|
vlc_url.h
|
vlc_UrlParse: rewrite, de-inline and simplify
|
14 years ago |
|
vlc_variables.h
|
variables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETCHOICES)
|
12 years ago |
|
vlc_video_splitter.h
|
LGPL
|
15 years ago |
|
vlc_vlm.h
|
fix typo in header, probably fix inclusion from C++
|
14 years ago |
|
vlc_vod.h
|
LGPL
|
15 years ago |
|
vlc_vout.h
|
vout: remove vout_ReleasePicture()
|
12 years ago |
|
vlc_vout_display.h
|
vout: simplify vout_display_NewWindow() parameters
|
12 years ago |
|
vlc_vout_osd.h
|
LGPL
|
15 years ago |
|
vlc_vout_window.h
|
vout: add helpers for OpenGL context without video output
|
12 years ago |
|
vlc_vout_wrapper.h
|
vout: privatize vout_display functions
|
12 years ago |
|
vlc_windows_interfaces.h
|
IApplicationAssociationRegistrationUI: move to single user
|
13 years ago |
|
vlc_xlib.h
|
LGPL
|
15 years ago |
|
vlc_xml.h
|
fix filename self-references
|
15 years ago |