vlc/include
Clément Stenac ef235f269c Preferences update :
- Sorted marq options
- A52 & DTS are audio decoders
- Moved freetype to subtitles/OSD

(last 2 suggested by Anil)
2005-03-10 00:17:33 +00:00
..
vlc Avoid \r\n problems between platforms 2005-03-02 16:47:31 +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 Implement add_module_cat to add a module by category + use this for intf 2004-12-14 18:44:04 +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 * input: added a meta field to input. 2004-11-15 17:05:52 +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 fix two memleaks and remove a bogus net_Close() 2005-02-07 22:34:21 +00:00
variables.h various documentation fixes 2004-06-18 11:35:45 +00:00
video_output.h * modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus. 2005-03-05 18:07:49 +00:00
vlc_access.h * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels 2005-02-15 17:33:58 +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 * block: added 2005-02-21 09:03:07 +00:00
vlc_codec.h * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h: 2004-08-26 21:27:06 +00:00
vlc_common.h vlc_common.h: define INT64_MIN/INT64_MAX if necessary 2005-03-09 00:43:46 +00:00
vlc_config_cat.h Preferences update : 2005-03-10 00:17:33 +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 * block: added 2005-02-21 09:03:07 +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 * include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api. 2005-03-08 01:23:54 +00:00
vlc_httpd.h Export HTTP/SSL support otherwise it's not much use 2004-11-04 22:57:16 +00:00
vlc_image.h * src/misc/image.c: implemented ImageConvert(). 2004-12-21 14:45:51 +00:00
vlc_input.h make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME 2005-03-07 20:16:52 +00:00
vlc_interface.h Add directory in wxWidgets 2004-11-13 23:06:53 +00:00
vlc_keys.h * src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most useless feature ever. 2004-12-21 14:51:43 +00:00
vlc_messages.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
vlc_meta.h First attempt to reinstate a libcdio cdda. 2004-09-04 14:51:04 +00:00
vlc_objects.h * ALL: New XML module type. 2004-11-26 10:04:08 +00:00
vlc_playlist.h * wx : simplify some code, remove some useless duplications 2005-02-06 12:05:43 +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 all: new stream_t reading from a buffer. 2004-11-26 23:52:42 +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 - TLS API cleanup 2005-03-05 17:46:10 +00:00
vlc_video.h all: correctly align multiline strings when not left-aligned 2005-03-09 12:58:13 +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 * include/vlc_image.h,vlc_xml.h: make these c++ happy. 2004-12-20 11:18:53 +00:00
vout_synchro.h * src/video_output/vout_synchro.c: Added a --no-skip-frames option (for 2004-12-08 00:15:30 +00:00
win32_specific.h Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00