summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.11.2gstreamer-vaapi-1.11.2Sebastian Dröge2017-02-244-10/+437
* vaapiencode: merge tags for downstream's infoVíctor Manuel Jáquez Leal2017-02-221-1/+33
* libs: encoder: caps can change at any timeVíctor Manuel Jáquez Leal2017-02-221-10/+0
* libs: encoder: h265: bail if nal unit type failsVíctor Manuel Jáquez Leal2017-02-221-1/+2
* libs: decoder: h264,h265 avoid uninitialized variableVíctor Manuel Jáquez Leal2017-02-162-8/+8
* build: rename USE_HEVC_DECODER to USE_H265_DECODERScott D Phillips2017-02-164-12/+12
* meson: gstreamer-codecparsers is a required depTim-Philipp Müller2017-02-151-1/+1
* meson: dist meson build filesTim-Philipp Müller2017-02-151-1/+3
* libs: encoder: vp8: add CBR encoding modeHyunjun Ko2017-02-101-1/+67
* libs: encoder: vp8: fix bitrate calculationHyunjun Ko2017-02-101-2/+3
* plugins: fix build when gccVíctor Manuel Jáquez Leal2017-02-091-1/+1
* vaapi: add meson buildScott D Phillips2017-02-098-0/+441
* make: remove gstvaapiversion.h generationScott D Phillips2017-02-094-81/+1
* plugins: use linear storage if not the same deviceJulien Isorce2017-02-091-4/+22
* libs: utils: add HEVC profiles representationHyunjun Ko2017-02-081-0/+4
* libs: decoder: h264: reduce frame number of gapsHyunjun Ko2017-02-071-2/+15
* vaapidecode: don't GLTextureUpload if dmabufVíctor Manuel Jáquez Leal2017-02-031-5/+8
* vaapidecode: make pool to export decoder's surfaceJulien Isorce2017-02-031-5/+29
* plugins: decoder can negotiate dmabuf downstreamVíctor Manuel Jáquez Leal2017-02-031-1/+1
* vaapivideobufferpool: override acquire_buffer()Julien Isorce2017-02-031-0/+70
* vaapivideomemory: export surface if it is providedJulien Isorce2017-02-022-15/+48
* vaapivideobufferpool: add GstVaapiVideoBufferPoolAcquireParamsJulien Isorce2017-02-021-0/+20
* libs: surface: add gst_vaapi_surface_{set,peek}_buffer_proxy()Julien Isorce2017-02-022-0/+40
* libs: bufferproxy: gst_vaapi_buffer_proxy_{set,peek}_mem()Julien Isorce2017-02-023-0/+47
* vaapipostproc: don't GLTextureUpload if dmabufJulien Isorce2017-02-021-1/+9
* plugins: enable DMAbuf allocator to downstreamVíctor Manuel Jáquez Leal2017-02-021-4/+17
* plugins: check if negotiate dmabuf with downstreamVíctor Manuel Jáquez Leal2017-02-022-1/+10
* vaapivideomemory: release proxy's data if downstreamJulien Isorce2017-02-021-0/+8
* libs: bufferproxy: add gst_vaapi_buffer_proxy_release_data()Julien Isorce2017-02-022-0/+22
* vaapivideomemory: add direction to dmabuf allocatorJulien Isorce2017-02-023-3/+11
* libs: utils: return NULL if failed to get surface formatsHyunjun Ko2017-02-011-1/+5
* Revert "vaapidisplay: mark X11 display as compatible with EGL"Víctor Manuel Jáquez Leal2017-02-011-4/+0
* vaapipostproc: set GST_VAAPI_POSTPROC_FLAG_SIZE according to src capsHyunjun Ko2017-02-011-3/+5
* plugins: handle GL params through context queryVíctor Manuel Jáquez Leal2017-01-276-21/+29
* plugins: create a GL context on certain conditionsVíctor Manuel Jáquez Leal2017-01-273-15/+95
* vaapivideocontext: context type can be rejectedVíctor Manuel Jáquez Leal2017-01-261-2/+5
* vaapipostproc: use sink caps par if not requestedVíctor Manuel Jáquez Leal2017-01-201-3/+3
* vaapipostproc: set interlace modeVíctor Manuel Jáquez Leal2017-01-202-1/+31
* vaapisink: fix gcc compiler warningVíctor Manuel Jáquez Leal2017-01-201-2/+2
* vaapisink: don't use member variable outside lockVíctor Manuel Jáquez Leal2017-01-181-6/+16
* plugins: avoid log flood when activating poolVíctor Manuel Jáquez Leal2017-01-182-2/+4
* vaapidecode: update internal decoder sink capsVíctor Manuel Jáquez Leal2017-01-184-14/+63
* Back to developmentSebastian Dröge2017-01-121-4/+4
* Release 1.11.1gstreamer-vaapi-1.11.1Sebastian Dröge2017-01-124-1123/+956
* vaapi: bump ifdef to API 0.40.0 for log redirectVíctor Manuel Jáquez Leal2017-01-121-2/+2
* vaapiutils: Fix compilation with latest and previous libva releasesSebastian Dröge2017-01-121-2/+2
* libs: display: redirect logging at initializeVíctor Manuel Jáquez Leal2017-01-114-7/+40
* plugins: provide at least two buffers in sink poolHyunjun Ko2017-01-101-2/+6
* libs: decoder: h264: don't update cloned attributesHyunjun Ko2017-01-101-4/+11
* vaapivideomemory: check for displayVíctor Manuel Jáquez Leal2017-01-091-1/+1