summaryrefslogtreecommitdiff
path: root/tests/test-surfaces.c
Commit message (Collapse)AuthorAgeFilesLines
* videopool: add optional flags for surface pool allocation.Gwenole Beauchesne2015-01-271-4/+2
| | | | | | | | | Reword surface pool allocation helpers so that to allow for a simple form, e.g. gst_vaapi_surface_pool_new(format, width, height); and a somewhat more elaborated/flexible form with optional allocation flags and precise GstVideoInfo specification. This is an API/ABI change, and SONAME version needs to be bumped.
* 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.
* Use GstVideoInfo for video pools.Gwenole Beauchesne2013-07-101-13/+4
| | | | | | Get rid of GstCaps to create surface/image pool, and use GstVideoInfo structures instead. Those are smaller, and allows for streamlining libgstvaapi more.
* tests: cope with new GstVaapiMiniObject objects.Gwenole Beauchesne2013-05-071-24/+6
|
* legal: add Intel copyright on modified files.Gwenole Beauchesne2013-01-291-0/+1
|
* tests: use common display and window creation routines.Gwenole Beauchesne2012-07-241-4/+5
| | | | | Add new --output option to select the renderer. Use --list-outputs to print a list of supported renderers.
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
|
* Change caps to use new video/x-surface generic type.Nicolas Dufresne2011-12-081-1/+2
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* switch tests licence to LGPL v2.1+warly2011-10-191-10/+11
|
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
|
* Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces.gb2010-03-251-3/+3
|
* Cosmetics (lowercase for consistency).gb2010-03-241-1/+1
|
* Move "id" down to the GstVaapiObject base.gb2010-03-241-10/+19
|
* Add "destroy" signal.gb2010-03-231-0/+12
|
* Move tests to top-level tests/ directory.gb2010-03-161-0/+108