summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
Commit message (Expand)AuthorAgeFilesLines
...
* mssdemux: remove stream locksThiago Santos2013-12-182-20/+13
* mssdemux: avoid downloading not-linked streamsThiago Santos2013-12-182-27/+219
* 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: do not try to deinit the downloadrate while it is usedThiago Santos2013-11-151-2/+1
* mssdemux: also consider /manifestThiago Santos2013-11-151-0/+5
* dash/smoothstreaming: Remove unused debug category with the same nameSebastian Dröge2013-09-191-3/+0
* mssdemux: use gst_data_queue_push_force for adding events to queueThiago Santos2013-08-131-1/+8
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+2
* mssdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-1/+28
* mssdemux: fix wma pro caps creationThiago Santos2013-05-171-2/+6
* mssdemux: fix assertions when a stream caps can't be createdThiago Santos2013-05-171-3/+2
* 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
* mssdemux: send stream id and newsegment before pushing dataThiago Santos2013-05-161-0/+11
* 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
* mssdemux: fixing compiler warnings about print formatsThiago Santos2013-05-071-8/+10
* smoothstreaming: port to 1.0Thiago Santos2013-05-078-119/+164
* mssdemux: remove already fixed TODO commentThiago Santos2013-05-071-2/+0
* mssdemux: replace gst_value_deserialize with simpler functionThiago Santos2013-05-071-19/+44
* mssdemux: fix newsegment event leakThiago Santos2013-05-071-1/+0
* mssdemux: replace unused parameterThiago Santos2013-05-071-6/+7
* mss: avoid GValue leakWim Taymans2013-05-071-8/+8
* mssdemux: fix a small memory leakLouis-Francis Ratté-Boulianne2013-05-071-0/+1
* mssdemux: avoid streaming to fail when download is cancelledLouis-Francis Ratté-Boulianne2013-05-072-0/+14
* mssdemux: removing unused functionsThiago Santos2013-05-071-55/+0
* mssdemux: switch bitrates without switching padsThiago Santos2013-05-073-123/+65
* mssdemux: Check if pads are valid before removing.Andre Moreira Magalhaes (andrunko)2013-05-071-3/+7
* mssdemux: add a maximum error count for downloadsThiago Santos2013-05-072-1/+10
* mssdemux: use streams bitrate individuallyThiago Santos2013-05-073-12/+40
* mssdemux: use downloadbitrate utility for measuring bitrateThiago Santos2013-05-075-5/+179
* mssdemux: Properly compute new bitrate and use bitrate_limit.Andre Moreira Magalhaes (andrunko)2013-05-071-1/+2
* mssdemux: Avoid a possible division by zeroAndre Moreira Magalhaes (andrunko)2013-05-071-2/+2
* mssdemux: Add missing object param to GST_DEBUG|INFO_OBJECT callsAndre Moreira Magalhaes (andrunko)2013-05-071-2/+2
* mssdemux: add bitrate-limit propertyThiago Santos2013-05-072-5/+87
* mssdemux: use the shared uridownloader lib instead of an internal copyThiago Santos2013-05-072-2/+2
* mssdemux: Do not block on reset.Andre Moreira Magalhaes (andrunko)2013-05-071-2/+14
* mssdemux: handle FLUSH events by resetting the demuxer stateLouis-Francis Ratté-Boulianne2013-05-071-0/+3
* 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-072-28/+31
* mssdemux: don't stop a task from inside the loopLouis-Francis Ratté-Boulianne2013-05-071-8/+8
* mssdemux: log manifest content for debuggingLouis-Francis Ratté-Boulianne2013-05-071-0/+7
* mssdemux: make codec private data from manifest attributes with AAC-LCLouis-Francis Ratté-Boulianne2013-05-071-0/+54
* mssdemux: only try to reload the manifest for live streamsLouis-Francis Ratté-Boulianne2013-05-071-2/+4
* mssdemux: add some documentationThiago Santos2013-05-071-1/+38
* mssdemux: add max-queue-size-buffers propertyThiago Santos2013-05-071-0/+16
* mssdemux: stop tasks fasterThiago Santos2013-05-071-0/+1