summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapipluginbase.c
Commit message (Expand)AuthorAgeFilesLines
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-1/+1
* vaapi: use gst_clear_object instead of g_clear_objectVíctor Manuel Jáquez Leal2020-12-121-9/+9
* plugins: remove gst_vaapi_plugin_base_get_allowed_srcpad_raw_caps()Víctor Manuel Jáquez Leal2020-08-121-56/+21
* plugins: use VA allocator by default on raw capsVíctor Manuel Jáquez Leal2020-07-081-5/+1
* plugins: pluginbase: Do not destroy display when _close()He Junyan2020-06-111-1/+2
* libs: display: driver quirks mechanismVíctor Manuel Jáquez Leal2020-01-241-1/+6
* plugins: base: add GstVideoAggregator subclass supportU. Artie Eoff2020-01-061-15/+76
* plugins: base: do not reset can_dmabufU. Artie Eoff2019-12-201-1/+0
* libs: surface: port to GstMiniObjectHe Junyan2019-12-201-4/+4
* libs: image: port to GstMiniObject base classHe Junyan2019-12-201-1/+1
* plugins: base: add GstPad param to internal helper functionsU. Artie Eoff2019-12-111-61/+83
* plugins: base: manage pad-specific data in a single structU. Artie Eoff2019-12-111-95/+159
* plugins: remove last negotiated video info if caps are sameU. Artie Eoff2019-06-101-23/+29
* vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang2019-01-071-1/+1
* plugins: Add more check for allowed raw caps.He Junyan2018-12-241-20/+67
* plugins: modify image check of extract_allowed_surface_formats.He Junyan2018-11-271-5/+5
* libs: dec: h265: add 422 chroma format support.Wangfei2018-09-271-27/+44
* libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal2018-06-141-1/+1
* libs: display: remove gst_vaapi_display_unref()Víctor Manuel Jáquez Leal2018-06-141-2/+2
* plugin: remove custom GstGL context handlingVíctor Manuel Jáquez Leal2018-04-261-4/+2
* plugins: GstGL API must use the member variablesVíctor Manuel Jáquez Leal2018-04-261-23/+3
* plugins: pass members as parameters of gst_gl_ensure_element_data()Hyunjun Ko2018-04-261-5/+8
* plugins: copy input buffer metasVíctor Manuel Jáquez Leal2018-02-271-2/+3
* plugins: add gst_vaapi_copy_va_buffer()Víctor Manuel Jáquez Leal2018-02-201-0/+66
* plugins: add COPY_OUTPUT_FRAME flagVíctor Manuel Jáquez Leal2018-02-201-0/+6
* plugins: store the first downstream allocator if availableVíctor Manuel Jáquez Leal2018-02-201-1/+16
* plugins: handle vaapi allocator in allocation queryVíctor Manuel Jáquez Leal2018-02-081-11/+48
* plugins: re-using buffer pool breaks renegotiationVíctor Manuel Jáquez Leal2018-01-171-4/+12
* plugins: use g_clear_object() to unref sinkpad_buffer_poolVíctor Manuel Jáquez Leal2018-01-171-4/+2
* plugins: remove dmabuf-import hackVíctor Manuel Jáquez Leal2018-01-161-69/+0
* vaapivideocontext: only vaapisink process app contextVíctor Manuel Jáquez Leal2017-12-011-2/+5
* plugins: centralize assignation of GL objectsVíctor Manuel Jáquez Leal2017-11-011-7/+18
* plugins: set GL objects if ensuredVíctor Manuel Jáquez Leal2017-11-011-9/+7
* plugins: set GL objects if context is handledVíctor Manuel Jáquez Leal2017-11-011-3/+10
* plugins: fix memory leak when GL context is createdVíctor Manuel Jáquez Leal2017-11-011-0/+2
* plugins: direct rendering on memory:VASurfaceVíctor Manuel Jáquez Leal2017-10-311-6/+8
* plugins: only dmabuf on srcpad if downstreamVíctor Manuel Jáquez Leal2017-10-201-1/+1
* plugins: add gst_vaapi_plugin_base_set_srcpad_can_dmabuf()Víctor Manuel Jáquez Leal2017-10-201-6/+25
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-061-4/+9
* plugins: check gst_gl_ensure_element_data() return valueVíctor Manuel Jáquez Leal2017-08-011-8/+14
* vaapipluginbase: force dmabuf allocator if DMABuf caps featureVíctor Manuel Jáquez Leal2017-06-231-0/+6
* vaapipluginbase: dmabuf memory map trial for raw capsVíctor Manuel Jáquez Leal2017-06-231-7/+29
* plugins: update buffer size with the one reported by allocatorVíctor Manuel Jáquez Leal2017-06-231-9/+23
* plugins: distinguish allocation and negotiation capsVíctor Manuel Jáquez Leal2017-06-121-29/+26
* plugins: enable direct rendering with envvarVíctor Manuel Jáquez Leal2017-04-121-1/+4
* plugins: fix build when gccVíctor Manuel Jáquez Leal2017-02-091-1/+1
* plugins: use linear storage if not the same deviceJulien Isorce2017-02-091-4/+22
* plugins: decoder can negotiate dmabuf downstreamVíctor Manuel Jáquez Leal2017-02-031-1/+1
* plugins: enable DMAbuf allocator to downstreamVíctor Manuel Jáquez Leal2017-02-021-4/+17
* plugins: check if negotiate dmabuf with downstreamVíctor Manuel Jáquez Leal2017-02-021-1/+7