vapostproc: Don't add video alignment option in buffer pool.
[platform/upstream/gstreamer.git] / sys / va / gstvavpp.c
2021-07-27 Víctor Manuel Jáqu... vapostproc: Don't add video alignment option in buffer...
2021-05-18 He Junyanlibs: va: Move the VA common logic as a lib.
2021-04-28 Víctor Manuel Jáqu... va: postproc: Remove unused parameter.
2021-04-28 Víctor Manuel Jáqu... va: postproc: Set usage hint generic if DMABuf.
2021-04-28 Víctor Manuel Jáqu... va: postproc: Get info from caps in decide_allocation()
2021-04-03 Víctor Manuel Jáqu... va: postproc, filter: add disable-passthrough property
2021-04-03 Víctor Manuel Jáqu... va: postproc: enable cropping by crop meta
2021-04-03 Víctor Manuel Jáqu... va: filter, vpp: add and use GstVaSample struct
2021-04-03 Víctor Manuel Jáqu... va: postproc: Use allocation caps when creating sink...
2021-03-24 Víctor Manuel Jáqu... va: postproc: Set one buffer in pools as minimum.
2021-03-22 Víctor Manuel Jáqu... va: postproc: disable passthrough as soon as possible
2021-03-22 Víctor Manuel Jáqu... va: postproc: rename function to gst_va_vpp_update_pass...
2021-03-17 He Junyanva: vpp: Fix features lost in transform_caps().
2021-03-16 Víctor Manuel Jáqu... va: postproc: synchronize segment with stream time
2021-03-15 Víctor Manuel Jáqu... va: postproc: only drop filters if they change
2021-03-12 Víctor Manuel Jáqu... va: postproc: update passthrough and reconfigure pads
2021-03-02 Víctor Manuel Jáqu... va: postproc: mention the possibility of color balance
2021-03-01 He Junyanva: vpp: fix a wrong caps logic in vpp_transform_caps().
2021-02-25 Víctor Manuel Jáqu... va: vpp: implement GstColorBalance interface
2021-02-20 Víctor Manuel Jáqu... va: filter, vpp: process colorimetry
2021-02-19 He Junyanva: vpp: Add raw buffer copy when needed.
2021-02-09 He Junyanva: vpp: Make the global lock only to DMA buffer's...
2021-02-05 Víctor Manuel Jáqu... va: vpp: fix frame copy
2021-02-05 Víctor Manuel Jáqu... va: vpp: request video and alignment metas for src...
2021-02-05 Víctor Manuel Jáqu... va: vpp: transform_size() must return FALSE
2021-02-05 Víctor Manuel Jáqu... va: vpp: copy input buffer flags and timestamps
2021-02-05 Víctor Manuel Jáqu... va: vpp: handle context query
2021-02-05 Víctor Manuel Jáqu... va: vpp: don't copy color, size or orientation video...
2021-02-05 Víctor Manuel Jáqu... va: vpp: don't break passthrough if no color balance...
2021-02-05 Víctor Manuel Jáqu... va: vpp: use gst_clear_caps()
2020-10-09 Víctor Manuel Jáqu... va: allocator: add _set_format() and _get_format()
2020-10-09 Víctor Manuel Jáqu... va: remove GstVideoInfo parameter from _get_surface...
2020-10-09 Víctor Manuel Jáqu... va: vpp: don't fetch video info from buffer
2020-10-09 Víctor Manuel Jáqu... va: dec, vpp: don't get buffer size from allocators
2020-10-04 Víctor Manuel Jáqu... va: caps: centralize caps feature discovering
2020-09-23 Víctor Manuel Jáqu... va: vpp: global lock to handle shared buffers
2020-09-23 Víctor Manuel Jáqu... va: add vapostproc element