summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-04libs: encoder: h265: increase log2_max_pic_order_cnt range according to spec1.12Hyunjun Ko1-2/+2
2018-05-02libs: encoder: add zero as valid value for periodic keyframe.Matteo Valdina1-1/+1
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-18wayland: don't poll if there are no pending framesMichael Olbrich1-0/+5
2018-03-28Release 1.12.51.12.5Tim-Philipp Müller5-25/+159
2018-03-28Update docsTim-Philipp Müller1-0/+196
2018-03-16libs: decoder: h264: ensure num_ref_frames is greater than 0Julien Isorce1-0/+3
2018-03-01vaapivideobufferpool: fix regressionVíctor Manuel Jáquez Leal1-1/+4
2018-02-20vaapipostproc: set discont flag at vpp deinterlacingVíctor Manuel Jáquez Leal1-1/+11
2018-02-08plugins: handle vaapi allocator in allocation queryVíctor Manuel Jáquez Leal1-3/+17
2018-02-08vaapivideomemory: remove unused macroVíctor Manuel Jáquez Leal1-2/+0
2018-01-30vaapi: add NULL-sentinel to kernel_namesPhilippe Normand1-1/+1
2018-01-12vaapipostproc: lock ensure_filter with postproc_lockMichael Tretter1-2/+11
2017-12-07Release 1.12.41.12.4Sebastian Dröge5-12/+148
2017-10-19libs: encoder: h264: handle deprecated enumVíctor Manuel Jáquez Leal2-1/+7
2017-10-19libs: guard deprecated symbolsVíctor Manuel Jáquez Leal2-0/+4
2017-10-19libs: utils: libva 1.0 changed the loggingVíctor Manuel Jáquez Leal1-4/+35
2017-10-19libs: decoder: h264: libva 1.0 deprecated baselineVíctor Manuel Jáquez Leal1-0/+3
2017-10-19build: blacklist only libva 0.99.0Víctor Manuel Jáquez Leal2-2/+3
2017-09-26vaapiencode: flush pending frames before set formatVíctor Manuel Jáquez Leal1-4/+20
2017-09-26vaapidecode: drain pending frames before set formatVíctor Manuel Jáquez Leal1-0/+2
2017-09-25libs: decoder: h264/h265: decode codec data only if openedHyunjun Ko2-0/+6
2017-09-25libs: decoder: at update_caps() decode codec_dataVíctor Manuel Jáquez Leal1-6/+7
2017-09-18Release 1.12.31.12.3Sebastian Dröge5-10/+277
2017-09-15libs: encoder: don't unref propertiesVíctor Manuel Jáquez Leal1-1/+0
2017-09-15vaapiencode/libs: encoder: fix leaks of propertiesHyunjun Ko2-0/+3
2017-08-24libs: encoder: h264: remove spurious assignationVíctor Manuel Jáquez Leal1-1/+0
2017-08-24vaapidecode: fix mismatch of the return typeHyunjun Ko1-1/+2
2017-08-24libs: decoder: h265: remove spurious codeVíctor Manuel Jáquez Leal1-6/+1
2017-08-24libs: windows: wayland: fail if cannot remove last frameVíctor Manuel Jáquez Leal1-4/+7
2017-08-24libs: utils: glx: check return valueVíctor Manuel Jáquez Leal1-3/+7
2017-08-24libs: vaapi: object: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-1/+1
2017-08-24libs: encoder: h265: remove spurious assignationVíctor Manuel Jáquez Leal1-1/+0
2017-08-24libs: encoder: h265: fix possible integer overflowVíctor Manuel Jáquez Leal2-3/+5
2017-08-24libs: decoder: mpeg4: fail if return value is not OKVíctor Manuel Jáquez Leal1-0/+6
2017-08-24libs: decoder: h265: check for nullVíctor Manuel Jáquez Leal1-2/+4
2017-08-24libs: decoder: h265: untaint loop control variableVíctor Manuel Jáquez Leal1-1/+11
2017-08-24libs: decoder: h264: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-5/+2
2017-08-24vaapiencode: h265: compare an unsigned int if not zeroVíctor Manuel Jáquez Leal1-1/+1
2017-08-24plugins: check gst_gl_ensure_element_data() return valueVíctor Manuel Jáquez Leal1-8/+14
2017-08-24plugins: avoid dead code detectionVíctor Manuel Jáquez Leal1-2/+1
2017-08-24vaapivideobufferpool: don't shift by negative since it's undefinedVíctor Manuel Jáquez Leal1-3/+6
2017-08-24vaapisink: fix memory leakVíctor Manuel Jáquez Leal1-2/+3
2017-08-24vaapipostproc: fix memory leaksVíctor Manuel Jáquez Leal1-3/+9
2017-08-24tests: elements: add test for vaapipostprocHyunjun Ko2-0/+162
2017-08-23postproc: reconfigure when width or height changesHyunjun Ko1-1/+10
2017-08-17Automatic update of common submoduleTim-Philipp Müller1-0/+0
2017-07-17libs: encoder: vp9: array terminated in zerosVíctor Manuel Jáquez Leal1-1/+2
2017-07-14Release 1.12.21.12.2Sebastian Dröge5-12/+73