summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-11-15aacparse: assertion while converting ADTS stream to RAWVinod Kesti1-4/+6
2016-11-15qtdemux: Don't modify upstream TIME segmentSeungha Yang1-6/+9
2016-11-14deinterleave: Reset caps accumulator to ANY when resyncing the adapter, not E...Sebastian Dröge1-1/+1
2016-11-14udpsrc: remove redundant saddr unrefPetr Kulhavy1-11/+4
2016-11-14udpsrc: receive control messages only in multicastPetr Kulhavy1-25/+27
2016-11-12Use intermediate guint when handling GstVideoMultiviewFlagsScott D Phillips1-2/+4
2016-11-12splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInte...Scott D Phillips1-1/+1
2016-11-10flacparse: fix header rewriting being ignoredVincent Penquerc'h2-1/+52
2016-11-10flvmux: Add metadatacreator propertySean DuBois2-15/+33
2016-11-08splitmuxsink: Use first buffer TS as mux start timeVivia Nikolaidou2-11/+15
2016-11-04rtpjitterbuffer: fix timer-reuse bugHavard Graff1-0/+1
2016-11-04rtpjitterbuffer: fix lost-event using dts instead of ptsHavard Graff3-279/+286
2016-11-04rtpjitterbuffer: fix bug in reschedule_timerHavard Graff1-7/+12
2016-11-03wavparse: Don't set caps to NULL after setting them on the srcpadSebastian Dröge1-1/+0
2016-11-02qtmux: Don't deref NULL pads in debug outputSebastian Dröge1-2/+6
2016-11-02isomp4: Don't use gst_video_colorimetry_to_string_full()Jan Schmidt1-1/+1
2016-11-02splitmuxsink: Fix GObject warnings on shutdown.Jan Schmidt1-10/+18
2016-11-02splitmuxsrc: Store seek seqnum and send it on EOS / segment events.Jan Schmidt2-0/+6
2016-11-02splitmuxsrc: Forward a not-linked error on the busJan Schmidt1-1/+1
2016-11-01qtdemux: Fix compiler warningSebastian Dröge1-1/+1
2016-11-01qtmux: Use a default interleave of 250ms for all codecsSebastian Dröge1-1/+1
2016-11-01qtmux: Use a default interleave when ProRes is usedSebastian Dröge1-0/+5
2016-11-01qtmux: Allow configuring the interleave size in bytes/timeSebastian Dröge3-30/+221
2016-11-01qtmux: Set compressor name, horizontal/vertical resolution and depth for ProResSebastian Dröge1-0/+31
2016-11-01qt: Add support for ProRes 4444 XQSebastian Dröge3-0/+11
2016-11-01qtmux: Write 'clap' atom for ProResSebastian Dröge5-2/+44
2016-11-01qtdemux: Read colorimetry information from colr atom if availableSebastian Dröge1-0/+85
2016-11-01qtmux: Always write colr atom with the colorimetry informationSebastian Dröge4-24/+37
2016-11-01qtmux: Fix writing of the 'fiel' extension atomSebastian Dröge3-45/+44
2016-11-01qtmux: Write 4 bytes of zeroes at the end of the sample description extensionsSebastian Dröge1-0/+3
2016-11-01atoms: 'pasp' atom is also part of MP4, write it alwaysSebastian Dröge1-5/+2
2016-11-01qtmux: Write additional atoms for prores videoVivia Nikolaidou4-6/+141
2016-11-01rtph263depay: Don't drop mode b packets with picture start codeStian Selnes1-3/+4
2016-11-01rtph263ppay: Fix caps leakHavard Graff1-0/+1
2016-11-01rtph263pay: Fix indentationStian Selnes1-75/+108
2016-11-01rtph263pay: Use GST_TRACE_OBJECT for logging bitstream parsingStian Selnes1-136/+134
2016-11-01rtph263pay: Fix leak for B-fragmentsStian Selnes1-5/+6
2016-11-01rtpbin: avoid generating errors when rtcp messages are empty and check the qu...Alejandro G. Castro1-2/+10
2016-11-01rtpbin: pipeline gets an EOS when any rtpsources byesAlejandro G. Castro3-17/+21
2016-11-01rtspsrc: Also handle redirect on PLAYMatt Staples1-24/+33
2016-11-01rtspsrc: allow missing control attribute in case of a single streamPetr Kulhavy1-2/+8
2016-11-01qtmux: Use a better default value for the movie header timescaleSebastian Dröge1-4/+37
2016-11-01qtmux: Be more clever with the default video track timescaleSebastian Dröge1-11/+12
2016-11-01qtdemux: extract interlaced information from jpeg videoVincent Penquerc'h1-0/+74
2016-11-01qtdemux: Use the tfdt decode time on byte streams when it's significantly dif...Enrique Ocaña González1-0/+25
2016-10-31wavparse: Don't try to add srcpad if we don't know valid caps yetSebastian Dröge1-2/+2
2016-10-27matroskamux: allow resolutions above 4096Branko Subasic1-2/+2
2016-10-27udpsrc: Check for G_PLATFORM_WIN32 for presence of ipi_spec_destScott D Phillips1-3/+3
2016-10-26rtspsrc: reset connection info to non-flushing when closingMark Nauwelaerts1-0/+1
2016-10-26splitmuxsink: Only allow one video request padJan Schmidt2-0/+18