summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-14baseadaptivesink: add little fixme for laterdashsinkThiago Santos1-0/+1
2016-04-11baseadaptive: plug output_directory leakThiago Santos1-0/+5
2016-04-11baseadaptivesink: remove duplicated g_free callThiago Santos1-5/+0
2016-04-11dashsink: fix string leaksThiago Santos3-23/+15
2016-04-11baseadaptive: rename gstfragment -> gstadaptivefragment to avoid clashThiago Santos7-57/+61
2016-04-11baseadaptivesink: only close current fragment if it has dataThiago Santos1-1/+2
2016-04-11dashsink: rename mdp -> mpdThiago Santos17-42/+42
2016-04-11baseadaptivesink: store error from write functionThiago Santos1-1/+1
2016-04-11baseadaptivesink: error out when streamheaders aren't availableThiago Santos1-6/+12
2016-04-11baseadaptivesink: remove the temp file after an errorAndoni Morales Alastruey1-0/+1
2016-04-11baseadaptivesink: fix list iterationAndoni Morales Alastruey1-2/+2
2016-04-11baseadaptivesink: fix setter/getter for the 'title' propertyAndoni Morales Alastruey1-0/+14
2016-04-11dashsink: Add new dash sinkAndoni Morales Alastruey21-9/+2876
2016-04-11baseadaptivesink: Add a new base class for adaptive streaming sinksAndoni Morales Alastruey11-4/+2446
2016-04-11Fix the bug when live streaming a MPD consists of multiple periods.unknown1-3/+11
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
2016-04-05rfbsrc: Check for read/write errorNicolas Dufresne1-50/+125
2016-04-05rfbsrc: Add a internal method to disconnectNicolas Dufresne3-18/+28
2016-04-05rfbsrc: Don't ignore errorsNicolas Dufresne1-0/+1
2016-04-05rfbsrc: Serialize write operationsNicolas Dufresne2-0/+11
2016-04-05rfbsrc: Add 3.7/3.8 security type negotiationNicolas Dufresne1-5/+44
2016-04-05rfbsrc: Port to GSocketClientNicolas Dufresne4-100/+49
2016-04-05rfbsrc: Remove useless library wrappingNicolas Dufresne4-19/+7
2016-04-05rfbsrc: Cleanup dead codeNicolas Dufresne8-142/+0
2016-04-05rfbsrc: Properly fallback to 3.3Nicolas Dufresne1-0/+1
2016-04-05rfbsrc: Cleanly handle security negotiation failureNicolas Dufresne1-2/+5
2016-04-05mpdparser: clamp segment durations to each other and period endVincent Penquerc'h1-11/+40
2016-04-05dashdemux: unit testing reproducing segment duration overflowFlorin Apostol1-0/+98