hlsdemux: Add condition for setting stream discontinuity
[platform/upstream/gstreamer.git] / sys / msdk /
2020-02-21 Gilbok LeeMerge branch 'tizen_gst_1.16.2' into tizen
2020-01-29 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2
2019-11-20 Julien Isorcemsdkdec: fix surface leak in msdkdec_handle_frame
2019-08-08 Haihao Xiangmsdk: fix the typo for gst_msdkvp9dec_debug
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-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-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-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üllermsdk: 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-12 Haihao Xiangmsdkdec: set decode_only for output only
2019-02-12 Haihao Xiangmsdk: verify the driver name
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-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
2019-01-24 Víctor Manuel Jáqu... msdk: decoder: fix an usage-after-free pointer bug
2019-01-21 Haihao Xiangmsdkvpp: add P010_10LE to sink and src caps
2019-01-21 Haihao Xiangmsdkh265dec: support P010_10LE in DMABuf mode
2019-01-19 Nirbheek Chauhanmeson: Fix automagic build of msdk plugin
2019-01-18 Nirbheek Chauhanbuild: Don't forget to add windows files to EXTRA_DIST
2019-01-11 Haihao Xiangmsdk: set the right BRCParamMultiplier
2019-01-11 Haihao Xiangmsdk: set the upper bound of max-vbv-bitrate to 2048000...
2019-01-10 Nirbheek Chauhanmeson: Fix building of MSDK plugin on Windows
2019-01-09 Haihao Xiangmsdk: needn't call MFXJoinSession after MFXCloneSession
2019-01-09 Haihao Xiangmsdk: check whether mfx function call fails
2019-01-09 Haihao Xiangmsdkenc: return NULL instead of FALSE
2019-01-09 Haihao Xiangmsdk: release resources if failing to create the buffer...
2019-01-08 Víctor Manuel Jáqu... msdk: meson: compile vp9dec if available
2019-01-08 Víctor Manuel Jáqu... msdk: add mfx in include path
2019-01-08 Víctor Manuel Jáqu... msdk: meson: use libmfx pkg-config if available
2019-01-08 Haihao Xiangmsdk: don't reset the external frame allocator
2019-01-08 Haihao Xiangmsdkvpp: don't use NV12 as default output in normal...
2019-01-08 Haihao Xiangmsdkvpp: close the current VPP session if this session...
2019-01-08 Haihao Xiangmsdkvpp: don't update pads' info if nothing have changed
2019-01-07 U. Artie Eoffmsdkenc: break out of flush frames loop on error
2018-12-25 Seungha Yangmsdk: Fix invalid return type build warning
2018-12-12 Haihao Xiangmsdk: change the wait time for encoder and vpp
2018-12-12 Haihao Xiangmsdk: correct the error message
2018-12-12 Haihao Xiangmsdk: check the created context against NULL pointer
2018-12-12 Haihao Xiangmsdk: decrease the reference count of object
2018-12-12 Haihao Xiangmsdk: assign the returned value to status variable
2018-12-12 Xiang, Haihaomsdkh265enc: output main-10 bitstream if the input...
2018-12-12 Xiang, Haihaomsdkh265enc: add P010_10LE to the sink pad template
2018-12-12 Xiang, Haihaomsdkh265enc: re-add the sink pad template
2018-12-12 Xiang, Haihaomsdkenc: handle P010_10LE input format
2018-12-12 Xiang, Haihaomsdkenc: use macro GST_VIDEO_INFO_FORMAT if possible
2018-12-03 Xiang, Haihaomsdk: add missing breaks
2018-12-03 Xiang, Haihaomsdk: fix the wrong operator
2018-11-26 Xiang, Haihaomsdk: remove unnecessary assignment
2018-11-26 Xiang, Haihaomsdk: update the sink and src caps of msdkh265dec
2018-11-26 Xiang, Haihaomsdk: set right BitDepth and Shift for P010 mfx frame
2018-11-26 Xiang, Haihaomsdk: don't use hard-coded video format
2018-11-26 Xiang, Haihaomsdk: adjust the RT format for P010 surface
2018-11-26 Xiang, Haihaomsdk: create VA_FOURCC_P010 surface from dmabuf
2018-11-26 Xiang, Haihaomsdk: VA_FOURCC_P010 frame lock
2018-11-26 Xiang, Haihaomsdk: map MFX_FOURCC_P010 to VA_FOURCC_P010
2018-11-26 Xiang, Haihaomsdk: make sure the surface data is set for GST_VIDEO_F...
2018-11-26 Haihao Xiangmsdk: map GST_VIDEO_FORMAT_P010_10LE to MFX_FOURCC_P010
2018-11-26 Xiang, Haihaomsdk: add an assert in gst_msdk_frame_lock() for unhand...
2018-11-26 Haihao Xiangmsdk: use separate src caps for msdkh265dec
2018-11-26 Xiang, Haihaomsdk: Make sure a variable is initialized when it is...
next