]> git.sesse.net Git - vlc/history - modules/stream_filter/dash
stream_filter: dash: ensure chunks have hostname and fully chain build url
[vlc] / modules / stream_filter / dash /
2014-12-18 Francois Cartegniestream_filter: dash: ensure chunks have hostname and...
2014-12-18 Francois Cartegniestream_filter: dash: refactor adaptation logic classes
2014-12-18 Francois Cartegniestream_filter: dash: drop MPGManager{Factory,}
2014-12-18 Francois Cartegniestream_filter: dash: add segment start time
2014-12-18 Francois Cartegniestream_filter: dash: split all logic and queues by...
2014-12-18 Francois Cartegniestream_filter: dash: Split monolithic segments using...
2014-12-18 Francois Cartegniestream_filter: dash: add classId to segments
2014-12-18 Francois Cartegniestream_filter: dash: add MP4 atoms reader
2014-12-18 Francois Cartegniestream_filter: dash: add alwayslowest bitrate logic
2014-12-18 Francois Cartegniestream_filter: dash: return lowest representation if...
2014-12-18 Francois Cartegniestream_filter: dash: remove vlc object ref from adaptat...
2014-12-18 Francois Cartegniestream_filter: dash: remove duplicate member
2014-12-18 Francois Cartegniestream_filter: dash: use dedicated segment classes...
2014-12-18 Francois Cartegniestream_filter: dash: simplify MPD factory
2014-12-18 Francois Cartegniestream_filter: dash: have vlc_object accessible from...
2014-12-18 Francois Cartegniestream_filter: dash: rewrite the http connection and...
2014-12-18 Francois Cartegniestream_filter: dash: bytes to read != length
2014-12-18 Francois Cartegniestream_filter: dash: don't store http reply as member
2014-12-18 Francois Cartegniestream_filter: dash: fix double buffer alloc
2014-12-18 Francois Cartegniestream_filter: dash: handle segments through interface
2014-12-18 Francois Cartegniestream_filter: dash: add segment chunk class
2014-12-18 Francois Cartegniestream_filter: dash: add callback method on chunk download
2014-12-18 Francois Cartegniestream_filter: dash: add subsegments
2014-12-18 Francois Cartegniestream_filter: dash: simplify next chunk condition
2014-12-18 Francois Cartegniestream_filter: dash: get mimeType() from representations
2014-12-18 Francois Cartegniestream_filter: dash: add User-Agent
2014-12-18 Francois Cartegniestream_filter: dash: move out include from header
2014-12-18 Francois Cartegniestream_filter: dash: refactor the HTTP thing
2014-12-18 Francois Cartegniestream_filter: dash: remove useless includes
2014-12-18 Francois Cartegniestream_filter: dash: factorize http header stuff
2014-12-18 Francois Cartegniestream_filter: dash: fix byte range signedness and...
2014-12-18 Francois Cartegniestream_filter: dash: fix memleak
2014-12-18 Francois Cartegniestream_filter: dash: support Base/Range only segments
2014-12-18 Francois Cartegniestream_filter: dash: add init flag on segments
2014-12-18 Francois Cartegniestream_filter: dash: build URL hierarchically
2014-12-18 Francois Cartegniestream_filter: dash: fix endless loop on thread early...
2014-12-18 Francois Cartegniestream_filter: dash: remove unused member and methods
2014-12-18 Francois Cartegniestream_filter: dash: simplify getting duration
2014-12-18 Francois Cartegniestream_filter: dash: remove double initialization
2014-12-18 Francois Cartegniestream_filter: dash: merge managers
2014-12-18 Francois Cartegniestream_filter: dash: add missing includes
2014-12-18 Francois Cartegniestream_filter: dash: move representation selection...
2014-12-18 Francois Cartegniestream_filter: dash: always get segments through repres...
2014-12-18 Francois Cartegniestream_filter: dash: simplify getBestRepresentation
2014-12-18 Francois Cartegniestream_filter: dash: switch default parser
2014-12-18 Francois Cartegniestream_filter: dash: add representation baseurl
2014-12-18 Francois Cartegniestream_filter: dash: don't try to close invalid fd
2014-12-18 Francois Cartegniestream_filter: dash: remove unused segment methods
2014-12-18 Francois Cartegniestream_filter: dash: fix iteration on different lists
2014-12-18 Francois Cartegniestream_filter: dash: update profiles
2014-11-17 Jean-Baptiste KempfDASH: fix Win32 compilation
2014-11-17 Francois Cartegniestream_filter: dash: deduplicate parser code
2014-11-17 Francois Cartegniestream_filter: dash: deduplicate code
2014-11-17 Francois Cartegniestream_filter: dash: fix and enable mpd debug print
2014-11-17 Francois Cartegniestream_filter: dash: fix out of bounds exception
2014-11-17 Francois Cartegniestream_filter: dash: set CAN_CONTROL_PACE
2014-11-14 Francois Cartegniestream_filter: dash: don't use global ref to log throug...
2014-11-13 Jean-Baptiste KempfDash: Fix win32 compilation
2014-11-13 Francois Cartegniestream_filter: dash: log through libvlc
2014-11-13 Francois Cartegniestream_filter: dash: fix null dereference on empty...
2014-11-13 Francois Cartegniestream_filter: dash: fix and add missing profiles
2014-11-13 Francois Cartegniestream_filter: dash: match case insensitively namespaces
2014-10-24 Hugo Beauzée-Luyssendash: Remove unrequired (and invalid on some compiler...
2014-04-27 O. HartmannSegmentInfoCommon.h:43:17: error: unknown type name...
2014-04-24 Rémi Denis-CourmontDASH: unroll and clarify
2014-02-21 Jean-Baptiste KempfDash: __STDC_CONSTANT_MACROS must be before config.h
2014-02-21 Rémi Denis-Courmontstream_filter: rectify PTS delay unit (fix #10748)
2013-12-29 Rémi Denis-CourmontDASH: use vlc_strerror_c()
2013-11-10 Rémi Denis-CourmontDASH: provide PTS delay
2013-04-16 Rémi Denis-Courmonthttp filters: pause not implemented, pace control not...
2012-09-09 Rémi Denis-CourmontRewrite modules/stream_filter/ Makefiles
2012-08-05 Christopher Muellerdash: made segmentbase optional
2012-05-30 Jean-Baptiste KempfDash: correct LGPL header
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-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-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-20 Christopher Muellerdash: removed EOFException
2012-03-20 Christopher Muellerdash: added connection to chunk
next