]> git.sesse.net Git - vlc/history - modules/stream_filter/httplive.c
vlc_plugin: allow overriding module meta-infos
[vlc] / modules / stream_filter / httplive.c
2015-03-18 Francois Cartegniehttplive: leaks on playlist reload/merge (fix #14171)
2015-03-06 Rafaël CarréHLS: store IVs per segment
2014-11-18 Rafaël CarréHLS: Do not assume Content-Length is set
2014-11-15 Rémi Denis-Courmonthls: fix strtoull() error handling
2014-11-14 Jean-Baptiste KempfHLS: check strtoull parsing
2014-03-06 Ilkka Ollakkahttplive: use CLOCK_FREQ
2014-03-06 Ilkka Ollakkahttplive: have some sane max_duration_length
2014-03-04 Romain FLIEDELhttplive: fix wrong url when computing relative uri.
2014-02-21 Rémi Denis-Courmontstream_filter: rectify PTS delay unit (fix #10748)
2014-02-04 Ilkka Ollakkahttplive: use correct segment to calculate duration
2014-02-02 Ilkka Ollakkahttplive: use longest segment to calculate reload wait...
2014-01-07 Heorhi Valakhanovichhttplive: Adjust conditions for playlist reloading
2013-12-12 Ilkka Ollakkalivehttp: parse key="value" style options
2013-11-10 Rémi Denis-Courmonthttplive: provide PTS delay
2013-10-14 Ilkka Ollakkahttplive: small simplification
2013-09-04 Ilkka Ollakkahttplive: remove write-only variable
2013-08-27 Rafaël CarréHLS: implement pause
2013-08-26 Ilkka Ollakkahttplive: cosmetic retab
2013-08-26 Ilkka Ollakkahttplive: downgrade most of the messages from Info...
2013-08-26 Ilkka Ollakkahttplive: don't reload playlist all the time.
2013-08-26 Ilkka Ollakkahttplive: check segment gap on last segment number...
2013-08-26 Ilkka Ollakkahttplive: cosmetic
2013-08-26 Avishay SpitzerBug fix: HLS module does not block until data is availa...
2013-08-26 Avishay SpitzerIn case of live streams, the reload thread did not...
2013-08-16 Ilkka Ollakkahttplive: add likely
2013-08-16 Ilkka Ollakkahttplive: cache around 10 sec worth of segments instead...
2013-08-16 Ilkka Ollakkahttplive: max delay is 1.5 on refresh as stated on...
2013-08-16 Ilkka Ollakkahttplive: Choose initial stream to be the biggest one...
2013-08-13 Ilkka Ollakkahttplive: fix qsort compare so streams are sorted properly.
2013-07-19 Rémi DuraffortFix memory leak (cid #1049562)
2013-07-13 Rémi DuraffortFix potential missing unlock (cid #1047153)
2013-07-13 Rémi DuraffortFix missing unlock (cid #1047154)
2013-06-20 Ilkka Ollakkahttplive: turn STREAM_CAN_CONTROL_PACE on to restore...
2013-05-20 Rafaël CarréHLS: resolve relative URLs (/a/b/../c -> /a/c)
2013-04-25 Rafaël CarréHLS demux: fix crash on invalid playlist
2013-04-16 Rémi Denis-Courmonthttp filters: pause not implemented, pace control not...
2013-03-20 Ilkka Ollakkahttplive: handle better relative urls
2013-03-17 Ilkka Ollakkahttplive: support absolute URI-locations for key-retrieval
2012-10-09 Jean-Baptiste KempfHLS: PROGRAM-ID is not mandatory in EXT-X-STREAM-INF
2012-09-29 Rui Zhanghttplive: parse EXT-X-MEDIA-SEQUENCE only once
2012-09-29 Rui Zhanghttplive: ignore failed stream in meta list
2012-09-16 Duncan SalernoURI of HLS key can be relative, just like other URIs...
2012-08-30 Jean-Baptiste KempfHLS: remove tabs and trailing space
2012-08-29 Rémi Durafforthttp_live: Fix off-by-one.
2012-07-29 Jean-Baptiste KempfHLS: fix error in d781f87d and simplify
2012-07-22 Chris SmowtonHLS: Housekeeping
2012-07-06 Frédéric YhuelHLS: minor fix
2012-07-06 Frédéric YhuelHLS: don't signal dl thread out of the blue in Close()
2012-05-31 Jean-Baptiste KempfHTTP Live Streaming: relicense to LGPL
2012-05-30 Chris SmowtonDon't reset current HLS segment playback pointer on...
2012-05-30 Chris SmowtonFix trying to prefetch 2 segments from a 1-segment...
2012-05-21 Jean-Baptiste KempfHLS: fix a signed comparison warning
2012-05-21 Rui Zhanghttplive: do not reset segment data without key
2012-04-05 Frédéric YhuelHLS: don't use floats when not necessary
2012-03-30 Jean-Paul Samanstream_filter/httplive.c: add usefull comment.
2012-03-21 Eric Petithttplive: slightly more robust parsing of attributes
2012-03-12 Hugo Beauzée-Luyssenhls: Cosmetics.
2012-03-12 Hugo Beauzée-Luyssenhls: Fix parse_SegmentInformation error checking.
2012-03-09 Hugo Beauzée-Luyssenhls: Remove useless errno include.
2012-03-09 Hugo Beauzée-Luyssenhls: Fix floating-point value duration parsing.
2012-03-09 Hugo Beauzée-Luyssenhls: Avoid using errno.
2012-03-09 bbcallenhls: m3u8 parser should pass 0xD at line end
2012-03-06 Rafaël CarréHLS: fix IV parsing
2012-03-06 Rafaël Carréhttplive: aes_key is not a string, neither it is NULL...
2012-03-05 Rafaël Carréhttplive: fix stream detection
2012-03-04 Chris Smowtonhls: Fixing bad length computing.
2012-03-04 Chris Smowtonhls: Fixing backward seek
2012-03-04 Hugo Beauzée-LuyssenFixing HLS on win32.
2012-02-29 Hugo Beauzée-Luyssenhls: Removing useless test.
2012-02-24 Hugo Beauzée-Luyssenhls: Removing unused parameter.
2012-02-24 Hugo Beauzée-Luyssenhls: Removing vlc_url_t
2012-02-23 Hugo Beauzée-Luyssenhls: Fixing a memory leak.
2012-02-23 Jeroen OstFix http live streaming without bandwith set (optional...
2012-02-07 Hugo Beauzée-Luyssenhls: Fixing a memory leak
2012-02-07 Hugo Beauzée-Luyssenhls: Adding missing locks.
2012-02-06 Jean-Paul Samanstream_filter/httplive.c: various cleanups
2012-02-06 Frédéric YhuelHLS: clean Read function
2012-02-05 Jean-Paul Samanstream_filter/httplive.c: indentation cleanup
2012-02-05 Jean-Paul Samanstream_filter/httplive.c: kill some depreceated vlc_obj...
2012-02-05 Hugo Beauzée-Luyssenhls: Fixing playlist reloading.
2012-02-03 Hugo Beauzée-Luyssenhls: Ensure streams are sorted by bandwidth.
2012-02-03 Hugo Beauzée-Luyssenhls: Don't download the same segment twice when prefetc...
2012-01-24 Hugo Beauzée-Luyssenhls: Don't crash if a segment can't be found.
2012-01-24 Hugo Beauzée-Luyssenhls: Removing useless assignments.
2012-01-24 Hugo Beauzée-Luyssenhls: Removing calls to vlc_array_item_at_index
2012-01-24 Hugo Beauzée-Luyssenhls: Removing warnings.
2012-01-24 Hugo Beauzée-Luyssenhls: Cosmetics: removing useless casts.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing a deadlock introduced in previous commit.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing playlist updating.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing hls_Copy
2012-01-24 Frédéric YhuelHLS restore pos of current segment before seeking
2012-01-23 Hugo Beauzée-Luyssenhls: Trying to work arround streams without bandwidth...
2012-01-23 Hugo Beauzée-Luyssenhls: Don't fail when a STREAM-INF is commented.
2012-01-23 Luc Saillardhls: Fix vod
2012-01-23 Luc Saillardhls: Renaming Download to hls_DownloadSegmentData
2012-01-23 Hugo Beauzée-Luyssenhls: Fixing some locks.
2012-01-23 Luc Saillardhls: Support encryption
2012-01-18 Hugo Beauzée-Luyssenstream_filter/httplive.c: Various bandwidth fixes
2012-01-18 Jean-Paul Samanstream_filter/httplive.c: Rewrite relativeURL (fix...
2012-01-18 Jean-Paul Samanstreamfilter/httplive.c: UpdatePlaylist() actually...
next