summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-07rtspsrc: uniquify stream idsHEADmasterMathieu Duponchelle2-0/+53
2017-06-07meson: Do not use path separator in test namesThibault Saunier1-2/+3
2017-06-06Fix v4l2 exampleNicolas Dufresne1-8/+10
2017-06-06qtdemux: remove not needed codeJimmy Ohn1-3/+2
2017-06-05v4l2videoenc: Make sure min_buffers is validNicolas Dufresne1-2/+3
2017-06-02rtph265depay: fix caps leakTim-Philipp Müller1-0/+1
2017-06-01rtph264depay: simplify buffer accumulation control flowTim-Philipp Müller1-29/+16
2017-05-31rtpsession: print value of unknown RTCP Payload TypeJuan Navarro1-1/+1
2017-05-26v4l2videoenc: Don't leak VideoCodecStateEdward Hervey1-1/+3
2017-05-26dvdemux: Remove un-needed variable checkEdward Hervey1-1/+1
2017-05-25po: update POTFILESPiotr Drąg1-0/+1
2017-05-24v4l2videoenc: Remove unused functionNicolas Dufresne1-12/+0
2017-05-24v4l2: Don't redefine __bitwise if already setNicolas Dufresne1-8/+13
2017-05-24v4l2: Add Video Encoder supportAyaka7-0/+1656
2017-05-24v4l2videodec: Remove unused forward declarationNicolas Dufresne1-2/+0
2017-05-24v4l2pool: Fix wrong error messageAyaka1-1/+1
2017-05-24v4l2: increase pre-allocated encoded buffer sizeAyaka1-1/+1
2017-05-24rtpopusdepay: minor perf improvementsTim-Philipp Müller1-8/+5
2017-05-24rtp: opus: use existing utility funcs for copying/dropping metasTim-Philipp Müller2-55/+6
2017-05-24rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller59-142/+124
2017-05-24aacparse : Fix, Caps were not set while reusing aacparsevijay1-0/+6
2017-05-21meson: don't need config.h.meson any longerTim-Philipp Müller3-434/+2
2017-05-21shout2send: use non-blocking I/O and a configurable network operations timeoutGeorge Kiagiadakis2-4/+131
2017-05-21meson: make C++ compiler optionalTim-Philipp Müller2-2/+2
2017-05-21multifile: remove some cruftTim-Philipp Müller1-148/+0
2017-05-20osxaudio: fixes playback of mono streams with no channel-mask field in capsJosep Torra1-14/+23
2017-05-20dvdemux: Push tag event to both padsRavi Kiran K N2-32/+43
2017-05-20meson: add options to set package name and originTim-Philipp Müller3-5/+18
2017-05-20multifilesink: fix property name in example pipelineLuis de Bethencourt1-1/+1
2017-05-20osxvideo: fix macOS 10.12 deprecation warningsJosep Torra2-11/+28
2017-05-18isomp4: Safely ignore [skip] atomsEdward Hervey3-1/+5
2017-05-18souphttpsrc: Make session sharing thread-safe on our sideSebastian Dröge2-4/+17
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller2-9/+2
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2-0/+2
2017-05-171394: Sink the clock reference in the constructorSebastian Dröge1-0/+3
2017-05-16pulse: Accept MPEG 1 layer 3 version 2.5Nicolas Dufresne1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne70-94/+0
2017-05-16splitmuxsink: Add alignment-threshold argumentVivia Nikolaidou2-3/+35
2017-05-16qtmux: Do not check timecode data for mp4 containerVivia Nikolaidou1-27/+38
2017-05-11qtmux: When accepting renegotiation, just return TRUE and change nothingSebastian Dröge1-4/+10
2017-05-11qtmux: In prefill mode, only pad buffers with > 0 sized memories as neededSebastian Dröge1-7/+12
2017-05-10qtmux: Lateness is in QT timescale, diff in GstClockTimeSebastian Dröge1-1/+1
2017-05-10qtmux: Error out if a gap edit list has to be written in prefill modeSebastian Dröge1-0/+17
2017-05-10qtmux: Calculate with reserved moov size instead of last moov sizeSebastian Dröge1-7/+2
2017-05-10qtmux: Error out directly if sending filler data results in a flow errorSebastian Dröge1-0/+2
2017-05-09qtmux: In prefill mode, handle the case when only the first chunk was ever usedSebastian Dröge1-2/+7
2017-05-09souphttpsrc: Use a in-memory cookie jar by default in sessions we createdSebastian Dröge1-0/+1
2017-05-09souphttpsrc: Implement soup session sharingSebastian Dröge2-31/+161
2017-05-09qtmux: Add new prefill recording modeSebastian Dröge4-20/+934
2017-05-09qtmux: Error out on discontinuities/gaps when muxing raw audioSebastian Dröge2-2/+53