summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-27libs: subpicture: Make subpicture a standard GstMiniObject.He Junyan4-62/+84
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 Leal5-54/+8
2020-05-21README: update VP9 decoder and encoderVíctor Manuel Jáquez Leal1-3/+4
2020-05-21vaapiencoder_h264: set direct_spatial_mv_pred_flag to true by defaultHaihao Xiang1-1/+1
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-16libs: use array_unref() rather than array_free()Víctor Manuel Jáquez Leal5-37/+10
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: 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 Junyan9-317/+352
2020-04-26Update READMEVíctor Manuel Jáquez Leal1-22/+13
2020-04-26libs: display: drm: use g_strcmp0 to be null safeVíctor Manuel Jáquez Leal1-1/+1
2020-04-26vaapipluginutil: Use GST_VAAPI_DISPLAY_TYPE_DRM for Mesa3D GBMHaihao Xiang1-0/+5
2020-04-21build: use join_paths() for driverdirVíctor Manuel Jáquez Leal1-1/+1
2020-04-21README: Update supported hardwareVeerabadhran G1-0/+3
2020-04-04libs: bufferproxy: remove GstMemory referenceHe Junyan3-47/+0
2020-04-04libs,plugin: break surface-bufferproxy circular referenceHe Junyan5-32/+52
2020-04-04libs: bufferproxy: rename parent memeber as surfaceHe Junyan3-14/+12
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-03libs: filter: HDR10 tone mapping supportU. Artie Eoff2-0/+183
2020-04-02libs: encoder: h265: Support MAIN 4:4:4 10 profile.He Junyan5-3/+32
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-27vaapivideometa: remove compiler warningVíctor Manuel Jáquez Leal1-2/+2
2020-03-22build: Add meson's option package-origin.Víctor Manuel Jáquez Leal2-8/+11
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 Junyan3-3/+92
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 Leal19-1132/+10
2020-03-17libs: utils: Add HEVC Main444 sting in string_of_VAProfileHe Junyan1-0/+1
2020-03-17plugin: don't error if cannot create displayVíctor Manuel Jáquez Leal1-1/+1
2020-03-09test: fix a ninja test failure for vaapioverlay.He Junyan1-1/+6