summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Automatic update of common submoduleSebastian Dröge2015-10-212-1/+1
* glshaderelement: free the vertex and fragment strings on finalizeMatthew Waters2015-10-211-0/+8
* androidmedia: fix build errorsMatthew Waters2015-10-211-5/+6
* glshaderelement: remove unneeded reference to <gst/gl/gstglshadervariables.h>Matthew Waters2015-10-211-1/+0
* gl: fix usage of string.h and stdio.h functions without including the headersMatthew Waters2015-10-214-3/+7
* glimagesink: create a context in NULL_READYMatthew Waters2015-10-211-7/+7
* amcviddec: use gstcontext to retreive the OpenGL contextMatthew Waters2015-10-212-51/+136
* androidmedia: Only allow GL output if the decoder has unknown color formatsMatthieu Bouron2015-10-213-7/+22
* androidmedia: Add support for GL output in amcvideodecMatthieu Bouron2015-10-2116-46/+1913
* androidmedia: Do not flush codec if it is not startedMatthieu Bouron2015-10-211-3/+5
* androidmedia: Allow object to be NULL in gst_amc_jni_*unref functionsMatthieu Bouron2015-10-211-0/+4
* androidmedia: Fix debug statement (%d for a gsize argument)Edward Hervey2015-10-212-4/+6
* androidmedia: Improve color format debug messagesMatthieu Bouron2015-10-211-1/+2
* androidmedia: Improve debug messagesMatthieu Bouron2015-10-211-4/+5
* androidmedia: Do not warn we do not support COLOR_FormatSurfaceMatthieu Bouron2015-10-211-1/+3
* gl: remove unneeded shader variable parsing codeMatthew Waters2015-10-214-1530/+0
* glshaderelement: implement setting arbitrary uniformsMatthew Waters2015-10-212-0/+94
* opencv: handdetect: free best_r with deleteLuis de Bethencourt2015-10-201-3/+3
* opencv: motioncells: remove unnecessary checkLuis de Bethencourt2015-10-201-8/+4
* hls/m3u8: Update current position in all casesEdward Hervey2015-10-192-15/+25
* dshowvideosink: Fix 64bit compatibility issueplamot2015-10-191-9/+5
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-1929-129/+129
* add glliveshader program to .gitignoreMatthew Waters2015-10-191-0/+1
* pnmdec: drop frame in case of _handle() failureReynaldo H. Verdejo Pinochet2015-10-181-0/+1
* pnmdec: propagate input state after parsingReynaldo H. Verdejo Pinochet2015-10-182-1/+32
* pnmdec: completely reset parsing state at flushReynaldo H. Verdejo Pinochet2015-10-181-4/+1
* glshaderelement: implement on-demand create-shader signallingMatthew Waters2015-10-173-49/+62
* gl/calayer: don't leak a gl shader objectMatthew Waters2015-10-171-2/+0
* gtk: separate out the widget/window destroy callbacksMatthew Waters2015-10-171-7/+10
* gl/examples: add a live shader demo using the new GstGLSLStageMatthew Waters2015-10-172-1/+367
* srtpdec: skip padding when mapping RTP packetsMiguel París Díaz2015-10-161-2/+4
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-161-2/+3
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-162-0/+9
* glslstage: add brackets around pointer dereference referencing an arrayMatthew Waters2015-10-161-1/+1
* gl/caopengllayersink: port to new GstGLShader APIMatthew Waters2015-10-151-3/+12
* gl/tests: port glcontext test to openglMatthew Waters2015-10-151-23/+108
* glshader: port element to GstGLSLStageMatthew Waters2015-10-152-237/+211
* glshader: port to using GstGLSLStage objects for string managementMatthew Waters2015-10-1512-809/+678
* glsl: add a shader stage object GstGLSLStageMatthew Waters2015-10-155-0/+623
* gl/shader/variables: include generic gl.h headerMatthew Waters2015-10-151-1/+1
* gl: add some GLSL utility functionsMatthew Waters2015-10-157-0/+1023
* dtls: Fix name conflict with openssl on win32Paul Arzelier2015-10-151-0/+7
* hls: if media sequence is not specified, use 0Thiago Santos2015-10-141-0/+1
* waylandsink: fix fallback buffer allocationGeorge Kiagiadakis2015-10-141-2/+2
* waylandsink: rename GstWlDisplay::formats array to shm_formatsGeorge Kiagiadakis2015-10-143-6/+6
* waylandsink: replace the custom GstWlShmMemory with GstFdMemoryGeorge Kiagiadakis2015-10-143-57/+28
* po: Update POTFILES.in for OpenCV C++ file renameSebastian Dröge2015-10-141-1/+1
* hls: Allow debugging of the playlistEdward Hervey2015-10-141-0/+2
* hlsdemux: Avoid negative sequence numbersEdward Hervey2015-10-141-4/+12
* opencv: switch remaining to C++Luis de Bethencourt2015-10-144-80/+71