summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.13.11.13.1Tim-Philipp Müller2018-02-154-623/+113
* docs: update plugin docsTim-Philipp Müller2018-02-1531-62/+62
* configure: fix build with --disable-externalTim-Philipp Müller2018-02-151-3/+4
* po: update translationsTim-Philipp Müller2018-02-153-230/+797
* Update disted backup ORC filesEdward Hervey2018-02-152-30/+40
* gstaudiopack.orc: pack_u32be_swap: actually swapMathieu Duponchelle2018-02-151-1/+3
* doc: Remove obsolete Since 0.10.X marksNicolas Dufresne2018-02-141-10/+0
* doc: Add per version newly added API indexesNicolas Dufresne2018-02-141-0/+48
* doc: Fix since marker in dmabuf to match a stable releaseNicolas Dufresne2018-02-141-1/+1
* doc: Remove extra . after Since markerNicolas Dufresne2018-02-142-4/+4
* doc: Fix Since 1.X marker on new video formatsNicolas Dufresne2018-02-141-2/+2
* doc: Include new GstVideoOverlay APINicolas Dufresne2018-02-141-0/+2
* playbin3: fix source-setup signal emissionPhilippe Normand2018-02-141-1/+1
* vorbisparse: error out when headers are missingTim-Philipp Müller2018-02-141-2/+44
* audioaggregator: remove declaration for function that doesn't existTim-Philipp Müller2018-02-131-3/+0
* docs: add GstAudioAggregator to docsTim-Philipp Müller2018-02-134-5/+49
* docs: add audiomixer + audiointerleave to plugin docsTim-Philipp Müller2018-02-137-1/+118
* docs: update plugin docs for recent changesTim-Philipp Müller2018-02-1310-18/+279
* audiomixer, audiointerleave: add to buildTim-Philipp Müller2018-02-137-8/+41
* GstAudioAggregator: hook up to buildTim-Philipp Müller2018-02-135-6/+16
* audioaggregator, audiomixer, audiointerleave: move from -bad to -baseTim-Philipp Müller2018-02-1313-0/+9851
|\
| * Update for renamed aggregator pad APITim-Philipp Müller2018-01-231-1/+1
| * audioaggregator: Don't leak padsEdward Hervey2017-12-201-1/+3
| * audioaggregator: implement input conversionMathieu Duponchelle2017-12-196-447/+857
| * Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-022-3/+1
| * aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-222-9/+4
| * audioaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-11/+8
| * audioaggregator: make class padding largerTim-Philipp Müller2017-11-021-2/+2
| * tests: comment and logging cleanups for audiomixer and aggregatorStefan Sauer2017-10-231-0/+2
| * aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer2017-10-231-4/+4
| * audioaggregator: Accept buffer with no data, but duration and gap flagOlivier Crête2017-10-211-0/+12
| * audioaggregator: improve readability in offset calculationStefan Sauer2017-10-151-8/+9
| * audioaggregator: move comment to the place it is meant to beStefan Sauer2017-10-141-3/+1
| * audioaggregator: remove buffer!=NULL checkStefan Sauer2017-10-051-3/+3
| * audioaggreator: update docsStefan Sauer2017-10-051-10/+14
| * audioaggregator: pass blocksize to mix_buffer()Stefan Sauer2017-10-051-7/+3
| * audioaggregator: rename _fill_buffer() to _queue_new_buffer()Stefan Sauer2017-10-051-2/+5
| * audioaggregator: reduce variable scopeStefan Sauer2017-10-021-4/+7
| * audioaggregator: update comment for aggregateStefan Sauer2017-10-021-10/+6
| * audioaggregator: fix typo in commentStefan Sauer2017-09-171-1/+1
| * tests: simplify audiomixer testStefan Sauer2017-09-171-12/+4
| * audioaggregator: use local varStefan Sauer2017-07-261-1/+1
| * audio: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-181-4/+6
| * tests: audiomixer: set all properties at onceStefan Sauer2017-07-151-6/+3
| * tests: audiomixer: use the buffer helper for other tests tooStefan Sauer2017-07-151-37/+23
| * audiomixer: document caps negotiation racinessTim-Philipp Müller2017-07-141-1/+9
| * audiomixer: add a helper for buffer creationStefan Sauer2017-07-141-88/+31
| * aggregator: code cleanupsStefan Sauer2017-07-131-1/+1
| * audiomixer: use test helper once moreStefan Sauer2017-07-131-3/+2
| * audiomixer: more test cleanupsStefan Sauer2017-07-101-264/+141