gst: don't use volatile to mean atomic
[platform/upstream/gstreamer.git] / sys / va / gstvaallocator.c
2021-03-22 Matthew Watersgst: don't use volatile to mean atomic
2021-02-25 Víctor Manuel Jáqu... va: allocator: No need of fourcc to create surface.
2021-02-23 He JunyanVA: Add the aux surface for gst buffer used by decoder.
2021-02-23 He Junyanva: allocator: replace assert with error log in va...
2021-02-17 Víctor Manuel Jáqu... va: allocator: set workaround only for i965 driver
2021-02-17 Víctor Manuel Jáqu... va: allocator: MT-safe queue & dequeue dmabuf-based...
2021-02-17 Víctor Manuel Jáqu... va: allocator: remove unused public functions
2021-02-17 Víctor Manuel Jáqu... va: pool: use allocator pool at alloc()
2021-02-17 Víctor Manuel Jáqu... va: allocator: log buffer at dmabuf setup and prepare
2021-02-05 Víctor Manuel Jáqu... va: allocator: log dmabuf and surface at pool push...
2021-01-12 Seungha Yangva: allocator: Fix deadlock caused by double lock
2020-11-24 Víctor Manuel Jáqu... va: allocator: add a memory pool object helper
2020-11-24 Víctor Manuel Jáqu... va: pool, allocator: honor GST_BUFFER_POOL_ACQUIRE_FLAG...
2020-11-24 Víctor Manuel Jáqu... va: allocator: broadcast when flushing
2020-11-24 Víctor Manuel Jáqu... va: allocator: free allocator when a mem is held
2020-11-24 Víctor Manuel Jáqu... va: allocator: dmabuf: initialize cond
2020-11-15 Víctor Manuel Jáqu... va: allocator: dmabuf: log unknown surface format
2020-11-15 Víctor Manuel Jáqu... va: allocator: dmabuf: destroy VASurface if no pooled...
2020-10-27 He Junyanva: allocator: use _update_image_info() to set allocato...
2020-10-27 He Junyanva: allocator: Add a helper function to update the...
2020-10-27 He Junyanva: allocator: Decide the allocator's parameters when...
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: allocator: remove noisy log message
2020-10-09 Víctor Manuel Jáqu... va: allocator: add a todo for dmabuf_memories_setup()
2020-10-09 Víctor Manuel Jáqu... va: allocator: add a surface counter
2020-10-09 Víctor Manuel Jáqu... va: allocator: remove GstVideoInfo from GstVaBufferSurface
2020-10-09 Víctor Manuel Jáqu... va: remove GstVideoInfo parameter from _get_surface...
2020-10-04 Víctor Manuel Jáqu... va: allocator: refactor flush methods for both allocators
2020-10-04 Víctor Manuel Jáqu... va: allocator: refactor GstVaDmabufAllocator
2020-10-04 Víctor Manuel Jáqu... va: allocator: refactor GstVaBuffersurface
2020-10-04 Víctor Manuel Jáqu... va: implement pooled allocators
2020-10-04 Víctor Manuel Jáqu... va: allocator: user gst_clear_object() for _buffer_surf...
2020-10-04 Víctor Manuel Jáqu... va: allocator: renamed gst_va_dmabuf_memory_release()
2020-10-04 Víctor Manuel Jáqu... va: allocator: renamed available_mems queue
2020-10-04 Víctor Manuel Jáqu... va: allocator: rename gst_va_dmabuf_allocator_setup_buf...
2020-10-04 Víctor Manuel Jáqu... va: allocator: calculated surface frame internally
2020-10-04 Víctor Manuel Jáqu... va: allocator: make GstVaMemory shareable
2020-10-04 Víctor Manuel Jáqu... va: allocator: remove copy method for GstVaMemory
2020-10-04 Víctor Manuel Jáqu... va: allocator: remove va allocator mem_is_span() vmethod
2020-09-23 Víctor Manuel Jáqu... va: allocator: export composed layer for YUY2 and UYVY
2020-09-23 Víctor Manuel Jáqu... va: allocator: add gst_va_dmabuf_buffer_setup()
2020-09-23 Víctor Manuel Jáqu... va: allocator: try to get VASurfaceID from every DMABuf...
2020-09-23 Víctor Manuel Jáqu... va: allocator: try to create surface without fourcc...
2020-09-23 Víctor Manuel Jáqu... va: allocator: create surfaces with VASurfaceAttribExte...
2020-08-24 Víctor Manuel Jáqu... va: allocator: remove parameter from _create_buffer_sur...
2020-08-03 Víctor Manuel Jáqu... va: allocator: support for GST_MAP_VA map flag
2020-08-03 Víctor Manuel Jáqu... va: allocator: get a surface format from a image format
2020-06-28 Víctor Manuel Jáqu... va: VA-API H.264 decoder and infrastructure