]> git.sesse.net Git - vlc/history - modules/stream_filter/dash
Qt: OpenFile: Use QGroupBox for subs.
[vlc] / modules / stream_filter / dash /
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
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-11 Laurent AimarFixed potential out of bound reads in DASH probe function.
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-08 Hugo Beauzée-Luyssendash: DashManager: Adding a getMpdManager() method.
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: Let the parser handle the root node cleaning.
2011-11-28 Hugo Beauzée-Luyssendash: Fixing a crash with invalid XML documents.
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 some copies.
2011-11-28 Hugo Beauzée-Luyssendash: Chunk: Avoiding copies + cosmetics
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-26 Hugo Beauzée-Luyssendash: MPDManager: Fixing memory leak
2011-11-26 Hugo Beauzée-Luyssendash: DOMparser: Replacing an init method by an init...
2011-11-26 Hugo Beauzée-Luyssendash: DOMParser: FIxing memory leak.
2011-11-26 Hugo Beauzée-Luyssendash: RateBasedAdaptationLogic: cosmetics.
2011-11-24 Hugo Beauzée-Luyssendash: DOMHelper: Avoiding some copies, using operator...
2011-11-24 Hugo Beauzée-Luyssendash: Node: Avoiding lots of copies
2011-11-24 Hugo Beauzée-Luyssendash: DOMHelper: Adding a helper to get the first child...
2011-11-24 Hugo Beauzée-Luyssendash: RateBasedAdaptationLogic: Removing useless loop.
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-24 Hugo Beauzée-Luyssendash: No need to instantiate a factory.
2011-11-17 Jean-Baptiste KempfDash: C++ sanitization
2011-11-17 Jean-Baptiste KempfDASH: better debug messages
2011-11-17 Jean-Baptiste KempfDash: Simplify Dash detection
2011-11-17 Jean-Baptiste KempfKill a warning
2011-11-17 Jean-Baptiste KempfDash: static-ify isDash
2011-11-01 Rémi Denis-CourmontDASH: allocate hot-path parser on the stack and cosmetics
2011-10-26 Jean-Baptiste KempfDash: major warnings cleanup
2011-10-26 Jean-Baptiste KempfDASH: remove unnecessary includes and other trivial...
2011-10-26 Christopher MuellerAdded DASH stream filter