summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* libvisual: use gst_element_class_set_metadata when passing dynamic stringsJordan Petridis2020-09-251-1/+1
* textrender: Fix AYUV output.Jan Schmidt2020-06-071-1/+1
* gltestsrc: NULL out the functions usedMatthew Waters2020-02-111-0/+1
* glvideomixer: perform _get_highest_precision on the GL threadMatthew Waters2020-02-031-19/+18
* oggstream: Workaround for broken PAR in VP8 BOSPhilippe Normand2020-01-131-0/+5
* glfilters: Don't use static variables for storing per-element stateSebastian Dröge2019-11-299-47/+65
* gl/gbm: ensure we call the resize callback before attempting to drawMatthew Waters2019-11-051-1/+5
* alsasrc: Don't use driver timestamp if it's zeroGeorg Lippitsch2019-08-081-0/+4
* gluploadelement: Fix caps leakSeungha Yang2019-03-291-0/+1
* gl: Don't restore the viewport on function exitMatthew Waters2019-03-081-0/+14
* gl: fix a few other leaks when not getting to PAUSEDMatthew Waters2019-03-071-0/+35
* glcolorconvert: Ensure we free the internal convert objectMatthew Waters2019-03-061-5/+37
* vorbisdec: fix leak of header buffersTim-Philipp Müller2019-03-061-0/+4
* gl: try to use highp precision where supportedMatthew Waters2019-02-2812-189/+223
* meson: Remove outdated msvc-specific disabling codeNirbheek Chauhan2019-02-211-5/+1
* glimagesink: Don't call set_property helper in get_propertyNicolas Dufresne2019-02-151-2/+1
* glcolorbalance: Copy caps in transform_internal_caps()Sebastian Dröge2019-01-241-1/+1
* Revert "alsa: Implement a DeviceProvider"Nicolas Dufresne2019-01-189-458/+256
* alsa: Implement a DeviceProviderThibault Saunier2019-01-189-256/+458
* gl: Only unbind buffers/vertex attrib arrays if we can't directly bind the ve...Sebastian Dröge2019-01-167-13/+20
* glsinkbin: validate property in internal sinkVíctor Manuel Jáquez Leal2019-01-121-2/+12
* Fix some typos in code commentsTim-Philipp Müller2019-01-111-5/+3
* gl: fix build with more recent versions of MinGWAndoni Morales Alastruey2019-01-071-1/+1
* gl: build gl mixer elements, moved from -baseTim-Philipp Müller2018-12-283-41/+34
* Move GstVideoAggregator, compositor and OpenGL mixers from -badTim-Philipp Müller2018-12-286-176/+412
|\
| * glvideomixer: fix the default blend modes for unpremultipled alphaMatthew Waters2018-10-051-1/+1
| * glmixerbin: add gloverlaycompositor to each input streamMatthew Waters2018-10-041-1/+14
| * glstereomix: Fix build after deprecating misnamed GST_TYPE_GL_STEREO_DOWNMIX_...Sebastian Dröge2018-10-031-1/+1
| * glmixerbin: "latency" property on aggregator is uint64, not int64Sebastian Dröge2018-09-241-3/+2
| * glvideomixer: fix constant alpha enum value for constant alphaMatthew Waters2018-09-211-1/+1
| * glvideomixer: Fix typo in property descriptionSebastian Dröge2018-09-191-2/+2
| * glvideomixer: fix default placement when different sized outputMatthew Waters2018-07-121-6/+7
| * glvideomixer: Moves the objects to zero on z axisDaniel Klamt2018-07-121-8/+8
| * glvideomixer: Fix coding styleNicolas Dufresne2018-07-101-3/+3
| * glvideomixer: Add missing string.h includeNicolas Dufresne2018-07-101-0/+1
| * Moved the pad offset and aspect ratio to a matrix so it will be added in view...Daniel Klamt2018-07-101-12/+14
| * gl: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-243-29/+12
| * videoaggregator: Rename get_output_buffer() to create_output_buffer()Sebastian Dröge2018-05-061-5/+5
| * videoaggregator: Switch to a GstVideoAggregatorConvertPad subclassSebastian Dröge2018-05-062-2/+0
| * glmixer: Include string.h for memset()Sebastian Dröge2018-05-051-0/+2
| * videoaggregator: Move aggregated_frame and the pad buffer into the private st...Sebastian Dröge2018-05-053-38/+32
| * glmixer: Move frame/texture mapping/unmapping into prepare/clean_frameSebastian Dröge2018-05-051-44/+59
| * videoaggregator: Rename ignore-eos pad property to repeat-after-eosSebastian Dröge2018-05-041-11/+11
| * videoaggregator: Move GstChildProxy implementations into leaf classesSebastian Dröge2018-05-043-1/+256
| * Port to latest GstAggregator segment APIMathieu Duponchelle2018-03-012-2/+4
| * glvideomixer: fix vertex_buffer leakVincent Penquerc'h2018-01-291-2/+8
| * aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-224-6/+15
| * gl: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-022-10/+9
| * glmixer: Unmap video frame in error casePonnam Srinivas2017-09-261-2/+4
| * glvidemixer: need reconfigure output gemotry after caps renegotiatedHaihua Hu2017-09-212-1/+9