summaryrefslogtreecommitdiff
path: root/gst-libs/gst
AgeCommit message (Expand)AuthorFilesLines
2018-04-18libs: display: wayland: add gst_vaapi_display_wayland_new_with_va_display()Hyunjun Ko2-0/+33
2018-04-18wayland: don't poll if there are no pending framesMichael Olbrich1-0/+5
2018-04-16libs: encoder: h265: 16 bit rounding of picture width and heightHyunjun Ko1-6/+6
2018-03-16libs: decoder: h264: ensure num_ref_frames is greater than 0Julien Isorce1-0/+3
2018-02-27libs: encoder: reimplement ROI using metaVíctor Manuel Jáquez Leal6-48/+131
2018-02-27Revert "libs: encoder: add api gst_vaapi_encoder_add/del_roi"Víctor Manuel Jáquez Leal3-123/+0
2018-02-27libs: surface: cast to uintptr_t pointerVíctor Manuel Jáquez Leal1-1/+1
2018-02-26libs: encoder: add zero as valid value for periodic keyframe.Matteo Valdina1-1/+1
2018-02-22libs: encoder: code-style fixVíctor Manuel Jáquez Leal1-2/+2
2018-02-19libs: encoder: h264,h265: extend max periodic keyframe.Matteo Valdina7-21/+1
2018-01-17build: meson: add missing GstGL dependencyVíctor Manuel Jáquez Leal1-1/+6
2018-01-17libs: utils: egl: add missing guards for GstGLVíctor Manuel Jáquez Leal1-2/+2
2018-01-12libs: egl: utils: use eglGetPlatformDisplay()Víctor Manuel Jáquez Leal4-7/+60
2017-11-27libs: window: wayland: remove unused header includeVíctor Manuel Jáquez Leal1-1/+0
2017-11-27libs: encoder: h264,h265: guard rate control's macroblockVíctor Manuel Jáquez Leal2-0/+6
2017-11-08libs: encoder: h264: Add Hierarchical-B encodeSreerenj Balachandran1-15/+157
2017-11-08libs: encoder: h264: Add Hierarchical-P encodeSreerenj Balachandran1-12/+143
2017-11-08libs: encoder: h264: Fix frame_num generationSreerenj Balachandran1-18/+30
2017-11-08libs: encoder: h264: Add new property "prediction-type"Sreerenj Balachandran2-0/+52
2017-11-08libs: encoder: h264: Add machinery for implementing hierarchical-predictionXuGuangxin2-5/+46
2017-11-08libs: encoder: h264: Add property "temporal-levels"XuGuangxin2-0/+24
2017-11-08libs: encoder: objects: Add a reference flagXuGuangxin1-2/+6
2017-11-06libs: surface: egl: add commentDaniel van Vugt1-0/+10
2017-11-02libs: display: egl: add gst_vaapi_display_egl_set_current_display()Víctor Manuel Jáquez Leal3-14/+28
2017-11-01libs: texture: egl: update EGL display and contextVíctor Manuel Jáquez Leal1-1/+20
2017-11-01libs: display: egl: free leaked memoryVíctor Manuel Jáquez Leal1-0/+5
2017-11-01libs: texture: egl: code styleVíctor Manuel Jáquez Leal1-6/+12
2017-11-01libs: surface: egl: error message if no extensionVíctor Manuel Jáquez Leal1-13/+21
2017-10-20libs: encoder: allow to set bitrate on runtimeHyunjun Ko1-9/+5
2017-10-03libs: utils: log warn if display failVíctor Manuel Jáquez Leal1-1/+18
2017-10-03libs: display: delay getting screen resolutionVíctor Manuel Jáquez Leal2-5/+28
2017-10-03libs: display: egl: avoid two vaDisplay instantiatesVíctor Manuel Jáquez Leal1-0/+7
2017-10-03libs: display: remove display_type from display infoVíctor Manuel Jáquez Leal5-8/+0
2017-10-03libs: display: remove display_type memberVíctor Manuel Jáquez Leal2-8/+3
2017-10-03libs: display: remove parent memberVíctor Manuel Jáquez Leal2-13/+3
2017-09-22libs: display: initialize value if they are not yetVíctor Manuel Jáquez Leal1-3/+6
2017-09-22libs: display: optimize properties setters and gettersVíctor Manuel Jáquez Leal1-65/+85
2017-09-22libs: display: install properties in classVíctor Manuel Jáquez Leal1-0/+36
2017-09-22libs: display: remove gst_vaapi_display_properties_init()Víctor Manuel Jáquez Leal1-11/+1
2017-09-22libs: display: remove libgstvaapi_init_once()Víctor Manuel Jáquez Leal1-21/+8
2017-09-19libs: decoder: h264/h265: decode codec data only if openedHyunjun Ko2-0/+6
2017-09-18libs: encoder: change mbbrc from uint to enumVíctor Manuel Jáquez Leal5-12/+59
2017-09-18Fix a typo in the prop string for compliance-modeJan Schmidt1-1/+1
2017-09-15libs: encoder: don't unref propertiesVíctor Manuel Jáquez Leal1-1/+0
2017-09-15vaapiencode/libs: encoder: fix leaks of propertiesHyunjun Ko1-0/+2
2017-09-14libs: decoder: at update_caps() decode codec_dataVíctor Manuel Jáquez Leal1-6/+7
2017-09-13libs: context: fix wrong counter of the array of attributesHyunjun Ko1-7/+7
2017-09-13libs: encoder: h265: support I/P/B QP setting seperatedlyHyunjun Ko2-0/+53
2017-09-13libs: encoder: h264: support I/P/B QP setting seperatedlyHyunjun Ko2-3/+53
2017-09-13libs: encoder: h264/h265: keep min_qp as is unless it's over init_qpHyunjun Ko2-10/+11