An error occurred fetching the project authors.
- 05 Feb, 2006 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 04 Feb, 2006 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* Reduce vlc_object_find calls
-
Clément Stenac authored
-
- 03 Feb, 2006 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 27 Jan, 2006 1 commit
-
-
Clément Stenac authored
* AccessOutWrite can be called with input already detached (Closes:#523)
-
- 23 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 29 Oct, 2005 1 commit
-
-
Antoine Cellerier authored
-
- 05 Aug, 2005 1 commit
-
-
Christophe Massiot authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 08 Apr, 2005 1 commit
-
-
Christophe Massiot authored
arrives too late to the mux.
-
- 03 Mar, 2005 1 commit
-
-
Clément Stenac authored
-
- 15 Oct, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
- for muxers that request some preparsing before starting muxing, we now wait for 1.5 seconds worth of data to be in the fifo instead of waiting for 1.5 seconds of real-time. - if we have have control over the output pace, we also wait before starting muxing (produces nicer streams).
-
- 28 Aug, 2004 1 commit
-
-
Sam Hocevar authored
-
- 04 Aug, 2004 1 commit
-
-
Laurent Aimar authored
front of a option name) to allow handling of multiple string options.
-
- 10 Jul, 2004 1 commit
-
-
Laurent Aimar authored
-
- 06 Jul, 2004 1 commit
-
-
Gildas Bazin authored
-
- 12 May, 2004 1 commit
-
-
Gildas Bazin authored
* src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
-
- 11 May, 2004 1 commit
-
-
Christophe Massiot authored
of atoi, because atoi assumes base 10. * modules/access/dvb/access.c: New --dvb-caching option. * modules/mux/mpeg/ts.c: Cosmetics.
-
- 25 Apr, 2004 3 commits
-
-
Laurent Aimar authored
* stream_output.c: sout_ParseCfg warns about unknown option.
-
Gildas Bazin authored
* modules/stream_out/duplicate.c: small coding style changes. * modules/stream_out/transcode.c: + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders. + Got rid of the ffmpeg encoder specific options. * modules/codec/ffmpeg/*: + Changed the encoder options to normal config options. + Parse the options forwarded by transcode. * include/vlc_codec.h: + encoder_t cleanup. + include a "sout_cfg_t *" in encoder_t to allow passing options.
-
Gildas Bazin authored
-
- 23 Apr, 2004 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT working. (Basically it takes an options list that will be 'var_Created' and if present in sout_cfg_t initialised).
-
- 07 Apr, 2004 1 commit
-
-
Laurent Aimar authored
when streaming (it's better because of the way sout works). * stream_output/stream_output.c: when removing a stream, stop waiting and start muxing if data are already here (needed for sout with pace control). Both will help to allow muxing (nearly?) all frames, even the last ones.
-
- 11 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 10 Mar, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 06 Mar, 2004 1 commit
-
-
Laurent Aimar authored
the maximum speed if the output can control the pace)
-
- 03 Mar, 2004 1 commit
-
-
Gildas Bazin authored
* ALL: changed the prototype of module_Need() to accept a "strict" boolean argument. If "strict" is true and a module name is provided then module_Need() will only look for the specified module If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
-
- 22 Feb, 2004 1 commit
-
-
Laurent Aimar authored
-
- 27 Jan, 2004 1 commit
-
-
Gildas Bazin authored
* modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts. * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
-
- 23 Jan, 2004 1 commit
-
-
Gildas Bazin authored
* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion. * modules/access_output/file.c: implemented sout_AccessOutRead(). * modules/access_output/udp.c: coding style cleanup. * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file). Started some code cleanup.
-
- 06 Jan, 2004 1 commit
-
-
Clément Stenac authored
-
- 07 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing. * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT. * modules/stream_out/transcode.c: fix for video stream header generation (theora). * modules/codec/theora.c: don't overwrite headers.
-