- 01 Aug, 2003 25 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
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams. * modules/access/dvb/qpsk.c: gettext reserves the use of _(""). * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
-
Laurent Aimar authored
to play such file.
-
Laurent Aimar authored
-
Laurent Aimar authored
* ninput.h : extracted duplicated stream functions from a lot of demuxers and do a nice (?) API. * stream.c: implement basic streams manipulation. It is just a wrapper but it is useful. * all: added a i_ttl field in network_socket_t to allow per connection ttl setting (in fact only used by access_out/udp.c.
-
- 31 Jul, 2003 15 commits
-
-
Laurent Aimar authored
setting (in fact only used by access_out/udp.c.
-
Christophe Massiot authored
-
Gildas Bazin authored
* src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li). * modules/control/http.c: allow directories of the form "x:\" on win32.
-
Benjamin Pracht authored
- using new var_Create/var_Get method to get parametters.
-
Renaud Dartus authored
* Make vlc compiling !
-
Laurent Aimar authored
* give to access and muxers options. Now you can use: --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's not used.
-
Laurent Aimar authored
* now muxer and access_out also receive options like stream_out.
-
Benjamin Pracht authored
- httpd.c has support for Basic Authentification, so use it ! --sout-http-user user --sout-http-pwd password
-
Laurent Aimar authored
muxer.
-
Benjamin Pracht authored
use : --http-user user --http-pwd password or http://user:password@server/path (2nd parameter overrides the first)
-
Sigmund Augdal Helberg authored
- calculate and store size information for each line independently. - misc other fixes
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).
-
Sam Hocevar authored
* po/: Re-ran toolbox --update-po.
-
Sam Hocevar authored
-