summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-09-29matroskamux: Always write the default frame duration for VP8/9 tooSebastian Dröge1-8/+0
2016-09-27rtph26[45]depay: Don't handle NALs inside STAP units twiceOlivier Crête2-10/+2
2016-09-27Revert "multifilesink: streamline the file-switch code a bit"Tim-Philipp Müller1-15/+35
2016-09-27Revert "multifilesink: close file on write error with next-file mode is set t...Tim-Philipp Müller1-3/+1
2016-09-25rtpsbcpay: Fix timestampingArun Raghavan2-6/+24
2016-09-21qtmux: Fix fourcc for ProRes ProxyGeorg Lippitsch1-1/+1
2016-09-15rtspsrc: Use new bin suppressed flags API for managing the element flagsSebastian Dröge1-6/+2
2016-09-15ext, gst: fix indentationTim-Philipp Müller3-6/+7
2016-09-14rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a...Thomas Bluemel1-1/+1
2016-09-14rtpjitterbuffer: improved rtx-rtt averagingHavard Graff1-4/+27
2016-09-14rtpjitterbuffer: Detect whether to assume equidistant spacing when lossStian Selnes1-44/+66
2016-09-14rtpjitterbuffer: Don't request rtx if 'now' is past retry periodStian Selnes1-1/+2
2016-09-14rtpjitterbuffer: Fix lost duration when gap after lost timerStian Selnes1-1/+3
2016-09-14rtpjitterbuffer: Expose rtx-deadline as a propertyHavard Graff1-1/+33
2016-09-14rtpjitterbuffer: Improved expected-timer handling when gap > 0Havard Graff1-4/+6
2016-09-14rtpjitterbuffer: Major improvements for RTX statsStian Selnes1-61/+252
2016-09-14rtpjitterbuffer: Add and expose more stats and increase testing of itHavard Graff1-7/+44
2016-09-14rtxreceive: Set buffer flag for retransmitted packetsStian Selnes1-0/+1
2016-09-14rtpjitterbuffer: Option to disable rtx-delay-reorderHavard Graff1-33/+35
2016-09-14rtph263pay: Fix double free from coverityOlivier Crête1-5/+2
2016-09-14rtph263pay: Indent as per gst-indentOlivier Crête1-6/+7
2016-09-14autodetect: Use gst_bin_set_suppressed_flags() APIWonchul Lee1-2/+2
2016-09-12deinterlace: Fix field ordering for reverse playbackSebastian Dröge1-6/+22
2016-09-12udpsrc: Fix compilation on NetBSDThomas Klausner1-0/+4
2016-09-10qtdemux: offset is irrelevant when no crypto infoXabier Rodriguez Calvar1-1/+1
2016-09-07qtdemux: Fix crash with no cenc aux offsetXabier Rodriguez Calvar1-1/+1
2016-09-06aacparse: parse a bit more of the humongous LOAS dataVincent Penquerc'h1-4/+29
2016-09-06aacparse: make it clear when a potential LOAS frame is not oneVincent Penquerc'h1-1/+4
2016-09-06aacparse: add a few comments to anchor parsing to the specVincent Penquerc'h1-0/+3
2016-09-06aacparse: improve channel/rate handlingVincent Penquerc'h2-4/+33
2016-09-06aacparse: fix varlength number reading as per specVincent Penquerc'h1-1/+1
2016-09-06aacparse: strip uneeded static arrays slackVincent Penquerc'h1-2/+2
2016-09-06rtpmp4adepay: Only declare a stream to be framed once a marker bit has been seenOlivier Crête2-2/+27
2016-09-01qtmux: Implement the preset interface.Mathieu Duponchelle3-1/+15
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier10-28/+10
2016-08-26Revert "rtpmux: fix PROP_TIMESTAMP_OFFSET range problems"Olivier Crête2-25/+19
2016-08-26rtpvp9depay: Support flexible modeStian Selnes1-9/+18
2016-08-26rtph263pdepay: Don't try to push empty frameStian Selnes1-0/+8
2016-08-26rtpmux: fix PROP_TIMESTAMP_OFFSET range problemsHavard Graff2-19/+25
2016-08-26rtpbin: introduce max-streams propertyHavard Graff2-1/+26
2016-08-26rtpsource: reordered packets are very normal, and should not be a warningHavard Graff1-1/+1
2016-08-26rtpsession: degrade g_warning to GST_ERRORHavard Graff1-1/+1
2016-08-26rtph263pdepay: Fix picture header for non-writable payloadStian Selnes1-5/+4
2016-08-26rtph261depay: Fix check of valid payload lengthStian Selnes1-3/+3
2016-08-26rtph263pay: Fix double free, invalid reads and leakStian Selnes1-16/+17
2016-08-25rtpsession: sanity check RTT before ignoring PLI/FIRStian Selnes1-0/+5
2016-08-25rtpsession: handle sdes messages with non-utf8 more gracefullyStian Selnes1-1/+5
2016-08-25rtph263pay: change log level on bitstream parsing messagesStian Selnes1-24/+27
2016-08-25rtph265pay: Set RTP marker bitJonas Holmberg1-11/+9
2016-08-25videoflip: added GstVideoDirection interfaceXabier Rodriguez Calvar2-77/+113