| Commit message (Expand) | Author | Age | Files | Lines |
* | qsvenc: avoid dereferencing the null pointer | Tong Wu | 2022-02-28 | 1 | -1/+1 |
* | libavcodec/qsvenc: add mbbrc to hevc_qsv | Wenbin Chen | 2022-02-28 | 1 | -2/+3 |
* | libavcodec/qsvenc: add more ChromaFormat support to mjpeg_qsv | Wenbin Chen | 2022-02-28 | 1 | -1/+2 |
* | libavcodec/qsvenc_hevc: encode RGB format rawvideo | Wenbin Chen | 2022-02-22 | 1 | -0/+8 |
* | avcodec/qsvenc: Reindent after the previous commit | Andreas Rheinhardt | 2022-02-07 | 1 | -10/+10 |
* | lavc/qsvenc: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -72/+54 |
* | lavc/qsvenc: add tile encoding support for VP9 | Haihao Xiang | 2022-01-29 | 1 | -0/+4 |
* | libavcodec/qsvenc: Add intra refresh to hevc_qsv and add new intra refresh pa... | Wenbin Chen | 2022-01-27 | 1 | -7/+14 |
* | libavcodec/qsvenc: Add b_strategy option to hevc_qsv | Wenbin Chen | 2022-01-27 | 1 | -2/+4 |
* | libavcodec/qsvenc: Add max slice size support to hevc_qsv | Wenbin Chen | 2022-01-27 | 1 | -5/+4 |
* | libavcodec/qsvenc: fix a memory leak problem | Wenbin Chen | 2022-01-24 | 1 | -0/+1 |
* | libavcodec/qsvenc: Add transform skip to hevc_qsv | Wenbin Chen | 2022-01-21 | 1 | -1/+12 |
* | libavcodec/qsvenc: Add low latency P-pyramid support to qsv | Wenbin Chen | 2022-01-21 | 1 | -0/+36 |
* | libavcodec/qsvenc: Add DisableDeblockingIdc support to qsv | Wenbin Chen | 2022-01-21 | 1 | -0/+7 |
* | libavcodec/qsvenc: Add max_frame_size support to hevc_qsv | Wenbin Chen | 2022-01-21 | 1 | -2/+2 |
* | lavc/qsvenc: add encode support for screen content coding extension | Haihao Xiang | 2022-01-18 | 1 | -0/+3 |
* | lavc/qsvenc: add return check for ff_qsv_map_pixfmt | Linjie Fu | 2022-01-10 | 1 | -2/+6 |
* | lavc/qsvenc: set base address for V plane | Haihao Xiang | 2022-01-05 | 1 | -1/+16 |
* | lavc/qsvenc: enable lookahead for hevc encoding | Zhong Li | 2021-12-23 | 1 | -0/+10 |
* | lavc/qsvenc: specify codec name when print profile | Zhong Li | 2021-12-23 | 1 | -19/+19 |
* | lavc/qsvenc: dump parameters for mjpeg encoding in verbose mode | Haihao Xiang | 2021-12-19 | 1 | -0/+14 |
* | lavc/qsvenc: dump parameters for VP9 encoding in verbose mode | Haihao Xiang | 2021-12-19 | 1 | -0/+80 |
* | lavc/qsvenc: add VP9 profiles | Haihao Xiang | 2021-12-19 | 1 | -0/+14 |
* | lavc/qsvenc: define profile array per codec | Haihao Xiang | 2021-12-19 | 1 | -8/+39 |
* | lavc/qsvenc: remove VC1 profiles | Haihao Xiang | 2021-12-19 | 1 | -3/+0 |
* | avcodec/qsvenc: Properly flush the FIFO on close | Andreas Rheinhardt | 2021-11-30 | 1 | -0/+8 |
* | avcodec/qsvenc: Fix leak of A53 data | Andreas Rheinhardt | 2021-11-30 | 1 | -0/+1 |
* | avcodec/qsvenc: Fix leak and crash when encoding H.264 due to A53_CC | Andreas Rheinhardt | 2021-11-30 | 1 | -7/+3 |
* | avcodec/qsvenc: Remove dead code for user-provided buffers | Andreas Rheinhardt | 2021-09-25 | 1 | -17/+1 |
* | avcodec/qsvenc: Fix memleaks upon allocation errors | Andreas Rheinhardt | 2021-09-25 | 1 | -31/+18 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | avcodec/qsv_enc: do not reuse enc_ctrl from previous frames | Xu Guangxin | 2021-09-09 | 1 | -0/+2 |
* | lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modes | Haihao Xiang | 2021-08-12 | 1 | -2/+4 |
* | lavc/qsvenc: pass the color properties to the SDK | Haihao Xiang | 2021-08-04 | 1 | -0/+18 |
* | qsvenc: Value '0' is not a valid value for parameter GopOptFlag | Haihao Xiang | 2021-07-27 | 1 | -1/+1 |
* | avcodec/qsvenc: clip global_quality for ICQ modes. | Gyan Doshi | 2021-07-12 | 1 | -1/+1 |
* | qsvenc_hevc: allow user set more coding options | Haihao Xiang | 2021-07-02 | 1 | -0/+13 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec: Remove deprecated coder type options | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | qsv: dump more info in error, debug and verbose mode | Haihao Xiang | 2021-01-23 | 1 | -0/+1 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | lavc/qsvenc_hevc: add qmax/qmin support for HEVC encoding | Linjie Fu | 2020-07-05 | 1 | -6/+5 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bit | Linjie Fu | 2020-05-18 | 1 | -1/+3 |
* | lavc/qsvenc: Add hardware config metadata | Mark Thompson | 2020-04-26 | 1 | -0/+7 |
* | lavc/qsvenc: Fix format specifiers for two variables of type int. | Carl Eugen Hoyos | 2020-04-04 | 1 | -2/+2 |
* | lavc/qsvenc: add support for external bitrate control for HEVC | Linjie Fu | 2020-02-18 | 1 | -6/+12 |
* | libavcodec/qsvenc.c: Set mjpeg height and width alignment | JonCookCubic | 2020-02-18 | 1 | -0/+6 |
* | lavc/qsvenc: add Tiles encode support for HEVC | Linjie Fu | 2019-12-12 | 1 | -1/+31 |