Skip to content
Snippets Groups Projects
  1. Dec 04, 2021
  2. Dec 03, 2021
  3. Nov 28, 2021
  4. Nov 17, 2021
  5. Nov 16, 2021
  6. Nov 12, 2021
  7. Oct 24, 2021
  8. Sep 26, 2021
  9. Sep 19, 2021
  10. Sep 17, 2021
  11. Sep 08, 2021
  12. Sep 06, 2021
  13. Sep 02, 2021
  14. Aug 24, 2021
  15. Aug 20, 2021
  16. Aug 17, 2021
  17. Aug 13, 2021
    • Lynne's avatar
      imgutils: expose av_image_copy_plane_uc_from() · d5de9965
      Lynne authored
      The reason why the generic av_image_copy_uc_from() doesn't really
      fit in the case for Vulkan is because some planes may be copied via
      other methods (such as mapping GPU memory), and if they don't satisfy
      the strict alignment requirements, a gpu image->gpu buffer->cpu ram
      copy is performed.
      
      We need this for hwcontext_vulkan, and I think this will also be
      useful to API users like libplacebo who would rather not write
      a custom SIMD memcpy.
      d5de9965
  18. Aug 02, 2021
    • Lynne's avatar
      avpacket: ABI bump additions · a1a0fddf
      Lynne authored
      This commit adds a long-requested by API users opaque fields for
      AVPacket, as well as a time_base field.
      a1a0fddf
  19. Jul 29, 2021
  20. Jul 23, 2021
  21. Jul 20, 2021
  22. Jun 24, 2021
  23. Jun 10, 2021
  24. Apr 27, 2021
Loading