summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_egl.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14libs: display: replace gst_vaapi_display_new() with gst_vaapi_display_config()Hyunjun Ko1-2/+6
2018-06-12libs: display: resurrect parent private memberVíctor Manuel Jáquez Leal1-2/+3
2018-06-12libs: display: egl: initialize params structureVíctor Manuel Jáquez Leal1-10/+9
2018-06-12display: egl: create VaapiDisplayEGL with native EGL displayHyunjun Ko1-13/+28
2018-01-12libs: egl: utils: use eglGetPlatformDisplay()Víctor Manuel Jáquez Leal1-1/+14
2017-11-02libs: display: egl: add gst_vaapi_display_egl_set_current_display()Víctor Manuel Jáquez Leal1-0/+23
2017-11-01libs: display: egl: free leaked memoryVíctor Manuel Jáquez Leal1-0/+5
2017-10-03libs: display: egl: avoid two vaDisplay instantiatesVíctor Manuel Jáquez Leal1-0/+7
2016-11-03libs: display: egl: avoid recreate native displayVíctor Manuel Jáquez Leal1-11/+2
2016-11-03libs: display: GstVaapiDisplay as GstObject descendantHyunjun Ko1-66/+51
2016-10-08libs: display: egl: remove unused header includeVíctor Manuel Jáquez Leal1-1/+0
2016-09-22libs: display{egl,glx}: cache GstVaapiTexturesHyunjun Ko1-4/+44
2016-07-22libs: egl: remove dynamic library loading codeVíctor Manuel Jáquez Leal1-250/+22
2016-02-03libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal1-4/+4
2015-04-08libs: remove unused variablesVíctor Manuel Jáquez Leal1-2/+0
2015-02-24egl: add windowing support.Gwenole Beauchesne1-0/+24
2015-02-24egl: add texture abstraction.Gwenole Beauchesne1-0/+13
2015-02-24Add initial support for EGL.Gwenole Beauchesne1-0/+582