summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* gl/filter: fixup passthrough bufferpoolMatthew Waters2014-05-211-1/+2
* dvb-section: Don't compare unsigned integers for >= 0Sebastian Dröge2014-05-211-2/+1
* gl/upload: switch the 'master' texture for YUY2, UYVYMatthew Waters2014-05-213-15/+10
* gl/eglimage: add eglimage context featureMatthew Waters2014-05-204-14/+66
* gl/context: add generic feature checkingMatthew Waters2014-05-202-0/+27
* mpegts: Check hour:minute:second values before creating datetimeThiago Santos2014-05-191-3/+10
* glcontext: Add more assertions to make sure that everything sets the GError d...Sebastian Dröge2014-05-191-2/+6
* mpegts: mpegtsdescriptor: fix gobject-introspection warningsThiago Santos2014-05-151-2/+2
* mpegts: sections: prevent assertion when packet parsing failsThiago Santos2014-05-153-14/+26
* gl/download: update to be similar to the glupload semanticsMatthew Waters2014-05-144-147/+82
* gl/colorconvert: fix up alpha clobberingMatthew Waters2014-05-141-9/+13
* glfilter: Fix building without EGL supportNicolas Dufresne2014-05-131-0/+4
* glfilter: rewrite transform_caps to preserve caps fieldsJulien Isorce2014-05-131-16/+53
* gl/colorconvert: use the texture scaling from the gl memoryMatthew Waters2014-05-132-62/+14
* glmemory: Fix handling of stride with alignement larger then 8Nicolas Dufresne2014-05-131-6/+6
* glupload: Ensure we still have a texture after upload_set_format()Nicolas Dufresne2014-05-121-0/+10
* glupload: Correctly update the video info from video metaNicolas Dufresne2014-05-121-1/+10
* glupload: Correctly update video info in upload fallbackNicolas Dufresne2014-05-121-9/+3
* gl/upload: set out_tex after reset, not beforeJulien Isorce2014-05-121-20/+15
* gl/upload: update the video info on mapping a video frameMatthew Waters2014-05-121-1/+1
* gl/convert: clobber alpha channel when neededMatthew Waters2014-05-121-3/+11
* gl/upload: avoid performing color conversion when there is no needMatthew Waters2014-05-121-0/+10
* gl/colorconvert: choose the right alpha component for AYUV -> RGBAMatthew Waters2014-05-111-1/+1
* gl/upload: update the respective state when we cache textures/dataMatthew Waters2014-05-111-2/+17
* gl/upload: cache the textures that we are usingMatthew Waters2014-05-101-30/+17
* gl/upload: avoid recreating the GLMemory struct for output texturesMatthew Waters2014-05-101-13/+15
* gl: Fix some of the error handlingNicolas Dufresne2014-05-092-8/+10
* glupload: Update GstVideoInfo after the buffer is mappedNicolas Dufresne2014-05-091-0/+3
* gl: Fix memory leakSebastian Dröge2014-05-091-1/+3
* mpegts: Fix leakEdward Hervey2014-05-091-0/+1
* gl/colorconvert: preserve alpha in AYUV <-> RGBA conversionsMatthew Waters2014-05-091-10/+27
* gl/colorconvert: implement lazy initMatthew Waters2014-05-094-96/+103
* gl/upload: set initted to TRUE when _init_upload succeededJulien Isorce2014-05-091-0/+2
* gldisplay: Use GST_STR_NULL() for printing possibly NULL strings and print al...Sebastian Dröge2014-05-081-3/+5
* gl/upload: fix compilation on OS XMatthew Waters2014-05-081-5/+5
* gl/upload: fail propoerly if init failsMatthew Waters2014-05-081-7/+9
* gl: make all GObjects inherit from GstObjectMatthew Waters2014-05-0813-20/+21
* gl/upload: implement lazy initMatthew Waters2014-05-086-72/+47
* gl/upload: add get_format methodMatthew Waters2014-05-082-0/+21
* gl/filter: attempt to passthrough the pool if the caps are the sameMatthew Waters2014-05-081-9/+17
* gl/filter: always initialize the upload objectMatthew Waters2014-05-081-2/+2
* gl: advertise GstGLMemory usage in the caps as capsfeaturesMatthew Waters2014-05-073-6/+18
* gl/display: avoid endless recursion for cocoaMatthew Waters2014-05-071-1/+1
* gl: do not allocate the target texture of an EGLImageJulien Isorce2014-05-061-0/+10
* gl: allow to avoid calling glTexImage2D(w, h, NULL) when generating a textureJulien Isorce2014-05-061-2/+4
* gl: no need to initialize a frame buffer object to upload an eglimageJulien Isorce2014-05-061-0/+5
* gl: use GST_CAT_ERROR instead of GST_ERROR_OBJECTJulien Isorce2014-05-061-1/+1
* gl: delete texture used with GstVideoGLTextureUploadMetaJulien Isorce2014-05-061-0/+6
* gl: use gst_gl_context_gen_shader helper instead of duplicating codeJulien Isorce2014-05-061-29/+1
* gl/display: clean up pre gstglcontext api and struct fieldsMatthew Waters2014-05-063-28/+7