aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qsvenc.c
Commit message (Expand)AuthorAgeFilesLines
* qsvenc: avoid dereferencing the null pointerTong Wu2022-02-281-1/+1
* libavcodec/qsvenc: add mbbrc to hevc_qsvWenbin Chen2022-02-281-2/+3
* libavcodec/qsvenc: add more ChromaFormat support to mjpeg_qsvWenbin Chen2022-02-281-1/+2
* libavcodec/qsvenc_hevc: encode RGB format rawvideoWenbin Chen2022-02-221-0/+8
* avcodec/qsvenc: Reindent after the previous commitAndreas Rheinhardt2022-02-071-10/+10
* lavc/qsvenc: switch to new FIFO APIAnton Khirnov2022-02-071-72/+54
* lavc/qsvenc: add tile encoding support for VP9Haihao Xiang2022-01-291-0/+4
* libavcodec/qsvenc: Add intra refresh to hevc_qsv and add new intra refresh pa...Wenbin Chen2022-01-271-7/+14
* libavcodec/qsvenc: Add b_strategy option to hevc_qsvWenbin Chen2022-01-271-2/+4
* libavcodec/qsvenc: Add max slice size support to hevc_qsvWenbin Chen2022-01-271-5/+4
* libavcodec/qsvenc: fix a memory leak problemWenbin Chen2022-01-241-0/+1
* libavcodec/qsvenc: Add transform skip to hevc_qsvWenbin Chen2022-01-211-1/+12
* libavcodec/qsvenc: Add low latency P-pyramid support to qsvWenbin Chen2022-01-211-0/+36
* libavcodec/qsvenc: Add DisableDeblockingIdc support to qsvWenbin Chen2022-01-211-0/+7
* libavcodec/qsvenc: Add max_frame_size support to hevc_qsvWenbin Chen2022-01-211-2/+2
* lavc/qsvenc: add encode support for screen content coding extensionHaihao Xiang2022-01-181-0/+3
* lavc/qsvenc: add return check for ff_qsv_map_pixfmtLinjie Fu2022-01-101-2/+6
* lavc/qsvenc: set base address for V planeHaihao Xiang2022-01-051-1/+16
* lavc/qsvenc: enable lookahead for hevc encodingZhong Li2021-12-231-0/+10
* lavc/qsvenc: specify codec name when print profileZhong Li2021-12-231-19/+19
* lavc/qsvenc: dump parameters for mjpeg encoding in verbose modeHaihao Xiang2021-12-191-0/+14
* lavc/qsvenc: dump parameters for VP9 encoding in verbose modeHaihao Xiang2021-12-191-0/+80
* lavc/qsvenc: add VP9 profilesHaihao Xiang2021-12-191-0/+14
* lavc/qsvenc: define profile array per codecHaihao Xiang2021-12-191-8/+39
* lavc/qsvenc: remove VC1 profilesHaihao Xiang2021-12-191-3/+0
* avcodec/qsvenc: Properly flush the FIFO on closeAndreas Rheinhardt2021-11-301-0/+8
* avcodec/qsvenc: Fix leak of A53 dataAndreas Rheinhardt2021-11-301-0/+1
* avcodec/qsvenc: Fix leak and crash when encoding H.264 due to A53_CCAndreas Rheinhardt2021-11-301-7/+3
* avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt2021-09-251-17/+1
* avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt2021-09-251-31/+18
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin2021-09-091-0/+2
* lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modesHaihao Xiang2021-08-121-2/+4
* lavc/qsvenc: pass the color properties to the SDKHaihao Xiang2021-08-041-0/+18
* qsvenc: Value '0' is not a valid value for parameter GopOptFlagHaihao Xiang2021-07-271-1/+1
* avcodec/qsvenc: clip global_quality for ICQ modes.Gyan Doshi2021-07-121-1/+1
* qsvenc_hevc: allow user set more coding optionsHaihao Xiang2021-07-021-0/+13
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-6/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-6/+0
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-271-6/+0
* qsv: dump more info in error, debug and verbose modeHaihao Xiang2021-01-231-0/+1
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* lavc/qsvenc_hevc: add qmax/qmin support for HEVC encodingLinjie Fu2020-07-051-6/+5
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-181-1/+3
* lavc/qsvenc: Add hardware config metadataMark Thompson2020-04-261-0/+7
* lavc/qsvenc: Fix format specifiers for two variables of type int.Carl Eugen Hoyos2020-04-041-2/+2
* lavc/qsvenc: add support for external bitrate control for HEVCLinjie Fu2020-02-181-6/+12
* libavcodec/qsvenc.c: Set mjpeg height and width alignmentJonCookCubic2020-02-181-0/+6
* lavc/qsvenc: add Tiles encode support for HEVCLinjie Fu2019-12-121-1/+31