1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-13 02:40:52 +02:00
vlc/modules
Christophe Massiot bb137a2792 * modules/control/http.c: Added an id="include" macro to include
another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
   allocating anything larger than 4kB on the stack is likely to break
   on many OSes.
2005-08-12 19:11:54 +00:00
..
access Fix compiler warnings about signed - unsigned comparisons 2005-08-09 13:33:36 +00:00
access_filter Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
access_output Use new network modules semantics (closes #283) 2005-08-02 19:11:23 +00:00
audio_filter * Don't use the bandlimited resampler for downsampling (skew resampling for instance). The resampler doesn't have a low pass filter? This closes #256 2005-08-10 14:12:17 +00:00
audio_mixer Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
audio_output * modules/audio_output/waveout.c: get rid of roundf() which isn't supported on WinCE. 2005-07-30 11:30:51 +00:00
codec * modules/control/http.c: Fixed vlc_set_var() and cosmetics. 2005-08-12 17:36:58 +00:00
control * modules/control/http.c: Added an id="include" macro to include 2005-08-12 19:11:54 +00:00
demux * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply 2005-08-12 17:51:20 +00:00
gui * Added playlist preparse item to the playlist contextual menu. 2005-08-10 02:18:03 +00:00
misc ALL: Improvements in the M3U output and parser. Patch by Daniel Stränger. 2005-08-12 14:20:06 +00:00
mux Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.) 2005-08-10 20:07:20 +00:00
packetizer By default --packetizer-mpegvideo-sync-iframe is disabled. 2005-08-10 21:47:13 +00:00
services_discovery Use UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs) 2005-08-03 19:01:44 +00:00
stream_out * modules/stream_out/transcode.c: New --sout-transcode-max-width and 2005-08-12 15:51:18 +00:00
video_chroma Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
video_filter Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}' 2005-08-11 20:13:01 +00:00
video_output * modules/video_output/wingdi.c: compilation fix when compiled as plugin. 2005-08-03 18:26:11 +00:00
visualization Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
LIST Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. 2005-08-10 22:08:50 +00:00
list.sh * modules/list.sh: 2003-09-20 03:38:52 +00:00