summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Release 1.13.11.13.1Tim-Philipp Müller5-627/+118
2018-02-15vaapi: dist new headerTim-Philipp Müller1-0/+1
2018-02-13vaapi: register vaapisink as marginal on waylandVíctor Manuel Jáquez Leal1-2/+6
2018-02-13plugins: update mesa's vendor string in whitelistVíctor Manuel Jáquez Leal1-1/+1
2018-02-08meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller1-6/+6
2018-02-08plugins: handle vaapi allocator in allocation queryVíctor Manuel Jáquez Leal1-11/+48
2018-02-07vaapivideomemory: remove unused macroVíctor Manuel Jáquez Leal1-2/+0
2018-02-05vaapisink: don't mask button events for foreign windowsVaL Doroshchuk1-3/+5
2018-02-05autotools: use -fno-strict-aliasing where supportedTim-Philipp Müller1-1/+5
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller1-0/+5
2018-01-30vaapi: add NULL-sentinel to kernel_namesPhilippe Normand1-1/+1
2018-01-18vaapipostproc: remove spurious codeVíctor Manuel Jáquez Leal1-2/+0
2018-01-18vaapipostproc: if no p-a-r in out caps define a rangeVíctor Manuel Jáquez Leal1-5/+2
2018-01-18vaapisink: check for display's color-balance propertiesVíctor Manuel Jáquez Leal1-1/+7
2018-01-17plugins: re-using buffer pool breaks renegotiationVíctor Manuel Jáquez Leal1-4/+12
2018-01-17plugins: use g_clear_object() to unref sinkpad_buffer_poolVíctor Manuel Jáquez Leal1-4/+2
2018-01-17build: meson: add missing GstGL dependencyVíctor Manuel Jáquez Leal1-1/+6
2018-01-17libs: utils: egl: add missing guards for GstGLVíctor Manuel Jáquez Leal1-2/+2
2018-01-16plugins: remove dmabuf-import hackVíctor Manuel Jáquez Leal1-69/+0
2018-01-12libs: egl: utils: use eglGetPlatformDisplay()Víctor Manuel Jáquez Leal4-7/+60
2018-01-12vaapipostproc: lock ensure_filter with postproc_lockMichael Tretter1-1/+7
2018-01-10tests: test-filter: fix dereference before null checkVíctor Manuel Jáquez Leal1-1/+2
2018-01-10tests: y4mreader: fix string state checkupVíctor Manuel Jáquez Leal1-1/+1
2018-01-10tests: y4mreader: use int for fgetcVíctor Manuel Jáquez Leal1-4/+2
2018-01-10tests: y4mreader: fix incompatible castVíctor Manuel Jáquez Leal1-6/+9
2017-12-19meson: fix fallback for gstreamer-gl-1.0, it's now in -baseTim-Philipp Müller1-1/+1
2017-12-14Automatic update of common submoduleMatthew Waters1-0/+0
2017-12-06videoconvert: gst_element_post_message() is transfer full on msgNicolas Dufresne1-1/+0
2017-12-06Revert "vaapivideocontext: possible memleak when no bus attached"Nicolas Dufresne1-3/+1
2017-12-06test: vaapicontext: process have-context bus messageVíctor Manuel Jáquez Leal1-0/+40
2017-12-06test: vaapicontext: app context is not persistentVíctor Manuel Jáquez Leal1-1/+1
2017-12-01vaapivideocontext: only vaapisink process app contextVíctor Manuel Jáquez Leal3-18/+60
2017-12-01vaapivideocontext: log the name of GstVaapiDisplayVíctor Manuel Jáquez Leal1-5/+8
2017-12-01vaapivideocontext: possible memleak when no bus attachedVíctor Manuel Jáquez Leal1-1/+3
2017-11-27libs: window: wayland: remove unused header includeVíctor Manuel Jáquez Leal1-1/+0
2017-11-27libs: encoder: h264,h265: guard rate control's macroblockVíctor Manuel Jáquez Leal2-0/+6
2017-11-27Automatic update of common submoduleMatthew Waters1-0/+0
2017-11-08libs: encoder: h264: Add Hierarchical-B encodeSreerenj Balachandran1-15/+157
2017-11-08libs: encoder: h264: Add Hierarchical-P encodeSreerenj Balachandran1-12/+143
2017-11-08libs: encoder: h264: Fix frame_num generationSreerenj Balachandran1-18/+30
2017-11-08libs: encoder: h264: Add new property "prediction-type"Sreerenj Balachandran2-0/+52
2017-11-08libs: encoder: h264: Add machinery for implementing hierarchical-predictionXuGuangxin2-5/+46
2017-11-08libs: encoder: h264: Add property "temporal-levels"XuGuangxin2-0/+24
2017-11-08libs: encoder: objects: Add a reference flagXuGuangxin1-2/+6
2017-11-06libs: surface: egl: add commentDaniel van Vugt1-0/+10
2017-11-02libs: display: egl: add gst_vaapi_display_egl_set_current_display()Víctor Manuel Jáquez Leal3-14/+28
2017-11-01libs: texture: egl: update EGL display and contextVíctor Manuel Jáquez Leal1-1/+20
2017-11-01plugins: centralize assignation of GL objectsVíctor Manuel Jáquez Leal1-7/+18
2017-11-01plugins: set GL objects if ensuredVíctor Manuel Jáquez Leal1-9/+7
2017-11-01plugins: set GL objects if context is handledVíctor Manuel Jáquez Leal1-3/+10