summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2021-04-23libs: encoder: VP9: fix > 4k encode fail issueZhang yuankun1-0/+11
2021-04-08libs: display: drm: don't fallback to default device if explicitly specified ...Haihao Xiang1-6/+6
2021-03-22decoder: H265: Enable cu_qp_delta_enabled_flag when ROIHe Junyan3-1/+7
2021-03-19gst: don't use volatile to mean atomicMatthew Waters11-18/+18
2021-02-27gstvaapiencoder_h264: add ENCODER_EXPOSURE on aud propertiePaul Goulpié1-1/+2
2021-01-29libs: display: drm: support gst.vaapi.app.Display context for drm backendHaihao Xiang2-0/+37
2021-01-29libs: display: drm: allow user specify a drm device via an env variableHaihao Xiang1-5/+17
2021-01-28libs: display: drm: fix set_device_path_from_fdHaihao Xiang1-56/+23
2021-01-20glx: Iterate over FBConfig and select 8 bit color sizeRafał Dzięgiel1-2/+38
2021-01-11vaapipostproc: fix code style.Ung, Teng En1-2/+1
2021-01-11vaapipostproc: Remove YUV to/from RGB color primary quirk since iHD driver ha...Ung, Teng En3-25/+0
2021-01-11vaapipostproc: Added gstreamer BT2020 color standard support.Ung, Teng En1-1/+3
2021-01-09decoder: AV1: Fix a static analysis problem of update_state().He Junyan1-7/+2
2021-01-06libs: decoder: Add decode_with_surface_id for AV1 film_grain.He Junyan3-5/+23
2021-01-06libs: decoder: AV1: Add the av1 decoder support.He Junyan6-0/+1362
2020-12-14libs: codecobject: Add number of elements when create codec object.He Junyan4-6/+50
2020-12-09libs: encoder: H264: Fix one assert in get_pending_reordered().He Junyan1-21/+36
2020-12-06libs: encoder: H265: Add screen content coding extensions support.He Junyan2-10/+274
2020-11-30libs: encoder: vp9: no need to ensure_hw_profile.He Junyan1-36/+2
2020-11-30libs: encoder: vp9: Improve the manner to decide the profile.He Junyan1-8/+56
2020-11-30libs: util: vpx: add get_chroma_format_idc for VP9He Junyan2-0/+34
2020-11-30libs: encoder: vp9: Add allowed_profiles.He Junyan2-0/+38
2020-11-30libs: decoder: H265: Fix a typo in scc reference setting.He Junyan1-1/+1
2020-11-27libs: decoder: H265: Add MAIN_422_12 profile supporting.He Junyan5-1/+15
2020-11-27video-format: Add Y212_LE format.He Junyan3-1/+3
2020-11-27libs: decoder: H265: Add MAIN_444_12 profile supporting.He Junyan5-1/+15
2020-11-27video-format: Add Y412_LE format.He Junyan3-1/+5
2020-11-15libs: decoder: h265: fill missing predictor_palette_size field.He Junyan1-0/+4
2020-10-30libs: utils: h265: Use get_profile_from_sps to get profile.He Junyan1-1/+1
2020-10-19libs: decoder: vp9: 0xff segment pred probs if no temporal updateVíctor Manuel Jáquez Leal1-2/+8
2020-10-19libs: decoder: vp9: avoid reference rewritingVíctor Manuel Jáquez Leal1-5/+2
2020-09-07Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-08-22Revert "libs: decoder: h264, h265: in context at least 16 reference surfaces"Víctor Manuel Jáquez Leal2-2/+2
2020-08-18libs: surface: egl: guard memory typeVíctor Manuel Jáquez Leal1-0/+2
2020-08-14libs: egl: surface: export EGLImage as DMABuf if GEM not supportedVíctor Manuel Jáquez Leal4-41/+145
2020-08-14libs: filter: gst_vaapi_filter_get_memory_types()Víctor Manuel Jáquez Leal2-0/+21
2020-08-08libs: util: h265: use common parser API to get vaapi profiles.He Junyan1-171/+50
2020-08-07build: update for gl pkg-config file splitVíctor Manuel Jáquez Leal1-3/+4
2020-08-06h264dec: mark remaining frames as unreference before exec_picture_refs_modifi...Xu Guangxin1-2/+2
2020-08-06libs: encoder: H265: Enable Main 12 profile support.He Junyan3-4/+31
2020-08-06video format: Fix P012_LE's chrome type typo.He Junyan1-1/+1
2020-08-04gstvaapiminiobject.c: fix clang 10 warningsJordan Petridis1-1/+1
2020-07-31libs: window: wayland: destroy all wayland buffers during finalizeMichael Olbrich1-18/+30
2020-07-31libs: wayland: update the opaque region in set_render_rectMichael Olbrich1-15/+31
2020-07-31libs: window: implements gst_vaapi_window_set_render_rectangleHyunjun Ko4-0/+43
2020-07-31libs: wayland: implement video overlay APIMichael Olbrich5-8/+89
2020-07-31doc: libs: wayland: add 'transfer full' to the returnvalye of gst_vaapi_windo...Michael Olbrich1-1/+1
2020-07-31libs: display: always call close_display()Michael Olbrich1-5/+3
2020-07-31video-format: Add the missing P012_LE into GST_VAAPI_FORMATS_ALL.He Junyan1-1/+1
2020-07-31libs: decoder: fix a crash issue when get_surface_formats.He Junyan1-0/+2