summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* gl/caopengllayer: use public GstGLContext instead of Cocoa-specific oneMatthew Waters2017-11-272-10/+10
* Revert "gl: cocoa: sprinkle some GST_EXPORT"Matthew Waters2017-11-271-2/+0
* gl: cocoa: sprinkle some GST_EXPORTTim-Philipp Müller2017-11-261-0/+2
* codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller2017-11-262-255/+0
* videoaggregator: Don't leak stringEdward Hervey2017-11-251-2/+4
* viv-fb: Don't destroy the native FB displayJan Schmidt2017-11-241-2/+2
* Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVI...Jan Schmidt2017-11-243-9/+95
* meson: remove outdated comment in build fileTim-Philipp Müller2017-11-231-4/+1
* aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-223-24/+15
* all: Fix left-shift undefined behaviourEdward Hervey2017-11-201-1/+1
* glbasefilter: actually indicate start internallyMatthew Waters2017-11-071-6/+8
* aggregator: add doc blurb for gst_aggregator_pad_is_eos()Tim-Philipp Müller2017-11-021-0/+6
* aggregator: also remove now-unused PadForeachFunc declarationTim-Philipp Müller2017-11-021-5/+0
* aggregator: Remove pad iterator functionOlivier Crête2017-11-022-86/+0
* aggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-15/+21
* videoaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-16/+17
* videoaggregator: add CAST macrosTim-Philipp Müller2017-11-022-0/+2
* audioaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-11/+8
* videoaggregator: drop ABI compat in padding for new struct memberTim-Philipp Müller2017-11-022-7/+7
* audioaggregator: make class padding largerTim-Philipp Müller2017-11-021-2/+2
* aggregator: add more commentsStefan Sauer2017-11-011-0/+6
* gl/shader: allow setting non-square matrices as uniforms on gles platformsMatthew Waters2017-10-282-4/+0
* gl/query: split tests and fix some corresponding issues in usageMatthew Waters2017-10-281-5/+10
* adaptivedemux: add replaced flag to not error out on bitrate changeThiago Santos2017-10-262-1/+7
* aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer2017-10-231-11/+10
* audioaggregator: Accept buffer with no data, but duration and gap flagOlivier Crête2017-10-211-0/+12
* aggregator: Don't take flush lock from output threadOlivier Crête2017-10-211-7/+17
* aggregator: Don't block if adding to the tail of the queueOlivier Crête2017-10-201-1/+1
* Use value instead of version macro when testing for mac OS versionJérôme Laheurte2017-10-202-2/+2
* aggregator: review code related to time levelStefan Sauer2017-10-171-22/+24
* aggregator: init latency values with 0 instead of FALSEStefan Sauer2017-10-171-1/+1
* aggregator: code cleanup for event and query funcStefan Sauer2017-10-151-8/+8
* aggregator: simplify pad_event_func for FLUSH_STOP eventsStefan Sauer2017-10-151-13/+7
* aggregator: drop special casing for eosStefan Sauer2017-10-151-34/+3
* aggregator: add a doc-blob for the event_funcStefan Sauer2017-10-151-0/+4
* aggregator: rename a local variableStefan Sauer2017-10-151-5/+5
* aggregator: remove commented codeStefan Sauer2017-10-151-2/+2
* aggregator: move the comment for the locks to the lock macrosStefan Sauer2017-10-151-6/+4
* aggregator: improve section docsStefan Sauer2017-10-151-0/+6
* 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
* videoaggregator: use GstFlowReturn for flow returnsTim-Philipp Müller2017-10-131-1/+1
* audioaggregator: remove buffer!=NULL checkStefan Sauer2017-10-051-3/+3
* audioaggreator: update docsStefan Sauer2017-10-051-10/+14
* meson: remove vs_module_defsHavard Graff2017-10-0512-12/+0
* meson: Fix namespace and add some missing args in the gir generationRico Tzschichholz2017-10-053-5/+5
* 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
* aggregator: cleanup event forwardingStefan Sauer2017-10-051-22/+21
* aggregator: simplify src_eventStefan Sauer2017-10-051-18/+4