summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2019-11-29libs: decoder: h265: skip all pictures prior the first I-frameVíctor Manuel Jáquez Leal1-1/+23
2019-11-11libs: window: x11: Avoid usage of deprecated APIVíctor Manuel Jáquez Leal1-6/+2
2019-09-19egl: Fix racyness in display thread creationMatthew Waters2-1/+9
2019-09-19egl: don't advertise a wrapped EGLContext as actually wrappedMatthew Waters1-2/+0
2019-08-07libs: encoder: vp8,vp9: reset frame_counter when input frame's format changesFreyr2-0/+9
2019-08-07libs: mpeg2 encoder: No packed header for SPS and PPSHe Junyan1-3/+7
2019-08-07libs: dec: vp9: clear parser pointer after releaseVíctor Manuel Jáquez Leal1-2/+1
2019-08-07libs: enc: h265: reset num_ref_idx_l1_active_minus1 when low delay B.Wangfei1-0/+3
2019-08-07libs: encoder: not call ensure_num_slices inside g_assertHe Junyan2-4/+8
2019-08-07libs: encoder: continue if roi meta is NULLVíctor Manuel Jáquez Leal1-0/+2
2019-08-07lib: decoder: vp9: Set chroma_type by VP9 bit_depthHe Junyan1-1/+10
2019-08-06libs: surface: fix double free when dmabuf export failsJulien Isorce1-1/+1
2019-04-15libs: encoder: h264,h265: guard VA version for max_qp propertyVíctor Manuel Jáquez Leal3-0/+10
2019-04-15libs: Add RGB565 image format support.He Junyan2-0/+3
2019-04-15libs: utils: avoid macro evaluation when stringifyHe Junyan1-1/+5
2019-04-15libs: utils: use glib's macrosVíctor Manuel Jáquez Leal1-6/+2
2019-04-11libs: encoder: h265: fill tier in va seq param bufU. Artie Eoff1-3/+1
2019-04-10libs: encoder: h265: Recognize the correct level and tier.He Junyan1-23/+28
2019-04-10libs: encoder: h264,h265: Set max_qp if min_qp is non-zero.He Junyan3-0/+12
2019-04-09libs: encoder: h264,h265: initial and minimal QP can be zeroVíctor Manuel Jáquez Leal3-6/+6
2019-04-01libs: encoder: h264_fei: Use gst_param_spec_array for view-idsHe Junyan3-50/+128
2019-03-29libs: encoder: h264: simplify the view-ids settingVíctor Manuel Jáquez Leal1-23/+23
2019-03-29libs: encoder: h264: Use gst_param_spec_array for view-idsHe Junyan1-20/+43
2019-03-29libs: Change the parameter setting order when encode picture.He Junyan1-4/+4
2019-03-28libs: decoder: jpeg: support dynamic resolution change decode.Wangfei1-0/+13
2019-03-26libs: encoder: h265: add low power mode encode.Wangfei1-13/+31
2019-03-01libs: Fix a typo in comments.He Junyan1-1/+1
2019-02-17libs: Delete the duplicated ARGB video format.He Junyan1-2/+0
2019-02-17glx: Stop specifying GLX_DEPTH_SIZEAdam Jackson1-2/+0
2019-02-16libs: wayland: add support for XDG-shell protocolNiels De Graef5-17/+198
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