summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2019-01-15vaapipostproc: before set surface proxy, check if it already been created and...Wangfei1-7/+9
2019-01-07meson: build h264 fei encoder if possibleHaihao Xiang1-0/+7
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang6-83/+10
2018-12-24plugins: Add more check for allowed raw caps.He Junyan5-26/+80
2018-12-18vaapipostproc: fix csc fail when only change width or height.Wangfei1-1/+1
2018-12-15libs: enc: h264: set max profile idc with correct profile.Wangfei1-15/+6
2018-12-04libs: dec: h265: support decode for main-444 10bit streams.Wangfei2-2/+2
2018-11-28Run gst-indent through the filesJordan Petridis2-2/+2
2018-11-27plugins: modify image check of extract_allowed_surface_formats.He Junyan1-5/+5
2018-11-27vaapipostproc: add some missing lockingMichael Olbrich1-0/+2
2018-11-20Close dmabuf_fdXiang, Haihao1-0/+1
2018-11-14vaapiencode: don't start src pad task in set_formatMichael Olbrich1-7/+15
2018-11-14libs: dec: h265: support decode for main-444 8bit streams.Wangfei2-2/+2
2018-11-05plugins: Fix build error when GL is enabled while EGL is disabled.Junyan He1-10/+11
2018-11-01libs: dec: h265: support decode for main-10-422 10bit streams.Wangfei2-2/+2
2018-10-15vaapipostproc: fix classification stringVíctor Manuel Jáquez Leal1-2/+1
2018-10-15vaapipostproc: Add Hardware classifier to metadataPhilippe Normand1-2/+2
2018-10-12gst: Advertise elements interacting with hardware devicesPhilippe Normand8-8/+8
2018-10-09vaapipostproc: change the way of handling deinterlaceSoon, Thean Siew1-3/+1
2018-09-27libs: dec: h265: add 422 chroma format support.Wangfei3-29/+46
2018-09-25libs: object: separation of internal API and pluginsVíctor Manuel Jáquez Leal1-2/+4
2018-09-03vaapidecode: Requests upstream a key unit at parse or decode error.Matteo Valdina1-1/+11
2018-09-03vaapidecode: sets return value in failure case.Matteo Valdina1-0/+1
2018-07-25vaapidecode: Skip unparsable units from adapterNicolas Dufresne1-1/+2
2018-07-25vaapidecoder: Don't error out on decode errorsNicolas Dufresne1-0/+3
2018-06-26pluginutil: downgrade unsupported driver loggingMathieu Duponchelle1-1/+1
2018-06-24Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-15/+5
2018-06-14libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal2-2/+2
2018-06-14libs: display: remove gst_vaapi_display_unref()Víctor Manuel Jáquez Leal5-9/+9
2018-06-14vaapibufferpool: declare parameter display as objectVíctor Manuel Jáquez Leal1-4/+3
2018-06-12plugins: fix compilationVíctor Manuel Jáquez Leal1-1/+1
2018-06-12plugins: refactor gst_vaapi_create_display_from_gl_context()Víctor Manuel Jáquez Leal1-117/+153
2018-06-12plugins: handle EGL when creating VAAPI display from glVíctor Manuel Jáquez Leal1-2/+20
2018-06-12display: egl: create VaapiDisplayEGL with native EGL displayHyunjun Ko1-9/+32
2018-06-07vaapipostproc: don't copy the GstParentBufferMeta if use_vppMichael Olbrich1-0/+5
2018-06-06vaapiencode: h264: log output capsVíctor Manuel Jáquez Leal1-0/+2
2018-06-06vaapiencode: h264: find profile in available and allowed capsVíctor Manuel Jáquez Leal1-5/+25
2018-05-21plugins: guard GstGL codeVíctor Manuel Jáquez Leal1-0/+2
2018-04-30vaapih264dec: add constrained and progressive profilesWang,Fei1-0/+7
2018-04-26plugin: remove custom GstGL context handlingVíctor Manuel Jáquez Leal4-49/+33
2018-04-26plugins: GstGL API must use the member variablesVíctor Manuel Jáquez Leal1-23/+3
2018-04-26plugins: pass members as parameters of gst_gl_ensure_element_data()Hyunjun Ko1-5/+8
2018-04-18videocontext: support wl-display in "gst.vaapi.app.Display"Hyunjun Ko1-0/+14
2018-03-30vaapiencode: h264: find best profile in those availableVíctor Manuel Jáquez Leal1-1/+1
2018-03-01vaapipostproc: change how the metadata is copiedVíctor Manuel Jáquez Leal1-19/+26
2018-02-27postproc: Copy meta data from input to outputNicolas Dufresne1-1/+21
2018-02-27Revert "vaapiencode: handle custom event GstVaapiEncoderRegionOfInterest"Víctor Manuel Jáquez Leal2-113/+0
2018-02-27plugins: copy input buffer metasVíctor Manuel Jáquez Leal1-2/+3
2018-02-20vaapidecode: generate system allocated buffersVíctor Manuel Jáquez Leal1-0/+39
2018-02-20vaapipostproc: handle system allocated buffers when requiredVíctor Manuel Jáquez Leal1-5/+82