summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-12multiudpsink: Initialize bytes_sent field.Thomas Bluemel1-0/+1
2016-08-10rtpjitterbuffer: Actually calculate the packet rate for max-dropout and max-m...Thomas Bluemel2-3/+10
2016-08-10rtpjitterbuffer: Don't warn for duplicate packetsThomas Bluemel1-1/+1
2016-08-08splitmux: Fix typo converting to running time.Jan Schmidt1-2/+1
2016-08-08Revert "splitmuxsink: Use GstBin async-handling instead of our own."Jan Schmidt2-1/+19
2016-08-08splitmux: Recheck state after unlocking mutex.Jan Schmidt1-0/+3
2016-08-06splitmuxsrc: Don't stop and error on EOS flow returnJan Schmidt1-2/+2
2016-08-04rtpjitterbuffer: avoid unref of null bufferThiago Santos1-1/+3