summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-09vaapivideomemory: rename dmabuf allocator parametersVíctor Manuel Jáquez Leal2-16/+21
2017-01-09vaapivideomemory: rename vip to alloc_info parameterVíctor Manuel Jáquez Leal2-7/+7
2017-01-09vaapivideomemory: use GST_VIDEO_INFO_FORMAT_STRING()Víctor Manuel Jáquez Leal1-4/+3
2017-01-09vaapivideomemory: unroll gst_vaapi_surface_new_with_format()Víctor Manuel Jáquez Leal1-3/+1
2017-01-06vaapipostproc: notify if src pad caps changedHyunjun Ko1-6/+15
2016-12-21vaapidecodebin: capsfilter to optimize negotiationVíctor Manuel Jáquez Leal1-5/+30
2016-12-21vaapivideomemory: fail surface/image configurationHyunjun Ko1-10/+24
2016-12-21vaapisink: ensures raw caps at start()Hyunjun Ko1-1/+12
2016-12-14libs: surface: fix error handling code styleVíctor Manuel Jáquez Leal1-5/+9
2016-12-14vaapivideomemory: add gst_video_info_update_from_surface()Víctor Manuel Jáquez Leal1-65/+69
2016-12-14vaapivideomemory: no log object at initializationVíctor Manuel Jáquez Leal1-8/+12
2016-12-09vaapidecode: lock stream when setting capsVíctor Manuel Jáquez Leal1-1/+4
2016-12-09Revert "vaapidecode: implement negotiate() vmethod"Víctor Manuel Jáquez Leal1-6/+7
2016-12-07Revert "encoders: demote to RANK_NONE since not fit for autoplugging yet"Víctor Manuel Jáquez Leal1-1/+1
2016-12-07vaapiencode: get surface formats in get_caps()Hyunjun Ko2-3/+62