summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* alsa: Use 8 bit pointer type for byte-based pointer arithmeticSebastian Dröge2015-10-172-5/+5
* basetextoverlay: fix typo in debug log messagePrashant Gotarne2015-09-181-1/+1
* basetextoverlay: FIX crash if padding greater than video sizePrashant Gotarne2015-09-031-0/+13
* vorbisenc: use template subset check for accept-capsThiago Santos2015-08-161-0/+2
* vorbisenc: use more accurate sink pad template capsThiago Santos2015-08-161-36/+9
* theoraenc: use template subset check for accept-capsThiago Santos2015-08-161-0/+2
* vorbisdec: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* theoradec: use default pad accept-caps handlingThiago Santos2015-08-151-0/+4
* theoraenc: mention videorate is often needed in docsTim-Philipp Müller2015-08-111-0/+3
* oggdemux: Set chain pointers to NULLOlivier Crête2015-08-061-0/+3
* oggdemux: Return FLUSHING if pad if flushingOlivier Crête2015-07-301-3/+12
* textoverlay: Query downstream caps for checking if caps features are supporte...Sebastian Dröge2015-07-281-2/+10
* basetextoverlay: Use the extents rectangle for positioningNicolas Dufresne2015-07-242-90/+132
* basetextoverlay: Fix clipping issuesNicolas Dufresne2015-07-241-32/+39
* basetextoverlay: Improve further the negotiation functionNicolas Dufresne2015-07-221-33/+35
* basetextoverlay: Add missing linking against -lmRico Tzschichholz2015-07-221-0/+1
* basetextoverlay: Ensure meta coordinate are in stream scaleNicolas Dufresne2015-07-222-43/+64
* basetextoverlay: Reorder and cleanup class attributeNicolas Dufresne2015-07-222-31/+38
* basetextoverlay: Fix upstream composition handlingNicolas Dufresne2015-07-201-2/+8
* basetextoverlay: Clear reconfigure flags before negotationNicolas Dufresne2015-07-201-0/+3
* basetestoverlay: Always query window dimensionNicolas Dufresne2015-07-201-58/+47
* basetextoverlay: Send caps before doing allocation queryNicolas Dufresne2015-07-201-7/+10
* basetextoverlay: Log GstVideoOverlayComposition negotiationLubosz Sarnecki2015-07-201-0/+3
* basetextoverlay: Receive window size event and adjust renderingLubosz Sarnecki2015-07-202-7/+97
* basetestoverlay: Pass down meta buffers from upstream that supports GstVideoO...Lubosz Sarnecki2015-07-202-0/+29
* Update mailing list address from sourceforge to freedesktopTim-Philipp Müller2015-07-162-4/+4
* docs: order and canonicalize the -sections.txt fileStefan Sauer2015-07-031-1/+0
* cdparanoiasrc: remove unused definesStefan Sauer2015-07-031-3/+0
* basetextoverlay: Fix bug with unused upstream_has_metaNicolas Dufresne2015-07-021-1/+1
* Revert "basetextoverlay: remove dead code"Nicolas Dufresne2015-07-021-22/+30
* basetextoverlay: remove dead codeLuis de Bethencourt2015-07-021-30/+22
* oggdemux: set building_chain to NULL when deactivating chainGuillaume Desmottes2015-06-221-0/+2
* basetextoverlay: add "draw-shadow" and "draw-outline" propertiesLazar Claudiu2015-06-142-13/+59
* basetextoverlay: Rewrite negotiation methodNicolas Dufresne2015-06-121-59/+59
* alsa: report recoverable device failures to base classCarlos Rafael Giani2015-06-091-0/+3
* libvisual: clean dereferences of private structuresLuis de Bethencourt2015-06-071-107/+128
* libvisual: make private all variable subclasses don't needLuis de Bethencourt2015-06-072-165/+170
* basetextoverlay: make deltax and deltay properties controllableClaudiu Florin Lazar2015-05-261-2/+3
* oggdemux: fix chain leakGuillaume Desmottes2015-05-261-0/+3
* Revert "oggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is set"Tim-Philipp Müller2015-05-201-9/+3
* docs: fix up example pipelineTim-Philipp Müller2015-05-101-1/+1
* docs: update element example pipelinesTim-Philipp Müller2015-05-1015-89/+32
* oggdemux: remove unused codeYoung Han Lee2015-05-031-7/+0
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-262-30/+0
* audiovisualizer: fix the license from GPL to LGPLStefan Sauer2015-04-252-20/+22
* oggdemux: fix event leaksGuillaume Desmottes2015-04-231-0/+4
* basetextoverlay: fix buffer leak in chain functionGuillaume Desmottes2015-04-101-1/+5
* oggdemux: fix wrong duration on partial streams with a skeleton indexVincent Penquerc'h2015-04-032-7/+71
* textoverlay: fix disappearing text with high deltaxVincent Penquerc'h2015-04-031-3/+3
* oggmux: fix deadlock when not pulling a buffer from collectpadsVincent Penquerc'h2015-04-031-2/+10