| .. |
|
vlc
|
lib: renderer_discoverer: add item hold/release
|
9 years ago |
|
.gitignore
|
Ignore the vlc binaries
|
15 years ago |
|
vlc_access.h
|
input: move access_fsdir to input/item.c
|
9 years ago |
|
vlc_actions.h
|
actions: add vlc_actions_get_keycodes
|
9 years ago |
|
vlc_addons.h
|
addons: simplify events handling
|
9 years ago |
|
vlc_aout.h
|
aout: move playlist_VolumeUp implementation to aout_VolumeUpdate
|
9 years ago |
|
vlc_aout_volume.h
|
include: add/fix more Doxygen groups
|
11 years ago |
|
vlc_arrays.h
|
vlc_arrays: add vlc_dictionary_is_empty
|
9 years ago |
|
vlc_atomic.h
|
vlc_atomic: atomic_compare_exchange_strong_explicit takes 5 parameters
|
10 years ago |
|
vlc_avcodec.h
|
Be more precise in libavcodec/libavformat/libavutil separation
|
13 years ago |
|
vlc_bits.h
|
vlc_bits: bs_skip ovfw (fix #17985)
|
9 years ago |
|
vlc_block.h
|
vlc_block: renumber flags
|
9 years ago |
|
vlc_block_helper.h
|
vlc_block_helper: fix offset peek
|
9 years ago |
|
vlc_boxes.h
|
split vlc_bits.h into vlc_boxes.h
|
11 years ago |
|
vlc_charset.h
|
vlc_charset: add VLC_ICONV_ERR
|
10 years ago |
|
vlc_codec.h
|
vlc_codec: make sure we check the return value of decoder_Update[Audio|Video]Format
|
9 years ago |
|
vlc_codecs.h
|
demux: avi: map Qnap ADTS
|
9 years ago |
|
vlc_common.h
|
vlc_common: GCC enumerator attributes are only available since gcc 6
|
9 years ago |
|
vlc_config.h
|
Avoid type conversion errors with VLC_TS_*
|
13 years ago |
|
vlc_config_cat.h
|
Config: Add a resampler category
|
10 years ago |
|
vlc_configuration.h
|
config_GetType(): remove unused parameter
|
9 years ago |
|
vlc_cpu.h
|
Remove ifdefs for GCC version below 4.4
|
9 years ago |
|
vlc_demux.h
|
input: Allow demux_filter to be enabled/disabled
|
9 years ago |
|
vlc_dialog.h
|
dialog: fix comment typo
|
10 years ago |
|
vlc_epg.h
|
libvlc: remove vlc_epg_Merge
|
9 years ago |
|
vlc_es.h
|
es: pass no cc reorder in es fmt
|
9 years ago |
|
vlc_es_out.h
|
input: Allow the sout to change on the fly
|
9 years ago |
|
vlc_events.h
|
input: remove the vlc_InputItemSubItemAdded event
|
9 years ago |
|
vlc_extensions.h
|
vlc_extensions.h: Fix doxygen comments
|
9 years ago |
|
vlc_filter.h
|
filter_chain: replace GetLength with IsEmpty
|
9 years ago |
|
vlc_fingerprinter.h
|
vlc_fingerprinter: use size_t for index argument in callback
|
9 years ago |
|
vlc_fixups.h
|
core: add aligned_free to match the aligned_alloc used in the code
|
9 years ago |
|
vlc_fourcc.h
|
fourcc/es: unify EIA/CEA fourcc with channel in fmt
|
9 years ago |
|
vlc_fs.h
|
src: add vlc_close() wrapper
|
10 years ago |
|
vlc_gcrypt.h
|
gcrypt: require libgcrypt >= 1.6.0
|
11 years ago |
|
vlc_http.h
|
http: remove secure flag for setting cookies (refs #16174)
|
10 years ago |
|
vlc_httpd.h
|
httpd: missing const
|
9 years ago |
|
vlc_image.h
|
image: constify some parameters
|
9 years ago |
|
vlc_inhibit.h
|
inhibit: add separate flags for audio and video
|
14 years ago |
|
vlc_input.h
|
input: Provide the potential renderer upon input thread creation
|
9 years ago |
|
vlc_input_item.h
|
input: move access_fsdir to input/item.c
|
9 years ago |
|
vlc_interface.h
|
Map dvr-ms files in the interface
|
9 years ago |
|
vlc_interrupt.h
|
include: fix spelling mistakes
|
10 years ago |
|
vlc_intf_strings.h
|
qt: remove the renderer selection dialog
|
10 years ago |
|
vlc_iso_lang.h
|
iso-639: remove now unused field
|
14 years ago |
|
vlc_keystore.h
|
keystore: improve documentation
|
9 years ago |
|
vlc_main.h
|
actions: replace libvlc->p_hotkeys
|
9 years ago |
|
vlc_md5.h
|
vlc_md5.h: Fix inclusion in c++
|
10 years ago |
|
vlc_media_library.h
|
core: remove media library support
|
13 years ago |
|
vlc_memory.h
|
include: improve Doxygen modules
|
11 years ago |
|
vlc_memstream.h
|
Optimize vlc_memstream_puts() with constant string
|
9 years ago |
|
vlc_messages.h
|
messages: add thread ID in message meta-data
|
10 years ago |
|
vlc_meta.h
|
Remove stray "album-art" variable usage
|
10 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
|
vlc_modules.h: protect multiple includes
|
9 years ago |
|
vlc_mouse.h
|
Remove most nested headers from <vlc_filter.h>
|
10 years ago |
|
vlc_mtime.h
|
misc: remove unused mstrtime()
|
10 years ago |
|
vlc_network.h
|
vlc_network: move OS/2 stuffs to include/vlc_fixups.h
|
9 years ago |
|
vlc_objects.h
|
objres: add simple memory allocation
|
9 years ago |
|
vlc_opengl.h
|
egl: add EGLImageKHR functions
|
9 years ago |
|
vlc_pgpkey.h
|
include: typo and date fix
|
13 years ago |
|
vlc_picture.h
|
picture: copy picture context in picture_Copy() (fixes #14456)
|
9 years ago |
|
vlc_picture_fifo.h
|
LGPL
|
15 years ago |
|
vlc_picture_pool.h
|
vout: remove picture_pool_Reset()
|
9 years ago |
|
vlc_playlist.h
|
playlist: Add playlist_SetRenderer
|
9 years ago |
|
vlc_plugin.h
|
Bump plugin ABI
|
9 years ago |
|
vlc_probe.h
|
include: remove restrict keyword (fixes #12354)
|
12 years ago |
|
vlc_rand.h
|
LGPL
|
15 years ago |
|
vlc_renderer_discovery.h
|
rd: collapse vlc_rd_start() into vlc_rd_new()
|
9 years ago |
|
vlc_services_discovery.h
|
vlc_services_discovery: don't return void
|
9 years ago |
|
vlc_sout.h
|
sdp: use vlc_memstream
|
9 years ago |
|
vlc_spu.h
|
vout_subpictures: add sub filter/source proxy callbacks
|
9 years ago |
|
vlc_stream.h
|
vlc_stream: add STREAM_GET_TAGS
|
9 years ago |
|
vlc_stream_extractor.h
|
vlc_stream_extractor: vlc_stream_NewMRL: fixup of documentation
|
9 years ago |
|
vlc_strings.h
|
Split out vlc_filenamecmp()
|
9 years ago |
|
vlc_subpicture.h
|
vlc_subpicture: add balanced text region flag
|
9 years ago |
|
vlc_text_style.h
|
text_style: add line breaking info
|
9 years ago |
|
vlc_threads.h
|
win32: Add a vlc_mta_holder
|
9 years ago |
|
vlc_timestamp_helper.h
|
omxil: split timestamp helper to re-useable header
|
11 years ago |
|
vlc_tls.h
|
tls: fix file description
|
9 years ago |
|
vlc_update.h
|
update: use Makefile conditional to disable code
|
9 years ago |
|
vlc_url.h
|
url: handle IRIs properly in vlc_UrlParse() (fixes #17515)
|
10 years ago |
|
vlc_variables.h
|
variables: remove write-only variable default value
|
10 years ago |
|
vlc_video_splitter.h
|
Unexport video_splitter_(New|Delete)
|
9 years ago |
|
vlc_viewpoint.h
|
viewpoint: add vlc_viewpoint_clip
|
9 years ago |
|
vlc_vlm.h
|
include: improve Doxygen modules
|
11 years ago |
|
vlc_vod.h
|
include: improve Doxygen modules
|
11 years ago |
|
vlc_vout.h
|
vlc_vout: the output video_format_t in vout_GetSnapshot() can be NULL
|
9 years ago |
|
vlc_vout_display.h
|
core: rename vlc_keys.h to vlc_actions.h
|
9 years ago |
|
vlc_vout_osd.h
|
vlc_vout: channels disambiguation
|
9 years ago |
|
vlc_vout_window.h
|
window: deinhibit the screensaver on pause (fixes #3724)
|
9 years ago |
|
vlc_vout_wrapper.h
|
core: add a vlc_rational_t type for unsigned rational numbers
|
9 years ago |
|
vlc_xlib.h
|
LGPL
|
15 years ago |
|
vlc_xml.h
|
vlc_xml: handle error return code
|
11 years ago |