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
2016-09-30
Release 1.9.90
1.9.90
Sebastian Dröge
5
-10
/
+229
2016-09-23
vaapi: use new gst_element_class_add_static_pad_template()
Vineeth TM
9
-34
/
+32
2016-09-22
plugins: reset textures at negotiation/shutdown
Hyunjun Ko
1
-0
/
+11
2016-09-22
libs: display{egl,glx}: cache GstVaapiTextures
Hyunjun Ko
8
-14
/
+141
2016-09-22
libs: vaapitexturemap: implement GstVaapiTextureMap
Hyunjun Ko
3
-0
/
+223
2016-09-21
encoder: vp8: Increase the allocation size for coded buffer
Sreerenj Balachandran
1
-1
/
+2
2016-09-21
encoder: vp9: Fix refresh frame flag setting
Sreerenj Balachandran
1
-1
/
+1
2016-09-15
vaapidecode: codec_data minimal size is 7
Víctor Manuel Jáquez Leal
1
-1
/
+1
2016-09-15
vaapidecode: reset decoder hard when set_format()
Víctor Manuel Jáquez Leal
1
-1
/
+1
2016-09-14
configure: Depend on gstreamer 1.9.2.1
Sebastian Dröge
1
-3
/
+3
2016-09-12
Revert "vaapivideomemory: load VA Image when mapping to write"
Víctor Manuel Jáquez Leal
1
-4
/
+2
2016-09-10
Automatic update of common submodule
Jan Schmidt
1
-0
/
+0
2016-09-10
Automatic update of common submodule
Jan Schmidt
1
-0
/
+0
2016-09-08
plugins: set allocator's image size to sinkpad bufferpool
Hyunjun Ko
1
-3
/
+6
2016-09-08
libs: surface: ensure composite overlay is not bigger
Víctor Manuel Jáquez Leal
1
-0
/
+4
2016-09-08
vaapivideomemory: load VA Image when mapping to write
Hyunjun Ko
1
-2
/
+4
2016-09-06
vaapidecode: merge vc1 and wmv3 elements
Víctor Manuel Jáquez Leal
1
-3
/
+1
2016-09-06
decoder: vc1: fails only on advanced profile
Víctor Manuel Jáquez Leal
1
-1
/
+4
2016-09-06
vaapi: DISPLAY envvar as dependency
Víctor Manuel Jáquez Leal
1
-1
/
+1
2016-09-05
decoder: vc1: Fail only on actual interlaced frames
Scott D Phillips
1
-5
/
+8
2016-09-01
Back to development
Sebastian Dröge
1
-1
/
+1
2016-09-01
Release 1.9.2
1.9.2
Sebastian Dröge
4
-61
/
+510
2016-08-16
decoder: vc1: Print error on interlaced content
Scott D Phillips
1
-0
/
+5
2016-08-10
encoder: h264: fix C90 mixed declarations and code
Víctor Manuel Jáquez Leal
1
-1
/
+3
2016-08-10
encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale() for bitrate
Víctor Manuel Jáquez Leal
4
-14
/
+16
2016-08-10
vaapiencode: h264,h265: validate fps numerator
Víctor Manuel Jáquez Leal
2
-8
/
+8
2016-08-06
encoders: demote to RANK_NONE since not fit for autoplugging yet
Tim-Philipp Müller
1
-1
/
+1
2016-07-29
plugins: check dmabuf-import for sink pad allocator
Víctor Manuel Jáquez Leal
1
-2
/
+8
2016-07-29
plugins: reset allocators if video info changed
Víctor Manuel Jáquez Leal
1
-2
/
+18
2016-07-29
plugins: remove sink pad allocator if caps change
Víctor Manuel Jáquez Leal
1
-0
/
+1
2016-07-29
pluginutil: const params to gst_video_info_changed()
Víctor Manuel Jáquez Leal
2
-2
/
+2
2016-07-29
gstvaapivideomemory: allocator's image size getter
Víctor Manuel Jáquez Leal
3
-3
/
+31
2016-07-29
plugins: update buffer pool size with new allocator's image size
Hyunjun Ko
1
-0
/
+4
2016-07-27
configure: remove gmodule-2.0 EGL dependency
Víctor Manuel Jáquez Leal
1
-3
/
+0
2016-07-27
configure: Fix non-fatal PKG_CHECK_MODULES invocations
Scott D Phillips
1
-8
/
+8
2016-07-22
libs: egl: remove dynamic library loading code
Víctor Manuel Jáquez Leal
1
-250
/
+22
2016-07-22
vaapidecode: register only the available decoders
Víctor Manuel Jáquez Leal
3
-3
/
+25
2016-07-22
vaapi: register only the available encoders
Víctor Manuel Jáquez Leal
3
-20
/
+126
2016-07-22
vaapidecode: split all the codecs
Víctor Manuel Jáquez Leal
2
-11
/
+27
2016-07-22
vaapidecodebin: simplify the code
Víctor Manuel Jáquez Leal
1
-197
/
+15
2016-07-22
vaapidecode: delay the GstVaapiDisplay instantiating
Víctor Manuel Jáquez Leal
1
-13
/
+23
2016-07-22
pluginutil: set GLX display type
Víctor Manuel Jáquez Leal
1
-1
/
+8
2016-07-22
plugins: add gst_vaapi_plugin_base_find_gl_context()
Víctor Manuel Jáquez Leal
3
-5
/
+66
2016-07-22
plugins: remove gst_vaapi_plugin_base_driver_is_whitelisted()
Víctor Manuel Jáquez Leal
2
-30
/
+0
2016-07-22
plugins: remove common change_state() vmethod
Víctor Manuel Jáquez Leal
1
-29
/
+0
2016-07-22
vaapidecode: remove change_state() vmethod
Víctor Manuel Jáquez Leal
1
-2
/
+1
2016-07-22
vaapi: register vaapipostproc only if supported
Víctor Manuel Jáquez Leal
1
-5
/
+8
2016-07-22
vaapi: don't register if VA driver is unsupported
Víctor Manuel Jáquez Leal
1
-0
/
+7
2016-07-22
plugins: add gst_vaapi_driver_is_whitelisted()
Víctor Manuel Jáquez Leal
3
-29
/
+53
2016-07-22
vaapi: instantiate a VA display when registering
Víctor Manuel Jáquez Leal
1
-0
/
+18
[next]