summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_h264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/qsvenc_h264: use AV_OPT_TYPE_BOOL for aud, a53cc, cavlc, look_ahead, ...Limin Wang2021-12-271-6/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-3/+0
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-271-3/+0
* avcodec/qsvenc_h264: add missing atsc_a53.h includeJames Almer2020-08-151-0/+1
* lavc/qsvenc: Add hardware config metadataMark Thompson2020-04-261-0/+1
* lavc/qsvenc: expose low_power as a common option for QSV encoderLinjie Fu2019-04-011-4/+0
* lavc/qsvenc_h264: remove the privite option trellisZhong Li2019-03-281-6/+0
* lavc/qsvenc: use the common option "trellis" of AVCodecContextZhong Li2019-03-281-1/+1
* lavc/qsvenc: add VDENC support for H264Linjie Fu2019-01-101-0/+4
* lavc/qsvenc: add an option to set h264 pps for every frameZhong Li2018-12-071-0/+2
* Fix typosMichael Bunk2018-09-141-1/+1
* Merge commit 'e16b20782a597e36a9c7488487c3179375a25b97'James Almer2018-09-111-0/+2
|\
| * lavc/qsvenc: allow to set qp range for h264 BRCZhong Li2018-09-021-0/+2
* | Merge commit '4ce701b4e640d4723a4005d664f31f8342fac40e'James Almer2018-09-021-0/+3
|\ \ | |/
| * qsvenc: remove vcm option on LinuxZhong Li2018-06-111-0/+3
* | Merge commit '35ed7f93dbc72d733e454ae464b1324f38af62a0'James Almer2018-09-021-1/+3
|\ \ | |/
| * qsvenc: Add an option to disable MFE modeZhong Li2018-05-241-1/+3
* | lavc/qsvenc: add quality status to side_dataZhong Li2018-08-221-5/+0
* | lavc/qsvenc: expose qp of encoded framesZhong Li2018-08-071-0/+5
* | lavc/qsvenc: set corret maximum value of look_ahead_downsamplingZhong Li2018-05-071-1/+1
* | Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer2018-04-131-0/+4
|\ \ | |/
| * qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-081-0/+4
* | Merge commit 'deefca02c275ce4bc5ccbee690463ffef81a18b8'James Almer2018-03-291-0/+3
|\ \ | |/
| * qsvenc: add the Access Unit Delimiter NAL Unit supportZhong Li2018-03-161-0/+2
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* | lavc/qsvenc: disable h264 look_ahead by defaultZhong Li2018-03-061-1/+1
* | Merge commit '508378556631dc18d32247b4a4e35703758e1ca9'James Almer2017-12-141-1/+4
|\ \ | |/
* | avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* | Merge commit 'b843b343d8a3210ae37a2342b1904a5bd1e5fc6e'James Almer2017-11-291-1/+4
|\ \ | |/
| * qsvenc: cavlc option is only available for h264Li, Zhong2017-11-241-1/+4
* | Merge commit '37a9015ee84c15fec5247ba8f6577351a25fa8d2'Mark Thompson2017-03-121-0/+1
|\ \ | |/
| * qsvenc: add support for p010Anton Khirnov2016-07-221-0/+1
* | qsv: Merge libav implementationMark Thompson2016-10-311-2/+1
* | avcodec/qsvenc_h264: fix segfault when a53 SEI is not availableNablet Developer2016-10-061-1/+1
* | lavc: Enable a53cc by default for x264 and qsv_h264.Carl Eugen Hoyos2016-09-141-1/+1
* | Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29'James Almer2016-08-011-1/+1
|\ \ | |/
| * lavc: drop unnecessary h264dec.h includesAnton Khirnov2016-06-211-1/+1
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\ \ | |/
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | avcodec/qsvenc_h264: declare the QSVEncContext variable before using itJames Almer2016-06-191-3/+3
* | libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-191-56/+26
* | Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis2016-01-271-0/+2
|\ \ | |/
| * lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-0/+2
* | qsvenc: write a53 caption data to SEIWill Kelleher2015-11-301-0/+66
* | Merge commit 'fc4c27c4edfc6a5f9bc7c696e823652474a65ce8'Hendrik Leppkes2015-11-291-0/+16
|\ \ | |/
| * qsvenc: expose additional encoding optionsAnton Khirnov2015-11-201-0/+16
* | Merge commit 'e7d7cf86dcaba8eaaed62c80172ff0aff2588c2a'Hendrik Leppkes2015-11-291-1/+1
|\ \ | |/
* | Merge commit 'fb8753ada23189076bdf903c1c001c0ca8287fae'Derek Buitenhuis2015-11-241-12/+2
|\ \ | |/
| * qsvenc: factor out common optionsAnton Khirnov2015-11-201-8/+2