d3d11videosink: Always clear back buffer on resize
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / gst-libs /
2022-11-05 He Junyanlibs: va: Add API to peek the va buffer's display.
2022-11-05 He Junyanlibs: va: Add API to peek the va memory's display.
2022-11-05 He Junyanlibs: va: Add API to peek the allocator's display.
2022-11-05 He Junyanlibs: va: Fix code style in gstvaallocator.h
2022-11-02 Seungha Yangd3d11: Add support for YUY2 format
2022-11-01 Marijn Suijtenvulkan: Mark gst_vulkan_image_view_new create_info...
2022-11-01 Marijn Suijtenvulkan: Remove unnecessary null checks
2022-11-01 Marijn Suijtenvulkan: Add missing `(nullable)` annotation to `Returns`
2022-11-01 Marijn Suijtenvulkan: Add missing `array length` and `(out)` annotati...
2022-10-28 Matthew Watersvp9parser: initialize subsampling to -1
2022-10-27 Thibault Saunieradaptivedemux: Minor typo fix
2022-10-27 He Junyanh265bitwriter: Correct the all API to byte aligned.
2022-10-27 He Junyanh264bitwriter: Correct the all API to byte aligned.
2022-10-27 He Junyanbitwriter: Fix a nal conversion bug when input is not...
2022-10-27 Seungha Yangcodecparsers: {h264,h265}bitwriter: Don't install heade...
2022-10-25 Seungha Yangd3d11: Move format defines to private header
2022-10-25 Sebastian DrögeFix various warnings from gobject-introspection
2022-10-24 Nirbheek Chauhangl/vulkan: Fix static linking on macOS
2022-10-19 Alba Mendezwebrtcbin: support adding TURN servers after pipeline...
2022-10-18 Sebastian Drögeplay: Add/fix various annotations
2022-10-18 Sebastian Drögevulkan: Add/fix various annotations
2022-10-18 Sebastian Dröged3d11: Add/fix various annotations
2022-10-18 Sebastian Drögecuda: Add/fix various annotations
2022-10-18 Sebastian Drögecodecs: Add/fix various annotations
2022-10-18 Sebastian Drögebadaudio: Add/fix annotations
2022-10-18 Sebastian Drögewebrtc: Add/fix various annotations
2022-10-14 Mathieu Duponchellewebrtc/nice: fix small leak of split strings
2022-10-11 Sebastian Drögewebrtc: Move GST_WEBRTC_ERROR_TYPE_ERROR at the end...
2022-10-05 Nirbheek Chauhand3d11: Fix debug build on UWP
2022-10-05 Sangchul Leewebrtc/nice: Make sure to return NULL when validating...
2022-10-05 Johan Sternerupwebrtc: return error when sending on non-open datachannel
2022-10-04 Stéphane Cerveauh265parse: fix typo in member of GstH265SPS
2022-09-16 He Junyancodecs: av1decoder: Add the highest_spatial_layer field.
2022-09-13 Seungha Yangcuda: Remove GST_CUDA_HAS_D3D define from header
2022-09-13 Víctor Manuel Jáqu... va: allocator: Fix parameter name to match signature.
2022-09-13 Víctor Manuel Jáqu... va: Complete library and plugin documentation.
2022-09-13 Víctor Manuel Jáqu... va: Move gstvavideoformat out of library headers.
2022-09-13 Víctor Manuel Jáqu... docs: Generate libgstva GI and pkg-config.
2022-09-01 Thibault Sauniermeson: Namespace the plugins_doc_dep/libraries variables
2022-09-01 Thibault Sauniercuda: meson: Fix generating GstCuda gir file against...
2022-08-30 Seungha Yangd3d11memory: Fix GstAllocator::mem_copy() implementation
2022-08-27 Seungha Yangd3d11: Update library doc
2022-08-22 Seungha Yangh265decoder: Update SpsMaxLatencyPictures properly
2022-08-22 Seungha Yangh265decoder: Reorganize debug printing
2022-08-19 Thibault Saunierwebrtc:ice: Fix candidate stats related APIs for bindings
2022-08-18 Thibault Saunierwebrtc: doc: Cleanup Since markers
2022-08-18 Thibault Saunierwebrtc:ice: Reindent header
2022-08-18 Thibault Saunierwebrtc:ice: Mark protected fields as such
2022-08-18 Thibault Saunierwebrtc: Fix documentaton moving symbols in the right...
2022-08-18 Thibault Saunierwebrtc:ice: Avoid using GArray in public API
2022-08-18 Thibault Saunierwebrtc:ice: Fix some annotations
2022-08-18 Thibault Saunierwebrtc: Make GstWebRTCIceCandidateStats a Boxed type
2022-08-18 Thibault Saunierwebrtc:ice: Add padding to structures
2022-08-17 Seungha Yangcuda: Hide runtime compiler related header and symbols
2022-08-17 Víctor Manuel Jáqu... va: libs: Add Y42B format.
2022-08-17 Víctor Manuel Jáqu... va: Validate JPEG subsampling configurations.
2022-08-17 Daniel Moringst-play: missing cleanup for g_autoptr
2022-08-16 Seungha Yangmeson: d3d11: Fix missing header install
2022-08-13 Sebastian Drögeplayer: Don't leak wrapped video info
2022-08-13 Sebastian Drögeplay: Make ownership of video-sink clearer in combinati...
2022-08-13 Sebastian Drögeplay: Fix object construction
2022-08-13 Sebastian Drögeplayer: Fix object construction
2022-08-13 Sebastian Drögeplayer: Release signal adapter on finalize
2022-08-12 Seungha Yangmeson: d3d11: Fix build with GIR enabled
2022-08-12 Matthias Clasengstplayer: Plug a memory leak
2022-08-08 Seungha Yangd3d11: Use WIN32 API directly for locking with RAII...
2022-08-08 Seungha Yangd3d11memory: Remove unnecessary locking
2022-08-06 Seungha Yangd3d11memory: Allow null GstD3D11Allocator to alloc...
2022-08-06 Seungha Yangd3d11: Use std::call_once()
2022-08-05 Seungha Yangd3d11device: Use WIN32 critical section API directly
2022-08-03 Seungha Yangd3d11converter: Add options for gamma and primaries...
2022-08-01 Philippe Normandwebrtc: nice: WeakRef access fixes
2022-08-01 Philippe Normandwebrtc: ice: Fix GstWebRTCICE parent class
2022-07-26 U. Artie Eoffmeson: webrtc: ensure definition of libgstwebrtcnice_dep
2022-07-26 yatinmaanwebrtc: Split WebRTCICE into base classes and implement...
2022-07-23 Seungha Yangd3d11: Implement fence abstraction
2022-07-22 Benjamin Gaignardcodecs: h265: Make sure that sps is processed just...
2022-07-22 Sebastian Frickecodecs: h265: Fix typos
2022-07-22 Benjamin Gaignardcodecparsers: Defering computation of pps and sps fields
2022-07-22 Nicolas Dufresnecodecparsers: h265: Introduce long_term_ref_pic_set_size
2022-07-21 Seungha Yangd3d11: Move GstD3D11Converter to gst-libs
2022-07-21 Seungha Yangd3d11: Define enum and flags types manually
2022-07-21 Seungha Yangd3d11: Run gst-indent
2022-07-19 Seungha Yangd3d11format: Move DXGI color space mapping method to...
2022-07-14 Seungha Yangd3d11: Move HLSL compiler to gst-libs
2022-07-11 Seungha Yangh265decoder: Report latency
2022-07-08 Seungha Yangd3d11: Use scoped device lock
2022-07-07 Seungha Yangd3d11: Serialize ensure_element_data() call
2022-07-04 Seungha Yangd3d11memory: Update alloc_wrapped() API to avoid stagin...
2022-07-01 Seungha Yangd3d11memory: Add private method for texture wrapped...
2022-07-01 Seungha Yangd3d11: Use library private header in plugin
2022-06-30 Seungha Yangcuda: Protect gst_cuda_ensure_element_context() with...
2022-06-30 Seungha Yangcuda: Add YUY2 and UYVY formats for GL interop
2022-06-30 Corentin Dammancudamemory: add support for planar 4:2:2 YUV formats
2022-06-27 Seungha Yangd3d11: Add a helper method for GstContext creation
2022-06-27 Seungha Yangd3d11memory: Add support for wrapping application texture
2022-06-27 Seungha Yangd3d11: Install library headers
2022-06-27 Seungha Yangd3d11: Update gst_d3d11_allocation_params_new() interface
2022-06-27 Víctor Manuel Jáqu... va: allocator: Add hack for no fourcc when surface...
2022-06-27 Víctor Manuel Jáqu... va: Add RGBP format definition.
next