summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rtpmanager: Some comment and documentation clarifications/fixesNirbheek Chauhan2016-03-152-9/+9
* Revert "flacparse: push tags in pre_push_frame"Sebastian Dröge2016-03-131-6/+0
* win32: Don't use __attribute__ on MSVCNirbheek Chauhan2016-03-103-6/+23
* win32: Don't try to include xmath.h on newer Visual StudioNirbheek Chauhan2016-03-101-2/+3
* gst Factor out endian-order RGB formatsNirbheek Chauhan2016-03-104-24/+28
* qtdemux: reset pending segment if we are already pushing oneThiago Santos2016-03-071-0/+2
* qtdemux: run gst-indentThiago Santos2016-03-071-8/+10
* udpsrc: Fix multicast group joining with provided sockets on WindowsSebastian Dröge2016-03-041-4/+33
* Revert "rtpjitterbuffer: don't forget to unlock mutex in error code path in t...Sebastian Dröge2016-03-021-2/+0
* flacparse: push tags in pre_push_frameLuis de Bethencourt2016-03-011-0/+6
* rtpjitterbuffer: don't forget to unlock mutex in error code path in two casesTim-Philipp Müller2016-03-011-0/+2
* matroska-demux: remove impossible conditionLuis de Bethencourt2016-02-291-1/+1
* alpha: Fix sample pipelinePetr Viktorin2016-02-281-5/+6
* rgvolume: make tag list writable before modifying itTim-Philipp Müller2016-02-281-6/+5
* rtspsrc: Properly error out if binding the UDP sockets failsSebastian Dröge2016-02-281-3/+14
* goom: Use goom_set_resolution() instead of recreating the goom instance when ...Sebastian Dröge2016-02-271-0/+1
* Revert "goom: Initialize the goom struct only once we know width/height and r...Sebastian Dröge2016-02-271-14/+9
* goom: Initialize the goom struct only once we know width/height and recreate ...Sebastian Dröge2016-02-271-9/+14
* rtp: opus: move Opus RTP payloader/depayloader from -bad to -goodTim-Philipp Müller2016-02-256-0/+30
* Merge branch 'plugin-move-rtp-opus'Tim-Philipp Müller2016-02-254-0/+568
|\
| * opus: Add proper support for multichannel audioSebastian Dröge2016-02-172-5/+6
| * opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2016-02-172-0/+59
| * opusdepay: Set multistream=FALSE on the Opus capsSebastian Dröge2016-02-171-2/+4
| * rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête2016-02-171-1/+64
| * rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête2016-02-171-0/+1
| * opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fieldsSebastian Dröge2016-02-172-1/+67
| * rtpopuspay: default encoding name to OPUSVincent Penquerc'h2016-02-171-2/+1
| * rtpopuspay: make caps writable before truncating themVincent Penquerc'h2016-02-171-1/+1
| * rtpopuspay: negotiate the encoding nameVincent Penquerc'h2016-02-171-1/+18
| * rtpopus: Use OPUS encoding nameNicolas Dufresne2016-02-172-2/+2
| * opuspay: fix timestampsWim Taymans2016-02-171-1/+10
| * Fix FSF addressTim-Philipp Müller2016-02-174-8/+8
| * opuspay: remove pointless caps serializationWim Taymans2016-02-171-7/+1
| * Use gst_element_class_set_static_metadata()Tim-Philipp Müller2016-02-172-2/+2
| * rtpopuspay: Allocate the rtp buffer correctlyOlivier Crête2016-02-171-17/+3
| * replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2016-02-172-2/+2
| * opus: port to updated 0.11Mark Nauwelaerts2016-02-171-5/+4
| * Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2016-02-174-70/+64
| * opusenc: add upstream negotiation for multistream abilityVincent Penquerc'h2016-02-171-1/+1
| * Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula2016-02-174-0/+378
* qtdemux: cenc aux info parsing from mdat support in PULL modePhilippe Normand2016-02-251-1/+25
* qtdemux: prevent buffer flow if any stream failed to be exposedPhilippe Normand2016-02-251-6/+29
* qtdemux: don't push encrypted buffer without cenc metadataPhilippe Normand2016-02-251-0/+6
* qtdemux: read saio aux_info_type as a FOURCCPhilippe Normand2016-02-241-1/+5
* gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge2016-02-232-4/+7
* rtph265depay: Don't assume that get_current_caps() returns non-NULL caps afte...Dave Craig2016-02-231-3/+4
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-02-235-18/+29
* aacparse: Handle gst_pad_get_current_caps() returning NULL gracefullyDave Craig2016-02-231-0/+4
* matroska-demux: Don't handle seek until readyLinus Svensson2016-02-231-0/+6
* matroska-demux: Unref seek eventLinus Svensson2016-02-231-0/+1