summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.c
Commit message (Expand)AuthorAge
* libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codecWenbin Chen2022-07-20
* libavcodec/qsvenc: Change the parameter log to be thread safeWenbin Chen2022-07-20
* libavcodec/qsvenc: Enable fixed QP configure in qsv CQP runtimeYue Heng2022-06-27
* libavcodec/qsvenc: add ROI support to qsv encoderWenbin Chen2022-06-17
* libavcodec/qsvenc: Add min/max QP control options for I/P/B frameYue Heng2022-06-06
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-25
* qsvenc: fix typoHaihao Xiang2022-04-08
* libavcodec/qsvenc: Add more pixel format support to qsvencWenbin Chen2022-04-06
* libavcodec/qsvenc: enable LowDelayBRC and MaxFrameSizeI/MaxFrameSizeP for mor...He, Fan F2022-04-06
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* qsvenc: avoid dereferencing the null pointerTong Wu2022-02-28
* libavcodec/qsvenc: add mbbrc to hevc_qsvWenbin Chen2022-02-28
* libavcodec/qsvenc: add more ChromaFormat support to mjpeg_qsvWenbin Chen2022-02-28
* libavcodec/qsvenc_hevc: encode RGB format rawvideoWenbin Chen2022-02-22
* avcodec/qsvenc: Reindent after the previous commitAndreas Rheinhardt2022-02-07
* lavc/qsvenc: switch to new FIFO APIAnton Khirnov2022-02-07
* lavc/qsvenc: add tile encoding support for VP9Haihao Xiang2022-01-29
* libavcodec/qsvenc: Add intra refresh to hevc_qsv and add new intra refresh pa...Wenbin Chen2022-01-27
* libavcodec/qsvenc: Add b_strategy option to hevc_qsvWenbin Chen2022-01-27
* libavcodec/qsvenc: Add max slice size support to hevc_qsvWenbin Chen2022-01-27
* libavcodec/qsvenc: fix a memory leak problemWenbin Chen2022-01-24
* libavcodec/qsvenc: Add transform skip to hevc_qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add low latency P-pyramid support to qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add DisableDeblockingIdc support to qsvWenbin Chen2022-01-21
* libavcodec/qsvenc: Add max_frame_size support to hevc_qsvWenbin Chen2022-01-21
* lavc/qsvenc: add encode support for screen content coding extensionHaihao Xiang2022-01-18
* lavc/qsvenc: add return check for ff_qsv_map_pixfmtLinjie Fu2022-01-10
* lavc/qsvenc: set base address for V planeHaihao Xiang2022-01-05
* lavc/qsvenc: enable lookahead for hevc encodingZhong Li2021-12-23
* lavc/qsvenc: specify codec name when print profileZhong Li2021-12-23
* lavc/qsvenc: dump parameters for mjpeg encoding in verbose modeHaihao Xiang2021-12-19
* lavc/qsvenc: dump parameters for VP9 encoding in verbose modeHaihao Xiang2021-12-19
* lavc/qsvenc: add VP9 profilesHaihao Xiang2021-12-19
* lavc/qsvenc: define profile array per codecHaihao Xiang2021-12-19
* lavc/qsvenc: remove VC1 profilesHaihao Xiang2021-12-19
* avcodec/qsvenc: Properly flush the FIFO on closeAndreas Rheinhardt2021-11-30
* avcodec/qsvenc: Fix leak of A53 dataAndreas Rheinhardt2021-11-30
* avcodec/qsvenc: Fix leak and crash when encoding H.264 due to A53_CCAndreas Rheinhardt2021-11-30
* avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt2021-09-25
* avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt2021-09-25
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin2021-09-09
* lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modesHaihao Xiang2021-08-12
* lavc/qsvenc: pass the color properties to the SDKHaihao Xiang2021-08-04
* qsvenc: Value '0' is not a valid value for parameter GopOptFlagHaihao Xiang2021-07-27
* avcodec/qsvenc: clip global_quality for ICQ modes.Gyan Doshi2021-07-12
* qsvenc_hevc: allow user set more coding optionsHaihao Xiang2021-07-02
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-27