summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2020-02-21libs: blend: filter: handle finalize() if display isn't assignedVíctor Manuel Jáquez Leal2-0/+8
2020-02-21libs: filter: guard all color properties to VA-API 1.2.0U. Artie Eoff2-3/+12
2020-02-17libs: decoder: h265: set parser info state at decoding codec dataVíctor Manuel Jáquez Leal1-0/+3
2020-02-16libs: video-format: set general vaapi log categoryVíctor Manuel Jáquez Leal1-0/+3
2020-02-15libs: utils: guard EncSliceLP for VA-API < 0.39.1U. Artie Eoff1-0/+2
2020-02-14libs: h265enc: Set VA_PICTURE_HEVC_INVALID flag for invalid pictureHaihao Xiang1-3/+3
2020-02-11libs: remove crumbs of libva < 0.39Víctor Manuel Jáquez Leal3-49/+0
2020-02-11libs: VA explicit color standard not supported until 1.2.0U. Artie Eoff2-0/+7
2020-02-10libs: utils: WA: use explicit for sRGB colorimetryU. Artie Eoff1-2/+0
2020-02-08libs: filter: set vpp input/output color rangeU. Artie Eoff1-0/+2
2020-02-08libs: utils: map GstVideoColorRange to VAAPI VPPU. Artie Eoff2-0/+25
2020-02-05libs: filter: support vpp input/output color standardU. Artie Eoff2-2/+115
2020-02-05libs: utils: map GstVideoColorimetry to VAAPI VPPU. Artie Eoff2-0/+41
2020-02-04libs: display: add vpp color standard quirk for i965 driverU. Artie Eoff2-0/+4
2020-01-29libs: display: log out vendor string when availableVíctor Manuel Jáquez Leal1-0/+1
2020-01-28libs: surface: initialize VASurfaceAttribExternalBuffersVíctor Manuel Jáquez Leal1-3/+2
2020-01-28libs: surface: merge two loops into oneVíctor Manuel Jáquez Leal1-8/+8
2020-01-28libs: surface: surfacepool: rename variable for clearityVíctor Manuel Jáquez Leal4-16/+18
2020-01-24libs: display: driver quirks mechanismVíctor Manuel Jáquez Leal3-17/+81
2020-01-23libs: context: select vaCreateSurfaces version according attributesVíctor Manuel Jáquez Leal4-69/+45
2020-01-22libs: context: add debug category for contextVíctor Manuel Jáquez Leal1-5/+23
2020-01-22libs: blend: guard VA_BLEND_GLOBAL_ALPHAVíctor Manuel Jáquez Leal1-1/+3
2020-01-19vaapih264dec: Add a property to assume constrained-baselineNicolas Dufresne2-1/+24
2020-01-19libs: encoder: h264: document gst_vaapi_encoder_h264_supports_avc()Víctor Manuel Jáquez Leal1-0/+9
2020-01-19libs: encoder: h264: Add gst_vaapi_encoder_h264_supports_avc()Philipp Zabel2-0/+11
2020-01-19libs: encoder: unref formats array if noneVíctor Manuel Jáquez Leal1-1/+3
2020-01-17plugin: encode: Add H265 main-444 profile.He Junyan3-1/+5
2020-01-17libs: encoder: h265: Consider main-444 profile when encoding.He Junyan1-9/+64
2020-01-17vaapiencode: DMABuf only if PRIME is availableVíctor Manuel Jáquez Leal4-3/+25
2020-01-15libs: encoder: h265: Set encoder paramters base on entrypoint.He Junyan1-10/+12
2020-01-15Remove all FEI relatedVíctor Manuel Jáquez Leal27-10872/+1
2020-01-14vaapioverlay: add minimal documentationVíctor Manuel Jáquez Leal1-0/+13
2020-01-14libs: blend: simplify generator APIVíctor Manuel Jáquez Leal2-13/+9
2020-01-14libs: blend: remove begin/render/end APIU. Artie Eoff2-172/+0
2020-01-14libs: blend: add surface generator APIU. Artie Eoff2-0/+117
2020-01-14plugin: encode: List all possible profiles to detect input formats.He Junyan2-30/+13
2020-01-14libs: encoder: add a helper function to get all supported profilesHe Junyan2-0/+52
2020-01-13libs: decoder: Don't unref null objectSeungha Yang1-2/+4
2020-01-08libs: codedbuf: delete a useless field.He Junyan1-1/+0
2020-01-08libs: encoder: modify 265 SPS header's profile compatibility flag.He Junyan1-8/+44
2020-01-06libs: blend: update to new mini-object APIVíctor Manuel Jáquez Leal1-2/+2
2020-01-06libs: add a vaapi blend classU. Artie Eoff3-0/+436
2020-01-06libs: image: init all image fields correctly.He Junyan1-0/+4
2020-01-03libs: encoder: modify 265 VPS header fields.He Junyan1-2/+6
2020-01-03libs: display: fix a resource leak in X11 pixmap format.He Junyan1-0/+1
2020-01-02libs: utils: delete useless gst_vaapi_profile_caps_append_encoder.Víctor Manuel Jáquez Leal2-34/+0
2020-01-02libs: encoder: get surfaces resolution the same time with formats.He Junyan2-41/+76
2019-12-29libs: encoder: vp9: fix code styleVíctor Manuel Jáquez Leal1-2/+2
2019-12-29libs: encoder: set entrypoint based on tune automaticallyHe Junyan5-18/+82
2019-12-29libs: encoder: set context info profile by encoderHe Junyan7-16/+23