summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapifilter.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-19vaapipostproc: append frame size restrictions in capsVíctor Manuel Jáquez Leal1-0/+37
2019-08-19libs: context, filter: use new surface attributes APIVíctor Manuel Jáquez Leal1-15/+19
2019-08-19vaapipostproc: handle image-orientation upstream eventVíctor Manuel Jáquez Leal1-0/+13
2019-08-19vaapipostproc: element warning if video direction is unsupportedVíctor Manuel Jáquez Leal1-24/+5
2019-08-19libs: filter: check mirror and rotation caps only onceVíctor Manuel Jáquez Leal1-42/+48
2019-08-16libs: filter: fail if first color balance value is invalidVíctor Manuel Jáquez Leal1-4/+6
2019-08-16libs: filter: set all color balance valuesYan Wang1-18/+82
2019-07-09vaapipostproc: add rotation supportU. Artie Eoff1-6/+28
2019-05-29vaapipostproc: add mirror supportU. Artie Eoff1-0/+95
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang1-47/+0
2018-12-24libs: filter: use its own debug categoryVíctor Manuel Jáquez Leal1-4/+10
2018-09-03libs: filter: remove custom ref() and unref()Víctor Manuel Jáquez Leal1-34/+1
2018-09-03libs: filter: refactor filter as gobjectVíctor Manuel Jáquez Leal1-29/+89
2018-06-14libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal1-1/+1
2017-08-13build: consolidate the VA sub API includesVíctor Manuel Jáquez Leal1-4/+1
2016-11-03libs: move get_surface_formats to utils_coreVíctor Manuel Jáquez Leal1-54/+4
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-19/+43
2016-07-22vaapipostproc: checking and updating filter parameter only when it's setHyunjun Ko1-0/+81
2016-02-16vaapi: Fix various compiler warnings and disable -Wredundant-decls for nowSebastian Dröge1-3/+3
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal1-5/+4
2016-02-02vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller1-1/+2
2015-07-03gstvaapifilter: Only register STE property if it supported by corresponding V...Sreerenj Balachandran1-0/+2
2015-07-03gstvaapifilter: Add guard for VAProcFilterSkinToneEnhancementSreerenj Balachandran1-0/+2
2015-06-08vaapipostproc: add skin tone enhancementVíctor Manuel Jáquez Leal1-0/+84
2014-10-29filter: add initial support for high quality scaling.Gwenole Beauchesne1-1/+63
2014-10-29filter: re-indent all GstVaapiFilter related source code.Gwenole Beauchesne1-1008/+990
2014-05-09build: fix source file modes.Simon Farnsworth1-0/+0
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-15vaapipostproc: add support for colorbalance filters.Zhao, Halley1-4/+4
2013-11-28plugins: use G_PARAM_STATIC_STRINGS.Gwenole Beauchesne1-9/+9
2013-11-22vaapostproc: fix memory leaks.Gwenole Beauchesne1-11/+14
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+1
2013-11-21filter: add helper to specify references for deinterlacing.Halley Zhao1-0/+136
2013-11-21filter: fix semantics of deinterlacing flags.Gwenole Beauchesne1-0/+2
2013-11-21filter: add helpers to check for supported/active operation.Gwenole Beauchesne1-0/+47
2013-10-01filter: fix memory leak of VPP operations.Gwenole Beauchesne1-6/+23
2013-10-01filter: fix first-time operation lookup.Zhao Halley1-2/+5
2013-10-01filter: fix colorbalance related subtypes.Zhao Halley1-0/+8
2013-10-01filter: fix VA-API 0.34.0 symbol guards.Víctor Manuel Jáquez Leal1-2/+4
2013-08-27filter: allow specification of render target regions.Gwenole Beauchesne1-4/+48
2013-08-23filter: add initial support for deinterlacing.Zhao Halley1-1/+161
2013-08-23filter: add support for color balance adjustment.Zhao Halley1-0/+191
2013-08-23filter: add support for sharpening.Zhao Halley1-0/+38
2013-08-23filter: add support for denoising.Zhao Halley1-0/+88
2013-08-23filter: add support for frame cropping.Gwenole Beauchesne1-4/+62
2013-08-23filter: add helper functions.Gwenole Beauchesne1-1/+129
2013-08-23Add initial infrastructure for video processing.Gwenole Beauchesne1-0/+821