]> git.sesse.net Git - vlc/history - modules/stream_filter/dash
DASH: prevent integer overflow
[vlc] / modules / stream_filter / dash /
2012-02-29 Frédéric YhuelDASH: prevent integer overflow
2012-02-27 Christopher Muellerdash: fix intialization typo
2012-02-22 Frédéric YhuelDASH: fix URL parsing
2012-02-22 Christopher Muellerdash: helper added config.h
2012-02-22 Christopher Muellerdash: set segment url relative if url is not valid
2012-02-20 Christopher Muellerdash: added path helpers
2012-02-20 Christopher Muellerdash: set minbuffer for stream stability
2012-02-20 Christopher Muellerdash: simplified chunk initialization
2012-02-20 Christopher Muellerdash: added bufferobserver to adaptationlogic
2012-02-20 Christopher Muellerdash: IBufferObserver cosmetic
2012-02-20 Christopher Muellerdash: corrected IAdaptationLogic documentation
2012-02-14 Hugo Beauzée-Luyssendash: BasicCMManager: Fixing a warning.
2012-02-14 Christopher Muellerdash: remove some disturbing couts from isoffmainmanager
2012-02-14 Christopher Muellerdash: downloader avoid div by zero
2012-02-14 Christopher Muellerdash: fixed segfault when period is null
2012-02-14 Christopher Muellerdash: added buffer size to prefs
2012-02-14 Christopher Muellerdash: removed couts from downloader
2012-02-14 Christopher Muellerdash: added buffer and downloader to manager
2012-02-14 Christopher Muellerdash: set chunk bitrate
2012-02-14 Christopher Muellerdash: added downloader and bitrate to chunk
2012-02-14 Christopher Muellerdash: removed couts from buffer
2012-02-14 Christopher Muellerdash: added blockbuffer
2012-02-14 Christopher Muellerdash: dont use best rep without information
2012-02-14 Christopher Muellerdash: added resolution interpretation
2012-02-14 Christopher Muellerdash: added byte range requests
2012-02-02 Hugo Beauzée-Luyssendash: Use a const Representation to extract segments.
2012-02-02 Hugo Beauzée-Luyssendash: removing useless loop
2012-02-02 Hugo Beauzée-Luyssendash: DOMParser: Removing useless includes.
2012-02-02 Hugo Beauzée-Luyssendash: Adding an helper to compute a segment size
2012-02-02 Hugo Beauzée-Luyssendash: bandwidth is in bits per second
2012-02-02 Hugo Beauzée-Luyssendash: Fixing STREAM_GET_SIZE control query.
2012-02-02 Hugo Beauzée-Luyssendash: Adding a getter for current representation
2012-02-02 Hugo Beauzée-Luyssendash: Store the parent representation for every segments.
2012-02-02 Hugo Beauzée-Luyssendash: Allow bps methods to be called from a IAdaptation...
2012-02-02 Hugo Beauzée-Luyssendash: HTTPConnectionManager: Removing duplicate attribute.
2012-02-02 Hugo Beauzée-Luyssendash: Adding missing LPGL header.
2012-02-02 Hugo Beauzée-Luyssendash: Include <config.h> in new cpp files.
2012-02-02 Christopher Muellerdash: added generic mpd generation
2012-02-02 Christopher Muellerdash: added mpdfactory
2012-02-02 Christopher Muellerdash: added isoffmainmanager to factory
2012-02-02 Christopher Muellerdash: added isoffmainmanager
2012-02-02 Christopher Muellerdash: added isoffmainparser
2012-02-02 Christopher Muellerdash: added IS namespace and getprofile to domparser
2012-02-02 Christopher Muellerdash: added isoffmain profile
2012-02-02 Christopher Muellerdash: simplified adaptationlogic
2012-02-02 Christopher Muellerdash: added segmentlist and base to representation
2012-02-02 Christopher Muellerdash: added adaptationset to period
2012-02-02 Christopher Muellerdash: segment added byterange and tochunk
2012-02-02 Christopher Muellerdash: chunk added optionalurl setter
2012-02-02 Christopher Muellerdash: node added hasattribute
2012-02-02 Christopher Muellerdash: added adaptationset
2012-02-02 Christopher Muellerdash: added segmentbase
2012-02-02 Christopher Muellerdash: added segmentlist
2012-01-28 Rémi Denis-Courmontdash: include <config.h> in all cpp files
2012-01-27 Rafaël Carrédash: fix windows compile
2012-01-06 Hugo Beauzée-Luyssendash: Removing empty IAdaptionLogic implementation.
2012-01-06 Hugo Beauzée-Luyssendash: Adding an implementation for UrlTemplate
2012-01-06 Hugo Beauzée-Luyssendash: Fixing SegmentInfoDefault parsing.
2012-01-06 Hugo Beauzée-Luyssendash: Fixing SegmentInfoCommon initialization/deletion.
2012-01-06 Hugo Beauzée-Luyssendash: Group: Fixing SegmentInfoDefault initialization...
2012-01-06 Hugo Beauzée-Luyssendash: Handle UrlTemplate in parser.
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.
2012-01-06 Hugo Beauzée-Luyssendash: Cleaning Period class.
2012-01-06 Hugo Beauzée-Luyssendash: Allow SegmentTimeline to be queried for a "S...
2012-01-06 Hugo Beauzée-Luyssendash: Handle relative URL
2012-01-06 Hugo Beauzée-Luyssendash: Store the parent Group in every representations.
2011-12-30 Hugo Beauzée-Luyssendash: Working arround specifications ambiguity.
2011-12-30 Hugo Beauzée-Luyssendash: Don't crash if we don't have a valid mpdManager.
2011-12-30 Jean-Baptiste KempfDash: fix win32 compilation
2011-12-30 Hugo Beauzée-Luyssendash: Parsing SegmentInfoDefault & SegmentTimeline...
2011-12-30 Hugo Beauzée-Luyssendash: Only use const Segments.
2011-12-30 Hugo Beauzée-Luyssendash: Adding an implementation for SegmentInfoDefault...
2011-12-30 Hugo Beauzée-Luyssendash: Adding a SegmentInfoCommon class.
2011-12-30 Hugo Beauzée-Luyssendash: Implementing the basics for SegmentTimeline.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking MPD tree building.
2011-12-30 Hugo Beauzée-Luyssendash: Parser: Ignore segments without sourceURL
2011-12-30 Hugo Beauzée-Luyssendash: Removing now useless AttributeNotPresentException
2011-12-30 Hugo Beauzée-Luyssendash: Removing now unused ElementNotPresentException
2011-12-30 Hugo Beauzée-Luyssendash: Adding support for Representation's TrickMode...
2011-12-30 Hugo Beauzée-Luyssendash: Handling Group @subsegmentAlignmentFlag in parser.
2011-12-30 Hugo Beauzée-Luyssendash: Don't require the Representation @id. Many stream...
2011-12-30 Hugo Beauzée-Luyssendash: Try to fetch mimeType attribute from the parent...
2011-12-30 Hugo Beauzée-Luyssendash: Removing useless using namespace;
2011-12-30 Hugo Beauzée-Luyssendash: Reworking profile handling.
2011-12-30 Hugo Beauzée-Luyssendash: Handle parsing of ContentProtection, Accessibilit...
2011-12-30 Hugo Beauzée-Luyssendash: Don't use the module when MPD parsing failed.
2011-12-30 Hugo Beauzée-Luyssendash: XML: handle text nodes.
2011-12-30 Hugo Beauzée-Luyssendash: Don't crash when XML parsing fails.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking ProgramInfo parsing.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking MPD attributes parsing.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking the way MPD profile is handled
2011-12-30 Hugo Beauzée-Luyssendash: Reworking segments.
2011-12-30 Hugo Beauzée-Luyssendash: Reworking SemgentInfo parsing
2011-12-30 Hugo Beauzée-Luyssendash: BasicCMParser: Handle Representation @dependencyId
2011-12-30 Hugo Beauzée-Luyssendash: Group: Adding a getter for Representation by id.
2011-12-30 Hugo Beauzée-Luyssendash: Basic CM parser: Parse some Representation attributes
2011-12-30 Hugo Beauzée-Luyssendash: Adding some basic getters to Representation
next