summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapipluginbase.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-19gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-12-12vaapi: use gst_clear_object instead of g_clear_objectVíctor Manuel Jáquez Leal1-9/+9
2020-08-12plugins: remove gst_vaapi_plugin_base_get_allowed_srcpad_raw_caps()Víctor Manuel Jáquez Leal1-56/+21
2020-07-08plugins: use VA allocator by default on raw capsVíctor Manuel Jáquez Leal1-5/+1
2020-06-11plugins: pluginbase: Do not destroy display when _close()He Junyan1-1/+2
2020-01-24libs: display: driver quirks mechanismVíctor Manuel Jáquez Leal1-1/+6
2020-01-06plugins: base: add GstVideoAggregator subclass supportU. Artie Eoff1-15/+76
2019-12-20plugins: base: do not reset can_dmabufU. Artie Eoff1-1/+0
2019-12-20libs: surface: port to GstMiniObjectHe Junyan1-4/+4
2019-12-20libs: image: port to GstMiniObject base classHe Junyan1-1/+1
2019-12-11plugins: base: add GstPad param to internal helper functionsU. Artie Eoff1-61/+83
2019-12-11plugins: base: manage pad-specific data in a single structU. Artie Eoff1-95/+159
2019-06-10plugins: remove last negotiated video info if caps are sameU. Artie Eoff1-23/+29
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang1-1/+1
2018-12-24plugins: Add more check for allowed raw caps.He Junyan1-20/+67
2018-11-27plugins: modify image check of extract_allowed_surface_formats.He Junyan1-5/+5
2018-09-27libs: dec: h265: add 422 chroma format support.Wangfei1-27/+44
2018-06-14libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal1-1/+1
2018-06-14libs: display: remove gst_vaapi_display_unref()Víctor Manuel Jáquez Leal1-2/+2
2018-04-26plugin: remove custom GstGL context handlingVíctor Manuel Jáquez Leal1-4/+2
2018-04-26plugins: GstGL API must use the member variablesVíctor Manuel Jáquez Leal1-23/+3
2018-04-26plugins: pass members as parameters of gst_gl_ensure_element_data()Hyunjun Ko1-5/+8
2018-02-27plugins: copy input buffer metasVíctor Manuel Jáquez Leal1-2/+3
2018-02-20plugins: add gst_vaapi_copy_va_buffer()Víctor Manuel Jáquez Leal1-0/+66
2018-02-20plugins: add COPY_OUTPUT_FRAME flagVíctor Manuel Jáquez Leal1-0/+6
2018-02-20plugins: store the first downstream allocator if availableVíctor Manuel Jáquez Leal1-1/+16
2018-02-08plugins: handle vaapi allocator in allocation queryVíctor Manuel Jáquez Leal1-11/+48
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-16plugins: remove dmabuf-import hackVíctor Manuel Jáquez Leal1-69/+0
2017-12-01vaapivideocontext: only vaapisink process app contextVíctor Manuel Jáquez Leal1-2/+5
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-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 Leal1-1/+1
2017-10-20plugins: add gst_vaapi_plugin_base_set_srcpad_can_dmabuf()Víctor Manuel Jáquez Leal1-6/+25
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-4/+9
2017-08-01plugins: check gst_gl_ensure_element_data() return valueVíctor Manuel Jáquez Leal1-8/+14
2017-06-23vaapipluginbase: force dmabuf allocator if DMABuf caps featureVíctor Manuel Jáquez Leal1-0/+6
2017-06-23vaapipluginbase: dmabuf memory map trial for raw capsVíctor Manuel Jáquez Leal1-7/+29
2017-06-23plugins: update buffer size with the one reported by allocatorVíctor Manuel Jáquez Leal1-9/+23
2017-06-12plugins: distinguish allocation and negotiation capsVíctor Manuel Jáquez Leal1-29/+26
2017-04-12plugins: enable direct rendering with envvarVíctor Manuel Jáquez Leal1-1/+4
2017-02-09plugins: fix build when gccVíctor Manuel Jáquez Leal1-1/+1
2017-02-09plugins: use linear storage if not the same deviceJulien Isorce1-4/+22
2017-02-03plugins: decoder can negotiate dmabuf downstreamVíctor Manuel Jáquez Leal1-1/+1
2017-02-02plugins: enable DMAbuf allocator to downstreamVíctor Manuel Jáquez Leal1-4/+17
2017-02-02plugins: check if negotiate dmabuf with downstreamVíctor Manuel Jáquez Leal1-1/+7