summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-09test: fix a ninja test failure for vaapioverlay.He Junyan1-1/+6
2020-02-23libs: surface: surfacepool: Add allocation flags in constructors.Víctor Manuel Jáquez Leal2-2/+3
2020-02-22test: avoid unused warning for test-displayHe Junyan1-1/+1
2020-01-15Remove all FEI relatedVíctor Manuel Jáquez Leal3-987/+0
2020-01-06test: vaapioverlay: bail test if not availableVíctor Manuel Jáquez Leal1-1/+6
2020-01-06tests: vaapioverlay: force drm backendVíctor Manuel Jáquez Leal1-1/+1
2020-01-06tests: check: add basic vaapioverlay testU. Artie Eoff2-0/+214
2019-12-20libs: surface: port to GstMiniObjectHe Junyan4-10/+11
2019-12-20libs: image: port to GstMiniObject base classHe Junyan5-8/+8
2019-12-17tests: check return calling of gst_navigation_event_parse.*Víctor Manuel Jáquez Leal1-5/+10
2019-12-10Do not mix declaration and codeThibault Saunier1-1/+1
2019-11-06libs: video-format: change GST_VIDEO_FORMAT_AYUV to VUYA.He Junyan1-1/+1
2019-10-16tests: check: vaapipostproc test_orientation_mouse_eventsU. Artie Eoff1-0/+106
2019-10-16tests: check: vaapipostproc test_crop_mouse_eventsU. Artie Eoff2-1/+230
2019-10-16tests: check: initial unit test supportU. Artie Eoff3-0/+90
2019-10-16tests: move examples and tests to subfoldersU. Artie Eoff41-82/+84
2019-10-14Remove autotools buildTim-Philipp Müller2-232/+0
2019-09-23libs: encoder: remove gst_vaapi_encoder_{ref,unref}()Víctor Manuel Jáquez Leal2-2/+2
2019-08-20libs: remove surface's parent contextVíctor Manuel Jáquez Leal1-2/+1
2019-08-19libs: profile: add gst_vaapi_profile_get_va_name()Víctor Manuel Jáquez Leal1-1/+1
2019-08-19test-vaapisink: also use vaapipostproc to change orientationVíctor Manuel Jáquez Leal1-9/+43
2019-06-03meson: Bump minimal GLib version to 2.44Niels De Graef1-5/+0
2019-04-09meson: build test-vaapicontext when using X11Haihao Xiang1-0/+2
2019-01-07meson: build h264 fei encoder if possibleHaihao Xiang1-0/+8
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang2-4/+0
2018-12-24libs: window: remove custom ref() and unref()Víctor Manuel Jáquez Leal5-8/+8
2018-12-15meson: Add gtk guardWonchul Lee1-10/+12
2018-11-05tests: check return value when using gst_buffer_map.Wangfei2-2/+4
2018-11-05build: meson: build examplesVíctor Manuel Jáquez Leal2-0/+99
2018-09-26tests: include sysdeps.h in compilation unitU. Artie Eoff1-1/+1
2018-09-26tests: fix compilationVíctor Manuel Jáquez Leal2-3/+2
2018-09-25tests: don's use sysdeps.h in headerVíctor Manuel Jáquez Leal1-1/+2
2018-09-25tests: remove already include string.hVíctor Manuel Jáquez Leal4-4/+0
2018-09-03libs: filter: remove custom ref() and unref()Víctor Manuel Jáquez Leal1-1/+1
2018-09-03libs: decoder: remove gst_vaapi_decoder_unref()Víctor Manuel Jáquez Leal2-2/+2
2018-06-14libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal1-1/+1
2018-06-14libs: display: remove gst_vaapi_display_unref()Víctor Manuel Jáquez Leal10-22/+22
2018-02-27tests: element: rewrite ROI testVíctor Manuel Jáquez Leal1-63/+137
2018-02-27Revert "tests: simple-encoder: add an option to set ROI"Víctor Manuel Jáquez Leal1-39/+0
2018-01-10tests: test-filter: fix dereference before null checkVíctor Manuel Jáquez Leal1-1/+2
2018-01-10tests: y4mreader: fix string state checkupVíctor Manuel Jáquez Leal1-1/+1
2018-01-10tests: y4mreader: use int for fgetcVíctor Manuel Jáquez Leal1-4/+2
2018-01-10tests: y4mreader: fix incompatible castVíctor Manuel Jáquez Leal1-6/+9
2017-12-06test: vaapicontext: process have-context bus messageVíctor Manuel Jáquez Leal1-0/+40
2017-12-06test: vaapicontext: app context is not persistentVíctor Manuel Jáquez Leal1-1/+1
2017-09-22tests: display: use GObject getterVíctor Manuel Jáquez Leal1-74/+12
2017-09-22tests: test-display: remove display cache testsVíctor Manuel Jáquez Leal1-84/+0
2017-09-01FEI: Add test applications to showcase fei use caseSreerenj Balachandran3-0/+998
2017-07-26tests: elements: add testsuite of vaapi contextHyunjun Ko2-0/+334
2017-07-18tests: elements: add test for vaapipostprocHyunjun Ko2-0/+162