documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / sys / msdk / gstmsdkenc.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-11-02 Haihao Xiangmsdkmjpegenc: convert UYVY to YUY2 instead of NV12
2019-11-02 Haihao Xiangmsdkmjpegenc: don't need conversion for BGRA and YUY2
2019-11-02 Haihao Xiangmsdkenc: add need_conversion method
2019-10-15 Julien Isorcemsdkenc: close encoder upon bitrate change
2019-10-08 Josep Torramsdkenc: handle bitrate changes in playing state
2019-10-03 Víctor Manuel Jáqu... msdkenc: guard MFX_FOURCC_Y410 with MFX version 1027
2019-09-30 Haihao Xiangmsdkh265enc: add support for Y410 in sink pad
2019-09-30 Haihao Xiangmsdkh265enc: add support for VUYA in sink pad
2019-09-30 Haihao Xiangmsdkenc: clean up code by using switch
2019-09-30 Haihao Xiangmsdk: remove some dead code
2019-09-16 Haihao Xiangmsdkenc: remove unneeded label
2019-09-13 Haihao Xiangmsdk: free mfx frames to avoid memory leaks in encoder...
2019-09-13 Fuwei Tangmsdkenc: work-around to avoid zero fps in MediaSDK...
2019-09-10 Seungha Yangmsdk: Remove all DMABuf caps features on Windows
2019-08-28 Haihao Xiangmsdk: avoid reading data from freed memory
2019-07-24 Haihao Xiangmsdkdec: make sure mfx frame width/height meets MSDK...
2019-07-22 Seungha Yangmsdk: Do not expose DMA buffer caps feature on Windows
2019-07-07 Haihao Xiangmsdkenc: allow encode element requires extra frames
2019-06-30 Haihao Xiangmsdk: don't share context between msdkvpp and msdkenc
2019-04-10 Peter Seiderermsdkenc: fix error handling in case of unsupported...
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-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-07 U. Artie Eoffmsdkenc: break out of flush frames loop on error
2018-12-12 Haihao Xiangmsdk: change the wait time for encoder and vpp
2018-12-12 Haihao Xiangmsdk: check the created context against NULL pointer
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-10-01 Seungha Yangmsdk: Fix building on MSVC
2018-07-03 Sreerenj Balachandranmsdk: Set 16 bit alignment for width
2018-05-31 Sreerenj Balachandranmsdk: enc: Add supprot for dmabuf-import
2018-05-02 Sreerenj Balachandranmsdk: enc: Add dmabuf-export support
2018-03-29 Sreerenj Balachandranmsdk: Don't set extended coding options for JPEG encode
2018-03-08 Hyunjun Komsdk: enc: fix missing some frames to be encoded
2018-02-22 Sreerenj Balachandranmsdkenc: remove unnecessary memset
2018-02-22 Sreerenj Balachandranmsdk: enc: Support force-key-unit events
2018-02-21 Sreerenj Balachandranmsdk: enc: Fix typo
2018-02-20 Sreerenj Balachandranmsdk: Add more tuning options
2018-02-20 Sreerenj Balachandranmsdk: move enum definitions to separte file
2018-02-20 Sreerenj Balachandranmsdk: encode: Add more rate control options
2018-02-20 Sreerenj Balachandranmsdk: encode: Add property to set slice/partitioning
2018-02-20 Sreerenj Balachandranmsdk: encoder: register only the required properties
2018-02-13 Hyunjun Komsdk: add async depth from each msdk element to GstMsdk...
2018-02-13 Hyunjun Komsdkdec/enc: query GstContext to share GstMsdkContext
2018-02-13 Hyunjun Komsdk: context: add job type to figure out if joining...
2018-02-13 Hyunjun Komsdkenc: use bufferpool
2018-02-13 Hyunjun Komsdk: implements GstMsdkContext.
2017-11-22 Hyunjun Komsdkenc: handle the MORE_DATA case
2017-11-20 Hyunjun Komsdkenc: Fix handling of YUY2, UYVY, BGRA surfaces
2017-11-20 Sebastian Drögemsdkenc: Add support for YV12, YUY2, UYVY and BGRA
2017-06-07 Scott D Phillipsmsdk: enc: set pts and dts, fix inverted sync_point...
2016-11-14 Scott D Phillipsmsdk: Initial windows build support
2016-11-14 Scott D Phillipsmsdk: Width and Height need to be integer multiples...
2016-11-14 Josep Torramsdk: Create plugin for Intel's Media SDK