summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Release 1.16.01.16.0Tim-Philipp Müller6-91/+291
2019-04-19Update docsTim-Philipp Müller1-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-15build: configure: delay USE_GTK conditional until check libva-x11Víctor Manuel Jáquez Leal1-1/+4
2019-04-15build: configure: disable GLX if libva-x11 is not foundVíctor Manuel Jáquez Leal1-1/+4
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-11plugins: find the preferred format from right caps.Wangfei1-8/+19
2019-04-11libs: encoder: h265: fill tier in va seq param bufU. Artie Eoff1-3/+1
2019-04-11Release 1.15.901.15.90Tim-Philipp Müller6-51/+272
2019-04-11Update docsTim-Philipp Müller1-7/+7
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-09meson: build test-vaapicontext when using X11Haihao Xiang1-0/+2
2019-04-01libs: encoder: h264_fei: Use gst_param_spec_array for view-idsHe Junyan3-50/+128
2019-03-30vaapipluginutil: Fix #endif for USE_X11Danilo Spinella1-1/+1
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-25vaapiencode: gobject's prop_id differ from vaapi encoderHe Junyan1-1/+1
2019-03-21meson: disable compiler warnings for unused vars and args if gst debug system...Tim-Philipp Müller1-0/+18
2019-03-21meson: use new 'python' module instead of deprecated 'python3' oneTim-Philipp Müller1-1/+1
2019-03-11Update common submodule back to 59cb678164719ff59dcf6c8b93df4617a1075d11Thibault Saunier1-0/+0
2019-03-04Back to developmentTim-Philipp Müller5-11/+11
2019-03-01libs: Fix a typo in comments.He Junyan1-1/+1
2019-02-27plugin: if any caps in downstream, negotiate raw videoVíctor Manuel Jáquez Leal1-6/+18
2019-02-26Release 1.15.21.15.2Tim-Philipp Müller6-104/+367
2019-02-26Update docsTim-Philipp Müller1-1/+1
2019-02-21vaapivideomemory: Prefer same format for surface and imageHe Junyan1-65/+139
2019-02-17libs: Delete the duplicated ARGB video format.He Junyan1-2/+0
2019-02-17glx: Stop specifying GLX_DEPTH_SIZEAdam Jackson2-2/+0
2019-02-16libs: wayland: add support for XDG-shell protocolNiels De Graef8-19/+222
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-02-08meson: bump the minimum wayland version requirement to 1.11.0Víctor Manuel Jáquez Leal1-1/+2
2019-01-24vaapisink: x11: trap WM_DELETE_WINDOW messageVíctor Manuel Jáquez Leal2-2/+39
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-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