summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-03-14libs: encoder: h265: fix reserved length of bitsHyunjun Ko1-2/+2
2017-03-14O_CLOEXEC needs _GNU_SOURCE definedThomas Petazzoni1-0/+1
2017-03-02libs: window: wayland: handle more VAStatus to use vppHyunjun Ko1-1/+3
2017-02-28libs: encoder: ensure profile when context initializationHyunjun Ko1-1/+1
2017-02-28libs: encoder: set rate control info only when query succeedHyunjun Ko1-3/+4
2017-02-22libs: encoder: caps can change at any timeVíctor Manuel Jáquez Leal1-10/+0
2017-02-22libs: encoder: h265: bail if nal unit type failsVíctor Manuel Jáquez Leal1-1/+2
2017-02-16libs: decoder: h264,h265 avoid uninitialized variableVíctor Manuel Jáquez Leal2-8/+8
2017-02-16build: rename USE_HEVC_DECODER to USE_H265_DECODERScott D Phillips1-1/+1
2017-02-10libs: encoder: vp8: add CBR encoding modeHyunjun Ko1-1/+67
2017-02-10libs: encoder: vp8: fix bitrate calculationHyunjun Ko1-2/+3
2017-02-09vaapi: add meson buildScott D Phillips4-0/+254
2017-02-09make: remove gstvaapiversion.h generationScott D Phillips3-77/+1
2017-02-08libs: utils: add HEVC profiles representationHyunjun Ko1-0/+4
2017-02-07libs: decoder: h264: reduce frame number of gapsHyunjun Ko1-2/+15
2017-02-02libs: surface: add gst_vaapi_surface_{set,peek}_buffer_proxy()Julien Isorce2-0/+40
2017-02-02libs: bufferproxy: gst_vaapi_buffer_proxy_{set,peek}_mem()Julien Isorce3-0/+47
2017-02-02libs: bufferproxy: add gst_vaapi_buffer_proxy_release_data()Julien Isorce2-0/+22
2017-02-01libs: utils: return NULL if failed to get surface formatsHyunjun Ko1-1/+5