summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.15.11.15.1Tim-Philipp Müller2019-01-176-62/+2453
* Update docsTim-Philipp Müller2019-01-171-15/+15
* libs: encoder: refactor to avoid code duplicationVíctor Manuel Jáquez Leal2019-01-141-39/+42
* libs: encoder: h264/h265: flush pending ordered picturesVíctor Manuel Jáquez Leal2019-01-145-103/+174
* libs: encoder: h264/h265: fix encode lose frame issue.Wangfei2019-01-144-34/+125
* vaapipostproc: before set surface proxy, check if it already been created and...Wangfei2019-01-151-7/+9
* vaapipostproc: clean up USE_VA_VPP macro since it already removed fromWangfei2019-01-111-4/+0
* meson: build h264 fei encoder if possibleHaihao Xiang2019-01-074-0/+34
* configure: bump the minimum wayland version requirement to 1.11.0Haihao Xiang2019-01-071-1/+1
* vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang2019-01-0724-778/+42
* libs: window: remove custom ref() and unref()Víctor Manuel Jáquez Leal2018-12-248-44/+11
* libs: window: use its own debug categoryVíctor Manuel Jáquez Leal2018-12-246-11/+17
* libs: window: refactor as gobjectVíctor Manuel Jáquez Leal2018-12-2414-409/+531
* libs: filter: use its own debug categoryVíctor Manuel Jáquez Leal2018-12-241-4/+10
* plugins: Add more check for allowed raw caps.He Junyan2018-12-245-26/+80
* vaapipostproc: fix csc fail when only change width or height.Wangfei2018-12-181-1/+1
* meson: Add gtk guardWonchul Lee2018-12-151-10/+12
* libs: enc: h264: set max profile idc with correct profile.Wangfei2018-12-151-15/+6
* Use G_DEFINE_TYPE_WITH_PRIVATE if applicableNiels De Graef2018-12-103-15/+6
* Automatic update of common submoduleThibault Saunier2018-12-051-0/+0
* libs: dec: h265: support decode for main-444 10bit streams.Wangfei2018-12-047-3/+24
* Run gst-indent through the filesJordan Petridis2018-11-282-2/+2
* plugins: modify image check of extract_allowed_surface_formats.He Junyan2018-11-271-5/+5
* vaapipostproc: add some missing lockingMichael Olbrich2018-11-271-0/+2
* Close dmabuf_fdXiang, Haihao2018-11-201-0/+1
* vaapiencode: don't start src pad task in set_formatMichael Olbrich2018-11-141-7/+15
* libs: dec: h265: support decode for main-444 8bit streams.Wangfei2018-11-146-2/+22
* Add Gitlab CI configurationVíctor Manuel Jáquez Leal2018-11-121-0/+1
* libs: Sync the GstVaapiChromaType to VA header file.He Junyan2018-11-102-7/+61
* meson: link with -lmTim-Philipp Müller2018-11-091-1/+2
* meson: bump meson required to 0.47 for feature optionsTim-Philipp Müller2018-11-091-1/+1
* libs: Modify the video format of endianness.Junyan He2018-11-071-24/+31
* plugins: Fix build error when GL is enabled while EGL is disabled.Junyan He2018-11-051-10/+11
* libs: encoder: h264/h264fei: remove unuseless code.Wangfei2018-11-052-2/+0
* tests: check return value when using gst_buffer_map.Wangfei2018-11-052-2/+4
* build: meson: build examplesVíctor Manuel Jáquez Leal2018-11-054-1/+109
* build: meson: declare headers for libgstvaapiVíctor Manuel Jáquez Leal2018-11-051-1/+1
* Update common submodule locationMatthew Waters2018-11-051-1/+1
* Clone the code from gitlabHaihao Xiang2018-11-052-3/+3
* libs: dec: h265: support decode for main-10-422 10bit streams.Wangfei2018-11-017-4/+23
* libs: context: roi_rc_qp_delta_support should not be checked when CQP.Wangfei2018-10-161-4/+8
* vaapipostproc: fix classification stringVíctor Manuel Jáquez Leal2018-10-151-2/+1
* vaapipostproc: Add Hardware classifier to metadataPhilippe Normand2018-10-151-2/+2
* libs: context: create context first before using it to create surface.Wangfei2018-10-151-2/+2
* gst: Advertise elements interacting with hardware devicesPhilippe Normand2018-10-129-15/+15
* libs: context: query surface format before context to create surface.Wangfei2018-10-103-2/+55
* libs: replace g_error with GST_ERRORVíctor Manuel Jáquez Leal2018-10-092-2/+6
* libs: replace g_warning with GST_WARNINGVíctor Manuel Jáquez Leal2018-10-093-3/+3
* libs: Move from g_debug to GST_DEBUG.Matteo Valdina2018-10-094-16/+25
* vaapipostproc: change the way of handling deinterlaceSoon, Thean Siew2018-10-091-3/+1