summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-02Release 1.14.41.14.4Tim-Philipp Müller5-10/+78
2018-10-02Update docsTim-Philipp Müller1-1/+1
2018-09-18libs: dec: h265: fix the macros used for IDC profileWangfei1-3/+3
2018-09-16Release 1.14.31.14.3Tim-Philipp Müller5-12/+167
2018-09-16Update docsTim-Philipp Müller1-1/+1
2018-09-03vaapidecode: sets return value in failure case.Matteo Valdina1-0/+1
2018-08-31libs: display: lock at extracting available image formatesVíctor Manuel Jáquez Leal1-2/+10
2018-08-16meson: Unify required version to 0.40.1Nicolas Dufresne1-1/+1
2018-07-20meson: fix miscellaneous meson warningsTim-Philipp Müller2-4/+0
2018-07-20Release 1.14.21.14.2Tim-Philipp Müller5-144/+365
2018-07-20Update docsTim-Philipp Müller1-1/+1
2018-06-13vaapibufferpool: declare parameter display as objectVíctor Manuel Jáquez Leal1-4/+3
2018-06-07vaapiencode: h264: set best profile in the intersected capsVíctor Manuel Jáquez Leal1-10/+1
2018-06-07plugins: verify EGL display is not NULLVíctor Manuel Jáquez Leal1-2/+4
2018-06-06libs: display: resurrect parent private mememberVíctor Manuel Jáquez Leal3-4/+15
2018-06-06libs: display: egl: initialize params structureVíctor Manuel Jáquez Leal1-9/+8
2018-06-06plugins: handle EGL when creating VAAPI display from glVíctor Manuel Jáquez Leal1-1/+8
2018-06-06display: egl: fix to create VaapiDisplayEGL with native EGL displayHyunjun Ko2-23/+56
2018-06-06vaapiencode: h264: log output capsVíctor Manuel Jáquez Leal1-0/+2
2018-06-06vaapiencode: h264: find profile in available and allowed capsVíctor Manuel Jáquez Leal1-5/+25
2018-06-04libs: encoder: h265: increase log2_max_pic_order_cnt range according to specHyunjun Ko1-2/+2
2018-05-21plugins: guard GstGL codeVíctor Manuel Jáquez Leal1-0/+2
2018-05-17Release 1.14.11.14.1Tim-Philipp Müller5-72/+255
2018-05-17Update docsTim-Philipp Müller1-0/+196
2018-04-27plugin: remove custom GstGL context handlingVíctor Manuel Jáquez Leal4-49/+33
2018-04-27plugins: GstGL API must use the member variablesVíctor Manuel Jáquez Leal1-23/+3
2018-04-27plugins: pass members as parameters of gst_gl_ensure_element_data()Hyunjun Ko1-5/+8
2018-04-26meson: fix USE_GLES_VERSION_MASKVíctor Manuel Jáquez Leal1-7/+14
2018-04-26libs: egl: utils: mark context as wrapped when it isHyunjun Ko1-0/+4
2018-04-25libs: egl: utils: fix usage of GstGL macrosVíctor Manuel Jáquez Leal1-2/+5
2018-04-18wayland: don't poll if there are no pending framesMichael Olbrich1-0/+5
2018-04-05vaapiencode: h264: find best profile in those availableVíctor Manuel Jáquez Leal1-1/+1
2018-03-19Release 1.14.01.14.0Tim-Philipp Müller5-62/+209
2018-03-16libs: decoder: h264: ensure num_ref_frames is greater than 0Julien Isorce1-0/+3
2018-03-13Release 1.13.911.13.91Tim-Philipp Müller5-42/+917
2018-03-03Release 1.13.901.13.90Tim-Philipp Müller5-103/+3241
2018-03-01vaapipostproc: change how the metadata is copiedVíctor Manuel Jáquez Leal1-19/+26
2018-02-27postproc: Copy meta data from input to outputNicolas Dufresne1-1/+21
2018-02-27tests: element: rewrite ROI testVíctor Manuel Jáquez Leal1-63/+137
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-27Revert "tests: simple-encoder: add an option to set ROI"Víctor Manuel Jáquez Leal1-39/+0
2018-02-27Revert "vaapiencode: handle custom event GstVaapiEncoderRegionOfInterest"Víctor Manuel Jáquez Leal2-113/+0
2018-02-27plugins: copy input buffer metasVíctor Manuel Jáquez Leal1-2/+3
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-20vaapidecode: generate system allocated buffersVíctor Manuel Jáquez Leal1-0/+39
2018-02-20vaapipostproc: handle system allocated buffers when requiredVíctor Manuel Jáquez Leal1-5/+82
2018-02-20plugins: add gst_vaapi_copy_va_buffer()Víctor Manuel Jáquez Leal2-0/+72