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 (
Collapse
)
Author
Files
Lines
2010-04-01
Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to ↵
gb
1
-1
/
+1
gstvaapidisplay_priv.h.
2010-03-30
Try to not reference VA-API types directly.
gb
1
-1
/
+1
2010-03-25
Fix return value on error (though it's the same in the end).
gb
1
-3
/
+3
2010-03-25
Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces.
gb
1
-0
/
+17
2010-03-24
Rename to GST_VAAPI_OBJECT_DISPLAY().
gb
1
-4
/
+4
2010-03-24
All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default.
gb
1
-0
/
+2
Besides, all GstVaapiObject derived class shall initialize "id" to a valid value.
2010-03-24
Include gstvaapicompat.h in source files only, not headers.
gb
1
-0
/
+1
2010-03-24
Fix g_warning() invocation.
gb
1
-1
/
+1
2010-03-24
Add support for AYUV format.
gb
1
-0
/
+1
2010-03-24
Move "id" down to the GstVaapiObject base.
gb
1
-47
/
+13
2010-03-24
Drop useless include (<va/va_backend.h>).
gb
1
-1
/
+0
2010-03-24
Move private definitions and accessors to gstvaapiobject_priv.h.
gb
1
-0
/
+1
2010-03-24
Fix short descriptions.
gb
1
-2
/
+2
2010-03-23
Make GstVaapi{Surface,Image,Subpicture} derive from a GstVaapiObject.
gb
1
-59
/
+26
2010-03-23
Drop introspection annotations since they require gtk-doc >= 1.12.
gb
1
-3
/
+3
2010-03-23
Improve debugging messages.
gb
1
-0
/
+2
2010-03-19
Add tedious documentation.
gb
1
-9
/
+209
2010-03-18
Fix gst_vaapi_image_create() from a foreign VA image.
gb
1
-4
/
+4
2010-03-18
Add gst_vaapi_surface_derive_image() API.
gb
1
-35
/
+181
2010-03-18
Split map/unmap functions into internal functions that don't check ↵
gb
1
-6
/
+24
preconditions.
2010-03-18
Improve gst_vaapi_image_new() sanity checks.
gb
1
-6
/
+18
2010-03-18
Use gtypes.
gb
1
-1
/
+1
2010-03-17
Optimize gst_vaapi_image_is_linear() and simplify ↵
gb
1
-97
/
+97
gst_vaapi_image_update_from_buffer().
2010-03-17
Add VA display locking utilities.
gb
1
-5
/
+15
2010-03-16
Extend GstVaapiImage API with *_get_image(), *_is_linear(), *_get_data_size().
gb
1
-1
/
+79
2010-03-16
Rename vaapi_debug.h to gstvaapidebug.h.
gb
1
-1
/
+1
2010-03-16
Move vaapi_utils.* to gstvaapiutils.*
gb
1
-1
/
+1
2010-03-16
Handle I420 formats internally in GstVaapiImage.
gb
1
-14
/
+45
2010-03-15
Implement I420 and YV12 if the underlying implementation does not.
gb
1
-2
/
+21
2010-03-15
Cosmetics (reverse args order).
gb
1
-2
/
+2
2010-03-15
Cosmetics.
gb
1
-10
/
+11
2010-03-15
Fix preconditions.
gb
1
-2
/
+2
2010-03-15
Add gst_vaapi_{get,put}_image() API.
gb
1
-0
/
+13
2010-03-15
Add gst_vaapi_image_update_from_buffer() helper.
gb
1
-13
/
+132
2010-03-11
New refcounting policy. All getters return a reference, not a copy. So the ↵
gb
1
-5
/
+4
user shall reference the object itself, should he wish so.
2010-03-10
Use GST_DEBUG.
gb
1
-6
/
+5
2010-03-10
Fix GstVaapiImage and GstVaapiSubpicture initialization.
gb
1
-20
/
+9
2010-03-04
Add VA surface, image, subpicture abstractions. Ported over from Gnash.
gb
1
-0
/
+423
[prev]