summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-01Revert "vaapidisplay: mark X11 display as compatible with EGL"Víctor Manuel Jáquez Leal1-4/+0
2017-01-18vaapidecode: update internal decoder sink capsVíctor Manuel Jáquez Leal2-0/+52
2017-01-12vaapi: bump ifdef to API 0.40.0 for log redirectVíctor Manuel Jáquez Leal1-2/+2
2017-01-12vaapiutils: Fix compilation with latest and previous libva releasesSebastian Dröge1-2/+2
2017-01-11libs: display: redirect logging at initializeVíctor Manuel Jáquez Leal4-7/+40
2017-01-10libs: decoder: h264: don't update cloned attributesHyunjun Ko1-4/+11
2016-12-14libs: surface: fix error handling code styleVíctor Manuel Jáquez Leal1-5/+9
2016-12-07libs: encoder: add gst_vaapi_encoder_get_surface_formats()Hyunjun Ko2-0/+31
2016-12-07libs: encoder: split set_context_info()Hyunjun Ko1-10/+22
2016-12-07libs: context: skip VAContext if no frame sizeHyunjun Ko1-2/+10
2016-12-07libs: context: split context_create()Hyunjun Ko1-18/+36
2016-12-06libs: drm: find render node in hybrid systemVíctor Manuel Jáquez Leal1-2/+20
2016-11-25build: add LIBVA_WAYLAND_CFLAGS to libgstvaapieglDominique Leuenberger1-0/+1
2016-11-03libs: decoder: add _get_surface_formats()Víctor Manuel Jáquez Leal2-0/+21
2016-11-03libs: context: ensure context formatsVíctor Manuel Jáquez Leal2-0/+46
2016-11-03libs: move get_surface_formats to utils_coreVíctor Manuel Jáquez Leal3-54/+85
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal39-212/+463
2016-11-03libs: vaapitexturemap: trivial code-style fixVíctor Manuel Jáquez Leal1-3/+5
2016-11-03libs: display: egl: avoid recreate native displayVíctor Manuel Jáquez Leal1-11/+2
2016-11-03libs: window: egl: pass native va displayHyunjun Ko1-1/+2
2016-11-03libs: display: GstVaapiDisplay as GstObject descendantHyunjun Ko22-309/+257
2016-10-25libs: minor correction for logical consistencyHyunjun Ko4-13/+14
2016-10-19build: clean up the dlopen usageVíctor Manuel Jáquez Leal1-1/+0
2016-10-19encoder: h264,h265: fix regression in offset countVíctor Manuel Jáquez Leal2-2/+2
2016-10-08libs: display: egl: remove unused header includeVíctor Manuel Jáquez Leal1-1/+0