]> git.sesse.net Git - vlc/history - modules/stream_filter/dash/mpd
dash: removed couts from managers
[vlc] / modules / stream_filter / dash / mpd /
2012-04-16 Christopher Muellerdash: removed couts from managers
2012-03-29 Hugo Beauzée-LuyssenDASH: BasicCMManager: Bitrate is an unsigned value.
2012-03-20 Christopher Muellerdash: fixed warnings in basiccm and isoffmainmanager
2012-03-05 Christopher Muellerdash: fix parsing bug
2012-02-29 Frédéric YhuelDASH: prevent integer overflow
2012-02-27 Christopher Muellerdash: fix intialization typo
2012-02-20 Christopher Muellerdash: simplified chunk initialization
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: fixed segfault when period is null
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: 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: Store the parent representation for every segments.
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 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 isoffmain profile
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: 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: 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: 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 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: Reworking profile handling.
2011-12-30 Hugo Beauzée-Luyssendash: Handle parsing of ContentProtection, Accessibilit...
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
2011-12-30 Hugo Beauzée-Luyssendash: Group element contains the "common" attributes...
2011-12-30 Hugo Beauzée-Luyssendash: BasicCMParser: Check for attributes at parsing...
2011-12-30 Hugo Beauzée-Luyssendash: CommonAttributesElements: Reworking getters/setters.
2011-12-08 Hugo Beauzée-Luyssendash: Don't hardcode the isLive information.
2011-12-08 Hugo Beauzée-Luyssendash: Fixing NullManager interface implementation.
2011-12-08 Hugo Beauzée-Luyssendash: CommonAttributesElements: When applicable, conver...
2011-12-08 Hugo Beauzée-Luyssendash: Adding a RepresentationAttributesElements to...
2011-12-01 Hugo Beauzée-Luyssendash: Representation: Return a usable bandwith value.
2011-12-01 Hugo Beauzée-Luyssendash: Representation: Cosmetics.
2011-12-01 Hugo Beauzée-Luyssendash: MPD manager factory: fixing a potential memory...
2011-11-28 Hugo Beauzée-Luyssendash: Segments: Avoid copies + cosmetic.
2011-11-28 Hugo Beauzée-Luyssendash: Ignore representations without valid segments.
2011-11-28 Hugo Beauzée-Luyssendash: Avoid crashing when there's no SegmentInfo node.
2011-11-26 Hugo Beauzée-Luyssendash: Parser: Standard (§5.4.4.1) specifies there can...
2011-11-24 Hugo Beauzée-Luyssendash: Fixing memory leak
2011-11-24 Hugo Beauzée-Luyssendash: IMPDManager: Removing useless constructor
2011-11-24 Hugo Beauzée-Luyssendash: Avoid some copies & useless initializations
2011-11-24 Hugo Beauzée-Luyssendash: Using initialization list.
2011-11-24 Hugo Beauzée-Luyssendash: MPD: Removing useless CTOR
2011-11-24 Hugo Beauzée-Luyssendash: Avoid some copies.
2011-11-24 Hugo Beauzée-Luyssendash: Avoid multiple lookups.
2011-11-24 Hugo Beauzée-Luyssendash: Removing factory another class instantiation.
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