summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-01plugins: fix memory leak when GL context is createdVíctor Manuel Jáquez Leal1-0/+2
2017-11-01libs: display: egl: free leaked memoryVíctor Manuel Jáquez Leal1-0/+5
2017-11-01libs: texture: egl: code styleVíctor Manuel Jáquez Leal1-6/+12
2017-11-01libs: surface: egl: error message if no extensionVíctor Manuel Jáquez Leal1-13/+21
2017-10-31plugins: direct rendering on memory:VASurfaceVíctor Manuel Jáquez Leal1-6/+8
2017-10-20plugins: only dmabuf on srcpad if downstreamVíctor Manuel Jáquez Leal2-1/+3
2017-10-20vaapivideocontext: add inline documentationVíctor Manuel Jáquez Leal1-0/+12
2017-10-20vaapivideocontext: return the direction of gl contextVíctor Manuel Jáquez Leal3-3/+9
2017-10-20plugins: add gst_vaapi_plugin_base_set_srcpad_can_dmabuf()Víctor Manuel Jáquez Leal2-6/+30
2017-10-20vaapiencode: allow to set property on runtimeHyunjun Ko1-0/+7
2017-10-20libs: encoder: allow to set bitrate on runtimeHyunjun Ko1-9/+5
2017-10-20vaapidecodebin: Register element if no VPP support is available tooSebastian Dröge3-4/+50
2017-10-16Avoid infinite loop when vaapi_create_display failsThibault Saunier1-1/+1
2017-10-03libs: utils: log warn if display failVíctor Manuel Jáquez Leal1-1/+18