summaryrefslogtreecommitdiff
path: root/gst-libs/gst
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Update plugin docs and add more pluginsTim-Philipp Müller4-0/+12
2020-06-17libs: wayland: display: only handle the first outputMichael Olbrich1-2/+4
2020-06-09libs: context: use correct printing modifierVíctor Manuel Jáquez Leal1-1/+1
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle5-16/+17
2020-06-05libs: encoder: h265: Enable tile in VA command.He Junyan1-48/+98
2020-06-05libs: encoder: h265: Add ensure_tile to calculate tiles.He Junyan1-0/+310
2020-06-05libs: display: add a quirk for iHD driver tile encoding.He Junyan2-0/+4
2020-06-05libs: encoder: h265: Add tile info to bitstream.He Junyan1-0/+24
2020-06-05libs: encoder: h265: promote level if tile is enabled.He Junyan1-1/+27
2020-06-05libs: encoder: h265: Add num-tile-cols/rows properties.He Junyan2-0/+57
2020-06-05libs: encoder: h265: extract slice creation from add_slice_headersHe Junyan1-81/+99
2020-06-05libs: encoder: Add a helper function to check the tile support.He Junyan2-0/+42
2020-06-05libs: decoder: H265: Add SCC_MAIN_444_10 profile support.He Junyan5-1/+27
2020-06-05libs: decoder: update reference list for SCC.He Junyan1-1/+39
2020-06-05libs: decoder: H265: Fill picture and slice SCC parameters.He Junyan1-4/+85
2020-06-05libs: util: H265: recognize the SCC profiles.He Junyan1-0/+38
2020-06-05libs: profile: Add screen extended main/main10/main444 define.He Junyan3-0/+15
2020-06-05libs: encoder: h265: Add support for MAIN 4:2:2 10 profile.He Junyan3-3/+28
2020-06-05libs: encoder: h265: Use correct index for SubWidthC and SubHeightC.He Junyan1-2/+7
2020-06-05libs: encoder: h265: Fix chrome idc for 444 10 bitsHe Junyan1-0/+1
2020-06-03Use gst_type_mark_as_plugin_api() for all non-element plugin typesThibault Saunier5-0/+19
2020-05-27libs: delete all gstvaapiobject related files.He Junyan22-485/+1
2020-05-27libs: surface: return fail immediately if can not create subpictureHe Junyan1-0/+4
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