summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* bad: Add g_autoptr() support to all typesXavier Claessens2015-12-143-0/+72
* glviewconvert: check pointer before dereferencingLuis de Bethencourt2015-12-141-5/+7
* glbuffer: bind/unbind on map/unmap for GL mappingsMatthew Waters2015-12-141-0/+8
* glbuffer: remove buffer specific transfer flagsMatthew Waters2015-12-142-20/+2
* glmemorypbo: map/unmap pbo memory correctly for state trackingMatthew Waters2015-12-141-1/+11
* glformat: add compatibility definitions for OES/rectangle texturesMatthew Waters2015-12-141-0/+7
* glbasebuffer: remove unsed memory subclassMatthew Waters2015-12-146-838/+0
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-1415-1286/+1973
* gl: add a GL buffer based GstMemoryMatthew Waters2015-12-146-0/+505
* gl: add a base memory objectMatthew Waters2015-12-145-1/+682
* gl: add convenience function for the start of a video frameMatthew Waters2015-12-142-0/+21
* gluploadmeta; remove convenience helper APIMatthew Waters2015-12-147-493/+1
* gldownload: remove helper api from the libraryMatthew Waters2015-12-145-600/+0
* libgstgl: gstglcontext_cocoa: kCGLPFAStereo has been deprecated in 10.11Alessandro Decina2015-12-101-5/+7
* glbufferpool: relax check for multiple texture targetsAlessandro Decina2015-12-101-3/+5
* glmemory: take subsampling into account for rectangle texturesAlessandro Decina2015-12-101-0/+12
* adaptivedemux: avoid pushing events with manifest lockThiago Santos2015-12-081-15/+31
* glproto: include function definitions for GL_APPLE_syncMatthew Waters2015-12-081-3/+3
* glupload: Only offer custom allocator with caps featuresNicolas Dufresne2015-12-041-12/+27
* adaptivedemux: Log PTS of buffers that are pushed downstreamSebastian Dröge2015-12-031-0/+3
* glcolorconvert: improve the YUY2/UYVY->RGBA conversion shaderMatthew Waters2015-12-021-2/+2
* glcolorconvert: improve RGBA->YUY2/UYVY conversion shaderMatthew Waters2015-12-021-4/+5
* adaptivedemux: Send the bitrate of the stream as a tagJan Schmidt2015-12-022-3/+56
* Drop usage of deprecated g-ir-scanner --strip-prefix flagReynaldo H. Verdejo Pinochet2015-12-022-2/+4
* hlsdemux: fix crash when decryption key can't be downloadedTim-Philipp Müller2015-12-011-1/+6
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-184-8/+4
* glviewconvert: String literals are constSebastian Dröge2015-11-171-1/+1
* glsyncmeta: Actually return the newly created meta from gst_buffer_add_gl_syn...Sebastian Dröge2015-11-171-0/+2
* glsyncmeta: add vfuncs for all operationsMatthew Waters2015-11-172-46/+126
* glviewconvert: add support rectangle/external-oes texturesMatthew Waters2015-11-172-28/+253
* adaptivedemux: remove now-defunct "num-lookback-fragments" propertyTim-Philipp Müller2015-11-142-17/+0
* glsl: fix possible string overrun in gst_glsl_version_profile_from_stringVineeth TM2015-11-131-7/+9
* glshader: don't read invalid list pointers (use after free)Matthew Waters2015-11-131-1/+3
* glsl: free str while returning errorVineeth TM2015-11-131-1/+3
* glslstage: Fix vertex_sources memory leakVineeth TM2015-11-121-0/+1
* glcolorconvert: remove unnecessary freeVineeth TM2015-11-121-1/+0
* glcolorconvert: Fix string leakVineeth TM2015-11-121-3/+4
* glcolorconvert: Fix frag_prog and frag_body memory leakVineeth TM2015-11-121-0/+8
* adaptivedemux: fixed handling errors emitted by uri handlerFlorin Apostol2015-11-111-1/+2
* glcolorconvert: mangle gl_FragColor for GL3Matthew Waters2015-11-111-0/+23
* glviewconvert: remove set_formatMatthew Waters2015-11-112-6/+3
* glshader: properly unref the stages on failureMatthew Waters2015-11-112-4/+18
* glslstage: properly return an error when we could not create the shader stageMatthew Waters2015-11-111-0/+1
* glshaderstrings: fixup the external-oes fragment shaderMatthew Waters2015-11-111-1/+1
* glcolorconvert: try to keep the same texture-target if possibleMatthew Waters2015-11-101-12/+27
* glcolorconvert: fix rendering rectangular textures with GL3Matthew Waters2015-11-101-76/+201
* glcolorconvert: properly use the other texture-target on fixationMatthew Waters2015-11-101-4/+5
* glslstage: add debug as to why _set_strings() failedMatthew Waters2015-11-101-1/+6
* glsl: fix check for glsl version against GL context inversionMatthew Waters2015-11-101-1/+1
* adaptivedemux: Fix pad memory leak.Vineeth TM2015-11-101-0/+4