summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2017-06-07libs: encoder: h264,h265,mpeg2: add framerate parameterVíctor Manuel Jáquez Leal3-0/+20
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: set misc param onceVíctor Manuel Jáquez Leal4-20/+16
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: refactor misc parametersVíctor Manuel Jáquez Leal6-125/+133
2017-06-07libs: encoder: vp8: fix frame rate calculationVíctor Manuel Jáquez Leal1-2/+2
2017-06-07libs: encoder: vp8: refactor FrameRate parameterVíctor Manuel Jáquez Leal1-15/+14
2017-06-07libs: encoder: h264,h265,mpeg2,vp8: refactor HDRVíctor Manuel Jáquez Leal4-52/+71
2017-06-07libs: encoder: h264,vp8,mpeg2: refactor control rateVíctor Manuel Jáquez Leal3-57/+108
2017-06-07libs: encoder: h264, h265, mpeg2: remove assertVíctor Manuel Jáquez Leal3-5/+0
2017-06-07libs: encoder: use VA quality level structureVíctor Manuel Jáquez Leal2-13/+14
2017-06-01libs: standardize the FIXME commentVíctor Manuel Jáquez Leal4-21/+25
2017-05-23libs: encoder: vp8: set quality level regardless of rate control modeHyunjun Ko1-2/+3
2017-05-19libs: encoder: check for maximum number of slicesVíctor Manuel Jáquez Leal4-6/+60
2017-05-15libs: utils: mark functions as internalsVíctor Manuel Jáquez Leal1-1/+3
2017-05-15libs: context: add missing documentationVíctor Manuel Jáquez Leal1-0/+2
2017-05-12libs: window: x11: fix src rect info when using vppHyunjun Ko1-1/+8
2017-05-12libs: encoder: h264: set ROI params during encodingHyunjun Ko1-0/+42
2017-05-12libs: encoder: add api gst_vaapi_encoder_add/del_roiHyunjun Ko3-0/+123
2017-05-12libs: encoder/context: query region of interest supportHyunjun Ko3-1/+60
2017-05-12libs: encoder: fix a commentVíctor Manuel Jáquez Leal1-1/+1
2017-05-11libs: encoder: guard quality level configurationVíctor Manuel Jáquez Leal1-1/+4
2017-05-11encoders: add quality level tuningSreerenj Balachandran9-1/+139
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
2017-03-29libs: encoder: h265: fix code styleVíctor Manuel Jáquez Leal1-1/+1
2017-03-28encoder: h264: Fix B frame encoding artifactsSreerenj Balachandran1-0/+14
2017-03-21libs: encoder: h265: remove unused macro definitionVíctor Manuel Jáquez Leal1-5/+0
2017-03-20libs: h26x: adds gst_vaapi_utils_h26x_write_nal_unit()Hyunjun Ko4-10/+127
2017-03-20libs: utils: h26x: create vaapiutils_h26xHyunjun Ko6-150/+145
2017-03-17libs: encoder: h264/5: fix wrong return valueHyunjun Ko2-2/+2