summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* gl: win32: use a GMainContext to dispatch win32 messagesXavier Claessens2015-05-215-54/+197
* glupload: Don't leak all memory uploaded via raw uploads.Jan Schmidt2015-05-221-2/+1
* glcontext: require a shader version to initialize.Matthew Waters2015-05-211-1/+2
* gl: fix crash on windows with intel driverXavier Claessens2015-05-202-4/+0
* gl/calayer: provide a current wrapped GstGLContext for callbacksMatthew Waters2015-05-202-0/+35
* glsyncmeta: ensure that the Fence is going to be executedMatthew Waters2015-05-201-5/+1
* glupload: don't reuse output textures for raw data uploadMatthew Waters2015-05-201-13/+7
* glframebuffer: don't clear the framebufferMatthew Waters2015-05-191-3/+0
* glbasefilter: track gl_start/stop correctlyMatthew Waters2015-05-191-2/+13
* glcontext/cocoa: implement GL3 core context selectionMatthew Waters2015-05-142-5/+57
* gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters2015-05-141-6/+3
* glshader: attempt to detect the gles2 inside opengl3 caseMatthew Waters2015-05-141-4/+103
* glshader: remove references to gl3 specific shadersMatthew Waters2015-05-141-41/+6
* gl: element buffers are part of vao stateMatthew Waters2015-05-143-16/+28
* glmemory: properly detect (hopefully) the correct ext_rg/arb_rg variantMatthew Waters2015-05-141-2/+2
* compositor: implement proper par handlingMatthew Waters2015-05-141-6/+2
* adaptivedemux: drop debug message that was wrongThiago Santos2015-05-131-1/+0
* adaptivedemux: run gst-indentThiago Santos2015-05-131-2/+4
* glcontext: propagate the version/extension failure upwardsMatthew Waters2015-05-131-1/+4
* gl: don't deadlock on context creation failureMatthew Waters2015-05-131-2/+6
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-065-91/+50
* adaptivedemux: only update stream position if query successJimmy Ohn2015-05-051-14/+3
* glsyncmeta: fixup size declarationMatthew Waters2015-05-051-1/+1
* glcolorconvert: Improve passthrough check when no conversion is needed.Jan Schmidt2015-05-042-1/+44
* codecparser: h265: Fix nal unit size checkingSreerenj Balachandran2015-04-301-2/+2
* codecparser: h265: Calculate crop rectangle dimensionsSreerenj Balachandran2015-04-302-1/+18
* codecparser: h265: Fix parsing multiple SEI messages in a single SEI NalSreerenj Balachandran2015-04-302-41/+115
* gl: readd glupload/download onto element padsMatthew Waters2015-04-305-50/+91
* codecparser: h265: Fix the number of tile rows/columns parsingSreerenj Balachandran2015-04-291-2/+2
* adaptivedemux: Fix comparision logicEdward Hervey2015-04-291-1/+3
* glupload: Make upload method static caps non-const.Jan Schmidt2015-04-291-10/+22
* glmemory: remove uneeded unrefMatthew Waters2015-04-281-1/+0
* glupload: provide the sink template caps that could be usedMatthew Waters2015-04-283-0/+40
* egl: Use maximum bits per color instead of minimumXavier Claessens2015-04-271-4/+7
* gl: unref display/other-context in the correct placeMatthew Waters2015-04-271-15/+5
* codecparsers: h265: add helpers to convert quantization matricesSreerenj Balachandran2015-04-262-0/+139
* codecparser: h265: skip byte alignment bits while parsing slice headerSreerenj Balachandran2015-04-261-0/+8
* codecparser: h265: Fix the NumDeltaPocs calculationSreerenj Balachandran2015-04-261-5/+4
* codecparser: h265: Fix the NumPocTotalCurr calculationSreerenj Balachandran2015-04-261-17/+18
* codecparser: h265: Fix nal size calculation for EOS and EOBSreerenj Balachandran2015-04-261-1/+1
* glfilter: De-camelcase onInitFBO() vfuncSebastian Dröge2015-04-262-5/+4
* glfilter: Remove onStart/onStop vfuncs, and unused onReset()Sebastian Dröge2015-04-262-24/+0
* glbasefilter: Unref other context in finalize, and display in READY->NULLMatthew Waters2015-04-261-10/+21
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-267-108/+0
* adaptivedemux: Only answer the duration query in non-live modeSebastian Dröge2015-04-261-1/+2
* adaptivedemux: Don't claim to be live when answering the LATENCY querySebastian Dröge2015-04-231-7/+1
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-232-35/+62
* adaptivedemux: Expose downloaderSebastian Dröge2015-04-232-8/+10
* adaptivedemux: Don't stop all tasks and streams from the update task on errorsSebastian Dröge2015-04-211-2/+3
* glwindow: track context activation properlyMatthew Waters2015-04-211-3/+19