summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavc/qsvenc: Fix some code indentationsLinjie Fu2019-11-281-4/+4
* lavc/qsvenc: Fix compilation for some build environments.Carl Eugen Hoyos2019-11-271-0/+2
* lavc/qsvenc: enable vp9 encoderZhong Li2019-11-031-1/+61
* lavc/qsvenc: Fix bitrate_limit to allow AVC encode in limited bitrateLinjie Fu2019-11-031-19/+19
* lavc/qsvdec: Add GPU-accelerated memory copy supportLinjie Fu2019-10-091-3/+5
* lavc/qsv: Fix MSDK initialization failure in system memory modeZhong Li2019-09-261-9/+8
* lavc/qsvenc: fix the incorrent map from bits to bytesZhong Li2019-07-011-1/+1
* lavc/qsvenc: Fix the memory leak for enc_ctrl.PayloadLinjie Fu2019-05-221-1/+0
* lavc/qsvenc: enable hevc gpb optionZhong Li2019-04-031-0/+9
* lavc/qsvenc: enable hevc coding options configurationZhong Li2019-04-031-3/+4
* lavc/qsvenc: get vps extradata from MSDKZhong Li2019-04-011-17/+49
* lavc/qsvenc: expose low_power as a common option for QSV encoderLinjie Fu2019-04-011-1/+10
* lavc/qsvenc: use the common option "trellis" of AVCodecContextZhong Li2019-03-281-1/+4
* lavc/qsvenc: make the queried libmfx version easily reusedZhong Li2019-03-281-9/+8
* lavc/qsvenc: enable QVBR modeZhong Li2019-01-251-2/+37
* lavc/qsvenc: set BRCParamMultiplier to aviod BRC overflowZhong Li2019-01-221-14/+27
* lavc/qsvenc: set pict_type to be I for IDR frames.Zhong Li2019-01-101-4/+3
* lavc/qsvenc: add VDENC support for H264Linjie Fu2019-01-101-0/+7