| .. |
|
vlc
|
*control*: BeOS compile fixes
|
21 years ago |
|
aout_internal.h
|
* include/aout_internal.h: fixed old memory leak when alloca() isn't available.
|
22 years ago |
|
audio_output.h
|
* modules/codec/lpcm.c: support for 20/24 bits LPCM.
|
21 years ago |
|
beos_specific.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
charset.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
codecs.h
|
* modules/mux/asf.c: only add an audio error correction field in the case of WMA.
|
22 years ago |
|
configuration.h
|
* configuration.[ch]: treat the deleted options with add_suppressed_[bool,string,...]
|
21 years ago |
|
darwin_specific.h
|
-
|
22 years ago |
|
intf_eject.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
iso_lang.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
main.h
|
* ALL: WinCE build fixes.
|
21 years ago |
|
mmx.h
|
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
|
24 years ago |
|
modules.h
|
Fix a bug with preferences
|
22 years ago |
|
modules_inner.h
|
* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
|
21 years ago |
|
mtime.h
|
2nd attempt to get libcdio cdda working.
|
22 years ago |
|
network.h
|
un-re-un-export net_ConvertIPv4
|
21 years ago |
|
os_specific.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
osd.h
|
* ALL: Major rework of the subpictures architecture.
|
22 years ago |
|
snapshot.h
|
Snapshot module (dummy video output module keeping a configurable image cache).
|
22 years ago |
|
stream_output.h
|
Fix declaration of sout_AnnounceSessionCreate
|
21 years ago |
|
variables.h
|
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
|
21 years ago |
|
video_output.h
|
Fix for thread-unsafe OpenGL implementations (OS X...)
|
21 years ago |
|
vlc_access.h
|
* access.* input/*: added access_filter architecture (same API as a
|
21 years ago |
|
vlc_bits.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
vlc_block.h
|
* src/video_output/vout_synchro.c: Fixed synchro for low delay streams.
|
21 years ago |
|
vlc_block_helper.h
|
* Spelling fixes.
|
22 years ago |
|
vlc_codec.h
|
* Added a big fat warning on members of filter_t and decoder_t.
|
21 years ago |
|
vlc_common.h
|
MD5 hash API - closes #135
|
21 years ago |
|
vlc_config.h
|
* include/vlc_config.h: VOUT_BOGUS_DELAY was way too low, which triggered continuous trashing of early pictures when seeking in some asf files.
|
21 years ago |
|
vlc_config_cat.h
|
* access.* input/*: added access_filter architecture (same API as a
|
21 years ago |
|
vlc_cpu.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
vlc_demux.h
|
make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
|
21 years ago |
|
vlc_error.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
vlc_es.h
|
* include/vlc_es.h: added i_sar_num/den (sample aspect ratio) fields to video_format_t (will hopefully deprecate the i_aspect field one day).
|
22 years ago |
|
vlc_es_out.h
|
es_out*: added ES_OUT_DEL_GROUP
|
21 years ago |
|
vlc_filter.h
|
* Added a big fat warning on members of filter_t and decoder_t.
|
21 years ago |
|
vlc_httpd.h
|
Support for re-using the same TLS/SSL httpd hosts for multiple stream ouputs;
|
21 years ago |
|
vlc_image.h
|
* src/misc/image.c: implemented ImageConvert().
|
22 years ago |
|
vlc_input.h
|
* vlc_input.h: added INPUT_DEL_INFO.
|
21 years ago |
|
vlc_interface.h
|
Add directory in wxWidgets
|
22 years ago |
|
vlc_keys.h
|
* all: added a new access_filter module: record + one hotkey to start/stop
|
21 years ago |
|
vlc_md5.h
|
Digest => DigestMD5
|
21 years ago |
|
vlc_messages.h
|
Avoid \r\n problems between platforms
|
21 years ago |
|
vlc_meta.h
|
vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
|
21 years ago |
|
vlc_objects.h
|
* ALL: New XML module type.
|
22 years ago |
|
vlc_playlist.h
|
* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
|
21 years ago |
|
vlc_spu.h
|
* modules/access/dvdnav.c, src/video_output/vout_subpictures.c: Use the proper palette for DVD menus.
|
21 years ago |
|
vlc_stream.h
|
* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
|
21 years ago |
|
vlc_symbols.h
|
Fix declaration of sout_AnnounceSessionCreate
|
21 years ago |
|
vlc_threads.h
|
* ALL: WinCE build fixes.
|
21 years ago |
|
vlc_threads_funcs.h
|
* include/vlc_threads_funcs.h: More %d -> %u
|
22 years ago |
|
vlc_tls.h
|
Fix my email address
|
21 years ago |
|
vlc_video.h
|
* include/vlc_video.h: Added a p_next pointer to link pictures.
|
21 years ago |
|
vlc_vlm.h
|
* src/misc/vlm.c: start exporting some VLM control functions
|
22 years ago |
|
vlc_vod.h
|
* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
|
22 years ago |
|
vlc_xml.h
|
* modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
|
21 years ago |
|
vout_synchro.h
|
* src/video_output/vout_synchro.c: Fixed synchro for low delay streams.
|
21 years ago |
|
win32_specific.h
|
Avoid \r\n problems between platforms
|
21 years ago |