]> git.sesse.net Git - vlc/history - modules/stream_out/vod.c
direct3d11: implement the pixel format fallback
[vlc] / modules / stream_out / vod.c
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2014-01-02 Rémi Duraffortvod: reduce complexity and please static analyzers
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2011-12-18 Pierre Ynardrtsp: remove now useless handling of full --rtsp-host...
2011-10-04 Pierre Ynardvod: add glue code to set httpd configuration
2011-10-04 Pierre Ynardvod: fix spurious error message
2011-09-28 Rémi Denis-CourmontVoD: inform about RTSP destination syntax change
2011-09-28 Rémi Denis-CourmontRTP: pass path rather than URL to RtspSetup()
2011-05-17 Laurent AimarConverted stream_out/vod.c to vlc_clone().
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-26 Pierre Ynardvod: clean up command thread
2011-01-25 Pierre Ynardrtsp: support Range header in responses
2011-01-25 Pierre Ynardvod: set up RTSP stack of new media in an asynchronous way
2010-12-23 Pierre Ynardvod: remove useless stuff
2010-12-23 Pierre Ynardrtsp: check Range validity before starting to process...
2010-12-17 Pierre Ynardrtsp: pass proper PLAY requests to VoD
2010-12-14 Pierre Ynardrtsp: clean up multicast parameters
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-17 Pierre Ynardvod: remove pf_media_{add,del}_es
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module