summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapiencode_h265.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: encode: h265: set all allowed profiles to encoder.He Junyan2020-07-301-8/+62
* plugins: encode: h265: collect all allowed profiles to encoder.He Junyan2020-07-301-65/+9
* libs: encoder: h265: modify set_max_profile to set_allowed_profiles.He Junyan2020-07-301-1/+1
* plugin: util: rename h26x_encoder_get_profiles_from_caps().He Junyan2020-07-291-1/+1
* plugin: encode: Add static caps for template documentation.He Junyan2020-07-231-4/+13
* plugin: encode: h265: Use the dynamically built src template caps.He Junyan2020-07-231-16/+5
* plugin: encode: Store the coded caps in type's init data.He Junyan2020-07-231-2/+3
* plugins: encode: h265: Add profile,level,tier to output caps.He Junyan2020-07-051-1/+21
* libs: encoder: h265: Add support for MAIN 4:2:2 10 profile.He Junyan2020-06-051-1/+1
* plugins: encode: Modify sink template of h265 encode.He Junyan2020-05-161-25/+9
* libs: encoder: h265: Support MAIN 4:4:4 10 profile.He Junyan2020-04-021-1/+1
* plugin: encode: Add H265 main-444 profile.He Junyan2020-01-171-1/+1
* plugin: encode: List all possible profiles to detect input formats.He Junyan2020-01-141-17/+7
* plugin: encode: change the dmabuf caps to all supported formats.He Junyan2019-12-181-1/+1
* plugin: encode: set sink's raw caps to GST_VAAPI_FORMATS_ALL.He Junyan2019-12-161-1/+1
* gst: encode: enable new type of property mechanism.He Junyan2019-08-301-35/+8
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-3/+2
* vaapiencode: handle DMABuf caps feature in sink padWangfei2019-05-061-0/+2
* gst: Advertise elements interacting with hardware devicesPhilippe Normand2018-10-121-1/+1
* vaapiencode: h265: compare an unsigned int if not zeroVíctor Manuel Jáquez Leal2017-08-011-1/+1
* vaapiencode: h265: add main-10 in caps templateVíctor Manuel Jáquez Leal2017-04-071-1/+1
* vaapiencode: add get_profile() vmethodVíctor Manuel Jáquez Leal2017-04-061-0/+20
* docs: h264/h265: put parser to the example pipelineHyunjun Ko2017-03-141-1/+1
* plugins: fix code style for errorsVíctor Manuel Jáquez Leal2016-11-031-0/+1
* plugins: fix code style for errorsVíctor Manuel Jáquez Leal2016-10-251-2/+4
* vaapiencode: h264, h265: rename codec nameVíctor Manuel Jáquez Leal2016-10-251-2/+2
* vaapi: use new gst_element_class_add_static_pad_template()Vineeth TM2016-09-231-4/+4
* unify caps template for VAAPI encoders and decodersVíctor Manuel Jáquez Leal2016-03-301-1/+1
* rename encoders to vaapi{codec}encVíctor Manuel Jáquez Leal2016-02-031-3/+3
* docs: update plugin documentationVíctor Manuel Jáquez Leal2016-02-031-0/+14
* refactor vaapi caps strings for pad templatesVíctor Manuel Jáquez Leal2015-08-051-2/+1
* HEVC_Encode: Add HEVC(h265) Encoder pluginSreerenj Balachandran2015-05-251-0/+403