summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gleffects: use gl_vtableJulien Isorce2014-05-081-11/+13
* 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-089-114/+52
* gl/upload: add get_format methodMatthew Waters2014-05-083-0/+22
* 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-075-9/+41
* gl/examples: fix compilation for clutter examplesMatthew Waters2014-05-072-2/+2
* gl/display: avoid endless recursion for cocoaMatthew Waters2014-05-071-1/+1
* dashdemux: deprecate max-buffering-time propertyThiago Santos2014-05-071-1/+2
* dashdemux: removing old unused codeThiago Santos2014-05-071-19/+1
* dashdemux: remember to set starting fragment to new fragmentsThiago Santos2014-05-071-0/+1
* dashdemux: handle a few more error casesThiago Santos2014-05-071-6/+14
* dashdemux: Only set timestamp to the first buffer of fragmentsThiago Santos2014-05-071-18/+18
* dashdemux: handle error messages from the sourcesThiago Santos2014-05-072-0/+51
* dashdemux: check for errors between downloadsThiago Santos2014-05-071-0/+16
* dashdemux: Always accept the latency configure eventThiago Santos2014-05-071-0/+7
* dashdemux: measure download rate just like hlsdemuxThiago Santos2014-05-075-202/+28
* dashdemux: remove uridownloader from fragments downloadThiago Santos2014-05-072-156/+374
* gl/sink: make sure we always initialize the upload objectMatthew Waters2014-05-071-0/+12
* hlsdemux: fix internal source event leaksThiago Santos2014-05-061-0/+2
* 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
* pnmenc: remove empty lineLuis de Bethencourt2014-05-061-1/+0
* mpegtsmux: Remove unused data in TsMuxSectionJesper Larsen2014-05-061-4/+0
* tests: reenable camerabin element testMatthew Waters2014-05-061-0/+1
* gl/display: clean up pre gstglcontext api and struct fieldsMatthew Waters2014-05-064-29/+7
* gl/display: add get_handle_typeMatthew Waters2014-05-063-10/+18
* gl/display: avoid opening the X11 display on systems with Cocoa (OS X)Matthew Waters2014-05-061-0/+4
* gl/window: fix string length check for eaglMatthew Waters2014-05-061-1/+1
* gl/display: check the correct env variable for choosing an egl displayMatthew Waters2014-05-061-2/+4
* gl/cocoa: Use OBJCFLAGS where neededEdward Hervey2014-05-061-2/+1
* pnmenc: fix flow return and buffer leak in not-negotiated caseTim-Philipp Müller2014-05-061-4/+9
* tests: add new vp8parser-test binary to .gitignoreTim-Philipp Müller2014-05-061-0/+1
* srtpdec: Don't reset stream if the key hasn't changedOlivier Crête2014-05-061-10/+36
* srtpdec: Add "remove-key" action signal to remove a single keyOlivier Crête2014-05-062-2/+23
* srtpenc: Use %u in templates to match rtpbinOlivier Crête2014-05-061-12/+12
* srtpdec: Remove unused fieldOlivier Crête2014-05-061-1/+0
* Fix for not checking zero width and heightSanjay NM2014-05-061-0/+5