summaryrefslogtreecommitdiff
path: root/gst-libs
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-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-16libs: decoder: h264: ensure num_ref_frames is greater than 0Julien Isorce1-0/+3
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-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-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-08-24libs: encoder: h264: remove spurious assignationVíctor Manuel Jáquez Leal1-1/+0
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-07-17libs: encoder: vp9: array terminated in zerosVíctor Manuel Jáquez Leal1-1/+2
2017-06-15libs: decoder: h264: initialize active_sps/pps in resetHyunjun Ko1-0/+2
2017-05-12libs: window: x11: fix src rect info when using vppHyunjun Ko1-1/+8
2017-04-25libs: windows: wayland: fix leak if failure of syncHyunjun Ko1-0/+3
2017-04-24libs: window: wayland: mark frames as doneHyunjun Ko1-5/+17
2017-04-24libs: window: wayland: don't sync at destroy()Víctor Manuel Jáquez Leal1-8/+2
2017-04-21libs: window: wayland: null buffer at destroy()Hyunjun Ko1-0/+9
2017-04-21libs: window: wayland: rt event queue at destroy()Jagyum Koo1-0/+5
2017-04-21libs: window: wayland: cancel read at poll messageVíctor Manuel Jáquez Leal1-4/+4
2017-04-12h264 decoder: Implement reset() for faster flushJan Schmidt1-0/+32
2017-04-12Implement decoder reset on flush, rather than recreatingJan Schmidt7-14/+103
2017-04-11libs: window: don't add an unused functionVíctor Manuel Jáquez Leal1-3/+0
2017-04-11libs: window: remove surface_format memberVíctor Manuel Jáquez Leal2-6/+4
2017-04-11libs: window: x11/wayland: use new api for conversionHyunjun Ko3-101/+77
2017-04-11libs: window: add gst_vaapi_window_vpp_convert_internal()Hyunjun Ko2-0/+117
2017-04-11libs: window: x11/wayland: chaining up to GstVaapiWindowHyunjun Ko5-0/+40
2017-04-07libs: encoder: h265: chroma and luma with formatVíctor Manuel Jáquez Leal1-2/+9
2017-04-06libs: encoder: admit YUV420_10BPP as valid chromaVíctor Manuel Jáquez Leal1-1/+2
2017-04-06libs: encoder: h265: ensures profile given formatVíctor Manuel Jáquez Leal1-0/+5
2017-04-06libs: encode: merge all possible surface formatsVíctor Manuel Jáquez Leal1-6/+70
2017-04-06libs: encoder: pass profile to get_surface_formats()Víctor Manuel Jáquez Leal2-5/+11
2017-04-06libs: encoder: dummy context for get_surface_formats()Víctor Manuel Jáquez Leal1-9/+16
2017-04-06libs: encoder: refactor init_context_info()Víctor Manuel Jáquez Leal1-5/+5
2017-04-06libs: encoder: initialize chroma_typeVíctor Manuel Jáquez Leal3-0/+70
2017-04-06libs: encoder: vp9: Fix initialization of ref_listScott D Phillips1-1/+2
2017-03-31encoder: h264: Fix Backward ReferencePicture flag settingSreerenj Balachandran1-1/+2