index
:
gstreamer/gstreamer-vaapi
0.2
0.3
0.4
0.6
1.10
1.12
1.14
1.16
1.18
1.6
1.8
discontinued-for-monorepo
master
Hardware-accelerated video decoding, encoding and processing on Intel graphics through VA-API (mirrored from https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi)
tpm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
Display: Add a property to export the VA display handle.
He Junyan
1
-0
/
+15
2021-07-01
libs: decoder: av1: Clean the film_grain_info field.
He Junyan
1
-2
/
+3
2021-06-23
libs: encoder: mpeg2: Add highP level for 1080@50p/60p.
He Junyan
2
-2
/
+8
2021-06-10
Decoder: H264: Add the support for frame packing arrangement SEI message.
He Junyan
1
-5
/
+161
2021-06-02
Use g_memdup2() where available and add fallback for older GLib versions
Tim-Philipp Müller
1
-1
/
+1
2021-04-23
libs: encoder: VP9: fix > 4k encode fail issue
Zhang yuankun
1
-0
/
+11
2021-04-08
libs: display: drm: don't fallback to default device if explicitly specified ...
Haihao Xiang
1
-6
/
+6
2021-03-22
decoder: H265: Enable cu_qp_delta_enabled_flag when ROI
He Junyan
3
-1
/
+7
2021-03-19
gst: don't use volatile to mean atomic
Matthew Waters
11
-18
/
+18
2021-02-27
gstvaapiencoder_h264: add ENCODER_EXPOSURE on aud propertie
Paul Goulpié
1
-1
/
+2
2021-01-29
libs: display: drm: support gst.vaapi.app.Display context for drm backend
Haihao Xiang
2
-0
/
+37
2021-01-29
libs: display: drm: allow user specify a drm device via an env variable
Haihao Xiang
1
-5
/
+17
2021-01-28
libs: display: drm: fix set_device_path_from_fd
Haihao Xiang
1
-56
/
+23
2021-01-20
glx: Iterate over FBConfig and select 8 bit color size
Rafał Dzięgiel
1
-2
/
+38
2021-01-11
vaapipostproc: fix code style.
Ung, Teng En
1
-2
/
+1
2021-01-11
vaapipostproc: Remove YUV to/from RGB color primary quirk since iHD driver ha...
Ung, Teng En
3
-25
/
+0
2021-01-11
vaapipostproc: Added gstreamer BT2020 color standard support.
Ung, Teng En
1
-1
/
+3
2021-01-09
decoder: AV1: Fix a static analysis problem of update_state().
He Junyan
1
-7
/
+2
2021-01-06
libs: decoder: Add decode_with_surface_id for AV1 film_grain.
He Junyan
3
-5
/
+23
2021-01-06
libs: decoder: AV1: Add the av1 decoder support.
He Junyan
6
-0
/
+1362
2020-12-14
libs: codecobject: Add number of elements when create codec object.
He Junyan
4
-6
/
+50
2020-12-09
libs: encoder: H264: Fix one assert in get_pending_reordered().
He Junyan
1
-21
/
+36
2020-12-06
libs: encoder: H265: Add screen content coding extensions support.
He Junyan
2
-10
/
+274
2020-11-30
libs: encoder: vp9: no need to ensure_hw_profile.
He Junyan
1
-36
/
+2
2020-11-30
libs: encoder: vp9: Improve the manner to decide the profile.
He Junyan
1
-8
/
+56
2020-11-30
libs: util: vpx: add get_chroma_format_idc for VP9
He Junyan
2
-0
/
+34
2020-11-30
libs: encoder: vp9: Add allowed_profiles.
He Junyan
2
-0
/
+38
2020-11-30
libs: decoder: H265: Fix a typo in scc reference setting.
He Junyan
1
-1
/
+1
2020-11-27
libs: decoder: H265: Add MAIN_422_12 profile supporting.
He Junyan
5
-1
/
+15
2020-11-27
video-format: Add Y212_LE format.
He Junyan
3
-1
/
+3
2020-11-27
libs: decoder: H265: Add MAIN_444_12 profile supporting.
He Junyan
5
-1
/
+15
2020-11-27
video-format: Add Y412_LE format.
He Junyan
3
-1
/
+5
2020-11-15
libs: decoder: h265: fill missing predictor_palette_size field.
He Junyan
1
-0
/
+4
2020-10-30
libs: utils: h265: Use get_profile_from_sps to get profile.
He Junyan
1
-1
/
+1
2020-10-19
libs: decoder: vp9: 0xff segment pred probs if no temporal update
Víctor Manuel Jáquez Leal
1
-2
/
+8
2020-10-19
libs: decoder: vp9: avoid reference rewriting
Víctor Manuel Jáquez Leal
1
-5
/
+2
2020-09-07
Update for gst_video_transfer_function_*() function renaming
Sebastian Dröge
1
-1
/
+1
2020-08-22
Revert "libs: decoder: h264, h265: in context at least 16 reference surfaces"
Víctor Manuel Jáquez Leal
2
-2
/
+2
2020-08-18
libs: surface: egl: guard memory type
Víctor Manuel Jáquez Leal
1
-0
/
+2
2020-08-14
libs: egl: surface: export EGLImage as DMABuf if GEM not supported
Víctor Manuel Jáquez Leal
4
-41
/
+145
2020-08-14
libs: filter: gst_vaapi_filter_get_memory_types()
Víctor Manuel Jáquez Leal
2
-0
/
+21
2020-08-08
libs: util: h265: use common parser API to get vaapi profiles.
He Junyan
1
-171
/
+50
2020-08-07
build: update for gl pkg-config file split
Víctor Manuel Jáquez Leal
1
-3
/
+4
2020-08-06
h264dec: mark remaining frames as unreference before exec_picture_refs_modifi...
Xu Guangxin
1
-2
/
+2
2020-08-06
libs: encoder: H265: Enable Main 12 profile support.
He Junyan
3
-4
/
+31
2020-08-06
video format: Fix P012_LE's chrome type typo.
He Junyan
1
-1
/
+1
2020-08-04
gstvaapiminiobject.c: fix clang 10 warnings
Jordan Petridis
1
-1
/
+1
2020-07-31
libs: window: wayland: destroy all wayland buffers during finalize
Michael Olbrich
1
-18
/
+30
2020-07-31
libs: wayland: update the opaque region in set_render_rect
Michael Olbrich
1
-15
/
+31
2020-07-31
libs: window: implements gst_vaapi_window_set_render_rectangle
Hyunjun Ko
4
-0
/
+43
[next]