summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2020-05-27libs: subpicture: Make subpicture a standard GstMiniObject.He Junyan3-61/+83
2020-05-26libs: decoder: h264: Add ref flags for splited field.He Junyan1-0/+3
2020-05-25libs: decoder: h264: disallow multiple slice groupVíctor Manuel Jáquez Leal1-0/+6
2020-05-21vaapidecoder: h264: remove baseline as constrained propertyVíctor Manuel Jáquez Leal2-28/+5
2020-05-21vaapiencoder_h264: set direct_spatial_mv_pred_flag to true by defaultHaihao Xiang1-1/+1
2020-05-16libs: use array_unref() rather than array_free()Víctor Manuel Jáquez Leal5-37/+10
2020-05-16libs: video-format: add a helper function of get_formats_by_chroma.He Junyan2-0/+36
2020-05-16libs: texture: remove unused headers includeVíctor Manuel Jáquez Leal2-3/+1
2020-05-16libs: removed duplicated function declarationsVíctor Manuel Jáquez Leal3-3/+0
2020-05-16libs: texture: Make texture a standard GstMiniObject.He Junyan7-310/+343
2020-04-26libs: display: drm: use g_strcmp0 to be null safeVíctor Manuel Jáquez Leal1-1/+1
2020-04-04libs: bufferproxy: remove GstMemory referenceHe Junyan3-47/+0
2020-04-04libs,plugin: break surface-bufferproxy circular referenceHe Junyan4-17/+43
2020-04-04libs: bufferproxy: rename parent memeber as surfaceHe Junyan3-14/+12
2020-04-03libs: filter: HDR10 tone mapping supportU. Artie Eoff2-0/+183
2020-04-02libs: encoder: h265: Support MAIN 4:4:4 10 profile.He Junyan4-2/+31
2020-04-02libs: encoder: fix an inexact trace info in chroma type check.He Junyan1-2/+3
2020-03-31libs: encoder: make sure format array is not NULL when returning TRUEHaihao Xiang1-1/+5
2020-03-27libs: extend g_autoptr supportVíctor Manuel Jáquez Leal30-16/+45
2020-03-20libs,plugins: decoder: Add -intra profile support for hevc.He Junyan2-0/+64
2020-03-20libs: encoder: h265: support ICQ/QVBR BRCU. Artie Eoff1-1/+39
2020-03-19libs: encoder: set VA HRD param before RC paramU. Artie Eoff1-8/+8
2020-03-17vaapijpegenc: Add a quantization quirk for iHD driverHaihao Xiang3-5/+27
2020-03-17libs: remove GstVaapiPixmapVíctor Manuel Jáquez Leal14-1012/+6
2020-03-17libs: utils: Add HEVC Main444 sting in string_of_VAProfileHe Junyan1-0/+1
2020-03-06libs: videopool: fix a condition race for pool allocate.He Junyan1-0/+7
2020-03-04libs: decoder: h265: parser state after update dependent sliceXu Guangxin1-2/+2
2020-02-28libs: display: force RGBA image format for i965 driverVíctor Manuel Jáquez Leal2-2/+32
2020-02-28libs: display: iterate all quirks tableVíctor Manuel Jáquez Leal1-3/+3
2020-02-28libs: filter: handle RGB to/from YUV color primary driver quirkU. Artie Eoff1-20/+41
2020-02-28libs: display: add YUV to/from RGB color primary quirkU. Artie Eoff2-0/+9
2020-02-23libs: surface: Add hints to allocation flags.Víctor Manuel Jáquez Leal2-1/+27
2020-02-23libs: surface: surfacepool: Add allocation flags in constructors.Víctor Manuel Jáquez Leal7-13/+22
2020-02-21libs: h265enc: Set max_transform_hierarchy_depth_{inter, intra} to 2Haihao Xiang1-2/+8
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