- 15 Sep, 2006 1 commit
-
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 12 Sep, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Aug, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 03 Aug, 2006 1 commit
-
-
zorglub authored
-
- 15 Jun, 2006 1 commit
-
-
zorglub authored
-
- 27 Apr, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 01 Apr, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 06 Feb, 2006 1 commit
-
-
dionoea authored
-
- 05 Feb, 2006 2 commits
- 04 Feb, 2006 3 commits
- 03 Feb, 2006 1 commit
-
-
sigmunau authored
-
- 27 Jan, 2006 1 commit
-
-
zorglub authored
* AccessOutWrite can be called with input already detached (Closes:#523)
-
- 23 Jan, 2006 1 commit
-
-
zorglub authored
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 29 Oct, 2005 1 commit
-
-
dionoea 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
-
-
zorglub authored
-
- 15 Oct, 2004 2 commits
-
-
gbazin authored
-
gbazin 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
-
-
gbazin authored
-
- 12 May, 2004 1 commit
-
-
gbazin 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.
-
gbazin 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.
-
gbazin 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 1 commit
-
-
Laurent Aimar authored
-