summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* libs: display: drm: use g_strcmp0 to be null safeVíctor Manuel Jáquez Leal2020-06-071-1/+1
* libs: decoder: h265: parser state after update dependent sliceXu Guangxin2020-03-041-2/+2
* libs: h265enc: Set VA_PICTURE_HEVC_INVALID flag for invalid pictureHaihao Xiang2020-02-141-3/+3
* libs: h264decoder: do not return error for unhandled NAL unit.He Junyan2020-01-091-2/+15
* libs: Let GST_VAAPI_RATECONTROL_MASK return unsigned intWangfei2020-01-091-1/+1
* libs: encoder: Add MB ratecontrol mode to get its stringWangfei2020-01-091-0/+4
* libs: encoder: refine guard of bitrate control modeWangfei2020-01-091-14/+2
* libs: dec: vp9: do not use display size as decoded sizeWang Zhanjun2020-01-091-6/+0
* libs: dec: h265: Consider chroma_bit_depth to choose chrome typeHe Junyan2020-01-093-11/+23
* libs: dec: h265: Fix profile_idc mapping.He Junyan2020-01-091-6/+5
* libs: surface: fix documentation formatVíctor Manuel Jáquez Leal2020-01-091-1/+1
* libs: encoder: Add a missing comment for DEFAULT_ROI_VALUE property.He Junyan2020-01-091-0/+2
* libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionTypeHe Junyan2020-01-091-1/+1
* libs: utils: guard the VAEntrypointFEI symbolVíctor Manuel Jáquez Leal2020-01-091-0/+2
* libs: utils: Add missing entries for string_of_VAEntrypoint.He Junyan2020-01-091-0/+5
* libs: display: fix a resource leak in X11 pixmap format.He Junyan2020-01-081-0/+1
* libs: decoder: h264, h266: fix g_return_val_if_fail() missuseVíctor Manuel Jáquez Leal2020-01-082-13/+20
* libs: h265dec: remove limitation of get iq matrixWangfei2020-01-081-4/+0
* libs: videopool: fix undocumented behavior and countingHe Junyan2020-01-081-17/+15
* libs: encoder: increase bitrate prop max valueU. Artie Eoff2020-01-081-1/+1
* libs: decoder: h265: skip all pictures prior the first I-frameVíctor Manuel Jáquez Leal2019-11-291-1/+23
* libs: window: x11: Avoid usage of deprecated APIVíctor Manuel Jáquez Leal2019-11-111-6/+2
* egl: Fix racyness in display thread creationMatthew Waters2019-09-192-1/+9
* egl: don't advertise a wrapped EGLContext as actually wrappedMatthew Waters2019-09-191-2/+0
* libs: encoder: vp8,vp9: reset frame_counter when input frame's format changesFreyr2019-08-072-0/+9
* libs: mpeg2 encoder: No packed header for SPS and PPSHe Junyan2019-08-071-3/+7
* libs: dec: vp9: clear parser pointer after releaseVíctor Manuel Jáquez Leal2019-08-071-2/+1
* libs: enc: h265: reset num_ref_idx_l1_active_minus1 when low delay B.Wangfei2019-08-071-0/+3
* libs: encoder: not call ensure_num_slices inside g_assertHe Junyan2019-08-072-4/+8
* libs: encoder: continue if roi meta is NULLVíctor Manuel Jáquez Leal2019-08-071-0/+2
* lib: decoder: vp9: Set chroma_type by VP9 bit_depthHe Junyan2019-08-071-1/+10
* libs: surface: fix double free when dmabuf export failsJulien Isorce2019-08-061-1/+1
* libs: encoder: h264,h265: guard VA version for max_qp propertyVíctor Manuel Jáquez Leal2019-04-153-0/+10
* libs: Add RGB565 image format support.He Junyan2019-04-152-0/+3
* libs: utils: avoid macro evaluation when stringifyHe Junyan2019-04-151-1/+5
* libs: utils: use glib's macrosVíctor Manuel Jáquez Leal2019-04-151-6/+2
* libs: encoder: h265: fill tier in va seq param bufU. Artie Eoff2019-04-111-3/+1
* libs: encoder: h265: Recognize the correct level and tier.He Junyan2019-04-101-23/+28
* libs: encoder: h264,h265: Set max_qp if min_qp is non-zero.He Junyan2019-04-103-0/+12
* libs: encoder: h264,h265: initial and minimal QP can be zeroVíctor Manuel Jáquez Leal2019-04-093-6/+6
* libs: encoder: h264_fei: Use gst_param_spec_array for view-idsHe Junyan2019-04-013-50/+128
* libs: encoder: h264: simplify the view-ids settingVíctor Manuel Jáquez Leal2019-03-291-23/+23
* libs: encoder: h264: Use gst_param_spec_array for view-idsHe Junyan2019-03-291-20/+43
* libs: Change the parameter setting order when encode picture.He Junyan2019-03-291-4/+4
* libs: decoder: jpeg: support dynamic resolution change decode.Wangfei2019-03-281-0/+13
* libs: encoder: h265: add low power mode encode.Wangfei2019-03-261-13/+31
* libs: Fix a typo in comments.He Junyan2019-03-011-1/+1
* libs: Delete the duplicated ARGB video format.He Junyan2019-02-171-2/+0
* glx: Stop specifying GLX_DEPTH_SIZEAdam Jackson2019-02-171-2/+0
* libs: wayland: add support for XDG-shell protocolNiels De Graef2019-02-165-17/+198