summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssmanifest.c
Commit message (Expand)AuthorAgeFilesLines
* smoothstreaming: Handle invalid XMLEdward Hervey2017-12-011-0/+5
* mss: always periodically update the manifest taking the new fragmentsMatthew Waters2017-04-251-3/+0
* mssdemux: only add live fragments after manifest fragmentsMatthew Waters2017-03-271-15/+14
* Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters2017-03-141-1/+1
* adaptivedemux: answer duration queries for live streamsAlex Ashley2017-03-021-1/+1
* smoothstreaming: Fix minor use after free referenceArun Raghavan2017-01-021-1/+1
* mssdemux: improved live playback supportPhilippe Normand2016-11-291-10/+148
* smoothstreaming: use the duration from the list of fragments if not present i...Matthew Waters2016-11-111-0/+24
* smoothstreaming: implement adaptivedemux's get_live_seek_range()Matthew Waters2016-11-111-0/+84
* smoothstreaming: update fps calculation for h264 codec parser API changesTim-Philipp Müller2016-05-281-1/+6
* mssdemux: remove unnecessary checkLuis de Bethencourt2016-02-091-2/+2
* mssdemux: implement snap seekingThiago Santos2016-02-041-37/+55
* mssdemux: do not assert on fragment reloads for non-liveThiago Santos2016-02-041-2/+0
* adaptivedemux: handle snap seeksThiago Santos2016-02-041-3/+17
* mssdemux: add depth field to audio caps if availableMaroš Ondrášek2015-11-241-0/+11
* Fix code indentationTim-Philipp Müller2015-11-061-1/+3
* mssdemux: PlayReady WRM parsing supportPhilippe Normand2015-09-301-0/+61
* mssdemux: always use timescale for gst timestamp calculationPhilippe Normand2015-09-301-6/+5
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-231-1/+2
* mssdemux: fix crash while setting bitrate in caps structureRajat Verma2015-01-071-1/+1
* mssdemux: fix reverse playback fragment trackingThiago Santos2014-12-101-9/+8
* mssdemux: add live supportThiago Santos2014-12-041-137/+143
* mssdemux: fix getting current position in segments when after last oneThiago Santos2014-12-041-2/+8
* mssdemux: support manifests with repetition fragmentsThiago Santos2014-12-041-7/+55
* mssdemux: port to adaptivedemux base classThiago Santos2014-12-041-0/+14
* mssdemux: seeks in the manifest never failThiago Santos2014-11-071-8/+3
* smoothstreaming: initialise new GstH264NalUnit fieldsTim-Philipp Müller2014-11-071-1/+3
* mssdemux: add type of stream to debug logThiago Santos2014-10-311-0/+2
* mssdemux: fix segfault when trying to access codec_dataThiago Santos2013-12-181-24/+27
* mssdemux: also generate caps from audiotag attributeThiago Santos2013-12-181-3/+29
* mssmanifest: store the language of the streamGuillaume Desmottes2013-12-181-0/+10
* mssdemux: fix setting codec_data when using WaveFormatExAntonio Ospite2013-11-271-10/+21
* mssdemux: use mssdemux_debug debug category for gstmssmanifest.c tooAntonio Ospite2013-11-271-0/+3
* mssdemux: fix coding styleAntonio Ospite2013-11-271-1/+2
* mssdemux: fix wma pro caps creationThiago Santos2013-05-171-2/+6
* mssdemux: parse block_align, channels and rate from waveformatex if possibleThiago Santos2013-05-161-33/+59
* mssdemux: add bitrate info to audio streamsThiago Santos2013-05-161-4/+9
* smoothstreaming: pass width, height, channels and rate as integerTim-Philipp Müller2013-05-081-9/+12
* smoothstreaming: fix WMV capsTim-Philipp Müller2013-05-081-1/+1
* smoothstreaming: port to 1.0Thiago Santos2013-05-071-26/+58
* mssdemux: remove already fixed TODO commentThiago Santos2013-05-071-2/+0
* mssdemux: replace gst_value_deserialize with simpler functionThiago Santos2013-05-071-19/+44
* mss: avoid GValue leakWim Taymans2013-05-071-8/+8
* mssdemux: use streams bitrate individuallyThiago Santos2013-05-071-1/+12
* mssdemux: add conditions to prevent some crashesLouis-Francis Ratté-Boulianne2013-05-071-5/+16
* mssdemux: use standard glib methodsLouis-Francis Ratté-Boulianne2013-05-071-17/+22
* mssdemux: fix some memory leaks and use right free functionLouis-Francis Ratté-Boulianne2013-05-071-19/+20
* mssdemux: make codec private data from manifest attributes with AAC-LCLouis-Francis Ratté-Boulianne2013-05-071-0/+54
* mssdemux: implement live streams handlingThiago Santos2013-05-071-1/+145
* mssdemux: fix issue on fragment timestamping parsingThiago Santos2013-05-071-4/+7