summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16libs: encoder: h265: 16 bit rounding of picture width and heightHyunjun Ko1-6/+6
2018-02-27libs: encoder: reimplement ROI using metaVíctor Manuel Jáquez Leal1-0/+2
2018-02-19libs: encoder: h264,h265: extend max periodic keyframe.Matteo Valdina1-2/+0
2017-11-27libs: encoder: h264,h265: guard rate control's macroblockVíctor Manuel Jáquez Leal1-0/+3
2017-09-18libs: encoder: change mbbrc from uint to enumVíctor Manuel Jáquez Leal1-6/+7
2017-09-13libs: encoder: h265: support I/P/B QP setting seperatedlyHyunjun Ko1-0/+49
2017-09-13libs: encoder: h264/h265: keep min_qp as is unless it's over init_qpHyunjun Ko1-5/+5
2017-09-13libs: encoder: h265: Add mbbrc propertyHyunjun Ko1-0/+19
2017-09-13libs: encoder: h265: add multi reference supportHyunjun Ko1-18/+61
2017-09-13libs: encoder: h265: add refs propertyHyunjun Ko1-0/+16
2017-09-13libs: encoder: h264/5: determine num_ref_idx_active_override_flag according t...Hyunjun Ko1-3/+10
2017-09-13libs: encoder: h265: keep idr_period equal to keyframe periodHyunjun Ko1-3/+0
2017-08-28libs: encoder: remove unused cast macroVíctor Manuel Jáquez Leal1-21/+9
2017-08-13libs: encoder: remove va.h includeVíctor Manuel Jáquez Leal1-1/+0
2017-08-13build: consolidate the VA sub API includesVíctor Manuel Jáquez Leal1-1/+0
2017-08-08libs: encoder: h265: remove spurious assignationVíctor Manuel Jáquez Leal1-1/+0
2017-08-08libs: encoder: h265: fix possible integer overflowVíctor Manuel Jáquez Leal1-1/+3
2017-06-13libs: encoder: log out the name of the profileVíctor Manuel Jáquez Leal1-1/+2
2017-06-07libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor ratecontrol paramVíctor Manuel Jáquez Leal1-11/+7
2017-06-07libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor framerate paramVíctor Manuel Jáquez Leal1-6/+0
2017-06-07libs: encoder: h265: Adds VBR Encoding supportHyunjun Ko1-4/+7
2017-06-07libs: encoder: h265: add rate control parameterVíctor Manuel Jáquez Leal1-0/+11
2017-06-07libs: encoder: h264,h265,mpeg2: add framerate parameterVíctor Manuel Jáquez Leal1-0/+8
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: set misc param onceVíctor Manuel Jáquez Leal1-6/+4
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: refactor misc parametersVíctor Manuel Jáquez Leal1-13/+3
2017-06-07libs: encoder: h264,h265,mpeg2,vp8: refactor HDRVíctor Manuel Jáquez Leal1-10/+26
2017-06-07libs: encoder: h264, h265, mpeg2: remove assertVíctor Manuel Jáquez Leal1-1/+0
2017-06-01libs: standardize the FIXME commentVíctor Manuel Jáquez Leal1-11/+15
2017-05-19libs: encoder: check for maximum number of slicesVíctor Manuel Jáquez Leal1-3/+3
2017-05-11encoders: add quality level tuningSreerenj Balachandran1-0/+3
2017-04-07libs: encoder: h265: chroma and luma with formatVíctor Manuel Jáquez Leal1-2/+9
2017-04-06libs: encoder: h265: ensures profile given formatVíctor Manuel Jáquez Leal1-0/+5
2017-03-29libs: encoder: h265: fix code styleVíctor Manuel Jáquez Leal1-1/+1
2017-03-21libs: encoder: h265: remove unused macro definitionVíctor Manuel Jáquez Leal1-5/+0
2017-03-20libs: h26x: adds gst_vaapi_utils_h26x_write_nal_unit()Hyunjun Ko1-6/+18
2017-03-20libs: utils: h26x: create vaapiutils_h26xHyunjun Ko1-75/+1
2017-03-17libs: encoder: h264/5: fix wrong return valueHyunjun Ko1-1/+1
2017-03-14libs: encoder: h265: fix reserved length of bitsHyunjun Ko1-2/+2
2017-02-22libs: encoder: h265: bail if nal unit type failsVíctor Manuel Jáquez Leal1-1/+2
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-4/+8
2016-10-19encoder: h264,h265: fix regression in offset countVíctor Manuel Jáquez Leal1-1/+1
2016-08-10encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale() for bitrateVíctor Manuel Jáquez Leal1-3/+3
2016-08-10vaapiencode: h264,h265: validate fps numeratorVíctor Manuel Jáquez Leal1-4/+4
2016-07-22encoder: h265: fix code-styleVíctor Manuel Jáquez Leal1-1/+1
2016-04-27encoder: h265: Enable cu_qp_delta_enabled_flag for CBRSreerenj Balachandran1-0/+4
2016-04-27encoder: h265: Add CBR Encoding supportSreerenj Balachandran1-13/+152
2016-02-03libs: fix compiler warningsVíctor Manuel Jáquez Leal1-1/+1
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal1-8/+9
2015-07-02encoder:h265: Fix the check for packed-header supportSreerenj Balachandran1-3/+3
2015-05-28encoder: hevc: Fix the size over-flow for encoded buffer.Sreerenj Balachandran1-3/+3