| .. |
|
vlc
|
Have (and document) libvlc_media_get_duration return ms
|
17 years ago |
|
.gitignore
|
Add more ignores.
|
18 years ago |
|
mmx.h
|
Removes trailing spaces. Removes tabs.
|
19 years ago |
|
vlc_access.h
|
Removed useless ACCESS_GET_MTU/STREAM_GET_MTU.
|
17 years ago |
|
vlc_acl.h
|
Tag some APIs as LIBVLC_USED
|
18 years ago |
|
vlc_aout.h
|
Remove stub functions
|
17 years ago |
|
vlc_arrays.h
|
Abort if array allocation fails
|
17 years ago |
|
vlc_avcodec.h
|
Add a centralized avcodec lock
|
17 years ago |
|
vlc_bits.h
|
Optimized a bit bs_skip.
|
17 years ago |
|
vlc_block.h
|
block_heap_Alloc(): create a block from an existing heap allocation
|
17 years ago |
|
vlc_block_helper.h
|
Added a missing block_BytestreamEmpty helper.
|
17 years ago |
|
vlc_charset.h
|
Implement utf8_rename
|
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
|
Fix playback of TrueSpeech in some .Avi
|
17 years ago |
|
vlc_common.h
|
Replace VLC_ETHREAD with VLCENOMEM.
|
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
|
Added config_ChainDuplicate to duplicate config_chain_t list.
|
17 years ago |
|
vlc_demux.h
|
demux: use calloc when applicable.
|
17 years ago |
|
vlc_devices.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_dialog.h
|
Separate variable for modal and non modal errors
|
17 years ago |
|
vlc_epg.h
|
Tag some APIs as LIBVLC_USED
|
18 years ago |
|
vlc_es.h
|
Fixed a typo (cosmetic).
|
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
|
Fixed filter_*Blend rgb masks initialization.
|
17 years ago |
|
vlc_fixups.h
|
WinCE: add replacement getcwd() function
|
17 years ago |
|
vlc_fourcc.h
|
Support for ADPCM variant in Flash streams
|
17 years ago |
|
vlc_gcrypt.h
|
Compile fix on windows: vlc_mutex_init() now returns void (corrected).
|
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_input.h
|
Split INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
|
17 years ago |
|
vlc_input_item.h
|
Add a function to get the Title and fallback to the name if the title is empty.
|
17 years ago |
|
vlc_interface.h
|
Fix Typo
|
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
|
compilation fix
|
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
|
stats: Add stream quality counters to Qt4 stastics by counting corrupted blocks and discontinuities found.
|
17 years ago |
|
vlc_meta.h
|
Changed vlc_meta_SetTracknum to *Num for consistency.
|
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
|
Revert "Merge branch 'master' of git@git.videolan.org:vlc"
|
17 years ago |
|
vlc_network.h
|
Remove unused vlc_(send|recv)msg
|
17 years ago |
|
vlc_objects.h
|
Remove unused vlc_object_lock and vlc_object_unlock
|
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
|
Made picture_Hold return the provided picture.
|
17 years ago |
|
vlc_picture_fifo.h
|
Added a picture_fifo_t helper.
|
17 years ago |
|
vlc_picture_pool.h
|
Added picture_pool_t and functions helpers.
|
17 years ago |
|
vlc_playlist.h
|
Remove unused function.
|
17 years ago |
|
vlc_plugin.h
|
add add_font define to plugin defines, and change freetype to use it
|
17 years ago |
|
vlc_rand.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_services_discovery.h
|
Remove useless parameter
|
17 years ago |
|
vlc_sout.h
|
sout_EncoderCreate: create an encoder module
|
17 years ago |
|
vlc_stream.h
|
Added path information in stream_t.
|
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
|
Cleanup vlc_timer_* prototypes
|
17 years ago |
|
vlc_tls.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_update.h
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_url.h
|
Remove vlc_UrlEncode
|
17 years ago |
|
vlc_variables.h
|
variables: var_IncInteger and var_DecInteger are now atomic.
|
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
|
Add a bunch of \file doxygen comments
|
18 years ago |
|
vlc_vout.h
|
Moved DEFAULT_CHAN to vlc_osd.h
|
17 years ago |
|
vlc_vout_display.h
|
Introduce "vout display" module API to replaced "vout" one.
|
17 years ago |
|
vlc_vout_window.h
|
Split back window module providers by type.
|
17 years ago |
|
vlc_vout_wrapper.h
|
Introduce "vout display" module API to replaced "vout" one.
|
17 years ago |
|
vlc_xml.h
|
Add a bunch of \file doxygen comments
|
18 years ago |