summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.19.2HEAD1.19.2masterdiscontinued-for-monorepoTim-Philipp Müller2021-09-235-13/+137
* vaapi: decoder: modify the condition to judge whether dma buffer is supportedZhang Yuankun2021-08-261-3/+4
* Display: Add a property to export the VA display handle.He Junyan2021-08-252-0/+18
* plugins: video memory: Add a GST_MAP_VAAPI flag to peek the surface.He Junyan2021-08-252-2/+16
* Revert "vaapi: Demote vaapidecodebin to rank NONE."Víctor Manuel Jáquez Leal2021-07-092-7/+7
* plugins: encode: fix a deadlock because of _drain()He Junyan2021-07-011-25/+24
* libs: decoder: av1: Clean the film_grain_info field.He Junyan2021-07-011-2/+3
* libs: encoder: mpeg2: Add highP level for 1080@50p/60p.He Junyan2021-06-232-2/+8
* Decoder: H264: Add the support for frame packing arrangement SEI message.He Junyan2021-06-101-5/+161
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-022-1/+5
* Back to developmentTim-Philipp Müller2021-06-011-1/+1
* Release 1.19.11.19.1Tim-Philipp Müller2021-06-015-1992/+570
* vaapi: Demote vaapidecodebin to rank NONE.Víctor Manuel Jáquez Leal2021-05-212-7/+7
* plugins: Demote rank of vaapipostproc and vaapioverlay.Víctor Manuel Jáquez Leal2021-05-202-3/+3
* Use gst_element_request_pad_simple...François Laignel2021-05-051-2/+2
* libs: encoder: VP9: fix > 4k encode fail issueZhang yuankun2021-04-231-0/+11
* libs: display: drm: don't fallback to default device if explicitly specified ...Haihao Xiang2021-04-081-6/+6
* decoder: H265: Enable cu_qp_delta_enabled_flag when ROIHe Junyan2021-03-223-1/+7
* gst: don't use volatile to mean atomicMatthew Waters2021-03-1917-32/+32
* gstvaapiencoder_h264: add ENCODER_EXPOSURE on aud propertiePaul Goulpié2021-02-271-1/+2
* plugins: postproc: Fix a problem of propose_allocation when passthrough.He Junyan2021-02-041-0/+7
* libs: display: drm: support gst.vaapi.app.Display context for drm backendHaihao Xiang2021-01-293-0/+49
* libs: display: drm: allow user specify a drm device via an env variableHaihao Xiang2021-01-292-5/+22
* libs: display: drm: fix set_device_path_from_fdHaihao Xiang2021-01-281-56/+23
* glx: Iterate over FBConfig and select 8 bit color sizeRafał Dzięgiel2021-01-201-2/+38
* vaapipostproc: fix code style.Ung, Teng En2021-01-111-2/+1
* vaapipostproc: Remove YUV to/from RGB color primary quirk since iHD driver ha...Ung, Teng En2021-01-113-25/+0
* vaapipostproc: Added gstreamer BT2020 color standard support.Ung, Teng En2021-01-111-1/+3
* decoder: AV1: Fix a static analysis problem of update_state().He Junyan2021-01-091-7/+2
* libs: decoder: Add decode_with_surface_id for AV1 film_grain.He Junyan2021-01-063-5/+23
* libs: decoder: AV1: Add the av1 decoder support.He Junyan2021-01-068-1/+1375
* libs: codecobject: Add number of elements when create codec object.He Junyan2020-12-144-6/+50
* vaapi: use gst_clear_object instead of g_clear_objectVíctor Manuel Jáquez Leal2020-12-123-13/+13
* plugins: encode: unlock the stream lock before _flush()He Junyan2020-12-111-1/+6
* libs: encoder: H264: Fix one assert in get_pending_reordered().He Junyan2020-12-091-21/+36
* libs: encoder: H265: Add screen content coding extensions support.He Junyan2020-12-062-10/+274
* plugin: encode: vp9: Implement the set_config().He Junyan2020-11-301-0/+80
* plugin: encode: vp9: Add the profile into output caps.He Junyan2020-11-301-0/+6
* libs: encoder: vp9: no need to ensure_hw_profile.He Junyan2020-11-301-36/+2
* libs: encoder: vp9: Improve the manner to decide the profile.He Junyan2020-11-301-8/+56
* libs: util: vpx: add get_chroma_format_idc for VP9He Junyan2020-11-302-0/+34
* libs: encoder: vp9: Add allowed_profiles.He Junyan2020-11-302-0/+38
* libs: decoder: H265: Fix a typo in scc reference setting.He Junyan2020-11-301-1/+1
* libs: decoder: H265: Add MAIN_422_12 profile supporting.He Junyan2020-11-276-2/+17
* video-format: Add Y212_LE format.He Junyan2020-11-273-1/+3
* libs: decoder: H265: Add MAIN_444_12 profile supporting.He Junyan2020-11-276-2/+17
* video-format: Add Y412_LE format.He Junyan2020-11-273-1/+5
* libs: decoder: h265: fill missing predictor_palette_size field.He Junyan2020-11-151-0/+4
* libs: utils: h265: Use get_profile_from_sps to get profile.He Junyan2020-10-301-1/+1
* libs: decoder: vp9: 0xff segment pred probs if no temporal updateVíctor Manuel Jáquez Leal2020-10-191-2/+8