libs: encoder: h265: add multi reference support
[platform/upstream/gstreamer.git] / gst-libs / gst / vaapi / gstvaapiencoder_h265.c
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