summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-01glmemory: fixup GL_RGB565 usage when performing texsubimageMatthew Waters1-2/+4
2018-02-01pkgconfig: only install gstreamer-gl-1.0.pc if OpenGL support was builtTim-Philipp Müller1-2/+5
2018-02-01oggdemux: Handle invalid-sized packetsEdward Hervey1-1/+9
2018-01-30meson: use -fno-strict-aliasing if supportedTim-Philipp Müller1-0/+5
2018-01-30meson: use built-in pic kwarg when building static helper libsTim-Philipp Müller2-12/+6
2018-01-30glimagesink: Allow resetting render rectangleNicolas Dufresne2-5/+9
2018-01-30glimagesink: Add render-rectangle propertyNicolas Dufresne1-4/+13
2018-01-29xvimagesink: Allow changing render-rectangle through propertyNicolas Dufresne2-3/+26
2018-01-29video-overlay: Add helpers for render-rectangle propertyNicolas Dufresne2-0/+104
2018-01-29video: Add NV16_10LE32 supportNicolas Dufresne4-1/+167
2018-01-29video: Add GRAY10_LE32 supportNicolas Dufresne4-1/+92
2018-01-29video: Add NV12_10LE32 supportNicolas Dufresne4-1/+176
2018-01-25subparse: fix pushing out of last chunk if last line has no newlineTim-Philipp Müller1-2/+5
2018-01-24gst-plugins-base.supp: add gl suppressions for one off init allocationsVincent Penquerc'h1-0/+52
2018-01-23Update for renamed aggregator pad APITim-Philipp Müller1-1/+1
2018-01-22alsasrc: lock calls to snd_pcm_delay() with mutex as in alsasinkBranislav Katreniak2-1/+14
2018-01-19tag: id3v2: don't leak stack pointer outside of block where it's validTim-Philipp Müller1-0/+2
2018-01-19tests: audioconvert: fix up check for lost channel positionsTim-Philipp Müller1-2/+2
2018-01-19tests: audioconvert: Fix memory leak in failure pathJimmy Ohn1-2/+3
2018-01-17theoradec: Check for valid width/heightEdward Hervey1-0/+10
2018-01-17playback-utils: Fix caps leak on failureAshish Kumar1-0/+4
2018-01-16tests: fix build on Windows with MSVCTim-Philipp Müller2-1/+8
2018-01-16meson: tests: fix build of tcp test on unixTim-Philipp Müller1-1/+1
2018-01-16meson: tests: skip allocators dmabuf test on non-LinuxTim-Philipp Müller1-1/+1
2018-01-16tests: include config.h and don't include unix headersTim-Philipp Müller36-40/+95
2018-01-16meson: gl: fix build on windowsRoland Peffer1-0/+3
2018-01-16meson: fix check whether both gles2 and opengl headers can be includedTim-Philipp Müller1-1/+3
2018-01-12videotestsrc: Document the num-buffers propertySam Thursfield1-0/+4
2018-01-08examples: playback: don't use deprecated font button APITim-Philipp Müller1-2/+3
2018-01-04gl/wayland: move roundtrip on show to window threadMatthew Waters2-9/+38
2018-01-03typefind: Fix mp3 typefinding with multiple different headersEdward Hervey1-5/+6
2018-01-03libs/glheaders: move object creation to the gl thread where necessaryMatthew Waters1-7/+6
2018-01-03tests/glheaders: use #if for platform selectionMatthew Waters1-1/+1
2018-01-03glcolorconvert: re-enable -Wformat-nonliteral warningTim-Philipp Müller2-78/+99
2018-01-03glcolorconvert: fix missing printf arg for apple rectangular texture caseTim-Philipp Müller1-1/+1
2018-01-03configure: Fix build without gl pluginsEdward Hervey2-4/+3
2017-12-30gl: cocoa: fix formatting for function definitionPhilippe Normand1-2/+2
2017-12-30gl: cocoa: Implement set_render_rectanglePhilippe Normand1-2/+71
2017-12-26gl: don't link to system gstallocatorsTim-Philipp Müller1-1/+0
2017-12-26meson: skip translations if gettext is not availableTim-Philipp Müller1-1/+5
2017-12-22meson: gl: define HAVE_PNG etc. in config.h instead of c_argsTim-Philipp Müller2-6/+5
2017-12-21rtp: fix gst_rtp_buffer_ext_timestamp taking into account backwardsMiguel Paris3-15/+128
2017-12-21tests: add missing commaMathieu Duponchelle1-1/+1
2017-12-21tests: conditionally define the glimagesink test as wellMathieu Duponchelle1-1/+1
2017-12-21tests: fix build when not building gstglMathieu Duponchelle1-10/+15
2017-12-20meson: docs: link gtk-doc scanner with gstglTim-Philipp Müller1-1/+9
2017-12-20gl: fix build if libjpeg is not availableTim-Philipp Müller1-1/+0
2017-12-20audioaggregator: Don't leak padsEdward Hervey1-1/+3
2017-12-19audioaggregator: implement input conversionMathieu Duponchelle6-447/+857
2017-12-19gl: fix up a few more #if HAVE_FOOTim-Philipp Müller5-8/+8