summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* waylandsink: Update our window size on configure eventNicolas Dufresne2016-09-223-10/+26
* waylandsink: Remove atomic operationNicolas Dufresne2016-09-221-4/+7
* waylandsink: Do not pre-configure proposed poolNicolas Dufresne2016-09-221-12/+15
* waylandsink: Properly draw black border in absence of viewporterNicolas Dufresne2016-09-222-36/+60
* waylandsink: Destroy viewporter when doneNicolas Dufresne2016-09-211-0/+3
* waylandsink: Port to vmeta and GstVideoFrameNicolas Dufresne2016-09-211-4/+43
* waylandsink: Don't propose multiple time the same buffer poolNicolas Dufresne2016-09-211-7/+18
* waylandsink: Promote debug trace into error traceNicolas Dufresne2016-09-211-2/+2
* waylandsink: Factor-out the pool creationNicolas Dufresne2016-09-211-19/+28
* waylansink: Implement _show_frame()Nicolas Dufresne2016-09-211-14/+8
* wayland: fix distcheck some moreTim-Philipp Müller2016-09-201-11/+3
* glcolorbalance: reconfigure on passthrough changesMatthew Waters2016-09-191-1/+4
* wayland: fix distcheck when wayland-scanner is not installedTim-Philipp Müller2016-09-171-4/+4
* waylandsink: Make wl_viewporter optionalNicolas Dufresne2016-09-152-14/+33
* wayland: Update from scaler to viewporter protocolScott D Phillips2016-09-156-236/+36
* meson: add build files for vulkanMatthew Waters2016-09-093-0/+90
* meson: add build files for the gtk pluginMatthew Waters2016-09-092-1/+55
* meson: add some starting build files for GLMatthew Waters2016-09-092-1/+111
* vkupload: add video/x-raw to the VulkanBuffer uploaderMatthew Waters2016-09-081-1/+2
* vkutils: set the last element of the layer array to NULLMatthew Waters2016-09-081-0/+2
* qmlglsink: check qt_context_ first in GstQSGTexture::bind()Haihua Hu2016-09-071-0/+4
* srtpenc: prevent deadlock in create_sessionPhilippe Normand2016-09-061-0/+4
* glupload: create the GstGLUpload object in ::transform_capsAlessandro Decina2016-09-051-2/+3
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-265-15/+5
* dashdemux: Add properties to select maximum allowed width/height and framerateSebastian Dröge2016-08-264-8/+93
* gstglupload: make the GLMemoryUpload method output the correct texture-targetAlessandro Decina2016-08-261-4/+12
* gl: Update glvideomixer docJan Schmidt2016-08-261-6/+6
* gl: Add/update docs for glviewconvert, glstereomixJan Schmidt2016-08-262-4/+42
* glstereomix: Fix caps negotiationJan Schmidt2016-08-262-118/+86
* adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge2016-08-253-7/+14
* glvideoflip: implement GstVideoDirection interfaceXabier Rodriguez Calvar2016-08-252-41/+63
* fdkaacenc: Implement some automatic bitrate selectionSebastian Dröge2016-08-241-4/+53
* meson: remove unused mpg123 build fileTim-Philipp Müller2016-08-211-16/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-2035-0/+788
* plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan2016-08-192-2/+7
* daala: fix typo related compilation errorPhilippe Renon2016-08-191-1/+1
* gltransformation: rewrite the inverse transformation logicMatthew Waters2016-08-192-104/+181
* mplex: Don't start task (yet/again) on pad release if we're in READY or NULLSebastian Dröge2016-08-181-1/+2
* dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDRSebastian Dröge2016-08-181-3/+7
* wildmidi: Fix compilation with wildmidi 0.4Sebastian Dröge2016-08-161-1/+1
* qt: Use wglShareLists() workaround unconditionally.Jan Schmidt2016-08-161-2/+6
* qt: Move debug statement to after the category initJan Schmidt2016-08-161-2/+1
* Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overrid...Sebastian Dröge2016-08-111-0/+2
* dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX ...Sebastian Dröge2016-08-111-4/+29
* dashdemux: Collect average moof and first sync sample sizesSebastian Dröge2016-08-112-2/+36
* dashdemux: Download any sync-sample following the moof directly in key-units ...Sebastian Dröge2016-08-112-126/+190
* dashdemux: If a fragment contains no sync samples, disable key-unit modeSebastian Dröge2016-08-111-0/+8
* dashdemux: Remember if for a stream we could do key-units only modeSebastian Dröge2016-08-112-10/+24
* dashdemux: Also allow key-unit only mode if (some) sample flags are given by ...Sebastian Dröge2016-08-111-5/+16
* dashdemux: Use chunked downloading for the moof in KEY_UNITS modeSebastian Dröge2016-08-111-6/+59