]> git.sesse.net Git - vlc/history - modules/stream_filter
Qt4: override playlist configuration on request, _not_ on exit
[vlc] / modules / stream_filter /
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-24 Hugo Beauzée-Luyssenhls: Don't crash if a segment can't be found.
2012-01-24 Hugo Beauzée-Luyssenhls: Removing useless assignments.
2012-01-24 Hugo Beauzée-Luyssenhls: Removing calls to vlc_array_item_at_index
2012-01-24 Hugo Beauzée-Luyssenhls: Removing warnings.
2012-01-24 Hugo Beauzée-Luyssenhls: Cosmetics: removing useless casts.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing a deadlock introduced in previous commit.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing playlist updating.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing hls_Copy
2012-01-24 Frédéric YhuelHLS restore pos of current segment before seeking
2012-01-24 Rémi Denis-Courmonthls: fix linking
2012-01-23 Hugo Beauzée-Luyssenhls: Trying to work arround streams without bandwidth...
2012-01-23 Hugo Beauzée-Luyssenhls: Don't fail when a STREAM-INF is commented.
2012-01-23 Luc Saillardhls: Fix vod
2012-01-23 Luc Saillardhls: Renaming Download to hls_DownloadSegmentData
2012-01-23 Hugo Beauzée-Luyssenhls: Fixing some locks.
2012-01-23 Luc Saillardhls: Support encryption
2012-01-18 Hugo Beauzée-Luyssenstream_filter/httplive.c: Various bandwidth fixes
2012-01-18 Jean-Paul Samanstream_filter/httplive.c: Rewrite relativeURL (fix...
2012-01-18 Jean-Paul Samanstreamfilter/httplive.c: UpdatePlaylist() actually...
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-31 Jean-Paul Samanstream_filter/httplive.c: improve comment somewhat.
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-21 Jean-Paul Samanstream_filter/httplive.c: fix EXT-X-MEDIA-SEQUENCE...
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 Jean-Baptiste KempfDash: compiled by default
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.
next