]> git.sesse.net Git - vlc/history - modules/stream_filter
dash: Don't crash when XML parsing fails.
[vlc] / modules / stream_filter /
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.
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-CourmontDisable buggy DASH plugin.
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
2011-10-11 Jean-Paul Samanstream_filter/httplive.c: support HLS servers that...
2011-10-11 Jean-Paul Samanstream_filter/httplive.c: restore seeking
2011-10-11 Jean-Paul SamanRevert "stream_filter/httplive.c: signal download threa...
2011-10-10 Jean-Paul Samanstream_filter/httplive.c: fix potential memory leak
2011-10-10 Jean-Paul Samanstream_filter/httplive.c: various fixes for live streaming
2011-10-10 Jean-Paul Samanstream_filter/httplive.c: signal download thread on...
2011-10-10 Jean-Paul Samanstream_filter/httplive.c: Modify backoff algorithm
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-09-27 F. YhuelFix typos in httplive.c
2011-08-08 F. YhuelHLS (httplive.c): fix Peek() function
2011-07-22 Luc Saillardhttplive module takes all cpu power when playing live...
2011-07-22 Luc SaillardAlways append a null character when reading HLS playlist
2011-07-06 Ilkka Ollakkahttplive: check that we actually don't add empty line...
2011-05-11 Jean-Paul Samanstream_filter/httplive.c: #EXTINF: accepts integer...
2011-05-11 Jean-Paul Samanstream_filter/httplive.c: Remove stream_t* argument...
2011-05-11 Jean-Paul Samanstream_filter/httplive.c: split up parse_SegmentationIn...
2011-03-02 Jean-Paul Samanstream_filter/httplive.c: constify
2011-03-02 Jean-Paul Samanstream_filter/httplive.c: solve gap in segment sequence...
2011-03-02 Jean-Paul Samanstream_filter/httplive.c: beautify message
2011-03-02 Jean-Paul Samanstream_filter/httplive.c: Append new segment any (HLS...
2011-03-02 Jean-Paul Samanstream_filter/httplive.c: cleanup on failing to reload...
2011-03-02 Jean-Paul Samanstream_filter/httplive.c: separate HLS playlist reload...
2011-02-22 Jean-Paul Samanstream_filter/httplive.c: Do not allow cancellation...
2011-02-22 Jean-Paul Samanstream_filter/httplive.c: use vlc_clone() and vlc_join()
2011-02-22 Jean-Paul Samanstream_filter/httplive.c: use stream_* API iso module_n...
2011-02-22 Jean-Paul Samanstream_filter/httplive.c: Fix bug that terminated readi...
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-02-11 Jean-Paul Samanstream_filter/httplive.c: ChooseSegment() defaults...
2011-02-11 Jean-Paul Samanstream_filter/httplive.c: rewrite parsing of HLS m3u8...
2011-02-11 Jean-Paul Samanstream_filter/httplive.c: read a HLS m3u8 file in one...
2011-02-11 Jean-Paul Samanstream_filter/httplive.c: Relax estimated download...
2011-02-11 Jean-Paul Samanstream_filter/httplive.c: Relax condition in live playback.
2011-02-11 Jean-Paul Samanstream_filter/httplive.c: Improve detection of HTTP...
2011-02-09 Rémi Denis-Courmontdecomp: use vlc_pipe()
2011-01-21 Jean-Paul Samanstream_filter/httplive.c: Do not start live playback...
2011-01-21 Jean-Paul Samanstream_filter/httplive.c: consider http port numbers
2011-01-19 Jean-Paul Samanstream_filter/httplive.c: unbreak HTTP Live streams...
2011-01-19 Jean-Paul Samanstream_filter/httplive.c: Do not crash when Prefetch...
2011-01-19 Jean-Paul Samanstream_filter/httplive.c: do not crash on strdup(NULL)
2011-01-05 Jean-Paul Samanstream_filter/httplive.c: struct hls_thread_s no longer...
2011-01-04 Jean-Paul Samanstream_filter/httplive.c: Rename p_sys->*.current to...
next