summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapipluginutil.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31plugins: add gst_vaapi_caps_set_width_and_height_range()Víctor Manuel Jáquez Leal1-20/+28
2020-07-29vaapipluginutil: simplify gst_vaapi_find_preferred_caps_feature()Víctor Manuel Jáquez Leal1-20/+10
2020-07-29plugin: util: rename h26x_encoder_get_profiles_from_caps().He Junyan1-4/+3
2020-07-23plugin: util: add helper function build_template_coded_caps_by_codec()He Junyan1-0/+74
2020-07-23plugins: utils: rename build_template_caps_by_codec.He Junyan1-2/+2
2020-07-23vaapidecode: merge common profiles before setting size rangeVíctor Manuel Jáquez Leal1-0/+31
2020-07-21plugin: util: Add the missing DMA buffer input in template caps.He Junyan1-1/+2
2020-05-16plugins: util: Add a helper function to detect supported caps.He Junyan1-0/+105
2020-05-16plugin: encode: extract the allowed caps maker as a helper function.He Junyan1-0/+59
2020-04-26vaapipluginutil: Use GST_VAAPI_DISPLAY_TYPE_DRM for Mesa3D GBMHaihao Xiang1-0/+5
2020-01-24plugins: renable Mesa Gallium driverVíctor Manuel Jáquez Leal1-0/+1
2020-01-19vaapih264enc: accept baseline as constrained baseline compatibleVíctor Manuel Jáquez Leal1-0/+2
2020-01-14plugin: util: add helper function to detect profiles in caps.He Junyan1-0/+63
2020-01-08plugins: add iHD driver in whitelistVíctor Manuel Jáquez Leal1-0/+1
2019-09-06pluginutil: Remove Mesa from drivers white listPhilippe Normand1-1/+0
2019-08-20libs: remove surface's parent contextVíctor Manuel Jáquez Leal1-1/+1
2019-04-11plugins: find the preferred format from right caps.Wangfei1-8/+19
2019-03-30vaapipluginutil: Fix #endif for USE_X11Danilo Spinella1-1/+1
2019-02-27plugin: if any caps in downstream, negotiate raw videoVíctor Manuel Jáquez Leal1-6/+18
2018-11-05plugins: Fix build error when GL is enabled while EGL is disabled.Junyan He1-10/+11
2018-06-26pluginutil: downgrade unsupported driver loggingMathieu Duponchelle1-1/+1
2018-06-14libs: display: remove gst_vaapi_display_unref()Víctor Manuel Jáquez Leal1-3/+3
2018-06-12plugins: fix compilationVíctor Manuel Jáquez Leal1-1/+1
2018-06-12plugins: refactor gst_vaapi_create_display_from_gl_context()Víctor Manuel Jáquez Leal1-117/+153
2018-06-12plugins: handle EGL when creating VAAPI display from glVíctor Manuel Jáquez Leal1-2/+20
2018-06-12display: egl: create VaapiDisplayEGL with native EGL displayHyunjun Ko1-9/+32
2018-05-21plugins: guard GstGL codeVíctor Manuel Jáquez Leal1-0/+2
2018-04-26plugin: remove custom GstGL context handlingVíctor Manuel Jáquez Leal1-9/+24
2018-02-13plugins: update mesa's vendor string in whitelistVíctor Manuel Jáquez Leal1-1/+1
2017-10-20plugins: only dmabuf on srcpad if downstreamVíctor Manuel Jáquez Leal1-0/+2
2017-10-20vaapivideocontext: return the direction of gl contextVíctor Manuel Jáquez Leal1-1/+2
2017-10-16Avoid infinite loop when vaapi_create_display failsThibault Saunier1-1/+1
2017-10-03plugins: try to create test display in orderVíctor Manuel Jáquez Leal1-2/+22
2017-08-22plugins: include main gstgl headerVíctor Manuel Jáquez Leal1-0/+3
2017-08-01plugins: avoid dead code detectionVíctor Manuel Jáquez Leal1-2/+1
2017-06-23vaapipluginutil: add support for DMABuf caps featureJulien Isorce1-0/+4
2017-05-12plugins: remove par from caps negotiationVíctor Manuel Jáquez Leal1-2/+1
2017-04-27Revert "plugins: reject pixel-aspect-ratio with value 0/1"Víctor Manuel Jáquez Leal1-1/+1
2017-04-27plugins: reject pixel-aspect-ratio with value 0/1Víctor Manuel Jáquez Leal1-1/+1
2017-04-11plugins: Fix usage of GST_GL_HAVE_WINDOW_* definesScott D Phillips1-4/+4
2017-03-03plugins: retry to create the VA displayVíctor Manuel Jáquez Leal1-3/+9
2017-01-27plugins: handle GL params through context queryVíctor Manuel Jáquez Leal1-4/+15
2017-01-27plugins: create a GL context on certain conditionsVíctor Manuel Jáquez Leal1-0/+28
2016-11-03pluginutil: add gst_caps_is_video_raw()Víctor Manuel Jáquez Leal1-0/+15
2016-10-27docs: add missing long descriptionsVíctor Manuel Jáquez Leal1-0/+2
2016-07-29pluginutil: const params to gst_video_info_changed()Víctor Manuel Jáquez Leal1-1/+1
2016-07-22vaapi: register only the available encodersVíctor Manuel Jáquez Leal1-0/+23
2016-07-22pluginutil: set GLX display typeVíctor Manuel Jáquez Leal1-1/+8
2016-07-22plugins: add gst_vaapi_driver_is_whitelisted()Víctor Manuel Jáquez Leal1-0/+48
2016-06-08pluginutil: add gst_video_info_force_nv12_if_encoded()Víctor Manuel Jáquez Leal1-0/+16