summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-04-19rtspsrc: add srtp rollover counters from mikey crypto sessionsAleix Conchillo Flaqué2-2/+32
2016-04-16spitmuxsink: Avoid creating small file at EOSXavier Claessens1-3/+1
2016-04-15scaletempo: S16 uses S32 temporary buffers, float/double their own typeSebastian Dröge1-2/+7
2016-04-14splitmuxsink: Add max_files_number propertyDamian Ziobro2-0/+33
2016-04-13rtpjitterbuffer: Fix rtp_jitter_buffer_get_ts_diff() fill level calculationSebastian Dröge1-2/+2
2016-04-13qtdemux: Fix parsing segment duration of empty edit list boxSeungha Yang1-1/+1
2016-04-13rtpmux: Forward sticky events on buffer lists too, not only on buffersPaolo Pettinato1-0/+13
2016-04-13deinterlace: Drain the field history if the caps are changingSebastian Dröge1-0/+10
2016-04-01splitmux: Handle a hang draining out at EOSJan Schmidt1-16/+23
2016-04-01splitmuxsink: Fix occasional deadlock when ending file with subtitleXavier Claessens1-1/+36
2016-03-29rtpjpegpay: Allow different quantization tables for components 2 and 3Sebastian Dröge1-15/+0
2016-03-29flvdemux: don't emit pad-added until caps are readyHavard Graff1-65/+68
2016-03-28splitmuxsink: only try to create internal sink if it doesn't existThiago Santos1-29/+30
2016-03-25qtdemux: Fix qtdemux memory leak in src_convert functionJimmy Ohn1-10/+13
2016-03-25rtspsrc: avoid potentially overflowing expressionJihae Yi1-1/+1
2016-03-17deinterleave: Use GstIterator for iterating all pads instead of manually iter...Sebastian Dröge1-48/+72
2016-03-17deinterlace: Fix typo to not change the input caps but our filtered capsVivia Nikolaidou1-2/+2
2016-03-15rtpmanager: Some comment and documentation clarifications/fixesNirbheek Chauhan2-9/+9
2016-03-13Revert "flacparse: push tags in pre_push_frame"Sebastian Dröge1-6/+0
2016-03-10win32: Don't use __attribute__ on MSVCNirbheek Chauhan3-6/+23
2016-03-10win32: Don't try to include xmath.h on newer Visual StudioNirbheek Chauhan1-2/+3
2016-03-10gst Factor out endian-order RGB formatsNirbheek Chauhan4-24/+28
2016-03-07qtdemux: reset pending segment if we are already pushing oneThiago Santos1-0/+2
2016-03-07qtdemux: run gst-indentThiago Santos1-8/+10
2016-03-04udpsrc: Fix multicast group joining with provided sockets on WindowsSebastian Dröge1-4/+33
2016-03-02Revert "rtpjitterbuffer: don't forget to unlock mutex in error code path in t...Sebastian Dröge1-2/+0
2016-03-01flacparse: push tags in pre_push_frameLuis de Bethencourt1-0/+6
2016-03-01rtpjitterbuffer: don't forget to unlock mutex in error code path in two casesTim-Philipp Müller1-0/+2
2016-02-29matroska-demux: remove impossible conditionLuis de Bethencourt1-1/+1
2016-02-28alpha: Fix sample pipelinePetr Viktorin1-5/+6
2016-02-28rgvolume: make tag list writable before modifying itTim-Philipp Müller1-6/+5
2016-02-28rtspsrc: Properly error out if binding the UDP sockets failsSebastian Dröge1-3/+14
2016-02-27goom: Use goom_set_resolution() instead of recreating the goom instance when ...Sebastian Dröge1-0/+1
2016-02-27Revert "goom: Initialize the goom struct only once we know width/height and r...Sebastian Dröge1-14/+9
2016-02-27goom: Initialize the goom struct only once we know width/height and recreate ...Sebastian Dröge1-9/+14
2016-02-25rtp: opus: move Opus RTP payloader/depayloader from -bad to -goodTim-Philipp Müller6-0/+30
2016-02-25Merge branch 'plugin-move-rtp-opus'Tim-Philipp Müller4-0/+568
2016-02-25qtdemux: cenc aux info parsing from mdat support in PULL modePhilippe Normand1-1/+25
2016-02-25qtdemux: prevent buffer flow if any stream failed to be exposedPhilippe Normand1-6/+29
2016-02-25qtdemux: don't push encrypted buffer without cenc metadataPhilippe Normand1-0/+6
2016-02-24qtdemux: read saio aux_info_type as a FOURCCPhilippe Normand1-1/+5
2016-02-23gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge2-4/+7
2016-02-23rtph265depay: Don't assume that get_current_caps() returns non-NULL caps afte...Dave Craig1-3/+4
2016-02-23gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig5-18/+29
2016-02-23aacparse: Handle gst_pad_get_current_caps() returning NULL gracefullyDave Craig1-0/+4
2016-02-23matroska-demux: Don't handle seek until readyLinus Svensson1-0/+6
2016-02-23matroska-demux: Unref seek eventLinus Svensson1-0/+1
2016-02-23multifilesink: close file on write error with next-file mode is set to bufferAurélien Zanelli1-1/+3
2016-02-23matroskamux: don't output empty tags/tag elementsMatej Knopp1-32/+68
2016-02-23matroska-demux: make up an OpusHead block if possible when missingVincent Penquerc'h1-1/+30