summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* overlaycomposition: Fix implicit use of memsetHEADmasterJohan Bjäreholt2018-10-291-0/+2
* overlaycomposition: New element that allows applications to draw GstVideoOver...Sebastian Dröge2018-10-285-2/+965
* parsebin: Add missing locks/unlocks of the chain mutexSebastian Dröge2018-10-281-1/+5
* decodebin3: fix eos event leakRoland Jon2018-10-181-0/+2
* meson: Replace empty configuration_data() with copy keywordSeungha Yang2018-10-174-8/+8
* audioconvert: remove layout from structure when fixating capsMatej Knopp2018-10-051-0/+1
* Removed unused GST_CAT_PERFORMANCEJohan Bjäreholt2018-09-191-3/+0
* playsink: audio visualization support fixesPhilippe Normand2018-08-161-26/+40
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-20/+8
* audiorate: accumulate offset by time diffJustin Kim2018-07-192-5/+20
* urisourcebin: Rename urisourcebin variable and query functionsWonchul Lee2018-07-181-81/+84
* urisourcebin: Set streams-aware flagSeungha Yang2018-07-181-1/+2
* rawvideoparse: fix typo in 'plane-offsets' descriptionGuillaume Desmottes2018-07-161-1/+1
* audiorate: fix support for non-interleaved buffersGeorge Kiagiadakis2018-07-121-14/+12
* adder: remove non-interleaved layout from capsGeorge Kiagiadakis2018-07-111-2/+2
* audioresample: implement support for non-interleaved buffersGeorge Kiagiadakis2018-07-111-31/+33
* audioconvert: implement support for converting between interleaved and non-in...George Kiagiadakis2018-07-111-44/+67
* audiotestsrc: implement producing non-interleaved audio buffersGeorge Kiagiadakis2018-07-111-59/+211
* parsebin: Don't try to continue autoplugging a parser if we got raw capsSebastian Dröge2018-07-061-1/+11
* typefindfunctions: Bail out on huge EBML chunksEdward Hervey2018-07-061-0/+5
* typefindfunctions: Use guint32 for sizesEdward Hervey2018-07-061-2/+5
* typefindfunctions: Use types of same size/signednessEdward Hervey2018-07-061-6/+6
* playsink: Properly propagate SEGMENT seqnumEdward Hervey2018-06-051-0/+4
* streamsynchronizer: Properly propagate seqnum on EOS eventEdward Hervey2018-06-051-1/+6
* subparse: Don't read beyond arrayEdward Hervey2018-05-301-1/+3
* docs: Fix typosTim-Philipp Müller2018-05-222-3/+3
* playbin3: Collect appropriate stream-type when doing stream selectionhoonhee.lee2018-05-171-1/+1
* subparse: follow-up build fix after d871b1205Philippe Normand2018-05-121-2/+2
* subparse: support for more than 32 unclosed markup tagsPhilippe Normand2018-05-121-9/+11
* parsebin: remove unused macro definitionsRoland Jon2018-05-121-3/+0
* decodebin3: Do not modify structure of EOS eventSeungha Yang2018-05-102-12/+41
* urisourcebin: Do not modify structure of EOS eventSeungha Yang2018-05-101-9/+24
* uridecodebin3: Fix GList leakSeungha Yang2018-05-091-1/+1
* uridecodebin3: Fix string leakSeungha Yang2018-05-081-0/+2
* decodebin3: Re-order all streams and add to collectionhoonhee.lee2018-05-061-2/+80
* typefindfunctions: fix tap typefinderTim-Philipp Müller2018-05-061-1/+1
* tcp: fix markup for example pipelines in docsTim-Philipp Müller2018-05-054-12/+16
* typefind: Add TAP and DMP files supportFabrizio Gennari2018-05-051-0/+27
* encodebin: Also lock input caps when dynamic output is disabledThibault Saunier2018-05-011-8/+26
* uridecodebin3: don't segfault if a pad is not a source pad when it is removedhoonhee.lee2018-05-011-0/+3
* meson: fix copy'n'paste-o in app plugin build descriptionTim-Philipp Müller2018-04-251-2/+2
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-2520-0/+20
* parsebin: Post STREAM_COLLECTION on EVENT_STREAM_COLLECTIONThibault Saunier2018-04-191-0/+3
* urisourcebin: Avoid unreffing a pad we are not owningThibault Saunier2018-04-121-2/+5
* uridecodebin3: free_play_items when READY_TO_PAUSED failed.Mathieu Duponchelle2018-04-121-0/+2
* playbin3: fix leak of recursive mutexTim-Philipp Müller2018-04-121-0/+1
* playback: Add support for CEA 608/708 CC overlay elementsEdward Hervey2018-04-093-3/+6
* encodebin: Always respect encoding profile preset factory nameThibault Saunier2018-04-041-4/+6
* encodebin: Inform about missing elements in the "text" error fieldThibault Saunier2018-04-021-4/+4
* videorate: In reverse playback mode, don't output the first buffer with ts=se...Sebastian Dröge2018-03-291-32/+88