Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-03 | libs: fix code style for errors | Víctor Manuel Jáquez Leal | 1 | -2/+5 | |
2016-02-03 | libs: small code style fixes | Víctor Manuel Jáquez Leal | 1 | -1/+2 | |
This a set of small code style fixes detected as-is by gst-indent. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | |||||
2016-02-03 | libs: trivial comment style fixes | Víctor Manuel Jáquez Leal | 1 | -1/+1 | |
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | |||||
2015-01-27 | videopool: re-indent all GstVaapiVideoPool related source code. | Gwenole Beauchesne | 1 | -39/+39 | |
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 | |
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. | |||||
2013-07-10 | pool: fix image pool to check for the video format to use. | Gwenole Beauchesne | 1 | -1/+1 | |
Make gst_vaapi_image_pool_new() succeed, and thus returning a valid image pool object, only if the underlying VA display does support the requested VA image format. | |||||
2013-07-10 | Use GstVideoInfo for video pools. | Gwenole Beauchesne | 1 | -13/+10 | |
Get rid of GstCaps to create surface/image pool, and use GstVideoInfo structures instead. Those are smaller, and allows for streamlining libgstvaapi more. | |||||
2013-07-09 | libs: port to new video format API. | Gwenole Beauchesne | 1 | -2/+2 | |
2013-05-23 | libs: add query for GstVaapiVideoPool object types. | Gwenole Beauchesne | 1 | -1/+2 | |
Add API to identify the underlying GstVaapiVideoPool object type. | |||||
2013-05-23 | libs: drop GST_VAAPI_IS_xxx() helper macros. | Gwenole Beauchesne | 1 | -1/+1 | |
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. | |||||
2013-05-07 | videopool: simplify creation of video objects pool. | Gwenole Beauchesne | 1 | -8/+6 | |
2013-05-07 | libs: use GstVaapiMiniObject for video object pools. | Gwenole Beauchesne | 1 | -57/+47 | |
Port GstVaapiVideoPool, GstVaapiSurfacePool and GstVaapiImagePool to GstVaapiMiniObject. Drop gst_vaapi_video_pool_get_caps() since it was no longer used for a long time. Make object allocators static, i.e. local to the shared library. | |||||
2013-01-29 | legal: add Intel copyright on modified files. | Gwenole Beauchesne | 1 | -0/+1 | |
2012-09-07 | libs: fix build in strict ISO C mode. | Gwenole Beauchesne | 1 | -1/+1 | |
2012-01-30 | Add header for system-dependent definitions. | Gwenole Beauchesne | 1 | -1/+1 | |
2012-01-16 | legal: fix copyright notices to include "Copyright" term. | Gwenole Beauchesne | 1 | -1/+1 | |
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 | |
2010-03-24 | Fix short descriptions. | gb | 1 | -2/+2 | |
2010-03-19 | Document surface & image pools. Drop obsolete gst_vaapi_video_pool_new() ↵ | gb | 1 | -0/+15 | |
function. | |||||
2010-03-16 | Rename vaapi_debug.h to gstvaapidebug.h. | gb | 1 | -1/+1 | |
2010-03-12 | Add GstVaapiImagePool and factor out GstVaapiSurfacePool from a base ↵ | gb | 1 | -0/+111 | |
GstVaapiVideoPool. |