summaryrefslogtreecommitdiff
path: root/gst/vaapi
AgeCommit message (Expand)AuthorFilesLines
2020-06-23docs: Mark parent classes as plugin APIThibault Saunier1-0/+2
2020-06-11plugins: pluginbase: Do not destroy display when _close()He Junyan1-1/+2
2020-06-05libs: encoder: h265: Add support for MAIN 4:2:2 10 profile.He Junyan1-1/+1
2020-06-03doc: Fix wrong link to GstVideoDirectionMethodThibault Saunier1-1/+1
2020-06-03Use gst_type_mark_as_plugin_api() for all non-element plugin typesThibault Saunier1-0/+1
2020-05-21vaapidecoder: h264: remove baseline as constrained propertyVíctor Manuel Jáquez Leal3-26/+3
2020-05-18vaapivideobufferpool: fix meta overwriteVíctor Manuel Jáquez Leal1-1/+0
2020-05-17vaapivideopool: Set pooled flag to added metas.Víctor Manuel Jáquez Leal3-15/+16
2020-05-16plugin: use register_type to replace get_type for encode init.He Junyan1-3/+4
2020-05-16plugins: encode: Modify sink template of vp9 encode.He Junyan2-24/+11
2020-05-16plugins: encode: Modify sink template of vp8 encode.He Junyan2-25/+12
2020-05-16plugins: encode: Modify sink template of mpeg2 encode.He Junyan2-26/+13
2020-05-16plugins: encode: Modify sink template of h265 encode.He Junyan2-25/+11
2020-05-16plugins: encode: Modify sink template of h264 encode.He Junyan2-25/+12
2020-05-16plugins: encode: Modify sink template of jpeg encode.He Junyan2-25/+12
2020-05-16plugin: encode: add a helper macro to register encode type.He Junyan1-0/+78
2020-05-16plugins: util: Add a helper function to detect supported caps.He Junyan2-0/+111
2020-05-16plugin: encode: extract the allowed caps maker as a helper function.He Junyan3-36/+70
2020-05-16libs: texture: Make texture a standard GstMiniObject.He Junyan1-5/+7
2020-04-26vaapipluginutil: Use GST_VAAPI_DISPLAY_TYPE_DRM for Mesa3D GBMHaihao Xiang1-0/+5
2020-04-04libs,plugin: break surface-bufferproxy circular referenceHe Junyan1-15/+9
2020-04-04plugin: bufferpool: use hashmap to cache dmabuf mem-surfaceHe Junyan1-29/+107
2020-04-04plugin: bufferpool: Delete ACQUIRE_FLAG_NO_ALLOC flag.He Junyan2-28/+7
2020-04-03vaapipostproc: enable HDR10 tone mappingU. Artie Eoff2-7/+134
2020-04-02libs: encoder: h265: Support MAIN 4:4:4 10 profile.He Junyan1-1/+1
2020-03-27vaapivideometa: remove compiler warningVíctor Manuel Jáquez Leal1-2/+2
2020-03-20vaapipostproc: deprecate format, width and size parametersVíctor Manuel Jáquez Leal1-0/+8
2020-03-20libs,plugins: decoder: Add -intra profile support for hevc.He Junyan1-3/+28
2020-03-17plugin: don't error if cannot create displayVíctor Manuel Jáquez Leal1-1/+1
2020-03-06vaapivideobufferpool: force video meta if sizes are differentU. Artie Eoff1-1/+3
2020-03-05vaapidecode: don't set base sink caps twiceVíctor Manuel Jáquez Leal1-2/+0
2020-03-05vaapidecode: unlock stream if caps update failsVíctor Manuel Jáquez Leal1-3/+9
2020-02-28Revert "vaapivideomemory: Store surface allocation flags."Víctor Manuel Jáquez Leal1-3/+0
2020-02-23vaapivideomemory: Try surface with allocation flags.Víctor Manuel Jáquez Leal1-5/+10
2020-02-23vaapivideomemory: Store surface allocation flags.Víctor Manuel Jáquez Leal1-0/+3
2020-02-21vaapipostproc: do not compensate for crop/direction if no VPPU. Artie Eoff2-25/+34
2020-02-21vaapipostproc: only set VPP colorimetry when VPP is availableU. Artie Eoff1-5/+8
2020-02-21videobufferpool: don't reset surface when created internallyHe Junyan3-1/+19
2020-02-21libs: blend: filter: handle finalize() if display isn't assignedVíctor Manuel Jáquez Leal1-1/+2
2020-02-16vaapipostproc: demote log message to trace levelVíctor Manuel Jáquez Leal1-1/+1
2020-02-07vaapidecode: don't remove chroma-site nor colorimetryVíctor Manuel Jáquez Leal1-7/+0
2020-02-05vaapipostproc: use sink resolution to calculate src colorimetryU. Artie Eoff1-4/+7
2020-02-05vaapipostproc: set srcpad colorimetry unconditionallyU. Artie Eoff1-2/+2
2020-02-05vaapipostproc: do not override explicit srcpad colorimetryU. Artie Eoff1-1/+5
2020-02-05vaapipostproc: set vpp filter colorimetryU. Artie Eoff1-1/+5
2020-02-02vaapivideobufferpool: dmabuf implies allocatorVíctor Manuel Jáquez Leal1-9/+4
2020-02-02vaapivideobufferpool: reject configuration if allocator isn't vaapiVíctor Manuel Jáquez Leal1-8/+2
2020-02-02vaapivideobufferpool: add explanation for allocator reconfigVíctor Manuel Jáquez Leal1-0/+2
2020-02-02vaapivideobufferpool: check for vaapi meta firstVíctor Manuel Jáquez Leal1-4/+4
2020-02-02vaapivideobufferpool: turn errors into warningsVíctor Manuel Jáquez Leal1-6/+6