Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. Mar 01, 2021
  3. Feb 16, 2021
  4. Jan 21, 2021
  5. Jan 14, 2021
  6. Jan 13, 2021
  7. Dec 06, 2020
  8. Dec 05, 2020
  9. Oct 27, 2020
  10. Oct 26, 2020
  11. Sep 30, 2020
  12. Sep 08, 2020
  13. Sep 07, 2020
  14. Aug 22, 2020
  15. Aug 20, 2020
  16. Aug 18, 2020
  17. Aug 17, 2020
  18. Aug 15, 2020
  19. Aug 14, 2020
  20. Aug 12, 2020
    • Víctor Manuel Jáquez Leal's avatar
      plugins: remove gst_vaapi_plugin_base_get_allowed_srcpad_raw_caps() · 089ef59c
      Víctor Manuel Jáquez Leal authored
      Since nobody uses it, just remove it.
      
      Thus extract_allowed_surface_formats() is refactored to attend only
      gst_vaapi_plugin_base_get_allowed_sinkpad_raw_caps().
      
      Now a surface is created when the image chorma is different from the
      previous one. And if the driver has the quirk, it outputs all the
      supported image formats without trying them.
      
      Part-of: <gstreamer-vaapi!381>
      089ef59c
    • Víctor Manuel Jáquez Leal's avatar
      vaapidecode: expose raw src caps with same chroma · a50b466f
      Víctor Manuel Jáquez Leal authored
      The try-and-error approach for getting the possible image formats from
      a surface has brought several problems in different drivers, from
      crashes to drop in performance.
      
      Instead of that we change the algorithm to determine the possible
      image formats based in the surface chroma: only those available image
      formats with same chroma are exposed as possible raw caps.
      
      Do this is important to avoid performance degrading in raw sinks
      which doesn't handle NV12 but it does YV12 or I420.
      
      Part-of: <gstreamer-vaapi!381>
      a50b466f
  21. Aug 08, 2020
  22. Aug 07, 2020
  23. Aug 06, 2020
  24. Aug 05, 2020
  25. Aug 04, 2020
  26. Jul 31, 2020
Loading