summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-01-30rtpsession: Fix signal nameSebastian Dröge1-1/+1
2015-01-30rtpstats: Fix typo in documentationSebastian Dröge1-2/+2
2015-01-30rtpsession: Add new on-receiving-rtcp signalSebastian Dröge2-0/+21
2015-01-28qtdemux: simplify segment.base mathThiago Santos2-8/+1
2015-01-27videomixer: update orc filesLuis de Bethencourt1-46/+34
2015-01-27qtdemux: Fix data dropping for fragmented streamsThiago Santos1-6/+15
2015-01-26rtpsession: Deprecate rtcp-immediate-feedback-threshold propertySebastian Dröge1-2/+2
2015-01-26rtpsession: Delay the next regular RTCP packet after early RTCPSebastian Dröge1-4/+9
2015-01-26rtpsession: Add new send-rtcp-full signalSebastian Dröge1-0/+21
2015-01-23matroskademux: remove unnecessary checkLuis de Bethencourt1-4/+2
2015-01-23matroskamux: Avoid using freed variableEdward Hervey1-1/+3
2015-01-23avimux: Avoid using freed variableEdward Hervey1-2/+3
2015-01-22rtpsession: Fix indentionSebastian Dröge1-5/+7
2015-01-21qtdemux_dump: Bypass even more code if debugging is disabledEdward Hervey1-0/+2
2015-01-21qtdemux: Only traverse/dump nodes if guaranteed to be usedEdward Hervey1-1/+2
2015-01-21matroska: Avoid debugging below category thresholdEdward Hervey1-1/+1
2015-01-21Constify some static arrays everywhereSebastian Dröge9-16/+17
2015-01-19qtdemux: fix deadlock seeking in files without seek entriesVincent Penquerc'h1-1/+3
2015-01-19videomixer: fix illegal memory access in blend function with negative yposVincent Penquerc'h1-7/+9
2015-01-13qtmux: Add support for v210Sebastian Dröge3-1/+9
2015-01-13qtdemux: v210 is v210, not UYVY and yuv2 is YUY2, not I420Sebastian Dröge1-1/+20
2015-01-09qtdemux: fix stream time conversionThiago Santos1-1/+1
2015-01-08ac3parse: request at least 8 bytes to properly parse headerMatej Knopp1-3/+3
2015-01-07wavparse: skip an additional uninteresting chunk type before the fmt chunk.Michael Smith1-1/+4
2015-01-07audiodynamic: assert func_index is inside boundsLuis de Bethencourt1-6/+5
2015-01-07audiodynamic: remove always-true conditionalLuis de Bethencourt1-6/+2
2015-01-07rtpjitterbuffer: If we get a gap with a buffer without DTS, error outSebastian Dröge1-1/+14
2014-12-31rtspsrc: set PLAYING state after configuring capsAleix Conchillo Flaqué1-2/+5
2014-12-29matroskademux: Improve detection of being stuck at the same offsetSebastian Dröge1-5/+11
2014-12-29matroskademux: Don't get stuck at the same offset when searching for clustersSebastian Dröge1-0/+5
2014-12-25qtmux: fix ALAC muxingTim-Philipp Müller1-1/+2
2014-12-25rtpptdemux: just drop invalid rtp packets instead of erroring outTim-Philipp Müller1-2/+2
2014-12-25rtpptdemux: fix 0.10-ism in docsTim-Philipp Müller1-3/+3
2014-12-19matroska-demux: Cache upstream lengthEdward Hervey2-5/+13
2014-12-18matroska: mux/demux the OpusHead headerVincent Penquerc'h4-0/+109
2014-12-18rtspsrc: Don't dereference NULL if a suitable stream for the AUX element can'...Sebastian Dröge1-0/+4
2014-12-16udpsink: allocate scratch space for render functions on the heapTim-Philipp Müller2-15/+42
2014-12-16multiudpsink: re-use send_buffers() code path for render() functionTim-Philipp Müller1-114/+7
2014-12-16multiudpsink: keep client list consistent during removalsTim-Philipp Müller2-1/+23
2014-12-16multiudpsink: fix client count after removalTim-Philipp Müller1-1/+12
2014-12-16multiudpsink: keep client list sorted by socket familyTim-Philipp Müller1-2/+23
2014-12-16multiudpsink: add sendmmsg-ready render_list function prototypeTim-Philipp Müller2-0/+399
2014-12-16multiudpsink: make udp client structure refcountedTim-Philipp Müller2-18/+33
2014-12-16multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 cli...Tim-Philipp Müller2-0/+30
2014-12-16rtspsrc: Add something to the debug logs if an RTX AUX element can't be addedSebastian Dröge1-1/+5
2014-12-16rtspsrc: add retransmission support according to RFC4588Matthew Waters2-0/+121
2014-12-15videocrop: Remove todo about caps filterNicolas Dufresne1-1/+0
2014-12-15videocrop: Make sure new crop is appliedNicolas Dufresne2-47/+55
2014-12-14Deinterlace: in query_caps return only supported formats if filter is interlacedThibault Saunier1-1/+21
2014-12-12qtdemux: Fix debug statementEdward Hervey1-1/+1