]> git.sesse.net Git - vlc/history - modules/access_output/livehttp.c
livehttp: try to follow draft 11 section 6.2.2
[vlc] / modules / access_output / livehttp.c
2013-06-18 Ilkka Ollakkalivehttp: try to follow draft 11 section 6.2.2
2013-06-18 Ilkka Ollakkalivehttp: check opendts to be lowest dts available
2013-06-18 Ilkka Ollakkalivehttp: try to comply draft 11 section 6.2.2 for...
2013-05-02 Ilkka Ollakkalivehttp: place correct segment entries on playlist
2013-05-02 Ilkka Ollakkalivehttp: don't remove segment-count to be less than...
2013-04-26 Christoph MiebachString removal
2013-04-15 Ilkka Ollakkalivehttp: don't sanitize segment URI
2013-04-09 Ilkka Ollakkalivehttp: add option to read key-uri and key-file from...
2013-04-09 Ilkka Ollakkalivehttp: show segment specific iv/key location if...
2013-04-07 Ilkka Ollakkalivehttp: use vlc_array to store segment info
2013-03-19 Ilkka Ollakkalivehttp: fix padding to work with iOS/Android
2013-03-18 Ilkka Ollakkalivehttp: Fix crash on when not using encryption
2013-03-17 Ilkka Ollakkalivehttp: tell if playlist is vod
2013-03-17 Ilkka Ollakkalivehttp: support static IV-use on encryption
2013-03-17 Rafaël Carrélivehttp: stream encryption
2013-03-17 Ilkka Ollakkalivehttp: free p_sys->p_seglens if str_format_time...
2013-03-16 Ilkka Ollakkalivehttp: set caching disabled for default
2013-02-28 Ilkka Ollakkalivehttp: allow setting ext-x-allow-cache to no
2013-02-28 Ilkka Ollakkalivehttp: don't set all options as advanced
2013-02-28 Ilkka Ollakkalivehttp: update years and add myself as authors
2013-02-28 Ilkka Ollakkalivehttp: don't allow longer than targetduration segments
2013-02-28 Ilkka Ollakkalivehttp: give more exact segment duration in extinf
2013-02-28 Ilkka Ollakkalivehttp: take block length in account when checking...
2013-01-24 Ilkka Ollakkalivehttp: follow draf on segment duration
2013-01-22 Ilkka Ollakkalivehttp: split from PAT/PMT that precedes keyframes...
2012-08-21 Rémi Denis-CourmontUse str_format_time() instead of str_format() in outputs
2012-08-14 Ilkka Ollakkalivehttp: allow segments to be 10% shorten than asked...
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-04 Jean-Baptiste KempfRelicense livehttp output to LGPLv2.1+
2011-07-14 Rémi Denis-Courmontlivehttp: downgrade priority to zero
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-09-19 Ilkka Ollakkalivehttp: add missing , to EXTINF after duration
2010-05-29 Rémi Denis-Courmonturl -> URL
2010-05-27 Keary Griffincomsetic changes, remove define, and move callback...
2010-05-26 Keary GriffinAdded livehttp access_out module to support HTTP Live...