summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssmanifest.c
Commit message (Expand)AuthorAgeFilesLines
* mssdemux: do not assert on fragment reloads for non-liveThiago Santos2016-04-061-2/+0
* 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
* mssdemux: add connection-speed propertyThiago Santos2013-05-071-0/+95
* mssdemux: add an 'active' flag to manifest streamThiago Santos2013-05-071-0/+15
* mssmanifest: Keep the stream qualities list sorted by bitrateThiago Santos2013-05-071-12/+57
* mssdemux: also consider fourcc AVC1 as H264Thiago Santos2013-05-071-2/+2
* mssmanifest: add support for VC-1 and WmaPro formats parsingThiago Santos2013-05-071-0/+16
* mssmanifest: do not set codec_data when it is emptyThiago Santos2013-05-071-2/+2
* mssdemux: set timestamp and duration to fragment buffersThiago Santos2013-05-071-0/+36
* mssmanifest: fix typoThiago Santos2013-05-071-2/+2
* mssdemux: initial implementation of seek event handlingThiago Santos2013-05-071-0/+77
* mssdemux: handle src pad queries fir duration and latencyThiago Santos2013-05-071-0/+33
* mssdemux: add timescale to the capsThiago Santos2013-05-071-3/+28
* mssdemux: parse the fps from h264 codec data if possibleThiago Santos2013-05-071-13/+30
* mssdemux: correctly add h264 codec data to capsThiago Santos2013-05-071-2/+98
* mssdemux: mssmanifest: prevent accessing null stream fragmentThiago Santos2013-05-071-1/+3
* smoothstreaming: refactor structure names and implement url fetchingThiago Santos2013-05-071-35/+27
* mssdemux: more manifest parsing and helper functionsThiago Santos2013-05-071-8/+168