va: Fix struct empty initialization syntax
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / sys / qsv /
2023-02-15 Seungha Yangqsvav1enc: Set stream-format on caps
2022-11-19 Seungha Yangqsv: Promote encoder rank to PRIMARY on Windows
2022-11-05 Seungha Yangqsv: Fix encoding error when input memory belongs to...
2022-11-02 Seungha Yangqsvjpegenc: Add support for YUY2 format
2022-11-02 Seungha Yangqsv: Add JPEG decoder
2022-11-01 Seungha Yangqsv: Check 16K resolution support
2022-10-31 Seungha Yangqsv: Add VP9 decoder
2022-10-24 Seungha Yangqsv: Use GST_PARAM_DOC_SHOW_DEFAULT flag
2022-10-24 Seungha Yangqsv: Enable MinGW toolchain support
2022-10-21 Seungha Yangqsv: Add plugin doc
2022-10-21 Seungha Yangqsv: Update SDK version to v2022.2.4
2022-09-15 Thibault SaunierBuild documentation for rust plugins
2022-09-01 Thibault Sauniermeson: Call pkgconfig.generate in the loop where we...
2022-08-06 Seungha Yangd3d11: Don't find global default allocator
2022-07-30 Nirbheek Chauhanmeson: Don't pass -Werror to vendored code
2022-07-23 Seungha Yangqsvencoder: Add support for D3D11 shared texture
2022-07-08 Seungha Yangqsvencoder: Fix for latency report when B-frame is...
2022-07-08 Seungha Yangqsvencoder: Do not query again if previous call succeeded
2022-06-27 Seungha Yangd3d11: Update gst_d3d11_allocation_params_new() interface
2022-06-23 Seungha Yangd3d11: Revert staging buffer pool implementation
2022-06-23 Seungha Yangqsvdecoder: Fix system memory alignment
2022-06-15 Seungha Yangqsvh264dec: Use newly added avcC data parsing API
2022-06-09 Seungha Yangqsvencoder: Do not copy if input is D3D11 texture
2022-05-27 Seungha Yangqsvencoder: Bind internal texture to render target
2022-05-23 Seungha Yangqsv: Add AV1 encoder element
2022-05-23 Seungha Yangqsvencoder: Move common property to baseclass
2022-05-16 Seungha Yangqsv: Disable non-MSVC build on Windows
2022-04-25 Seungha Yangqsvencoder: Workaround for invalid DTS with VP9
2022-04-20 Seungha Yangqsv: Add GPU description to element long-name on Windows
2022-04-17 Seungha Yangqsvdecoder: Use system memory for non-d3d11 downstream
2022-04-17 Seungha Yangqsv: Add H.265 decoder
2022-04-17 Seungha Yangqsv: Include single gstva.h
2022-04-17 Seungha Yangqsvh264dec: Don't register element if it's not supporte...
2022-04-17 Seungha Yangqsvh264dec: Add support for packetized format
2022-04-16 Seungha Yangqsv: Move debug init into each source file
2022-04-16 Seungha Yangqsvdecoder: Reset next_task_index per init_session()
2022-04-16 Seungha Yangqsvencoder: Rename property name i-frames to idr-interval
2022-04-16 Seungha Yangqsvh265enc: Write HDR10 metadata SEI
2022-04-10 Seungha Yangqsv: Add JPEG encoder
2022-04-09 Seungha Yangqsvencoder: Update property names and default values
2022-04-04 Seungha Yangqsvencoder: Don't use USAGE_HINT_ENCODER and enable...
2022-03-31 Seungha Yangqsvencoder: Add support for VA memory
2022-03-31 Seungha Yangqsv: Use pipeline's VA context
2022-03-29 Seungha Yangqsvencoder: Add support for dynamic bitrate update
2022-03-29 Seungha Yangqsvh265enc: Add missing gop-size property
2022-03-29 Seungha Yangqsv: Fix mfxFrameAllocator::Lock for encoder
2022-03-23 Seungha Yangqsvencoder: Clear caps after debug print
2022-03-23 Seungha Yangqsvh264enc: Fix profile and level setting in codec...
2022-03-03 Seungha Yangqsv: Remove strcpy for DRM device path
2022-03-01 Seungha Yangqsv: Add H.264 decoder
2022-02-22 Seungha Yangqsvencoder: Fix caps leak in Linux build
2022-02-22 Seungha Yangqsv: Fix debug category name of qsvallocator
2022-02-08 Seungha Yangqsv: Add support for HEVC encoding
2022-02-08 Seungha Yangqsv: Add support for VP9 encoding and more video formats
2022-02-08 Seungha Yangqsv: Introduce H.264 Intel Quick Sync Video Encoder
2022-02-08 Seungha Yangqsv: Remove unnecessary pargma message
2022-02-08 Seungha Yangqsv: Import libmfx API and dispatch code from oneVPL...