summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-28flxdec: rewrite logic based on GstByteReader/Writerf24Matthew Waters4-260/+427
2016-11-28flxdec: Don't unref() parent in the chain functionSebastian Dröge1-1/+0
2016-11-28flxdec: fix some warnings comparing unsigned < 0Matthew Waters1-2/+2
2016-11-28flxdec: add some write bounds checkingMatthew Waters1-25/+91
2016-08-19Release 1.8.3Sebastian Dröge74-301/+575
2016-08-19Update .po filesSebastian Dröge41-41/+41
2016-08-18rtspsrc: Allow mimetypes with properties as long as they're application/sdpSebastian Dröge1-1/+17
2016-08-16multiudpsink: Initialize bytes_sent field.Thomas Bluemel1-0/+1
2016-08-16rtpjitterbuffer: 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-08splitmuxsrc: Don't stop and error on EOS flow returnJan Schmidt1-2/+2
2016-08-08splitmuxsink: Fix debug statement signedness.Jan Schmidt1-1/+1
2016-08-08splitmuxsink: Handle negative running timeJan Schmidt2-72/+106
2016-08-08splitmuxsink: Drop lock when sending dummy eventJan Schmidt1-0/+3
2016-07-28rtp: Filter with the filter caps in the payloader's getcapsSebastian Dröge6-3/+71
2016-07-28rtph264pay: Intersect with filter caps in getcaps function.Jan Schmidt1-0/+7
2016-07-25jack: don't wait for callbacks if the jack server shut downThomas Scheuermann1-1/+7
2016-07-25matroskamux: Error out if we start writing data with some pads not having a c...Sebastian Dröge1-6/+10
2016-07-25qtmux: Use complete AAC caps with codec_data in the testsSebastian Dröge1-15/+5
2016-07-25aacparse: Reject raw AAC if no codec_data is found in the capsSebastian Dröge1-5/+14
2016-07-25qtdemux: Invent AAC codec_data if none is presentSebastian Dröge1-0/+49
2016-07-25qtmux: Reject raw AAC caps without codec_dataSebastian Dröge1-2/+3
2016-07-25rtspsrc: Set to PLAYING after a seek again after setting up the segment and e...Sebastian Dröge1-9/+9
2016-07-25rtspsrc: Don't disable UDP protocols on redirectingBrad Lackey1-12/+16
2016-07-11udpsrc: Use correct in6_pktinfo struct instead of in_pktinfoSebastian Dröge1-1/+1
2016-07-08Revert "v4l2: use opened device caps instead of physical device ones"Nicolas Dufresne8-52/+32
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet8-32/+52
2016-07-04qtdemux: Push caps only when it was updatedSeungha Yang1-2/+14
2016-07-04rtph265depay: fix invalid memory accessJonas Holmberg1-7/+6
2016-07-04udpsrc: Windows has no ipi_spec_dst in struct in_pktinfoSebastian Dröge1-1/+6
2016-07-04udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOSSebastian Dröge1-0/+2
2016-07-04udpsrc: Move #includes around to a) work around broken glibc header and b) Wi...Sebastian Dröge1-4/+10
2016-07-04udpsrc: Fix compilation on Windows and *BSD/OSXSebastian Dröge1-1/+5
2016-07-04udpsrc: Filter out multicast packets that are not for our multicast addressSebastian Dröge1-1/+388
2016-07-04rtspsrc: When seeking, consider the current element state or pending state in...Sebastian Dröge1-3/+7
2016-06-27qtmux: The prores variant is stored in the variant field, not formatSebastian Dröge1-1/+1
2016-06-27rtpsession: take the lock when changing statsMiguel París Díaz1-2/+5
2016-06-27rtph265: fix NAL unit type parsing and SPS/PPS/VPS detectionJürgen Slowack1-1/+1
2016-06-10flvdemux: fix date parsing when there are trailing spacesTim-Philipp Müller1-2/+6
2016-06-09Release 1.8.2Sebastian Dröge73-116/+865
2016-06-09Update .po filesSebastian Dröge41-41/+41
2016-06-09po: Update translationsSebastian Dröge3-176/+167
2016-06-08flvdemux: Fix unref assertion failureSeungha Yang1-1/+1
2016-06-07pngdec: Wait for segment event before checking itNicolas Dufresne1-5/+22
2016-06-07jpegdec: Wait for segment event before checking itNicolas Dufresne1-5/+22
2016-06-07v4l2videodec: Keep part of the input bufferNicolas Dufresne1-6/+13
2016-06-07v4l2: Add an error return to _try/_set_formatNicolas Dufresne6-25/+46
2016-06-07v4l2-util: Introduce GstV4l2ErrorNicolas Dufresne2-0/+63