summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-12-21player: Add deprecated compatibility functions for the audio/video/subtitle s...Sebastian Dröge2-0/+37
2016-12-21player: Move audio/video/subtitle stream list getters into the correct namespaceSebastian Dröge3-11/+13
2016-12-21player: Add get track number media info APILyon Wang2-0/+70
2016-12-17gl/format: use the unsized format for RGB on GLES2Matthew Waters1-1/+2
2016-12-16gl/window: remove unused priv variableMatthew Waters1-1/+0
2016-12-16gl/window: remove use of main_context_push/pop_thread_default()Matthew Waters4-27/+13
2016-12-14videoaggregator: Remove unlock() if set_info() failsSebastian Dröge1-2/+0
2016-12-13gst: Don't declare variables inside the for loop headerSebastian Dröge2-2/+5
2016-12-12adaptivedemux: Avoid using unset GErrorEdward Hervey1-1/+1
2016-12-08player: Don't try to cache the GQuark for GST_PLAYER_ERRORArun Raghavan1-6/+1
2016-12-01gstglupload: relax EGL context checkJulien Isorce1-1/+2
2016-12-01gstglcontext: is_shared should return FALSE if no groupJulien Isorce1-0/+4
2016-11-30glmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF conditionsMatthew Waters1-5/+0
2016-11-29opencv: add opencv image format documentationPhilippe Renon1-0/+49
2016-11-29opencv: account for sparse/padded formats when converting caps to cv image typePhilippe Renon2-27/+55
2016-11-29opencvvideofilter: Don't parse the caps twiceNicolas Dufresne3-14/+25
2016-11-29opencvfilter: Properly port to GstVideoFilterNicolas Dufresne1-91/+35
2016-11-29mssdemux: improved live playback supportPhilippe Normand2-2/+39
2016-11-29codecparsers: h264parse: improve documentation commentaryAnton Eliasson1-26/+31
2016-11-29codecparsers: h264parse: docs spellcheckAnton Eliasson1-14/+14
2016-11-28mpegtssection: Fix off-by-one in PMT parsingSebastian Dröge1-1/+1
2016-11-28mpegtssection: Don't assert if the given section length is longer than the PM...Sebastian Dröge1-0/+5
2016-11-28glwindow: move g_main_context_push/pop_thread_default() to run()Matthew Waters1-24/+23
2016-11-28glcontext: fix race between creation/shutdownMatthew Waters1-8/+10
2016-11-26opencv: Enable in meson buildLuis de Bethencourt2-0/+28
2016-11-26mpegtssection: Add more section size checksEdward Hervey1-1/+22
2016-11-26mpegtssection: Fix PAT parsingEdward Hervey1-4/+4
2016-11-25gl/x11: Remove unused static functionSebastian Dröge1-43/+0
2016-11-24mpegtssection: Don't free empty streamsEdward Hervey1-1/+2
2016-11-23gl/contextglx: error out on more invalid display/window combinationsMatthew Waters1-2/+30
2016-11-23gl: add necessary context_egl.h #includes to the source filesMatthew Waters2-0/+2
2016-11-23gl/memoryegl: remove access to private header gstglcontext_egl.hMatthew Waters1-1/+0
2016-11-21opencv: forward declare opencv typesPhilippe Renon2-2/+8
2016-11-21interfaces: photography: clean up header indentationTim-Philipp Müller1-133/+146
2016-11-21gl: add gstreamer-video to pkg-config pathDavid Evans1-0/+2
2016-11-18videoaggregator: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+6
2016-11-17meson: wayland: wl_scanner is required: falseScott D Phillips1-1/+1
2016-11-17meson: wayland: move dep checks to the libMatthew Waters2-15/+23
2016-11-17meson: gl/egl: add missing source fileMatthew Waters1-0/+1
2016-11-17gl/egl: remove EGLImage functions from egl contextMatthew Waters5-120/+194
2016-11-17glcontext: add vfunc to retrieve the OpenGL platform versionMatthew Waters4-0/+69
2016-11-17gl/egl: move get_error_string() into gsteglMatthew Waters5-48/+73
2016-11-17display/egl: implement getting the EGLDisplay of a specific platformMatthew Waters4-23/+198
2016-11-16gl/egl: check the feature in the extensions listVíctor Manuel Jáquez Leal1-1/+1
2016-11-16glcontext/cocoa: implement empty swap_buffersMatthew Waters1-0/+8
2016-11-15meson: Build waylandsinkThibault Saunier2-4/+16
2016-11-16glwindow/cocoa: remove unneeded window code in NSWindowMatthew Waters1-11/+0
2016-11-16glwindow/cocoa: remove our view from the parent when closingMatthew Waters1-0/+1
2016-11-15gl/caopengllayer: add a debug categoryMatthew Waters1-0/+18
2016-11-15glbufferpool: introduce check for GLMemory allocatorsMatthew Waters1-2/+12