summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-15codecparsers: mpegvideo: Add vbv_delay field to PictureHeaderSreerenj Balachandran2-2/+3
2016-04-15codecparsers: mpegvideo: Add more fields to the GstMpegVideoSequenceHdrSreerenj Balachandran2-5/+8
2016-04-14Automatic update of common submoduleJulien Isorce2-1/+1
2016-04-14mpegtsmux: free pad_data->language before g_strdup in order to avoid memory leakDamian Ziobro1-0/+4
2016-04-13applemedia: GstCoreVideoMeta in the plugin using only public API has no ctx m...Sebastian Dröge1-1/+0
2016-04-13applemedia: GstCoreMediaMeta in the plugin using only public API has no ctx m...Sebastian Dröge1-1/+0
2016-04-13meta: Initialize all remaining metas in their init functionSebastian Dröge2-2/+25
2016-04-13meta: Initialize all GstMeta fieldsSebastian Dröge5-3/+52
2016-04-12dvbsrc: avoid redundant delsys queryingReynaldo H. Verdejo Pinochet1-19/+22
2016-04-12dvb/parsechannels: add information to file not found errorReynaldo H. Verdejo Pinochet1-1/+1
2016-04-13gl/cocoa/eagl: don't leak GThread's when dispatching messagesMatthew Waters2-2/+8
2016-04-12gltestsrc: don't dereference null pointerLuis de Bethencourt1-1/+1
2016-04-12mpegtsbase: Fix when applying new PMT with same program numberJan Schmidt1-2/+3
2016-04-12glupload: keep the parent buffer around when converting EGLImage to 2D texturesMatthew Waters1-4/+2
2016-04-12glbasemixer: chain up to the parent implementationMatthew Waters1-1/+1
2016-04-12vulkan: prettify the various versions in the debug outputMatthew Waters1-4/+8
2016-04-11openh264dec: minor clean-upsTim-Philipp Müller1-52/+4
2016-04-11openh264: remove unnecessary instance private structuresTim-Philipp Müller4-214/+187
2016-04-11openh264: fix indentationTim-Philipp Müller2-16/+22
2016-04-11kmssink: enable UYVY, YUY2, and YVYU (interleaved YUV 4:2:2) formatsPhilipp Zabel1-2/+3
2016-04-11kmssink: enable NV16 (chroma-interleaved YUV 4:2:2) formatPhilipp Zabel1-0/+1
2016-04-11kmssink: enable Y42B (planar YUV 4:2:2) formatPhilipp Zabel1-0/+1
2016-04-11kmssink: keep last rendered buffer in memoryVíctor Manuel Jáquez Leal2-0/+4
2016-04-11kmssink: wait for page flip or vblankVíctor Manuel Jáquez Leal2-8/+115
2016-04-11kmssink: add dmabuf supportVíctor Manuel Jáquez Leal6-29/+266
2016-04-11kmssink: calculate display ratioVíctor Manuel Jáquez Leal3-2/+125
2016-04-11kmssink: add plugin and sink elementVíctor Manuel Jáquez Leal11-2/+1960
2016-04-11vulkan: add a wayland winsys implementationMatthew Waters14-14/+951
2016-04-11vulkan/xcb: getProcAddress winsys functionsMatthew Waters2-4/+29
2016-04-11vkupload: copy necessary buffer metadataMatthew Waters1-0/+7
2016-04-11libgstgl: cocoa, eagl: use libdispatch to schedule GL callsAlessandro Decina2-0/+76
2016-04-11glwindow: reduce the number of GMutexes and GConds in send_message()Alessandro Decina1-13/+16
2016-04-10win32: update .def file for new gl apiTim-Philipp Müller1-0/+1
2016-04-08vkswapper: add necessary wait stages to the submission infoMatthew Waters1-0/+4
2016-04-08vkswapper: add srgb formats to our list of formatsMatthew Waters1-8/+27
2016-04-08vulkan: silence a validation warning filling out the image barrierMatthew Waters1-0/+2
2016-04-08vulkan: use the correct validation layer nameMatthew Waters2-2/+2
2016-04-08decklink: Initialize capture_time to NONE so it can be used if no video frame...Sebastian Dröge1-1/+1
2016-04-08vulkan: only warn on not found layersMatthew Waters2-7/+20
2016-04-08vulkan: don't g_error when failing to find validation layersMatthew Waters2-41/+34
2016-04-08nvenc: add some rate control modes/propertiesMatthew Waters2-1/+148
2016-04-08nvenc: move codec config initialization from the implementation to the base c...Matthew Waters3-154/+139
2016-04-08nvenc: add preset selectionMatthew Waters4-4/+141
2016-04-07chromaprint: emit notify::fingerprint signal when fingerprint is readyMarcin Kolny1-1/+2
2016-04-07videoaggregator: repect the result of find_best_format in the default update_...Matthew Waters2-42/+69
2016-04-05rfbsrc: Fix fallback to GstVideoBufferPoolNicolas Dufresne1-3/+5
2016-04-05rfbsrc: Implement decide_allocation virtualNicolas Dufresne2-55/+41
2016-04-05rfbsrc: Fix caps negotiationNicolas Dufresne1-38/+8
2016-04-05rfbsrc: Implement unlock() methodNicolas Dufresne1-0/+10
2016-04-05rfbsrc: Check for connection being closedNicolas Dufresne1-1/+8