summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Release 1.19.2HEAD1.19.2masterdiscontinued-for-monorepoTim-Philipp Müller5-13/+137
2021-08-26vaapi: decoder: modify the condition to judge whether dma buffer is supportedZhang Yuankun1-3/+4
2021-08-25Display: Add a property to export the VA display handle.He Junyan2-0/+18
2021-08-25plugins: video memory: Add a GST_MAP_VAAPI flag to peek the surface.He Junyan2-2/+16
2021-07-09Revert "vaapi: Demote vaapidecodebin to rank NONE."Víctor Manuel Jáquez Leal2-7/+7
2021-07-01plugins: encode: fix a deadlock because of _drain()He Junyan1-25/+24
2021-07-01libs: decoder: av1: Clean the film_grain_info field.He Junyan1-2/+3
2021-06-23libs: encoder: mpeg2: Add highP level for 1080@50p/60p.He Junyan2-2/+8
2021-06-10Decoder: H264: Add the support for frame packing arrangement SEI message.He Junyan1-5/+161
2021-06-02Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2-1/+5
2021-06-01Back to developmentTim-Philipp Müller1-1/+1
2021-06-01Release 1.19.11.19.1Tim-Philipp Müller5-1992/+570
2021-05-21vaapi: Demote vaapidecodebin to rank NONE.Víctor Manuel Jáquez Leal2-7/+7
2021-05-20plugins: Demote rank of vaapipostproc and vaapioverlay.Víctor Manuel Jáquez Leal2-3/+3
2021-05-05Use gst_element_request_pad_simple...François Laignel1-2/+2
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 Waters17-32/+32
2021-02-27gstvaapiencoder_h264: add ENCODER_EXPOSURE on aud propertiePaul Goulpié1-1/+2
2021-02-04plugins: postproc: Fix a problem of propose_allocation when passthrough.He Junyan1-0/+7
2021-01-29libs: display: drm: support gst.vaapi.app.Display context for drm backendHaihao Xiang3-0/+49
2021-01-29libs: display: drm: allow user specify a drm device via an env variableHaihao Xiang2-5/+22
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 Junyan8-1/+1375
2020-12-14libs: codecobject: Add number of elements when create codec object.He Junyan4-6/+50
2020-12-12vaapi: use gst_clear_object instead of g_clear_objectVíctor Manuel Jáquez Leal3-13/+13
2020-12-11plugins: encode: unlock the stream lock before _flush()He Junyan1-1/+6
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-30plugin: encode: vp9: Implement the set_config().He Junyan1-0/+80
2020-11-30plugin: encode: vp9: Add the profile into output caps.He Junyan1-0/+6
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 Junyan6-2/+17
2020-11-27video-format: Add Y212_LE format.He Junyan3-1/+3
2020-11-27libs: decoder: H265: Add MAIN_444_12 profile supporting.He Junyan6-2/+17
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