summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Release 1.11.21.11.2Sebastian Dröge4-10/+437
2017-02-22vaapiencode: merge tags for downstream's infoVíctor Manuel Jáquez Leal1-1/+33
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 Phillips4-12/+12
2017-02-15meson: gstreamer-codecparsers is a required depTim-Philipp Müller1-1/+1
2017-02-15meson: dist meson build filesTim-Philipp Müller1-1/+3
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-09plugins: fix build when gccVíctor Manuel Jáquez Leal1-1/+1
2017-02-09vaapi: add meson buildScott D Phillips8-0/+441
2017-02-09make: remove gstvaapiversion.h generationScott D Phillips4-81/+1
2017-02-09plugins: use linear storage if not the same deviceJulien Isorce1-4/+22
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-03vaapidecode: don't GLTextureUpload if dmabufVíctor Manuel Jáquez Leal1-5/+8
2017-02-03vaapidecode: make pool to export decoder's surfaceJulien Isorce1-5/+29
2017-02-03plugins: decoder can negotiate dmabuf downstreamVíctor Manuel Jáquez Leal1-1/+1
2017-02-03vaapivideobufferpool: override acquire_buffer()Julien Isorce1-0/+70
2017-02-02vaapivideomemory: export surface if it is providedJulien Isorce2-15/+48
2017-02-02vaapivideobufferpool: add GstVaapiVideoBufferPoolAcquireParamsJulien Isorce1-0/+20
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-02vaapipostproc: don't GLTextureUpload if dmabufJulien Isorce1-1/+9
2017-02-02plugins: enable DMAbuf allocator to downstreamVíctor Manuel Jáquez Leal1-4/+17
2017-02-02plugins: check if negotiate dmabuf with downstreamVíctor Manuel Jáquez Leal2-1/+10
2017-02-02vaapivideomemory: release proxy's data if downstreamJulien Isorce1-0/+8
2017-02-02libs: bufferproxy: add gst_vaapi_buffer_proxy_release_data()Julien Isorce2-0/+22
2017-02-02vaapivideomemory: add direction to dmabuf allocatorJulien Isorce3-3/+11
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-02-01vaapipostproc: set GST_VAAPI_POSTPROC_FLAG_SIZE according to src capsHyunjun Ko1-3/+5
2017-01-27plugins: handle GL params through context queryVíctor Manuel Jáquez Leal6-21/+29
2017-01-27plugins: create a GL context on certain conditionsVíctor Manuel Jáquez Leal3-15/+95
2017-01-26vaapivideocontext: context type can be rejectedVíctor Manuel Jáquez Leal1-2/+5
2017-01-20vaapipostproc: use sink caps par if not requestedVíctor Manuel Jáquez Leal1-3/+3
2017-01-20vaapipostproc: set interlace modeVíctor Manuel Jáquez Leal2-1/+31
2017-01-20vaapisink: fix gcc compiler warningVíctor Manuel Jáquez Leal1-2/+2
2017-01-18vaapisink: don't use member variable outside lockVíctor Manuel Jáquez Leal1-6/+16
2017-01-18plugins: avoid log flood when activating poolVíctor Manuel Jáquez Leal2-2/+4
2017-01-18vaapidecode: update internal decoder sink capsVíctor Manuel Jáquez Leal4-14/+63
2017-01-12Back to developmentSebastian Dröge1-4/+4
2017-01-12Release 1.11.11.11.1Sebastian Dröge4-1123/+956
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-10plugins: provide at least two buffers in sink poolHyunjun Ko1-2/+6
2017-01-10libs: decoder: h264: don't update cloned attributesHyunjun Ko1-4/+11
2017-01-09vaapivideomemory: check for displayVíctor Manuel Jáquez Leal1-1/+1