summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-02wavparse: Add tags for container format and bitrate for uncompressed PCMCarlos Rafael Giani2-1/+19
2016-08-02flacparse: Add maximum bitrate tagCarlos Rafael Giani1-0/+7
2016-07-28qtdemux: When receiving a DISCONT buffer that does not point to a sample, rem...Sebastian Dröge1-0/+1
2016-07-25rtp: Filter with the filter caps in the payloader's getcapsSebastian Dröge6-3/+71
2016-07-25splitmuxsink: Fix debug statement signedness.Jan Schmidt1-1/+1
2016-07-20splitmuxsink: Handle negative running timeJan Schmidt2-72/+106
2016-07-20splitmuxsink: Drop lock when sending dummy eventJan Schmidt1-0/+3
2016-07-20rtph264pay: Intersect with filter caps in getcaps function.Jan Schmidt1-0/+7
2016-07-11rtph265pay: Accept array_completeness=1Jonas Holmberg1-3/+3
2016-07-10udpsrc: Use correct in6_pktinfo struct instead of in_pktinfoSebastian Dröge1-1/+1
2016-07-08multipartmux: Use PTS and DTS instead of timestampMats Lindestam2-17/+40
2016-07-08qtdemux: Let upstream events go through upstreamEdward Hervey1-5/+0
2016-07-08avidemux: Let upstream events go through upstreamEdward Hervey1-5/+0
2016-07-07matroskamux: Remove suspicious checks for pads being active and linkedSebastian Dröge1-13/+12
2016-07-07matroskamux: Error out if we start writing data with some pads not having a c...Sebastian Dröge1-4/+9
2016-07-07matroskamux: Consistently use gst_matroska_mux_set_codec_id() for setting the...Sebastian Dröge1-5/+8
2016-07-07rtph265pay/depay: Sync against RFC 7798Jonas Holmberg3-88/+106
2016-07-07flvdemux: Push nominal bitrate tagsJan Alexander Steffens (heftig)2-0/+42
2016-07-07flvdemux: Refactor metadata tag handlingJan Alexander Steffens (heftig)2-56/+51
2016-07-06qtdemux: fix AAC codec_data valuesLuis de Bethencourt1-2/+2
2016-07-06rtspsrc: Fix error messages to first convert to doubles before divisionSteven Hoving1-2/+2
2016-07-05rtspsrc: Set to PLAYING after a seek again after setting up the segment and e...Sebastian Dröge1-9/+9
2016-07-04aacparse: Reject raw AAC if no codec_data is found in the capsSebastian Dröge1-5/+14
2016-07-04qtdemux: Invent AAC codec_data if none is presentSebastian Dröge1-0/+49
2016-07-04qtmux: Reject raw AAC caps without codec_dataSebastian Dröge1-2/+3
2016-07-01qtdemux: Handle upstream GAP in push-mode/time segmentEdward Hervey1-10/+107
2016-07-01rtspsrc: Don't disable UDP protocols on redirectingBrad Lackey1-12/+16
2016-07-01qtdemux: Push caps only when it was updatedSeungha Yang1-2/+14
2016-06-30rtph265depay: fix invalid memory accessJonas Holmberg1-7/+6
2016-06-28udpsrc: Windows has no ipi_spec_dst in struct in_pktinfoSebastian Dröge1-1/+6
2016-06-28udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOSSebastian Dröge1-0/+2