- 10 Jul, 2004 1 commit
-
-
Laurent Aimar authored
-
- 05 Jul, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jun, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 06 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 29 May, 2004 1 commit
-
-
Laurent Aimar authored
Finlayson)
-
- 28 May, 2004 1 commit
-
-
Laurent Aimar authored
Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
-
- 13 May, 2004 1 commit
-
-
gbazin authored
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 26 Apr, 2004 1 commit
-
-
Sam Hocevar authored
+ Added disabled plugin sources to EXTRA_DIST. * modules/stream_out/transrate/Modules.am: + Added missing transrate.h to _SOURCES.
-
- 25 Apr, 2004 7 commits
-
-
gbazin authored
+ avoid a few unneeded memcpy(). + fixed memory leaks. * modules/codec/flac.c: + added a "flac" shortcut.
-
gbazin authored
-
gbazin authored
-
gbazin authored
* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
-
gbazin authored
+ new options to allow forcing an encoder and passing options to it. (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name). + got rid of aopts/vopts which is not needed anymore ;)
-
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.
-
zorglub authored
-
- 24 Apr, 2004 4 commits
-
-
zorglub authored
-
gbazin authored
-
Laurent Aimar authored
sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
-
Laurent Aimar authored
options (because we can't do the difference between missing option, option and option="" when option is a string).
-
- 23 Apr, 2004 2 commits
-
-
Laurent Aimar authored
* transcode: added H264 codec id. * demux: added h264 demux shortcut.
-
gbazin authored
* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
-
- 21 Apr, 2004 1 commit
-
-
Christophe Massiot authored
estimation ; if the error is too high, lower the quantizer scale.
-
- 18 Apr, 2004 1 commit
-
-
zorglub authored
- The SAP handler now runs in a separate thread. - RTP sessions can be announced with sap (sdp=sap://,name=...) TODO: Make this more configurable - Better SDP generation (the timestamp problem is not resolved) About this, there is a problem : as, for a RTP session, the URI is the complete SDP, if the session is recreated, as the URI has changed, a new item is added to the playlist - Experimental flow control algorithm : It does not follow the "Recommended" implementation, as it needs to count the sessions (to achieve this, we should make this work together with the SAP listener) It is disabled by default (use --sap-flow-control to enable). When it is disabled, sap announcement interval is set by --sap-interval * src/misc/net.c : created net_ReadNonBlock * sap.c : Fixed memory problem
-
- 17 Apr, 2004 1 commit
-
-
bigben authored
- use net_* functions - use vlc_UrlParse function change sap_session_t structure : it now includes the sdp packet, which isn't regenerated each time it is sent.
-
- 15 Apr, 2004 1 commit
-
-
gbazin authored
* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
-
- 09 Apr, 2004 1 commit
-
-
gbazin authored
-
- 05 Apr, 2004 1 commit
-
-
gbazin authored
* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts. * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
-
- 29 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 23 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 21 Mar, 2004 1 commit
-
-
Laurent Aimar authored
(There is still the problem of timeout, and a lot of checks aren't done).
-
- 11 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 10 Mar, 2004 1 commit
-
-
Laurent Aimar authored
* modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder (fixed dead lock and no more duplicated stream in audio/video menu).
-
- 07 Mar, 2004 2 commits
-
-
Laurent Aimar authored
channels. (Badly done but it gives some results ;)
-
Laurent Aimar authored
-
- 06 Mar, 2004 5 commits
-
-
gbazin authored
-
gbazin authored
-
gbazin authored
* modules/packetizer/copy.c: better not send pts instead of invalid ones. * modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
-
Laurent Aimar authored
-
Laurent Aimar authored
-