index
:
~slomo/gst-plugins-bad
0.10
audiomixer
dash-take2
decklink-rewrite
decklink2
eagl
instant-rate-change
jp2decimator
master
musepack
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
audiomixer
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-22
aggregator: Remove klass->sinkpads_type
Mathieu Duponchelle
2
-9
/
+4
2017-10-23
aggregator: fix type for latency property (int64 -> GStClockTime)
Stefan Sauer
1
-4
/
+4
2017-07-14
audiomixer: document caps negotiation raciness
Tim-Philipp Müller
1
-1
/
+9
2017-05-21
audioaggregate: Don't hold object locks across calls to aggregate_one
Olivier Crête
2
-1
/
+14
2017-05-20
audiointerleave: Take object lock while modifying channel count
Olivier Crête
2
-4
/
+11
2017-05-20
aggregator: add simple support for caps handling
Matthew Waters
3
-52
/
+53
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-04-12
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
2
-14
/
+7
2017-03-31
audiointerleave: don't overflow channel map with >64 channels
Douglas Bagnall
1
-5
/
+11
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+33
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
2
-12
/
+10
2016-01-22
audio: Move audioaggregator base class to a library
Sebastian Dröge
5
-1567
/
+5
2015-12-15
plugins-bad: Fix example pipelines
Vineeth TM
1
-1
/
+1
2015-11-24
audiomixer: register function name for debugging just once
Tim-Philipp Müller
1
-1
/
+5
2015-11-02
audioaggregator: Improve log messages
Olivier Crête
1
-10
/
+10
2015-10-28
liveadder: Make latency property be a uint in millisecs
Olivier Crête
1
-3
/
+71
2015-10-12
liveadder: latency property is an uint64 in audiomixer
Tim-Philipp Müller
1
-1
/
+2
2015-10-11
liveadder: Remove plugin, replace by compat subclass of audiomixer
Olivier Crête
1
-0
/
+26
2015-10-07
audioaggregator: Fix build error
Vineeth TM
1
-7
/
+8
2015-10-01
audioaggregator: Select the initial offset based on the start segment position
Sebastian Dröge
1
-3
/
+10
2015-09-26
audiomixer: fix deadlock when G_DISABLE_ASSERT is not defined
Tim-Philipp Müller
1
-1
/
+1
2015-09-26
audioaggregator: Stop using deprecated gst_segment_to_position()
Sebastian Dröge
1
-2
/
+2
2015-09-18
audioaggregator: Only skip the remaining part of a GAP buffer
Sebastian Dröge
1
-1
/
+1
2015-09-18
Don't throw compiler warnings with G_DISABLE_ASSERT
Jan Schmidt
1
-2
/
+7
2015-09-14
audioaggregator: Fix mixup of running times and segment positions
Sebastian Dröge
1
-38
/
+100
2015-09-14
audioaggregator: Use stream time in the position query instead of segment pos...
Sebastian Dröge
1
-2
/
+3
2015-07-30
audiointerleave: Avoid caps processing if not yet negotiated
Olivier Crête
1
-0
/
+7
2015-07-30
audioaggregator: On timeout, resync pads with not enough data
Olivier Crête
1
-0
/
+14
2015-07-30
aggregator: Queue "latency" buffers at each sink pad.
Olivier Crête
1
-1
/
+1
2015-07-22
audioaggregator: Register function name
Olivier Crête
1
-1
/
+1
2015-07-22
audioaggregator: Use 1.0 style buffer allocation
Olivier Crête
1
-2
/
+2
2015-07-22
audioaggregator: Sync pad values before aggregating
Nirbheek Chauhan
1
-10
/
+27
2015-07-21
audioaggregator: Read output buffer duration with lock held
Olivier Crête
1
-4
/
+3
2015-06-09
audiomixer: fix misleading documentation copied from adder
Tim-Philipp Müller
1
-2
/
+1
2015-06-07
Release 1.5.1
Sebastian Dröge
1
-181
/
+125
2015-06-01
audiointerleave: Always have "channels" be the actual pad count
Olivier Crête
1
-7
/
+5
2015-06-01
audiointerleave: Use the channel count from the set caps
Olivier Crête
1
-3
/
+4
2015-05-18
Revert "doc: Workaround gtkdoc issue"
Stefan Sauer
1
-2
/
+1
2015-05-16
doc: Workaround gtkdoc issue
Nicolas Dufresne
1
-1
/
+2
2015-04-01
audiomixer: Allow downstream caps with a non-default channel-mask
Olivier Crête
1
-1
/
+27
2015-03-24
audioaggregator: check sink caps are valid
Luis de Bethencourt
1
-1
/
+5
2015-03-24
Revert "audioaggregator: check sink caps are valid"
Luis de Bethencourt
1
-1
/
+1
2015-03-24
audioaggregator: check sink caps are valid
Luis de Bethencourt
1
-1
/
+1
2015-03-16
audiointerleave: Set src caps in aggregate
Olivier Crête
2
-105
/
+79
2015-03-16
audiointerleave: Add interleave element based on audioaggregator
Olivier Crête
4
-2
/
+1030
2015-03-16
audioaggregator: Print a message when a buffer is late
Olivier Crête
1
-0
/
+5
2015-03-16
audioaggregator: Don't re-send the caps if they did not change
Olivier Crête
1
-4
/
+7
2015-03-16
audioaggregator: Split base class from audiomixer
Olivier Crête
5
-1035
/
+1542
2015-03-16
audiomixer: Release pad object lock before dropping buffer
Olivier Crête
1
-3
/
+9
2015-03-16
audiomixer: Only ignore pads with no buffers on timeout
Olivier Crête
1
-3
/
+15
[next]