vlc/include
2005-06-01 17:08:59 +00:00
..
vlc 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 2005-05-11 16:56:46 +00:00
aout_internal.h * include/aout_internal.h: fixed old memory leak when alloca() isn't available. 2005-01-07 09:54:01 +00:00
audio_output.h * modules/codec/lpcm.c: support for 20/24 bits LPCM. 2005-03-01 16:26:21 +00:00
beos_specific.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
charset.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
codecs.h * modules/mux/asf.c: only add an audio error correction field in the case of WMA. 2005-01-20 12:32:53 +00:00
configuration.h * configuration.[ch]: treat the deleted options with add_suppressed_[bool,string,...] 2005-06-01 17:08:59 +00:00
darwin_specific.h - 2004-07-27 16:20:32 +00:00
intf_eject.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
iso_lang.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
main.h * ALL: WinCE build fixes. 2005-02-15 21:21:17 +00:00
mmx.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
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. 2005-02-07 10:44:49 +00:00
modules.h Fix a bug with preferences 2004-12-16 16:35:12 +00:00
mtime.h 2nd attempt to get libcdio cdda working. 2004-09-06 04:38:46 +00:00
network.h un-re-un-export net_ConvertIPv4 2005-05-23 18:23:29 +00:00
os_specific.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
osd.h * ALL: Major rework of the subpictures architecture. 2004-08-03 00:11:32 +00:00
snapshot.h Snapshot module (dummy video output module keeping a configurable image cache). 2004-05-27 15:36:15 +00:00
stream_output.h - hopefuly fix sending of SAP announces over IPv6 2005-05-31 19:48:21 +00:00
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 2005-05-11 16:56:46 +00:00
video_output.h Fix for thread-unsafe OpenGL implementations (OS X...) 2005-03-25 12:02:14 +00:00
vlc_access.h * access.* input/*: added access_filter architecture (same API as a 2005-03-29 16:01:23 +00:00
vlc_bits.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
vlc_block_helper.h * Spelling fixes. 2004-08-28 11:29:48 +00:00
vlc_block.h * src/video_output/vout_synchro.c: Fixed synchro for low delay streams. 2005-05-20 18:00:02 +00:00
vlc_codec.h * Added a big fat warning on members of filter_t and decoder_t. 2005-05-20 17:54:10 +00:00
vlc_common.h MD5 hash API - closes #135 2005-05-31 10:51:03 +00:00
vlc_config_cat.h * access.* input/*: added access_filter architecture (same API as a 2005-03-29 16:01:23 +00:00
vlc_config.h * include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined. 2005-03-03 08:13:30 +00:00
vlc_cpu.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
vlc_demux.h make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME 2005-03-07 20:16:52 +00:00
vlc_error.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
vlc_es_out.h es_out*: added ES_OUT_DEL_GROUP 2005-04-28 07:26:04 +00:00
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). 2004-11-08 13:41:16 +00:00
vlc_filter.h * Added a big fat warning on members of filter_t and decoder_t. 2005-05-20 17:54:10 +00:00
vlc_httpd.h Support for re-using the same TLS/SSL httpd hosts for multiple stream ouputs; 2005-05-22 15:03:47 +00:00
vlc_image.h * src/misc/image.c: implemented ImageConvert(). 2004-12-21 14:45:51 +00:00
vlc_input.h * vlc_input.h: added INPUT_DEL_INFO. 2005-04-26 07:19:10 +00:00
vlc_interface.h Add directory in wxWidgets 2004-11-13 23:06:53 +00:00
vlc_keys.h * all: added a new access_filter module: record + one hotkey to start/stop 2005-04-26 07:28:07 +00:00
vlc_md5.h svn:keywords 2005-05-31 11:26:11 +00:00
vlc_messages.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
vlc_meta.h vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title. 2005-03-30 21:16:51 +00:00
vlc_objects.h * ALL: New XML module type. 2004-11-26 10:04:08 +00:00
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. 2005-04-26 14:16:14 +00:00
vlc_spu.h * src/video_output/vout_subpictures.c: New function spu_MakeRegion which 2005-03-07 19:28:52 +00:00
vlc_stream.h * vlc_stream.h: added missing extern "C" (prevented compilation of skins2 2005-05-01 15:17:40 +00:00
vlc_threads_funcs.h * include/vlc_threads_funcs.h: More %d -> %u 2005-01-19 18:30:33 +00:00
vlc_threads.h * ALL: WinCE build fixes. 2005-02-15 21:21:17 +00:00
vlc_tls.h Fix my email address 2005-03-13 13:29:45 +00:00
vlc_video.h * include/vlc_video.h: Added a p_next pointer to link pictures. 2005-04-15 19:51:23 +00:00
vlc_vlm.h * src/misc/vlm.c: start exporting some VLM control functions 2005-01-23 17:53:40 +00:00
vlc_vod.h * modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work. 2004-09-20 21:50:18 +00:00
vlc_xml.h * modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation. 2005-04-02 21:36:06 +00:00
vout_synchro.h * src/video_output/vout_synchro.c: Fixed synchro for low delay streams. 2005-05-20 18:00:02 +00:00
win32_specific.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00