srtobject: add caller address to stats structure
[platform/upstream/gstreamer.git] / sys / va /
2021-02-02 Haihao Xiangva: sort the device queue
2021-01-22 Víctor Manuel Jáqu... va: filter: fix assignation to proper variable
2021-01-17 He Junyanva: Fix some gst_object_unref error because the pointer...
2021-01-15 He Junyanva: Make the caps pointer operation atomic in vadecoder.
2021-01-15 He Junyanva: Fix a latent race condition in vabasedec.
2021-01-12 Seungha Yangva: allocator: Fix deadlock caused by double lock
2021-01-07 Seungha Yangmeson: va: Skip configuration on non-linux environment
2021-01-06 Víctor Manuel Jáqu... va: mpeg2dec: refactor the picture reference filling
2021-01-06 Víctor Manuel Jáqu... va: mpeg2dec: set first field either frame or has a...
2021-01-05 Víctor Manuel Jáqu... va: display: parse and set driver implementation
2021-01-05 Víctor Manuel Jáqu... va: display: add function precondition check
2021-01-04 He Junyanva: mpeg2dec: Using the current picture's surface when...
2021-01-04 He Junyanva: mpeg2dec: Apply buffer_flags to the output buffer.
2020-12-28 Víctor Manuel Jáqu... va: mpeg2dec: cosmetic changes
2020-12-28 He Junyanva: Add mpeg2 VA decoder.
2020-12-06 Víctor Manuel Jáqu... va: decode: fix display type
2020-11-30 Víctor Manuel Jáqu... va: decoder: Picture dups only holds GstBuffer
2020-11-30 Víctor Manuel Jáqu... va: Remove gst_va_decoder_destroy_buffers()
2020-11-30 He Junyanva: Destroy picture unreleased buffers when finalize.
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-17 Seungha Yangva: h264dec: Add support for interlaced stream
2020-11-17 Víctor Manuel Jáqu... va: h264dec: implement gst_va_h264_dec_new_field_picture()
2020-11-17 Seungha Yangva: h264dec: Fix picture_height_in_mbs_minus1
2020-11-17 Víctor Manuel Jáqu... va: h264dec: admit baseline if stream obeys A.2
2020-11-17 Seungha Yangcodecs: h264decoder: Add more option arguments for...
2020-11-16 He Junyanva: pool: Check the force_videometa for all memory...
2020-11-16 He Junyanva: basedec: Improve the decide_allocation().
2020-11-16 He Junyanva: basedec: fallback to system memory if downstream...
2020-11-16 Seungha Yangvah264dec: Fix for long term reference picture signalling
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-11-14 Seungha Yangvah264dec: Allow missing reference picture
2020-11-13 Seungha Yangcodecs: h264decoder: Store reference picture type using...
2020-11-12 Víctor Manuel Jáqu... va: comments to explain code
2020-11-04 Nicolas Dufresneva: Add HEVC decoding support
2020-10-27 He Junyanva: pool: Set the video_alignment after we get image...
2020-10-27 He Junyanva: h264dec: Set the padding to VideoAlignment's right.
2020-10-27 He Junyanva: basedec: No need to call base class' decide_allocat...
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-19 Víctor Manuel Jáqu... va: Add VP9 decoder
2020-10-15 He Junyanva: basedec: Create the other pool anyway.
2020-10-15 He Junyanva: basedec: Should unmap src frame when dst frame...
2020-10-15 He Junyanva: bufferpool: use release_buffer to clean the mem.
2020-10-10 Víctor Manuel Jáqu... va: basedec: copy frames logic to decide_allocation()
2020-10-10 Víctor Manuel Jáqu... va: basedec: refactor the other video pool instantiation
2020-10-10 Víctor Manuel Jáqu... va: basedec: add gstvabasedec helper
2020-10-10 Víctor Manuel Jáqu... va: vp8dec: add element documentation
2020-10-10 Víctor Manuel Jáqu... va: h264dec: set video alignment definition earlier
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: caps: added gst_caps_is_raw()
2020-10-09 Víctor Manuel Jáqu... va: pool: call parent's start() method
2020-10-09 Víctor Manuel Jáqu... va: pool: fix log's object
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-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-09 Víctor Manuel Jáqu... va: pool: ignore size in config
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-10-04 Víctor Manuel Jáqu... va: caps: centralize caps feature discovering
2020-10-04 Víctor Manuel Jáqu... va: filter: fix counter variable reuse
2020-09-30 Víctor Manuel Jáqu... va: simplify VPP detection
2020-09-25 He Junyanva: Implement the VA vp8 decoder.
2020-09-25 He Junyanva: codestyle: Clear all tabs in header files
2020-09-25 He Junyanva: util: make the _format_changed a common decoder...
2020-09-24 Víctor Manuel Jáqu... va: h264dec: allocate output buffers according DPB...
2020-09-24 Víctor Manuel Jáqu... va: decoder: store output buffer rather than surface
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
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-09-23 Víctor Manuel Jáqu... va: pool: use gst_object_replace() for allocator
2020-09-23 Víctor Manuel Jáqu... va: device: use gst_clear_object()
2020-09-23 Víctor Manuel Jáqu... va: caps: expose gst_caps_set_format_array()
2020-09-23 Víctor Manuel Jáqu... va: vah264dec: fix documentation
2020-09-21 Víctor Manuel Jáqu... va: utils: use GstObject for GstVaDisplay in context
2020-09-21 Víctor Manuel Jáqu... va: utils: fix code style and wrong log message
2020-09-20 Víctor Manuel Jáqu... va: h264dec: add documentation
next