]> git.sesse.net Git - vlc/history - modules/stream_filter
Qt: fix Win32 MOC breakage
[vlc] / modules / stream_filter /
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-Courmontdecomp: implement pause/resume
2013-04-16 Rémi Denis-Courmontdecomp: fix leak on error and clean up a little
2013-04-16 Rémi Denis-Courmonthttp filters: pause not implemented, pace control not...
2013-04-16 Rémi Denis-Courmontdecomp: pause is unimplemented (although possible)...
2013-03-20 Ilkka Ollakkahttplive: handle better relative urls
2013-03-17 Ilkka Ollakkahttplive: support absolute URI-locations for key-retrieval
2013-01-06 Rémi DuraffortFix potential usage of an uninitialized pointer
2012-12-22 Rémi Duraffortsmooth: fix potential memleak
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-10-12 Frédéric YhuelSmooth Streaming: fix a memory leak
2012-10-12 Frédéric YhuelSmooth Streaming: don't use block_t
2012-10-12 Frédéric YhuelSmooth Streaming: fix some memory leaks
2012-10-09 Jean-Baptiste KempfHLS: PROGRAM-ID is not mandatory in EXT-X-STREAM-INF
2012-10-05 Frédéric YhuelSmooth Streaming: fix a macro
2012-10-05 Frédéric YhuelSmooth Streaming: fix manifest parsing (FourCC)
2012-10-05 Frédéric YhuelSmooth Streaming: clean / factorize code
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-28 Frédéric YhuelSmooth Streaming: read PacketSize attribute in manifest
2012-09-26 Frédéric YhuelSmooth Streaming: play streams with no video (or audio...
2012-09-24 Frédéric YhuelAdd Smooth Streaming module
2012-09-16 Duncan SalernoURI of HLS key can be relative, just like other URIs...
2012-09-09 Rémi Denis-CourmontRewrite modules/stream_filter/ Makefiles
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-30 Jean-Baptiste KempfHLS: remove tabs and trailing space
2012-08-29 Rémi Durafforthttp_live: Fix off-by-one.
2012-08-05 Christopher Muellerdash: made segmentbase optional
2012-07-29 Jean-Baptiste KempfHLS: fix error in d781f87d and simplify
2012-07-25 Rémi Denis-Courmontdecomp: separate desription for each submodule
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 Jean-Baptiste KempfDash: correct LGPL header
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-30 Hugo Beauzée-Luyssendash: Be more permissive about missing attributes.
2012-05-30 Hugo Beauzée-Luyssendash: BasicCMParser: Avoid potential crash when inherit...
2012-05-30 Hugo Beauzée-Luyssendash: AdaptationSet is the new Group.
2012-05-30 Hugo Beauzée-Luyssendash: BasicCMParser: Don't ignore errors.
2012-05-30 Hugo Beauzée-Luyssendash: BlockBuffer: Simplifications
2012-05-30 Hugo Beauzée-Luyssendash: Rework profile handling.
2012-05-30 Hugo Beauzée-Luyssendash: Handle multiple names for profile "urn:mpeg:dash...
2012-05-29 Hugo Beauzée-Luyssendash: Fix a typo
2012-05-24 Hugo Beauzée-Luyssendash: DASHManager: Prevent a crash when the downloader...
2012-05-24 Hugo Beauzée-Luyssendash: Remove now useless variables.
2012-05-24 Hugo Beauzée-Luyssendash: Prevent infinite recursion.
2012-05-24 Hugo Beauzée-Luyssendash: DOMParser: Multiple profile may be used by some...
2012-05-21 Jean-Baptiste KempfHLS: fix a signed comparison warning
2012-05-21 Rui Zhanghttplive: do not reset segment data without key
2012-05-12 Robert ForsmanDASH: fix compatibility with com.sun.net.httpserver
2012-04-16 Christopher Muellerdash: removed cout from buffer
2012-04-16 Christopher Muellerdash: removed couts from managers
2012-04-16 Christopher Muellerdash: fixed buffer precision bug
2012-04-16 Christopher Muellerdash: dashmanager refactoring
2012-04-16 Christopher Muellerdash: cosmetics
2012-04-16 Christopher Muellerdash: enabled persistent connections and pipelining
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-29 Hugo Beauzée-LuyssenDASH: BasicCMManager: Bitrate is an unsigned value.
2012-03-29 Frédéric YhuelDASH: cosmetics
2012-03-29 Frédéric YhuelDASH: implement Seek()
2012-03-23 Hugo Beauzée-Luyssendash: Kill a warning.
2012-03-23 Hugo Beauzée-Luyssendash: Don't use void* for pointer arithmetic
2012-03-23 Frédéric YhuelCurrently, Read() might returns less than i_len bytes...
2012-03-21 Eric Petithttplive: slightly more robust parsing of attributes
2012-03-20 Christopher Muellerdash: removed EOFException
2012-03-20 Christopher Muellerdash: added connection to chunk
2012-03-20 Christopher Muellerdash: added Persistent Connection
2012-03-20 Christopher Muellerdash: added byte count methods to chunk
2012-03-20 Christopher Muellerdash: fixed warnings in basiccm and isoffmainmanager
2012-03-20 Christopher Muellerdash: refactored HTTPConnection
2012-03-20 Christopher Muellerdash: added url parsing to chunk
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-06 Christopher Muellerdash: read skips bytes when p_read is NULL
2012-03-05 Rafaël Carréhttplive: fix stream detection
2012-03-05 Christopher Muellerdash: fix parsing bug
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 Frédéric YhuelDASH: prevent integer overflow
2012-02-29 Hugo Beauzée-Luyssenhls: Removing useless test.
2012-02-27 Christopher Muellerdash: fix intialization typo
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-22 Frédéric YhuelDASH: fix URL parsing
2012-02-22 Christopher Muellerdash: helper added config.h
next