summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* Display: Add a property to export the VA display handle.He Junyan2021-08-251-0/+15
* 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-021-1/+1
* 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-1911-18/+18
* gstvaapiencoder_h264: add ENCODER_EXPOSURE on aud propertiePaul Goulpié2021-02-271-1/+2
* libs: display: drm: support gst.vaapi.app.Display context for drm backendHaihao Xiang2021-01-292-0/+37
* libs: display: drm: allow user specify a drm device via an env variableHaihao Xiang2021-01-291-5/+17
* 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-066-0/+1362
* libs: codecobject: Add number of elements when create codec object.He Junyan2020-12-144-6/+50
* 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
* 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-275-1/+15
* video-format: Add Y212_LE format.He Junyan2020-11-273-1/+3
* libs: decoder: H265: Add MAIN_444_12 profile supporting.He Junyan2020-11-275-1/+15
* 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
* libs: decoder: vp9: avoid reference rewritingVíctor Manuel Jáquez Leal2020-10-191-5/+2
* Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* Revert "libs: decoder: h264, h265: in context at least 16 reference surfaces"Víctor Manuel Jáquez Leal2020-08-222-2/+2
* libs: surface: egl: guard memory typeVíctor Manuel Jáquez Leal2020-08-181-0/+2
* libs: egl: surface: export EGLImage as DMABuf if GEM not supportedVíctor Manuel Jáquez Leal2020-08-144-41/+145
* libs: filter: gst_vaapi_filter_get_memory_types()Víctor Manuel Jáquez Leal2020-08-142-0/+21
* libs: util: h265: use common parser API to get vaapi profiles.He Junyan2020-08-081-171/+50
* build: update for gl pkg-config file splitVíctor Manuel Jáquez Leal2020-08-071-3/+4
* h264dec: mark remaining frames as unreference before exec_picture_refs_modifi...Xu Guangxin2020-08-061-2/+2
* libs: encoder: H265: Enable Main 12 profile support.He Junyan2020-08-063-4/+31
* video format: Fix P012_LE's chrome type typo.He Junyan2020-08-061-1/+1
* gstvaapiminiobject.c: fix clang 10 warningsJordan Petridis2020-08-041-1/+1
* libs: window: wayland: destroy all wayland buffers during finalizeMichael Olbrich2020-07-311-18/+30
* libs: wayland: update the opaque region in set_render_rectMichael Olbrich2020-07-311-15/+31
* libs: window: implements gst_vaapi_window_set_render_rectangleHyunjun Ko2020-07-314-0/+43