summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiobject.h
Commit message (Collapse)AuthorAgeFilesLines
* libs: re-indent all GstVaapiObject related source code.Gwenole Beauchesne2015-01-271-11/+11
| | | | | Re-indent and provide additional minor cosmetical changes to the GstVaapiMiniObject and GstVaapiObject source files.
* plugins: fix GLTextureUploadMeta to work with different texture ids.Gwenole Beauchesne2013-12-111-0/+18
| | | | | | | | | | The GLTextureUploadMeta implementation assumed that for each upload() sequence, the supplied texture id is always the same as the one that was previously cached into the underlying GstVaapiTexture. Cope with any texture id change the expense to recreate the underlying VA/GLX resources. https://bugzilla.gnome.org/show_bug.cgi?id=719643
* legal: update copyright notice dates.Gwenole Beauchesne2013-11-221-1/+1
|
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
| | | | | | Credit original authors on a per-file basis as we cannot expect people to know all country-specific rules, or bother browsing through the git history.
* libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne2013-05-231-3/+0
| | | | | | | | | | Drop obsolete GST_VAAPI_IS_xxx() helper macros since we are no longer deriving from GObject and so those were only checking for whether the argument was NULL or not. This is now irrelevant, and even confusing to some extent, because we no longer have type checking. Note: this incurs more type checking (review) but the libgstvaapi is rather small, so this is manageable.
* Port GstVaapiObject to GstVaapiMiniObject.Gwenole Beauchesne2013-05-071-49/+9
|
* legal: add Intel copyright on modified files.Gwenole Beauchesne2013-01-291-0/+1
|
* libs: declare _get_type() functions as const.Javier Jardón2012-07-191-1/+1
| | | | | | | Declaring a function as const enables better optimization of calls to the function. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
|
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
|
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
|
* Add gst_vaapi_object_{,un}lock_display() helpers.gb2010-03-261-0/+6
|
* Move "id" down to the GstVaapiObject base.gb2010-03-241-0/+3
|
* Move private definitions and accessors to gstvaapiobject_priv.h.gb2010-03-241-9/+0
|
* Add "destroy" signal.gb2010-03-231-0/+4
|
* Make GstVaapi{Surface,Image,Subpicture} derive from a GstVaapiObject.gb2010-03-231-0/+96