summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-23gstrtpsession: refactor duplicate code into a functionHavard Graff1-17/+15
2016-08-23rtpbin: fix typo in max-misorder-time property nameVincent Penquerc'h1-1/+1
2016-08-22splitmuxsink: fix printf format compiler warning in debug messageTim-Philipp Müller1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan44-0/+866
2016-08-20Fixed splitmuxsink 32-bit overflow bugJie Jiang2-9/+12
2016-08-19isomp4: Fix coverity warningVivia Nikolaidou1-2/+4
2016-08-18Revert "flacparse: Add maximum bitrate tag"Tim-Philipp Müller1-7/+0
2016-08-17splitmuxsink: Add option to split at exactly max-size-timeVivia Nikolaidou2-4/+53
2016-08-17splitmuxsink: Allow time and bytes to reach their respective thresholdsVivia Nikolaidou1-2/+2
2016-08-17rtspsrc: Allow mimetypes with properties as long as they're application/sdpSebastian Dröge1-1/+17
2016-08-17qtmux: Added support for writing timecode trackVivia Nikolaidou5-4/+650