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
2020-06-19
Update plugin docs and add more plugins
Tim-Philipp Müller
4
-0
/
+12
2020-06-17
libs: wayland: display: only handle the first output
Michael Olbrich
1
-2
/
+4
2020-06-09
libs: context: use correct printing modifier
Víctor Manuel Jáquez Leal
1
-1
/
+1
2020-06-06
plugins: uddate gst_type_mark_as_plugin_api() calls
Mathieu Duponchelle
5
-16
/
+17
2020-06-05
libs: encoder: h265: Enable tile in VA command.
He Junyan
1
-48
/
+98
2020-06-05
libs: encoder: h265: Add ensure_tile to calculate tiles.
He Junyan
1
-0
/
+310
2020-06-05
libs: display: add a quirk for iHD driver tile encoding.
He Junyan
2
-0
/
+4
2020-06-05
libs: encoder: h265: Add tile info to bitstream.
He Junyan
1
-0
/
+24
2020-06-05
libs: encoder: h265: promote level if tile is enabled.
He Junyan
1
-1
/
+27
2020-06-05
libs: encoder: h265: Add num-tile-cols/rows properties.
He Junyan
2
-0
/
+57
2020-06-05
libs: encoder: h265: extract slice creation from add_slice_headers
He Junyan
1
-81
/
+99
2020-06-05
libs: encoder: Add a helper function to check the tile support.
He Junyan
2
-0
/
+42
2020-06-05
libs: decoder: H265: Add SCC_MAIN_444_10 profile support.
He Junyan
5
-1
/
+27
2020-06-05
libs: decoder: update reference list for SCC.
He Junyan
1
-1
/
+39
2020-06-05
libs: decoder: H265: Fill picture and slice SCC parameters.
He Junyan
1
-4
/
+85
2020-06-05
libs: util: H265: recognize the SCC profiles.
He Junyan
1
-0
/
+38
2020-06-05
libs: profile: Add screen extended main/main10/main444 define.
He Junyan
3
-0
/
+15
2020-06-05
libs: encoder: h265: Add support for MAIN 4:2:2 10 profile.
He Junyan
3
-3
/
+28
2020-06-05
libs: encoder: h265: Use correct index for SubWidthC and SubHeightC.
He Junyan
1
-2
/
+7
2020-06-05
libs: encoder: h265: Fix chrome idc for 444 10 bits
He Junyan
1
-0
/
+1
2020-06-03
Use gst_type_mark_as_plugin_api() for all non-element plugin types
Thibault Saunier
5
-0
/
+19
2020-05-27
libs: delete all gstvaapiobject related files.
He Junyan
22
-485
/
+1
2020-05-27
libs: surface: return fail immediately if can not create subpicture
He Junyan
1
-0
/
+4
2020-05-27
libs: subpicture: Make subpicture a standard GstMiniObject.
He Junyan
3
-61
/
+83
2020-05-26
libs: decoder: h264: Add ref flags for splited field.
He Junyan
1
-0
/
+3
2020-05-25
libs: decoder: h264: disallow multiple slice group
Víctor Manuel Jáquez Leal
1
-0
/
+6
2020-05-21
vaapidecoder: h264: remove baseline as constrained property
Víctor Manuel Jáquez Leal
2
-28
/
+5
2020-05-21
vaapiencoder_h264: set direct_spatial_mv_pred_flag to true by default
Haihao Xiang
1
-1
/
+1
2020-05-16
libs: use array_unref() rather than array_free()
Víctor Manuel Jáquez Leal
5
-37
/
+10
2020-05-16
libs: video-format: add a helper function of get_formats_by_chroma.
He Junyan
2
-0
/
+36
2020-05-16
libs: texture: remove unused headers include
Víctor Manuel Jáquez Leal
2
-3
/
+1
2020-05-16
libs: removed duplicated function declarations
Víctor Manuel Jáquez Leal
3
-3
/
+0
2020-05-16
libs: texture: Make texture a standard GstMiniObject.
He Junyan
7
-310
/
+343
2020-04-26
libs: display: drm: use g_strcmp0 to be null safe
Víctor Manuel Jáquez Leal
1
-1
/
+1
2020-04-04
libs: bufferproxy: remove GstMemory reference
He Junyan
3
-47
/
+0
2020-04-04
libs,plugin: break surface-bufferproxy circular reference
He Junyan
4
-17
/
+43
2020-04-04
libs: bufferproxy: rename parent memeber as surface
He Junyan
3
-14
/
+12
2020-04-03
libs: filter: HDR10 tone mapping support
U. Artie Eoff
2
-0
/
+183
2020-04-02
libs: encoder: h265: Support MAIN 4:4:4 10 profile.
He Junyan
4
-2
/
+31
2020-04-02
libs: encoder: fix an inexact trace info in chroma type check.
He Junyan
1
-2
/
+3
2020-03-31
libs: encoder: make sure format array is not NULL when returning TRUE
Haihao Xiang
1
-1
/
+5
2020-03-27
libs: extend g_autoptr support
Víctor Manuel Jáquez Leal
30
-16
/
+45
2020-03-20
libs,plugins: decoder: Add -intra profile support for hevc.
He Junyan
2
-0
/
+64
2020-03-20
libs: encoder: h265: support ICQ/QVBR BRC
U. Artie Eoff
1
-1
/
+39
2020-03-19
libs: encoder: set VA HRD param before RC param
U. Artie Eoff
1
-8
/
+8
2020-03-17
vaapijpegenc: Add a quantization quirk for iHD driver
Haihao Xiang
3
-5
/
+27
2020-03-17
libs: remove GstVaapiPixmap
Víctor Manuel Jáquez Leal
14
-1012
/
+6
2020-03-17
libs: utils: Add HEVC Main444 sting in string_of_VAProfile
He Junyan
1
-0
/
+1
2020-03-06
libs: videopool: fix a condition race for pool allocate.
He Junyan
1
-0
/
+7
2020-03-04
libs: decoder: h265: parser state after update dependent slice
Xu Guangxin
1
-2
/
+2
[next]