Skip to content
Snippets Groups Projects
  1. Dec 24, 2015
  2. Dec 22, 2015
  3. Dec 21, 2015
  4. Dec 20, 2015
  5. Dec 18, 2015
  6. Dec 17, 2015
  7. Dec 16, 2015
  8. Dec 15, 2015
  9. Dec 14, 2015
  10. Dec 11, 2015
  11. Dec 10, 2015
  12. Dec 09, 2015
  13. Dec 07, 2015
  14. Dec 04, 2015
    • Nicolas Dufresne's avatar
      vpxdec: Use GstMemory to avoid copies · 189c2918
      Nicolas Dufresne authored
      With the VPX decoders it's not simple to use downstream buffer pool,
      because we don't know the image size and alignment when buffers get
      allocated. We can though use GstAllocator (for downstream, or the system
      allocator) to avoid a copy before pushing if downstream supports
      GstVideoMeta. This would still cause a copy for sink that requires
      specialized memory and does not have a GstAllocator for that, though
      it will greatly improve performance for sink like glimagesink and
      cluttersink. To avoid allocating for every buffer, we also use a
      internal buffer pool.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=745372
      189c2918
  15. Dec 02, 2015
  16. Dec 01, 2015
Loading