]> git.sesse.net Git - vlc/history - modules/stream_filter/dash/http
dash: removed couts from managers
[vlc] / modules / stream_filter / dash / http /
2012-04-16 Christopher Muellerdash: cosmetics
2012-04-16 Christopher Muellerdash: enabled persistent connections and pipelining
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: refactored HTTPConnection
2012-03-20 Christopher Muellerdash: added url parsing to chunk
2012-02-29 Frédéric YhuelDASH: prevent integer overflow
2012-02-22 Frédéric YhuelDASH: fix URL parsing
2012-02-22 Christopher Muellerdash: set segment url relative if url is not valid
2012-02-14 Christopher Muellerdash: added downloader and bitrate to chunk
2012-02-14 Christopher Muellerdash: added byte range requests
2012-02-02 Hugo Beauzée-Luyssendash: HTTPConnectionManager: Removing duplicate attribute.
2012-02-02 Christopher Muellerdash: chunk added optionalurl setter
2012-01-28 Rémi Denis-Courmontdash: include <config.h> in all cpp files
2012-01-06 Hugo Beauzée-Luyssendash: Adding an implementation for UrlTemplate
2012-01-06 Hugo Beauzée-Luyssendash: Removing useless and potentially harmful recursion.
2012-01-06 Hugo Beauzée-Luyssendash: Don't crash when a segment can't be accessed.
2012-01-06 Hugo Beauzée-Luyssendash: HTTPConnectionManager: Removing useless method.
2012-01-06 Hugo Beauzée-Luyssendash: For first segments, don't choose the lowest bitrate.
2011-11-28 Hugo Beauzée-Luyssendash: Avoid some copies.
2011-11-28 Hugo Beauzée-Luyssendash: Chunk: Avoiding copies + cosmetics
2011-11-17 Jean-Baptiste KempfDash: C++ sanitization
2011-10-26 Jean-Baptiste KempfDash: major warnings cleanup
2011-10-26 Christopher MuellerAdded DASH stream filter