- 04 Aug, 2003 7 commits
-
-
Gildas Bazin authored
* modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary). + cleanup.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Laurent Aimar authored
- more processing -> now it should extract enough informations to build RTP/RTSP session. (Does not play anything yet)
-
- 03 Aug, 2003 8 commits
-
-
Gildas Bazin authored
* src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables). * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec. * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
-
Gildas Bazin authored
* src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
-
Benjamin Pracht authored
using ability to give parametters to a specific sout module to set user and password fot http access out. new syntax is '#dst{access=http{user=foo,pass=bar}} --sout-http-user and --sout-http-pwd parametters have been deleted.
-
Laurent Aimar authored
-
Laurent Aimar authored
now, it just does (incomplete) parsing.
-
Eric Petit authored
Makefile.am : cleaned make packages-beos
-
Laurent Aimar authored
-
Laurent Aimar authored
the answer. It WON'T let you do rtsp as we first need a SDP parser/demuxer, but it is on the way. The idea is to have a generic SDP demuxer that will work with SDP from file, http or rtsp.
-
- 02 Aug, 2003 6 commits
-
-
Benjamin Pracht authored
- Didn't take into consideration a little change of behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
unused.
-
Gildas Bazin authored
* ALL: bumped version number to 0.6.2-cvs * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
-
Laurent Aimar authored
-
- 01 Aug, 2003 19 commits
-
-
Gildas Bazin authored
* modules/mux/mp4.c: support for mov muxing + cleanup. * modules/codec/quicktime.c: small cleanup.
-
Laurent Aimar authored
-
Laurent Aimar authored
subtitle. I have added some options: - bmin : minimum bitrate (bits/s) of the TS. Padding is added in case of insuffisant bitrate. (default: disabled). - bmax : maximum bitrate (bit/s) of the TS. It just drops packets to achieve the target. (default: disabled) - pcr : minimum delay between two pcr equal to dts of the video stream (default 100ms) - pcr-soft : minimum delay between two pcr interpolated from the pcr that are equal to dts. (default: none) Remarks: - bmin/bmax allow to create CBR stream. - Bitrate is calculated on a PCR time. - PCR delay cannot be less than length of a frame of the PCR stream. - PCR soft is used to help when using big PCR delay. It is usefull to produce stream with smoother bitrate variation. - Big PCR delay introduce more latency. TODO: Test stability, bugs ...
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sam Hocevar authored
+ Coding style fixes. + Removed a C99-ism.
-
Sam Hocevar authored
+ Activated freetype support. * debian/control: + Added a build-dependency on freetype6-dev. + Added a build-dependency on libdvbpsi2-dev. + We now recommend gnome-vlc | wxvlc. + We now suggest fortune-mod.
-
Laurent Aimar authored
-
Laurent Aimar authored
* demux/* : function name consistency.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* asf/asf.c: better check for invalid header.
-
Laurent Aimar authored
-