srtobject: add caller address to stats structure
[platform/upstream/gstreamer.git] / sys /
2021-02-02 Haihao Xiangva: sort the device queue
2021-02-01 Seungha Yangv4l2decoder: Small documentation fix
2021-01-29 Nicolas Dufresnev4l2codecs: h264: Enable 1 frame delay on non-live
2021-01-29 Nicolas Dufresnev4l2codecs: Add support for render delay
2021-01-29 Nicolas Dufresnev4l2codecs: Coding style fix
2021-01-29 Nicolas Dufresnev4l2codecs: Poll inside set_done()
2021-01-29 Nicolas Dufresnev4l2codecs: Make request structure ref-counted
2021-01-29 Nicolas Dufresnev4l2codecs: Rework handling of queues and pending requests
2021-01-29 Staz Mdecklink: Fixed decklinkvideosink auto format detection
2021-01-29 Seungha Yangnvh264sldec: Add support for output-delay to improve...
2021-01-27 Seungha Yangd3d11videosink: Don't limit max buffers of buffer pool
2021-01-26 Seungha Yangd3d11: Suppress some warning debug messages
2021-01-26 Seungha Yangd3d11videosink: Add support for drawing on application...
2021-01-25 Seungha Yangd3d11: Add support for MPEG-2 video decoding
2021-01-22 Víctor Manuel Jáqu... va: filter: fix assignation to proper variable
2021-01-21 Seungha Yangmfvideoenc: Add support for P010 d3d11 texture
2021-01-20 Seungha Yangd3d11: Don't use hardcoded maximum resolution value
2021-01-19 Seungha Yangd3d11videosink: Fix ugly thread name for Win32 window...
2021-01-19 Seungha Yangd3d11videosink: Fix MSVC build warnings around UWP...
2021-01-19 Seungha Yangd3d11: Allow building UWP features with Desktop feature...
2021-01-18 Seungha Yangd3d11decoder: Do more retry for ID3D11VideoContext...
2021-01-18 Seungha Yangd3d11videosink: Fix build error on UWP
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-14 Sebastian Drögedecklinkaudiosrc: Allow disabling audio sample alignmen...
2021-01-13 Seungha Yangmfvideoenc: Add support for Direct3D11 texture
2021-01-13 Seungha Yangd3d11: Move core methods to gst-libs
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-07 Haihao Xiangmsdkenc: the unit for max-frame-size is kbyte
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-30 Haihao Xiangmsdkenc{h264,h265}: add min-qp and max-qp properties
2020-12-30 Haihao Xiangmsdkenc{h264,h265}: add p-pyramid property
2020-12-30 Haihao Xiangmsdkh265enc: add b-pyramid property
2020-12-30 Haihao Xiangmsdkh265enc: add transform-skip property
2020-12-30 Haihao Xiangmsdk: needn't close mfx session when failed
2020-12-28 Seungha Yangd3d11compositor: Add support for resolution change
2020-12-28 Seungha Yangd3d11shader: Fix ID3DBlob object leak
2020-12-28 Víctor Manuel Jáqu... va: mpeg2dec: cosmetic changes
2020-12-28 He Junyanva: Add mpeg2 VA decoder.
2020-12-26 Seungha Yangmfvideoenc: Re-define default GOP size value
2020-12-26 Seungha Yangmfvideoenc: Fix use of uninitialized value
2020-12-26 Seungha Yangd3d11device: Add property for getting adapter LUID
2020-12-26 Seungha Yangmfvideoenc: Remove duplicated class registration code
2020-12-24 Haihao Xiangmsdk: check GstMsdkContext instead of mfxSession instance
2020-12-23 Seungha Yangd3d11: Remove unnecessary helper methods
2020-12-22 Seungha Yangd3d11: Re-implement Desktop Duplication source
2020-12-21 Seungha Yangd3d11device: Add an optional flags argument for creatin...
2020-12-20 Seungha Yangd3d11device: Remove dead code
2020-12-20 Seungha Yangd3d11: Privatize d3d11memory implementation
2020-12-20 Seungha Yangd3d11: Add a helper method for d3d11buffferpool setup
2020-12-20 Seungha Yangd3d11device: Remove optional helper methods
2020-12-20 Seungha Yangd3d11videosink: Prepare window once streaming started
2020-12-19 Seungha Yangmfvideoenc: Improve latency performance for hardware...
2020-12-17 Sebastian Drögedecklinkaudiosrc: Fix duration of the first audio frame...
2020-12-16 Biswapriyo Nathmediafoundation: Fix redefinition of variables.
2020-12-16 Sebastian Drögedecklink: Implement GstBaseSrc::get_caps() to return...
2020-12-14 Seungha Yangwasapi2: Ensure unmute when opening audio client
2020-12-06 Víctor Manuel Jáqu... va: decode: fix display type
2020-12-03 Seungha Yangd3d11videosink: Add a property to support rendering...
2020-12-03 Seungha Yangd3d11: Protect ID3D11VideoContext with lock
2020-12-03 Edward Herveycuda: Fix lowest targetted architecture for CUDA >...
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-26 Seungha Yangd3d11h264dec: Reconfigure decoder object on DPB size...
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-23 Julian Bouzasnvcodec: Assume 25fps if framerate is invalid when...
2020-11-19 Seungha Yangd3d11: Add support for packed 4:2:2 and 4:4:4 10bits...
2020-11-18 Olivier Crêted3d11h264dec: Accept constrained-high and progressive...
2020-11-18 Olivier Crêtemsdkh264dec: Accept constrained-high and progressive...
2020-11-18 Olivier Crêtenvdec: Accept progressive-high and contrained-high...
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-16 Seungha Yangd3d11window: Prefer full color range for display target...
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 Yangd3d11h264dec: Add support for interlaced stream
2020-11-13 Seungha Yangcodecs: h264decoder: Store reference picture type using...
2020-11-12 Seungha Yangnvcodec: Fix various typo
2020-11-12 Víctor Manuel Jáqu... va: comments to explain code
2020-11-11 Sanchayan Maitygsta2dpsink: Fix GstPad leak
next