libs: encoder: h265: fill tier in va seq param buf
[platform/upstream/gstreamer.git] / gst-libs / gst / vaapi / gstvaapiencoder_h265.c
2019-04-11 U. Artie Eofflibs: encoder: h265: fill tier in va seq param buf
2019-04-10 He Junyanlibs: encoder: h265: Recognize the correct level and...
2019-04-10 He Junyanlibs: encoder: h264,h265: Set max_qp if min_qp is non...
2019-04-09 Víctor Manuel Jáqu... libs: encoder: h264,h265: initial and minimal QP can...
2019-03-26 Wangfeilibs: encoder: h265: add low power mode encode.
2019-01-22 Wangfeiencoder: h264/h265: set SPS cbr_flag with correct value.
2019-01-14 Víctor Manuel Jáqu... libs: encoder: h264/h265: flush pending ordered pictures
2019-01-14 Wangfeilibs: encoder: h264/h265: fix encode lose frame issue.
2018-08-29 Wangfeilibs: encoder: h265: add low delay B frame support.
2018-06-04 Hyunjun Kolibs: encoder: h265: increase log2_max_pic_order_cnt...
2018-05-06 Víctor Manuel Jáqu... libs: remove gstbitwriter
2018-04-16 Hyunjun Kolibs: encoder: h265: 16 bit rounding of picture width...
2018-02-27 Víctor Manuel Jáqu... libs: encoder: reimplement ROI using meta
2018-02-19 Matteo Valdinalibs: encoder: h264,h265: extend max periodic keyframe.
2017-11-27 Víctor Manuel Jáqu... libs: encoder: h264,h265: guard rate control's macroblock
2017-09-18 Víctor Manuel Jáqu... libs: encoder: change mbbrc from uint to enum
2017-09-13 Hyunjun Kolibs: encoder: h265: support I/P/B QP setting seperatedly
2017-09-13 Hyunjun Kolibs: encoder: h264/h265: keep min_qp as is unless...
2017-09-13 Hyunjun Kolibs: encoder: h265: Add mbbrc property
2017-09-13 Hyunjun Kolibs: encoder: h265: add multi reference support
2017-09-13 Hyunjun Kolibs: encoder: h265: add refs property
2017-09-13 Hyunjun Kolibs: encoder: h264/5: determine num_ref_idx_active_ove...
2017-09-13 Hyunjun Kolibs: encoder: h265: keep idr_period equal to keyframe...
2017-08-28 Víctor Manuel Jáqu... libs: encoder: remove unused cast macro
2017-08-13 Víctor Manuel Jáqu... libs: encoder: remove va.h include
2017-08-13 Víctor Manuel Jáqu... build: consolidate the VA sub API includes
2017-08-08 Víctor Manuel Jáqu... libs: encoder: h265: remove spurious assignation
2017-08-08 Víctor Manuel Jáqu... libs: encoder: h265: fix possible integer overflow
2017-06-13 Víctor Manuel Jáqu... libs: encoder: log out the name of the profile
2017-06-07 Víctor Manuel Jáqu... libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor rateco...
2017-06-07 Víctor Manuel Jáqu... libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor framer...
2017-06-07 Hyunjun Kolibs: encoder: h265: Adds VBR Encoding support
2017-06-07 Víctor Manuel Jáqu... libs: encoder: h265: add rate control parameter
2017-06-07 Víctor Manuel Jáqu... libs: encoder: h264,h265,mpeg2: add framerate parameter
2017-06-07 Víctor Manuel Jáqu... libs: encoder: vp8,h264,h265,mpeg2: set misc param...
2017-06-07 Víctor Manuel Jáqu... libs: encoder: vp8,h264,h265,mpeg2: refactor misc param...
2017-06-07 Víctor Manuel Jáqu... libs: encoder: h264,h265,mpeg2,vp8: refactor HDR
2017-06-07 Víctor Manuel Jáqu... libs: encoder: h264, h265, mpeg2: remove assert
2017-06-01 Víctor Manuel Jáqu... libs: standardize the FIXME comment
2017-05-19 Víctor Manuel Jáqu... libs: encoder: check for maximum number of slices
2017-05-11 Sreerenj Balachandranencoders: add quality level tuning
2017-04-07 Víctor Manuel Jáqu... libs: encoder: h265: chroma and luma with format
2017-04-06 Víctor Manuel Jáqu... libs: encoder: h265: ensures profile given format
2017-03-29 Víctor Manuel Jáqu... libs: encoder: h265: fix code style
2017-03-21 Víctor Manuel Jáqu... libs: encoder: h265: remove unused macro definition
2017-03-20 Hyunjun Kolibs: h26x: adds gst_vaapi_utils_h26x_write_nal_unit()
2017-03-20 Hyunjun Kolibs: utils: h26x: create vaapiutils_h26x
2017-03-17 Hyunjun Kolibs: encoder: h264/5: fix wrong return value
2017-03-14 Hyunjun Kolibs: encoder: h265: fix reserved length of bits
2017-02-22 Víctor Manuel Jáqu... libs: encoder: h265: bail if nal unit type fails
2016-11-03 Víctor Manuel Jáqu... libs: fix code style for errors
2016-10-19 Víctor Manuel Jáqu... encoder: h264,h265: fix regression in offset count
2016-08-10 Víctor Manuel Jáqu... encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale...
2016-08-10 Víctor Manuel Jáqu... vaapiencode: h264,h265: validate fps numerator
2016-07-22 Víctor Manuel Jáqu... encoder: h265: fix code-style
2016-04-27 Sreerenj Balachandranencoder: h265: Enable cu_qp_delta_enabled_flag for CBR
2016-04-27 Sreerenj Balachandranencoder: h265: Add CBR Encoding support
2016-02-03 Víctor Manuel Jáqu... libs: fix compiler warnings
2016-02-03 Víctor Manuel Jáqu... libs: small code style fixes
2015-07-02 Sreerenj Balachandranencoder:h265: Fix the check for packed-header support
2015-05-28 Sreerenj Balachandranencoder: hevc: Fix the size over-flow for encoded buffer.
2015-05-28 Sreerenj Balachandranencoder: hevc: fix bug in multi slice encoding.
2015-05-25 Sreerenj BalachandranHEVC_Encode: Add HEVC(h265) encoder to core libgstvaapi