summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/media/vaapi_video_decode_accelerator.h
Commit message (Expand)AuthorAgeFilesLines
* Revert of Introduce GpuVideoDecodeAcceleratorFactory. (patchset #22 id:600001...lkcrbrettw2016-03-251-13/+10
* Introduce GpuVideoDecodeAcceleratorFactory.posciak2016-03-251-10/+13
* Mac: Decode hardware to 420 instead of 422ccameron2016-03-231-6/+4
* Add offset support to BitstreamBuffer.owenlin2016-03-081-3/+2
* Switch to standard integer types in content/common/.avi2015-12-251-9/+14
* Passed is_encrypted parameter to the VDA initialization.timav2015-12-041-1/+1
* [Ozone] Extends the lifetime of VaapiWrapperwilliam.xie2015-12-021-1/+1
* ui/gl: Move GLImage into gl namespace.tfarina2015-10-291-3/+3
* Reland: Add accelerated VP9 decode infrastructure and an implementation for V...posciak2015-09-181-0/+2
* Revert of Add accelerated VP9 decode infrastructure and an implementation for...tommycli2015-09-171-2/+0
* Add accelerated VP9 decode infrastructure and an implementation for VA-API.posciak2015-09-171-0/+2
* content/common: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-141-1/+1
* Revert of content/common: Remove use of MessageLoopProxy and deprecated Messa...estade2015-05-131-1/+1
* content/common: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-131-1/+1
* Add hardware-accelerated VP8 decode support for VAAPI accelerator.posciak2015-05-061-3/+4
* VAVDA: Use the new, generic video decoder and accelerator infrastructure.posciak2015-04-111-13/+38
* Add VDA supported profile to GPUInfohenryhsu2015-04-101-0/+3
* vaapi plumbing to allow hardware video overlaysachaulk2015-02-031-1/+11
* Update {virtual,override} to follow C++11 style in content/common/gpu/media.halton.huo2015-01-201-10/+10
* Reland: Refactor Vaapi video decoder/encoder in preparation of Freon supportlionel.g.landwerlin2014-12-251-24/+20
* Revert of Refactor Vaapi video decoder/encoder in preparation of Freon suppor...dcheng2014-12-201-16/+22
* Refactor Vaapi video decoder/encoder in preparation of Freon supportlionel.g.landwerlin2014-12-201-22/+16
* Replace OVERRIDE and FINAL with override and final in content/common/[a-s]*anand.ratn2014-10-071-8/+8
* Revert of Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelera...dcheng@chromium.org2014-06-071-2/+2
* Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator (https...dcheng@chromium.org2014-06-071-2/+2
* Merge VideoDecodeAcceleratorImpl with VideoDecodeAcceleratorspang@chromium.org2014-06-071-2/+2
* Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()sheu@chromium.org2014-04-031-0/+3
* Pass Client pointer in Initialize() for VDA/VEAsheu@chromium.org2014-02-271-3/+3
* VAVDA: avoid blindly posting to Stop()'d decoder_thread_'s message_loop()fischman@chromium.org2014-02-111-0/+4
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-091-0/+3
* VAVDA: Remove dead code and don't call client if it's invalidated.posciak@chromium.org2013-12-191-3/+0
* Remove GL context parameters from {E,VA}VDA.posciak@chromium.org2013-12-181-2/+1
* Run VDA::Decode on GPU IO thread if VDA supports it.wuchengli@chromium.org2013-08-291-2/+3
* Use a direct include of the message_loop header in content/, part 3.avi@chromium.org2013-07-181-1/+1
* Use a direct include of the shared_memory header in content/browser/, content...avi@chromium.org2013-07-171-1/+1
* VAVDA: Add support for mid-stream resolution change.posciak@chromium.org2013-07-101-6/+14
* VAVDA: Wait for output callbacks to finish before NotifyingFlushDoneposciak@chromium.org2013-07-101-0/+4
* VAVDA: Redesign stage 2posciak@chromium.org2013-06-071-12/+5
* VAVDA: Redesign stage 1.posciak@chromium.org2013-05-311-30/+77
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-1/+1
* Use ui/gl/gl_bindings.h for content/common/gpu/media/sheu@chromium.org2013-01-221-2/+1
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-241-2/+2
* Move a bunch of content\common code into the content namespace.jam@chromium.org2012-10-231-1/+5
* VAVDA: Move Decode job submission onto the GPU ChildProcess.posciak@chromium.org2012-10-051-3/+6
* VAVDA: Performance optimizations.posciak@chromium.org2012-09-161-6/+8
* De-craxify locking in VaapiVideoDecodeAccelerator's Decode methods.fischman@chromium.org2012-08-241-4/+3
* Only dlopen() OMX/VAAPI libs in the GPU process, and only lazily dlsym() thei...fischman@chromium.org2012-08-041-1/+8
* Revert 150007 - Only dlopen() OMX/VAAPI libs in the GPU process, and only laz...fischman@chromium.org2012-08-041-8/+1
* Only dlopen() OMX/VAAPI libs in the GPU process, and only lazily dlsym() thei...fischman@chromium.org2012-08-041-1/+8
* VAVDA: Fix locking.marcheu@chromium.org2012-08-031-0/+1