summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2019-02-16libs: window: wayland: Prefix wl_shell_surface field with `wl_`Niels De Graef1-14/+14
2019-02-16libs: wayland: Prefix wl_shell field with `wl_`Niels De Graef3-7/+7
2019-02-11libs: display: lock ensure_profile()Denis Nagorny1-1/+6
2019-01-24vaapisink: x11: trap WM_DELETE_WINDOW messageVíctor Manuel Jáquez Leal1-2/+10
2019-01-22libs: window: remove native-id propertyVíctor Manuel Jáquez Leal1-21/+6
2019-01-22libs: window: use G_GSIZE_MODIFIER for window idVíctor Manuel Jáquez Leal1-2/+2
2019-01-22encoder: h264/h265: set SPS cbr_flag with correct value.Wangfei2-14/+23
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-11vaapipostproc: clean up USE_VA_VPP macro since it already removed fromWangfei1-4/+0
2019-01-07meson: build h264 fei encoder if possibleHaihao Xiang1-0/+17
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang14-274/+21
2018-12-24libs: window: remove custom ref() and unref()Víctor Manuel Jáquez Leal3-36/+3
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-10Use G_DEFINE_TYPE_WITH_PRIVATE if applicableNiels De Graef3-15/+6
2018-12-04libs: dec: h265: support decode for main-444 10bit streams.Wangfei5-1/+22
2018-11-14libs: dec: h265: support decode for main-444 8bit streams.Wangfei4-0/+20
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-07libs: Modify the video format of endianness.Junyan He1-24/+31
2018-11-05libs: encoder: h264/h264fei: remove unuseless code.Wangfei2-2/+0
2018-11-05build: meson: declare headers for libgstvaapiVíctor Manuel Jáquez Leal1-1/+1
2018-11-01libs: dec: h265: support decode for main-10-422 10bit streams.Wangfei5-2/+21
2018-10-16libs: context: roi_rc_qp_delta_support should not be checked when CQP.Wangfei1-4/+8
2018-10-15libs: context: create context first before using it to create surface.Wangfei1-2/+2
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-09-27libs: h264: Update level table to "Recommendation H.264 (04/17)".Matteo Valdina2-2/+14
2018-09-27libs: dec: h265: add 422 chroma format support.Wangfei9-18/+79
2018-09-25libs: utils: no need of include config.hVíctor Manuel Jáquez Leal1-1/+0
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal18-18/+0
2018-09-25libs: object: separation of internal API and pluginsVíctor Manuel Jáquez Leal2-20/+0
2018-09-25libs: parser_frame: change macros for inlined functionsVíctor Manuel Jáquez Leal1-9/+20
2018-09-25libs: videopool: remove unneeded codeVíctor Manuel Jáquez Leal4-34/+7
2018-09-25libs: remove dependency on IN_LIBGSTVAAPI_COREVíctor Manuel Jáquez Leal14-234/+61
2018-09-18libs: dec: h265: fix the macros used for IDC profileWangfei1-3/+3
2018-09-13libs: use g_clear_pointer() when possibleJimmy Ohn5-59/+14
2018-09-03libs: filter: add gobject's cleanup functionVíctor Manuel Jáquez Leal1-0/+5
2018-09-03libs: filter: remove custom ref() and unref()Víctor Manuel Jáquez Leal3-41/+2
2018-09-03libs: filter: refactor filter as gobjectVíctor Manuel Jáquez Leal2-29/+99
2018-09-03libs: decoder: remove destoy() and create() callbacksVíctor Manuel Jáquez Leal2-7/+1
2018-09-03libs: decoder: vp9: implement reset() callbackVíctor Manuel Jáquez Leal1-2/+10
2018-09-03libs: decoder: vp8: implement reset() callbackVíctor Manuel Jáquez Leal1-2/+10
2018-09-03libs: decoder: vc1: implement reset() callbackVíctor Manuel Jáquez Leal1-5/+11
2018-09-03libs: decoder: mpeg4: implement reset() callbackVíctor Manuel Jáquez Leal1-2/+9