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
/
gst
/
vaapi
/
gstvaapiimage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-27
video-format: Add Y212_LE format.
He Junyan
1
-0
/
+1
2020-11-27
video-format: Add Y412_LE format.
He Junyan
1
-0
/
+3
2020-07-20
video-format: Add P012_LE format.
He Junyan
1
-0
/
+1
2020-01-06
libs: image: init all image fields correctly.
He Junyan
1
-0
/
+4
2019-12-20
libs: image: port to GstMiniObject base class
He Junyan
1
-26
/
+47
2019-09-10
libs: Add BGR10A2_LE support for color space conversion.
He Junyan
1
-0
/
+1
2019-06-26
libs: decoder: jpeg: add support 400/411/422/444 chroma type
Wangfei
1
-0
/
+1
2019-05-06
libs: Add packed 24 RGB format support.
He Junyan
1
-0
/
+3
2019-04-15
libs: Add RGB565 image format support.
He Junyan
1
-0
/
+1
2018-12-04
libs: dec: h265: support decode for main-444 10bit streams.
Wangfei
1
-0
/
+1
2018-11-01
libs: dec: h265: support decode for main-10-422 10bit streams.
Wangfei
1
-0
/
+1
2018-10-09
libs: replace g_error with GST_ERROR
Víctor Manuel Jáquez Leal
1
-1
/
+2
2018-10-09
libs: replace g_warning with GST_WARNING
Víctor Manuel Jáquez Leal
1
-1
/
+1
2018-09-25
libs: remove already include string.h
Víctor Manuel Jáquez Leal
1
-1
/
+0
2016-11-03
libs: fix code style for errors
Víctor Manuel Jáquez Leal
1
-4
/
+10
2016-03-29
Add P010 video format support
Scott D Phillips
1
-0
/
+3
2016-02-03
libs: humongous code style fix
Víctor Manuel Jáquez Leal
1
-557
/
+507
2015-04-03
Removal of gstreamer-0.10 support
Víctor Manuel Jáquez Leal
1
-47
/
+0
2013-11-22
legal: update copyright notice dates.
Gwenole Beauchesne
1
-1
/
+1
2013-11-22
legal: add per-file authorship information.
Gwenole Beauchesne
1
-0
/
+2
2013-07-26
image: clean image API up.
Gwenole Beauchesne
1
-31
/
+1
2013-07-26
image: add gst_vaapi_image_copy() helper.
Gwenole Beauchesne
1
-0
/
+32
2013-07-22
libs: add and expose gst_vaapi_video_format_to_string() helper.
Gwenole Beauchesne
1
-2
/
+2
2013-07-15
Fix new video format API.
Gwenole Beauchesne
1
-4
/
+4
2013-07-11
image: add support for raw YUY2/UYVY image copies.
Wind Yuan
1
-0
/
+23
2013-07-10
Add more video formats.
Gwenole Beauchesne
1
-1
/
+13
2013-07-10
image: fix debug message with video format.
Gwenole Beauchesne
1
-4
/
+4
2013-07-09
libs: use GstVideoInfo wherever possible.
Gwenole Beauchesne
1
-56
/
+24
2013-07-09
libs: port to new video format API.
Gwenole Beauchesne
1
-41
/
+41
2013-06-14
image: fix wrong check for rect bounds in copy_image().
Wind Yuan
1
-2
/
+2
2013-05-23
libs: drop GST_VAAPI_IS_xxx() helper macros.
Gwenole Beauchesne
1
-18
/
+18
2013-05-07
libs: use GstVaapiObject for VA objects.
Gwenole Beauchesne
1
-312
/
+103
2013-04-10
Add initial support for GStreamer 1.0.
Sreerenj Balachandran
1
-0
/
+19
2012-11-20
image: fix GstVaapiImage map and unmap.
Gwenole Beauchesne
1
-8
/
+7
2012-09-07
libs: fix build in strict ISO C mode.
Gwenole Beauchesne
1
-1
/
+1
2012-09-07
image: don't use (void *) pointer arithmetic.
Gwenole Beauchesne
1
-1
/
+1
2012-04-02
Fix a few documentation issues.
Gwenole Beauchesne
1
-1
/
+0
2012-02-15
image: fix source stride in picture copy.
Gwenole Beauchesne
1
-1
/
+1
2012-01-30
Add header for system-dependent definitions.
Gwenole Beauchesne
1
-1
/
+1
2012-01-16
legal: fix year for some copyright notices.
Gwenole Beauchesne
1
-1
/
+1
2012-01-16
legal: add Intel copyright on modified files.
Gwenole Beauchesne
1
-0
/
+1
2012-01-16
legal: fix copyright notices to include "Copyright" term.
Gwenole Beauchesne
1
-1
/
+1
2012-01-05
image: add helpers to extract pixels to user buffers.
Gwenole Beauchesne
1
-0
/
+84
2012-01-04
image: simplify initialization of raw images from video buffers.
Gwenole Beauchesne
1
-73
/
+81
2012-01-04
image: fix update from NV12 buffers.
Gwenole Beauchesne
1
-1
/
+1
2011-12-12
image: allow updates from GstVaapiImageRaw.
Gwenole Beauchesne
1
-0
/
+37
2011-12-12
image: allow partial updates.
Gwenole Beauchesne
1
-69
/
+229
2011-09-08
Fix gst_vaapi_image_new_with_image().
Gwenole Beauchesne
1
-3
/
+6
2011-06-14
Update copyright notice.
Gwenole Beauchesne
1
-1
/
+1
2010-09-20
Relicense gst-libs/ code to LGPL v2.1+.
gb
1
-10
/
+11
[next]