summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.c
Commit message (Expand)AuthorAge
* qsvenc: AV_PIX_FMT_QSV path should release frameMaxym Dmytrychenko2018-09-18
* lavc/qsvenc: dump BufferSizeInKB messageZhong Li2018-09-02
* lavc/qsvenc: allow to set qp range for h264 BRCZhong Li2018-09-02
* qsvenc: Fix a misleading log messageZhong Li2018-08-23
* qsv: enforcing continuous memory layoutMaxym Dmytrychenko2018-08-06
* avcodec/qsv: fix async supportDmitry Rogozhkin2018-07-26
* qsvenc: use the compression_level to replace private optionZhong Li2018-06-11
* qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-08
* qsvenc: add the Access Unit Delimiter NAL Unit supportZhong Li2018-03-16
* qsvenc: Fix a typo of FrameRateExtD/FrameRateExtNZhong Li2018-03-16
* qsvenc: Provide a detailed error message if the parameters are invalidZhong Li2018-03-05
* qsvenc: AVBR is not supported on non-windows OSZhong Li2018-02-12
* qsv: Support explicit lookahead downscalingLuca Barbato2017-12-12
* lavc/qsvenc: add error messeage if ICQ unsupported.Li, Zhong2017-12-12
* lavc/qsvenc: set HRD buffer sizeLi, Zhong2017-12-12
* qsvenc: cavlc option is only available for h264Li, Zhong2017-11-24
* libavcodec/mjpeg_qsv: Add QSV MJPEG encoderHuang, Zhengxu2017-07-25
* qsvenc: Make sure the interlaced encoding worksAaron Levinson2017-04-23
* qsvenc: Use MFXVideoENCODE_Query() to update the parametersAaron Levinson2017-04-23
* qsvenc: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-04-02
* qsv: Add ability to create a session from a deviceMark Thompson2017-04-02
* qsv: Set the correct range for la_depthLuca Barbato2017-01-13
* qsv{enc,dec}: extend the internal frame allocatorAnton Khirnov2016-11-07
* qsv{dec,enc}: use a struct as a memory id with internal memory allocatorAnton Khirnov2016-11-07
* qsv{dec,enc}: always use an internal mfxFrameSurface1Anton Khirnov2016-11-07
* qsvenc: print warnings from encode/initAnton Khirnov2016-07-22
* qsvenc: do not re-execute encoding on all positive status codesAnton Khirnov2016-07-22
* qsv: print more complete error messagesAnton Khirnov2016-07-22
* qsvenc: take only the allocated dimensions from the frames contextAnton Khirnov2016-07-22
* qsvenc: add support for p010Anton Khirnov2016-07-22
* qsvenc: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-21
* qsvenc: store the sync point in heap memoryMaxym Dmytrychenko2016-02-24
* qsvenc: Add private option to replace coder_typeVittorio Giovara2016-01-25
* qsvenc: fix a typoAnton Khirnov2016-01-23
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-21
* qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov2016-01-07
* qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-07
* qsvenc: export CPB props side dataAnton Khirnov2015-12-06
* qsvenc: expose additional encoding optionsAnton Khirnov2015-11-20
* qsvenc: support more RC methodsAnton Khirnov2015-11-20
* qsvenc: fix setting maxrate for VBRAnton Khirnov2015-11-20
* qsvenc: print the actual video parameters used by MSDKAnton Khirnov2015-11-20
* qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-16
* qsvenc: cosmetics, reindentAnton Khirnov2015-10-16
* qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov2015-10-16
* qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov2015-10-16
* qsvenc: do not try to close the encoder if the session is NULLAnton Khirnov2015-09-28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20