summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapiencode_h264.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-16plugins: encode: Modify sink template of h264 encode.He Junyan1-25/+9
2020-01-21vaapiencode: promote info to warningVíctor Manuel Jáquez Leal1-2/+2
2020-01-19vaapih264enc: accept baseline as constrained baseline compatibleVíctor Manuel Jáquez Leal1-0/+8
2020-01-19vaapih264enc: update level in src capsVíctor Manuel Jáquez Leal1-7/+13
2020-01-19vaapih264enc: force byte-stream if avc isn't supportedVíctor Manuel Jáquez Leal1-15/+5
2020-01-19vaaph264enc: suppress avc if the driver does not support packed headersPhilipp Zabel1-0/+25
2020-01-19vaapih264enc: intersect the new proposed capsVíctor Manuel Jáquez Leal1-2/+10
2020-01-19vaapih264enc: propose new profile caps and fixate itVíctor Manuel Jáquez Leal1-15/+12
2020-01-19vaapih264enc: common fail for gst_vaapiencode_h264_set_config()Víctor Manuel Jáquez Leal1-8/+11
2020-01-19vaapih264enc: fix log messageVíctor Manuel Jáquez Leal1-2/+2
2020-01-14plugin: encode: List all possible profiles to detect input formats.He Junyan1-17/+7
2019-12-18plugin: encode: change the dmabuf caps to all supported formats.He Junyan1-1/+1
2019-12-16plugin: encode: set sink's raw caps to GST_VAAPI_FORMATS_ALL.He Junyan1-1/+1
2019-08-30gst: encode: enable new type of property mechanism.He Junyan1-35/+8
2019-05-29doc: remove xml from commentsMathieu Duponchelle1-3/+2
2019-05-06vaapiencode: handle DMABuf caps feature in sink padWangfei1-0/+2
2018-12-15libs: enc: h264: set max profile idc with correct profile.Wangfei1-15/+6
2018-10-12gst: Advertise elements interacting with hardware devicesPhilippe Normand1-1/+1
2018-06-06vaapiencode: h264: log output capsVíctor Manuel Jáquez Leal1-0/+2
2018-06-06vaapiencode: h264: find profile in available and allowed capsVíctor Manuel Jáquez Leal1-5/+25
2018-03-30vaapiencode: h264: find best profile in those availableVíctor Manuel Jáquez Leal1-1/+1
2018-02-27Revert "vaapiencode: handle custom event GstVaapiEncoderRegionOfInterest"Víctor Manuel Jáquez Leal1-74/+0
2017-08-08vaapiencode: h264: remove spurious codeVíctor Manuel Jáquez Leal1-1/+1
2017-07-13vaapiencode: h264: add plugin documentationVíctor Manuel Jáquez Leal1-0/+25
2017-07-03vaapiencode: h264: set profile to src capsHyunjun Ko1-1/+57
2017-07-03vaapiencode: h264: verify if requested profile is supportedVíctor Manuel Jáquez Leal1-0/+60
2017-07-03vaapiencode: h264: improve set_config() vmethodVíctor Manuel Jáquez Leal1-28/+48
2017-07-03vaapiencode: h264: check for avc in set_config()Víctor Manuel Jáquez Leal1-23/+18
2017-05-12vaapiencode: handle custom event GstVaapiEncoderRegionOfInterestHyunjun Ko1-0/+74
2017-04-06vaapiencode: add get_profile() vmethodVíctor Manuel Jáquez Leal1-0/+20
2017-03-14docs: h264/h265: put parser to the example pipelineHyunjun Ko1-1/+1
2016-11-03plugins: fix code style for errorsVíctor Manuel Jáquez Leal1-0/+1
2016-10-25plugins: fix code style for errorsVíctor Manuel Jáquez Leal1-2/+4
2016-10-25vaapiencode: h264, h265: rename codec nameVíctor Manuel Jáquez Leal1-2/+2
2016-09-23vaapi: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-03-30unify caps template for VAAPI encoders and decodersVíctor Manuel Jáquez Leal1-1/+1
2016-02-03rename encoders to vaapi{codec}encVíctor Manuel Jáquez Leal1-3/+3
2016-02-03docs: update plugin documentationVíctor Manuel Jáquez Leal1-0/+14
2015-08-05refactor vaapi caps strings for pad templatesVíctor Manuel Jáquez Leal1-2/+1
2015-04-03Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal1-4/+0
2015-04-03update and move gstcompat.hVíctor Manuel Jáquez Leal1-1/+1
2015-04-03Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal1-8/+0
2014-10-29encode: Attach the codec-data to out caps only based on negotiated capsSreerenj Balachandran1-2/+5
2014-06-02encoder: h264: add initial support for H.264 Stereo High profile.Li Xiaowei1-1/+1
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2014-01-13encoder: h264: allow target decoder constraints.Gwenole Beauchesne1-1/+85
2014-01-13encoder: h264: clean-ups.Gwenole Beauchesne1-2/+2
2014-01-13vaapiencode: use more GstVaapiPluginBase facilities.Gwenole Beauchesne1-1/+2
2014-01-13vaapiencode: fix negotiation process of output caps.Gwenole Beauchesne1-6/+44