| .. |
|
vlc
|
libvlc_audio_*: remove useless exception parameters
|
17 years ago |
|
.gitignore
|
Add more ignores.
|
18 years ago |
|
mmx.h
|
Removes trailing spaces. Removes tabs.
|
19 years ago |
|
vlc_access.h
|
Fix doxygene documentation.
|
17 years ago |
|
vlc_acl.h
|
Tag some APIs as LIBVLC_USED
|
18 years ago |
|
vlc_aout.h
|
Convert audio output core to audio filter2
|
17 years ago |
|
vlc_aout_mixer.h
|
Cosmetic change
|
17 years ago |
|
vlc_arrays.h
|
Abort if array allocation fails
|
17 years ago |
|
vlc_art_finder.h
|
art_finder_t: custom type for art finder modules
|
17 years ago |
|
vlc_avcodec.h
|
Add a centralized avcodec lock
|
17 years ago |
|
vlc_bits.h
|
vlc_bits: constify
|
17 years ago |
|
vlc_block.h
|
Make it possible to flag blocks as interlaced and use in rawvideo and v4l2.
|
17 years ago |
|
vlc_block_helper.h
|
Added a missing block_BytestreamEmpty helper.
|
17 years ago |
|
vlc_charset.h
|
utf8_open: make third parameter optional
|
17 years ago |
|
vlc_codec.h
|
Fixed includes in vlc_codec.h
|
17 years ago |
|
vlc_codec_synchro.h
|
Convert stream to system timestamp after the decoder.
|
18 years ago |
|
vlc_codecs.h
|
Use VLC_CODEC for ADPCM_IMA_WAV
|
17 years ago |
|
vlc_common.h
|
Use __typeof__ which works with any GNU C profile, not like typeof
|
17 years ago |
|
vlc_config.h
|
Do not decode subtitles too much in advanced.
|
17 years ago |
|
vlc_config_cat.h
|
(p?)gettext -> vlc_\1gettext
|
17 years ago |
|
vlc_configuration.h
|
Remove config_GetCacheDir
|
17 years ago |
|
vlc_cpu.h
|
Always defined CPU_CAPABILITY_*
|
17 years ago |
|
vlc_demux.h
|
Use a VLC object for meta reader
|
17 years ago |
|
vlc_dialog.h
|
Separate variable for modal and non modal errors
|
17 years ago |
|
vlc_epg.h
|
Moved out epg functions from vlc_epg.h and es_out.c to src/misc/epg.c.
|
17 years ago |
|
vlc_es.h
|
es: RGB masks needs to be uint32_t.
|
17 years ago |
|
vlc_es_out.h
|
Added a ES_OUT_SET_META to es_out.
|
17 years ago |
|
vlc_events.h
|
input: Expose input_ItemHasErrorWhenReading.
|
18 years ago |
|
vlc_filter.h
|
Rationalize filter_t (save 8 pointers)
|
17 years ago |
|
vlc_fixups.h
|
NULL is defined in stddef.h
|
17 years ago |
|
vlc_fourcc.h
|
Support for Forward Uncompressed video
|
17 years ago |
|
vlc_gcrypt.h
|
Missing #include <errno.h>
|
17 years ago |
|
vlc_http.h
|
Add library functions for HTTP client authentication
|
17 years ago |
|
vlc_httpd.h
|
Privatize httpd_MsgInit and httpd_MsgClean
|
18 years ago |
|
vlc_image.h
|
Add image_Mime2Fourcc() function and use in image_ReadUrl()
|
17 years ago |
|
vlc_inhibit.h
|
vlc_inhibit_t: plugin type for screen saver inhibition
|
17 years ago |
|
vlc_input.h
|
Removed b_block parameter from input_Read.
|
17 years ago |
|
vlc_input_item.h
|
Stored vlc_epg_t array inside input_item_t.
|
17 years ago |
|
vlc_interface.h
|
Support of .vqf and .w64 files on file opening
|
17 years ago |
|
vlc_intf_strings.h
|
remove dead links.
|
17 years ago |
|
vlc_iso_lang.h
|
SO friendliness
|
17 years ago |
|
vlc_keys.h
|
KeyToString: allocate key on heap
|
17 years ago |
|
vlc_main.h
|
Thread-safe and more compact hotkeys initialization
|
17 years ago |
|
vlc_md5.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_messages.h
|
Fix doxygene documentation.
|
17 years ago |
|
vlc_meta.h
|
Use VLC object for meta writer and factor code
|
17 years ago |
|
vlc_modules.h
|
Helper to get the capability of a module and its score.
|
18 years ago |
|
vlc_mouse.h
|
Added mouse support to filter_t and filter_chain_t.
|
17 years ago |
|
vlc_mtime.h
|
Remove leftover #endif
|
17 years ago |
|
vlc_network.h
|
net_Accept: remove timeout parameter
|
17 years ago |
|
vlc_objects.h
|
vlc_objects.h: add LIBVLC_MALLOC and LIBVLC_USED
|
17 years ago |
|
vlc_osd.h
|
Fixed some corner case errors with SPU.
|
17 years ago |
|
vlc_pgpkey.h
|
Use the 2009 key
|
17 years ago |
|
vlc_picture.h
|
Completed picture_Export documentation.
|
17 years ago |
|
vlc_picture_fifo.h
|
Cosmetics (K&R of picture_fifo).
|
17 years ago |
|
vlc_picture_pool.h
|
Cosmetics (K&R of picture_pool).
|
17 years ago |
|
vlc_playlist.h
|
Make playlist_export_t a VLC object
|
17 years ago |
|
vlc_plugin.h
|
Bump plugin ABI
|
17 years ago |
|
vlc_rand.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_services_discovery.h
|
Remove useless parameter
|
18 years ago |
|
vlc_sout.h
|
sout_MuxNew: constify.
|
17 years ago |
|
vlc_sql.h
|
Sql Core
|
17 years ago |
|
vlc_stream.h
|
Implement access_GetParentInput and demux_GetParentInput and use.
|
17 years ago |
|
vlc_strings.h
|
Warned about unused filename_sanitize result.
|
17 years ago |
|
vlc_subpicture.h
|
emoved unused pf_render function in subpicture_t.
|
17 years ago |
|
vlc_threads.h
|
Implement thread semaphores
|
17 years ago |
|
vlc_tls.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_update.h
|
Update mechanism: split update.c
|
17 years ago |
|
vlc_url.h
|
Remove vlc_UrlEncode
|
17 years ago |
|
vlc_variables.h
|
variables: fix typo.
|
17 years ago |
|
vlc_video_splitter.h
|
Window position in video_splitter_cfg_t is relative.
|
17 years ago |
|
vlc_vlm.h
|
Cosmetic.
|
17 years ago |
|
vlc_vod.h
|
Fix doxygene documentation.
|
17 years ago |
|
vlc_vout.h
|
Moved DEFAULT_CHAN to vlc_osd.h
|
17 years ago |
|
vlc_vout_display.h
|
Added a is_forced parameter to VOUT_DISPLAY_CHANGE_DISPLAY_SIZE.
|
17 years ago |
|
vlc_vout_window.h
|
vout_window_t: privatize module pointer
|
17 years ago |
|
vlc_vout_wrapper.h
|
Fix typos in comments
|
17 years ago |
|
vlc_windows_interfaces.h
|
Win32: make the windows_interfaces header compatible with shlobj.h
|
17 years ago |
|
vlc_xml.h
|
Add a bunch of \file doxygen comments
|
18 years ago |