summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2020-06-07libs: display: drm: use g_strcmp0 to be null safeVíctor Manuel Jáquez Leal1-1/+1
2020-03-04libs: decoder: h265: parser state after update dependent sliceXu Guangxin1-2/+2
2020-02-14libs: h265enc: Set VA_PICTURE_HEVC_INVALID flag for invalid pictureHaihao Xiang1-3/+3
2020-01-09libs: h264decoder: do not return error for unhandled NAL unit.He Junyan1-2/+15
2020-01-09libs: Let GST_VAAPI_RATECONTROL_MASK return unsigned intWangfei1-1/+1
2020-01-09libs: encoder: Add MB ratecontrol mode to get its stringWangfei1-0/+4
2020-01-09libs: encoder: refine guard of bitrate control modeWangfei1-14/+2
2020-01-09libs: dec: vp9: do not use display size as decoded sizeWang Zhanjun1-6/+0
2020-01-09libs: dec: h265: Consider chroma_bit_depth to choose chrome typeHe Junyan3-11/+23
2020-01-09libs: dec: h265: Fix profile_idc mapping.He Junyan1-6/+5
2020-01-09libs: surface: fix documentation formatVíctor Manuel Jáquez Leal1-1/+1
2020-01-09libs: encoder: Add a missing comment for DEFAULT_ROI_VALUE property.He Junyan1-0/+2
2020-01-09libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionTypeHe Junyan1-1/+1
2020-01-09libs: utils: guard the VAEntrypointFEI symbolVíctor Manuel Jáquez Leal1-0/+2
2020-01-09libs: utils: Add missing entries for string_of_VAEntrypoint.He Junyan1-0/+5
2020-01-08libs: display: fix a resource leak in X11 pixmap format.He Junyan1-0/+1
2020-01-08libs: decoder: h264, h266: fix g_return_val_if_fail() missuseVíctor Manuel Jáquez Leal2-13/+20
2020-01-08libs: h265dec: remove limitation of get iq matrixWangfei1-4/+0
2020-01-08libs: videopool: fix undocumented behavior and countingHe Junyan1-17/+15
2020-01-08libs: encoder: increase bitrate prop max valueU. Artie Eoff1-1/+1
2019-11-29libs: decoder: h265: skip all pictures prior the first I-frameVíctor Manuel Jáquez Leal1-1/+23
2019-11-11libs: window: x11: Avoid usage of deprecated APIVíctor Manuel Jáquez Leal1-6/+2
2019-09-19egl: Fix racyness in display thread creationMatthew Waters2-1/+9
2019-09-19egl: don't advertise a wrapped EGLContext as actually wrappedMatthew Waters1-2/+0
2019-08-07libs: encoder: vp8,vp9: reset frame_counter when input frame's format changesFreyr2-0/+9
2019-08-07libs: mpeg2 encoder: No packed header for SPS and PPSHe Junyan1-3/+7
2019-08-07libs: dec: vp9: clear parser pointer after releaseVíctor Manuel Jáquez Leal1-2/+1
2019-08-07libs: enc: h265: reset num_ref_idx_l1_active_minus1 when low delay B.Wangfei1-0/+3
2019-08-07libs: encoder: not call ensure_num_slices inside g_assertHe Junyan2-4/+8
2019-08-07libs: encoder: continue if roi meta is NULLVíctor Manuel Jáquez Leal1-0/+2
2019-08-07lib: decoder: vp9: Set chroma_type by VP9 bit_depthHe Junyan1-1/+10
2019-08-06libs: surface: fix double free when dmabuf export failsJulien Isorce1-1/+1
2019-04-15libs: encoder: h264,h265: guard VA version for max_qp propertyVíctor Manuel Jáquez Leal3-0/+10
2019-04-15libs: Add RGB565 image format support.He Junyan2-0/+3
2019-04-15libs: utils: avoid macro evaluation when stringifyHe Junyan1-1/+5
2019-04-15libs: utils: use glib's macrosVíctor Manuel Jáquez Leal1-6/+2
2019-04-11libs: encoder: h265: fill tier in va seq param bufU. Artie Eoff1-3/+1
2019-04-10libs: encoder: h265: Recognize the correct level and tier.He Junyan1-23/+28
2019-04-10libs: encoder: h264,h265: Set max_qp if min_qp is non-zero.He Junyan3-0/+12
2019-04-09libs: encoder: h264,h265: initial and minimal QP can be zeroVíctor Manuel Jáquez Leal3-6/+6
2019-04-01libs: encoder: h264_fei: Use gst_param_spec_array for view-idsHe Junyan3-50/+128
2019-03-29libs: encoder: h264: simplify the view-ids settingVíctor Manuel Jáquez Leal1-23/+23
2019-03-29libs: encoder: h264: Use gst_param_spec_array for view-idsHe Junyan1-20/+43
2019-03-29libs: Change the parameter setting order when encode picture.He Junyan1-4/+4
2019-03-28libs: decoder: jpeg: support dynamic resolution change decode.Wangfei1-0/+13
2019-03-26libs: encoder: h265: add low power mode encode.Wangfei1-13/+31
2019-03-01libs: Fix a typo in comments.He Junyan1-1/+1
2019-02-17libs: Delete the duplicated ARGB video format.He Junyan1-2/+0
2019-02-17glx: Stop specifying GLX_DEPTH_SIZEAdam Jackson1-2/+0
2019-02-16libs: wayland: add support for XDG-shell protocolNiels De Graef5-17/+198