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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
build: update for gl pkg-config file split
Víctor Manuel Jáquez Leal
3
-5
/
+32
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
test: vaapicontext: fix draw callback with multiple videos
Michael Olbrich
1
-3
/
+6
2020-07-31
test: vaapicontext: support wayland display
Michael Olbrich
2
-33
/
+116
2020-07-31
test: vaapicontext: use playbin to test files
Víctor Manuel Jáquez Leal
1
-11
/
+12
2020-07-31
test: vaapicontext: add PLAY and NULL buttons
Víctor Manuel Jáquez Leal
1
-0
/
+28
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
5
-0
/
+49
2020-07-31
vaapisink: implements gst_vaapisink_wayland_create_window_from_handle()
Hyunjun Ko
1
-0
/
+20
2020-07-31
libs: wayland: implement video overlay API
Michael Olbrich
5
-8
/
+89
2020-07-31
doc: libs: wayland: add 'transfer full' to the returnvalye of gst_vaapi_windo...
Michael Olbrich
1
-1
/
+1
2020-07-31
libs: display: always call close_display()
Michael Olbrich
1
-5
/
+3
2020-07-31
video-format: Add the missing P012_LE into GST_VAAPI_FORMATS_ALL.
He Junyan
1
-1
/
+1
2020-07-31
plugins: add gst_vaapi_caps_set_width_and_height_range()
Víctor Manuel Jáquez Leal
3
-48
/
+40
2020-07-31
libs: decoder: fix a crash issue when get_surface_formats.
He Junyan
1
-0
/
+2
2020-07-30
libs: encoder: h265: choose the profile based on allowed list.
He Junyan
1
-79
/
+64
2020-07-30
plugins: encode: h265: set all allowed profiles to encoder.
He Junyan
1
-8
/
+62
2020-07-30
libs: display: Add a helper function to get profiles by codec.
He Junyan
2
-6
/
+36
2020-07-30
plugins: encode: h265: collect all allowed profiles to encoder.
He Junyan
1
-65
/
+9
2020-07-30
libs: encoder: h265: modify set_max_profile to set_allowed_profiles.
He Junyan
3
-27
/
+24
2020-07-30
libs: encoder: h265: No need to check hw_max_profile.
He Junyan
1
-38
/
+0
2020-07-29
vaapipostproc: early return if fixate srcpad caps fails
Víctor Manuel Jáquez Leal
1
-1
/
+4
2020-07-29
vaapipluginutil: simplify gst_vaapi_find_preferred_caps_feature()
Víctor Manuel Jáquez Leal
1
-20
/
+10
2020-07-29
libs: profile: Use get_codec_from_caps to get codec type.
He Junyan
5
-21
/
+50
2020-07-29
libs: profile: h265: Fix return value of from_codec_data_h265.
He Junyan
1
-4
/
+5
2020-07-29
plugins: encode: vp9: Implement vp9's allowed_profiles() func.
He Junyan
1
-1
/
+12
2020-07-29
plugin: util: rename h26x_encoder_get_profiles_from_caps().
He Junyan
4
-7
/
+6
2020-07-29
libs: utils: vpx: Add utils vpx to handle VP8/9 misc things.
He Junyan
3
-0
/
+130
2020-07-29
libs: display, context: handle broken jpeg decoder for i965 driver
Víctor Manuel Jáquez Leal
3
-1
/
+29
2020-07-29
libs: context: change function to internal code style
Víctor Manuel Jáquez Leal
1
-8
/
+11
2020-07-29
vaapidecode: always merge profile caps in sink caps
Víctor Manuel Jáquez Leal
1
-2
/
+2
2020-07-28
build: request libdrm >= 2.4.98 and fallback
Víctor Manuel Jáquez Leal
1
-1
/
+3
2020-07-27
vaapidecode: dma caps only use reported color format
Víctor Manuel Jáquez Leal
1
-3
/
+3
2020-07-27
vaapidecode: use allowed srcpad caps for caps query
Víctor Manuel Jáquez Leal
1
-2
/
+1
2020-07-27
vaapidecode: build allowed srcpad caps from va context
Víctor Manuel Jáquez Leal
3
-44
/
+134
2020-07-27
vaapidecode: reorder src caps template
Víctor Manuel Jáquez Leal
1
-4
/
+4
2020-07-27
libs: window: wayland: use dmabuf protocol if available
Michael Olbrich
1
-39
/
+306
2020-07-27
libs: window: allow choosing the format for the vpp pool
Michael Olbrich
2
-1
/
+23
2020-07-27
video-format: add DRM formats to the mapping table
Michael Olbrich
2
-41
/
+121
2020-07-27
libs: display: wayland: add basic dmabuf protocol support
Michael Olbrich
3
-0
/
+64
2020-07-27
libs: window: wayland: wait for configure before committing the first buffer
Michael Olbrich
1
-1
/
+12
2020-07-27
libs: encoder: h265: set no P frame automatically.
He Junyan
1
-2
/
+49
2020-07-27
libs: encoder: h265: Deprecate the low-delay-b property.
He Junyan
1
-7
/
+24
2020-07-24
postproc: reconfigure after changing cropping values
Marc Leeman
1
-0
/
+16
2020-07-23
plugin: encode: Add static caps for template documentation.
He Junyan
7
-24
/
+90
2020-07-23
plugin: encode: vp9: Use the dynamically built src template caps.
He Junyan
1
-14
/
+4
[next]