vulkan: ensure initialization of a couple of debug categories
[platform/upstream/gstreamer.git] / sys /
2019-06-17 Matthew Watersapplemedia: add the '-fobjc-arc' for darwin/ios
2019-06-16 Thibault Saunieruvch264: Implement device provider
2019-06-16 Thibault Saunieruvch264: Factor out checking if v4l2device is uvc compa...
2019-06-12 Arun Raghavanavdtpsrc: Honour initial transport volume setting befor...
2019-06-11 Thibault Saunieruvch264src: Make sure we set our segment
2019-06-06 Tim-Philipp MüllerRemove VDPAU plugin
2019-05-31 Haihao Xiangmsdk: return a right pointer for VUYA format
2019-05-30 Tim-Philipp Müllermeson: add more plugins to plugins list
2019-05-29 Mathieu Duponchelledoc: remove xml from comments
2019-05-26 Nicolas Dufresnekmssink: Fixup all errno tracing
2019-05-18 Seungha Yangmeson: Add nvenc and nvdec to plugin list when available
2019-05-16 Haihao Xiangmsdk: fix the typo for gst_msdkvp9dec_debug
2019-05-13 Thibault Saunierdocs: Build documentation with hotdoc
2019-05-13 Thibault SaunierMinor documentation fixes
2019-05-09 Seungha Yangnvenc: Respect display aspect ratio and set to encoding...
2019-05-08 Seungha Yangmeson: Allow CUDA_PATH fallback on linux
2019-05-06 Seungha Yangnvh264enc: Fix broken Y444 format encoding with system...
2019-05-03 Sebastian Drögedecklink: Add support for parsing/outputting AFD/Bar
2019-05-03 Sebastian Drögedecklink: Allow VANC to be used for all modes
2019-05-03 Sebastian Drögedecklink: Add support for widescreen NTSC/PAL
2019-05-03 Roman Shpuntovandroidmedia: added path /system/vendor/etc to dependency
2019-05-02 Niels De Graefnvenc/nvdec: Add NVIDIA SDK headers to noinst_HEADERS
2019-05-01 Marcos KintschnerFixed segtotal value being always 2 due to an unused...
2019-04-17 Haihao Xiangmsdk: fix the build error with libva 2.4.0
2019-04-10 Peter Seiderermsdkdec: fix error handling in case of unsupported...
2019-04-10 Peter Seiderermsdkenc: fix error handling in case of unsupported...
2019-04-10 Peter Seiderermsdk: fix error handling in case of unsupported hardware
2019-04-09 Haihao Xiangmsdkvpp: add BGR10A2_LE format in the src pad
2019-04-09 Haihao Xiangmsdk: set some parameters in mfxFrameData for a MFX_FOU...
2019-04-09 Haihao Xiangmsdk: map MFX_FOURCC_A2RGB10 to VA_FOURCC_A2R10G10B10
2019-04-09 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_BGR10A2_LE to VA_FOURCC_A2R1...
2019-04-09 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_BGR10A2_LE to MFX_FOURCC_A2RGB10
2019-04-09 Peter Körnerdecklinkvideosrc: add missing break in set_property...
2019-04-04 Shi YanIncrease nvenc's encoding height to 4096
2019-03-29 Haihao Xiangmsdkdec: add postinit_decoder
2019-03-29 Haihao Xiangmsdkdec: don't set unknown picture struct to progressiv...
2019-03-29 Haihao Xiangmsdkvc1dec: add the preinit_decoder function
2019-03-26 Seungha Yangnvenc: Don't leak CUDA device memory
2019-03-26 Seungha Yangnvenc: Ensure unmap resources before finalizing them
2019-03-25 Seungha Yangnvenc: Don't release stream lock on GstVideoEncoder...
2019-03-25 Haihao Xiangmsdkvpp: add VUYA format in the src and sink pads
2019-03-25 Haihao Xiangmsdk: return the right pointer for GST_VIDEO_FORMAT_VUY...
2019-03-25 Haihao Xiangmsdk: set some parameters in mfxFrameData for a MFX_FOU...
2019-03-25 Haihao Xiangmsdk: map MFX_FOURCC_AYUV to VA_FOURCC_AYUV
2019-03-25 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_VUYA to VA_FOURCC_AYUV
2019-03-25 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_VUYA to MFX_FOURCC_AYUV
2019-03-25 Haihao Xiangmsdkdec: avoid infinite loop
2019-03-17 Haihao Xiangmsdk: relicense the plugin to LGPL
2019-03-11 Nirbheek Chauhannvenc: Fix build when cuda is found but nvenc is disabled
2019-03-10 Seungha Yangnvenc: More clean up on stop for encoder to be reusable
2019-03-10 Seungha Yangnvenc: Ensure drain all frames on finish
2019-03-09 Yeongjin Jeongnvenc: Fix GValue leaks
2019-03-07 Seungha Yangnvdec/nvenc: Add CUDA Toolkit 10.1 support
2019-03-04 Peter Körnerdecklink: document duplex and keyer behaviour
2019-03-04 Peter Körnerdecklink: implement duplex-mode property
2019-03-01 Nirbheek Chauhanbuild: Don't forget to dist applemedia/avfdeviceprovider.h
2019-03-01 Seungha Yangmskd: Don't use MFX_FOURCC_RGB565 if it's undefined
2019-02-28 Haihao Xiangmsdkdec: fix for small resolution
2019-02-28 Haihao Xiangmsdkdec: fix for resolution change
2019-02-27 Haihao Xiangmsdkdec: force the alignment of width/height to 16...
2019-02-27 Haihao Xiangmsdkvpp: add RGB16 format in the sink pad
2019-02-27 Haihao Xiangmsdk: set some parameters in mfxFrameData for a RGB16...
2019-02-27 Haihao Xiangmsdk: map MFX_FOURCC_RGB565 to VA_FOURCC_RGB565
2019-02-27 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_RGB16 to VA_FOURCC_RGB565
2019-02-27 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_RGB16 to MFX_FOURCC_RGB565
2019-02-24 Haihao Xiangmsdkdec: release the occupied surface for MFX_WRN_DEVIC...
2019-02-24 Haihao Xiangmsdk: don't destroy an image twice
2019-02-24 Haihao Xiangmsdk: move the comment to the correct place
2019-02-19 Tim-Philipp Müllerdecklink: add Hardware tag to element metadata
2019-02-19 Tim-Philipp Müllerwasapi: add Hardware tag to element metadata
2019-02-19 Tim-Philipp Müllerwinks: add Hardware tag to element metadata
2019-02-19 Tim-Philipp Müllerandroidmedia: add Hardware tag to element metadata
2019-02-19 Tim-Philipp Müllerapplemedia: add Hardware tag to element metadata
2019-02-19 Tim-Philipp Müllermsdk: add Hardware tag to element metadata
2019-02-19 Tim-Philipp Müllernvenc, nvdec: add Hardware tag to element metadata
2019-02-19 Haihao Xiangmsdkvpp: allow UYVY in DMABuf mode in the sink pad
2019-02-19 Haihao Xiangmsdkvpp: allow UYVY in the src pad
2019-02-19 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_UYVY to VA_FOURCC_UYVY
2019-02-19 Haihao Xiangmsdkvpp: allow BGRx in DMABuf mode in the src pad
2019-02-18 Bastien Noceravcdsrc: Remove unusable VCD source
2019-02-12 Sebastian Drögedecklinkvideosink: Use S334_EIA_608 instead of S334_EIA...
2019-02-12 Sebastian Drögedecklinkvideosink: S334 1A CEA608 closed captions have...
2019-02-12 Haihao Xiangmsdkdec: set decode_only for output only
2019-02-12 Haihao Xiangmsdk: verify the driver name
2019-02-08 Josh MatthewsAdd device provider for AVFoundation capture devices.
2019-02-05 Nirbheek Chauhanmisc: Fix warnings on Cerbero MinGW
2019-02-03 Haihao Xiangmsdkdec: Release occupied surface for MFX_ERR_MORE_DATA
2019-02-02 Víctor Manuel Jáqu... msdkdec: explain the the extra ref of input buffer
2019-02-02 Haihao Xiangmsdkdec: avoid releasing the input buffer when it is...
2019-01-31 Haihao Xiangmsdkvp9dec: output P010_10LE buffer if possible
2019-01-31 Haihao Xiangmsdkvp9dec: use separate src caps
2019-01-30 Aaron Boxerd3dhelpers.c: fix typo in debug output
2019-01-28 Nirbheek Chauhanmeson: Fix building of the nvdec plugin on Windows
2019-01-25 VaL Doroshchukavfvideosrc: add device-name property
2019-01-25 Haihao Xiangmsdkdec: set the mfx picture structure to MFX_PICSTRUCT...
2019-01-24 Haihao Xiangmsdkh265enc: enable low power mode
2019-01-24 Víctor Manuel Jáqu... msdk: bufferpool: refactor memory type decision
2019-01-24 Víctor Manuel Jáqu... msdk: fix some comments typos
2019-01-24 Víctor Manuel Jáqu... msdk: decoder: fatal failure if negotiations fails
2019-01-24 Víctor Manuel Jáqu... msdk: decoder: comment to explain array reset
next