summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Release 1.15.11.15.1Tim-Philipp Müller6-62/+2453
2019-01-17Update docsTim-Philipp Müller1-15/+15
2019-01-14libs: encoder: refactor to avoid code duplicationVíctor Manuel Jáquez Leal1-39/+42
2019-01-14libs: encoder: h264/h265: flush pending ordered picturesVíctor Manuel Jáquez Leal5-103/+174
2019-01-14libs: encoder: h264/h265: fix encode lose frame issue.Wangfei4-34/+125
2019-01-15vaapipostproc: before set surface proxy, check if it already been created and...Wangfei1-7/+9
2019-01-11vaapipostproc: clean up USE_VA_VPP macro since it already removed fromWangfei1-4/+0
2019-01-07meson: build h264 fei encoder if possibleHaihao Xiang4-0/+34
2019-01-07configure: bump the minimum wayland version requirement to 1.11.0Haihao Xiang1-1/+1
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang24-778/+42
2018-12-24libs: window: remove custom ref() and unref()Víctor Manuel Jáquez Leal8-44/+11
2018-12-24libs: window: use its own debug categoryVíctor Manuel Jáquez Leal6-11/+17
2018-12-24libs: window: refactor as gobjectVíctor Manuel Jáquez Leal14-409/+531
2018-12-24libs: filter: use its own debug categoryVíctor Manuel Jáquez Leal1-4/+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-15meson: Add gtk guardWonchul Lee1-10/+12
2018-12-15libs: enc: h264: set max profile idc with correct profile.Wangfei1-15/+6
2018-12-10Use G_DEFINE_TYPE_WITH_PRIVATE if applicableNiels De Graef3-15/+6
2018-12-05Automatic update of common submoduleThibault Saunier1-0/+0
2018-12-04libs: dec: h265: support decode for main-444 10bit streams.Wangfei7-3/+24
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.Wangfei6-2/+22
2018-11-12Add Gitlab CI configurationVíctor Manuel Jáquez Leal1-0/+1
2018-11-10libs: Sync the GstVaapiChromaType to VA header file.He Junyan2-7/+61
2018-11-09meson: link with -lmTim-Philipp Müller1-1/+2
2018-11-09meson: bump meson required to 0.47 for feature optionsTim-Philipp Müller1-1/+1
2018-11-07libs: Modify the video format of endianness.Junyan He1-24/+31
2018-11-05plugins: Fix build error when GL is enabled while EGL is disabled.Junyan He1-10/+11
2018-11-05libs: encoder: h264/h264fei: remove unuseless code.Wangfei2-2/+0
2018-11-05tests: check return value when using gst_buffer_map.Wangfei2-2/+4
2018-11-05build: meson: build examplesVíctor Manuel Jáquez Leal4-1/+109
2018-11-05build: meson: declare headers for libgstvaapiVíctor Manuel Jáquez Leal1-1/+1
2018-11-05Update common submodule locationMatthew Waters1-1/+1
2018-11-05Clone the code from gitlabHaihao Xiang2-3/+3
2018-11-01libs: dec: h265: support decode for main-10-422 10bit streams.Wangfei7-4/+23
2018-10-16libs: context: roi_rc_qp_delta_support should not be checked when CQP.Wangfei1-4/+8
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-15libs: context: create context first before using it to create surface.Wangfei1-2/+2
2018-10-12gst: Advertise elements interacting with hardware devicesPhilippe Normand9-15/+15
2018-10-10libs: context: query surface format before context to create surface.Wangfei3-2/+55
2018-10-09libs: replace g_error with GST_ERRORVíctor Manuel Jáquez Leal2-2/+6
2018-10-09libs: replace g_warning with GST_WARNINGVíctor Manuel Jáquez Leal3-3/+3
2018-10-09libs: Move from g_debug to GST_DEBUG.Matteo Valdina4-16/+25
2018-10-09vaapipostproc: change the way of handling deinterlaceSoon, Thean Siew1-3/+1