Skip to content
Snippets Groups Projects
  1. May 30, 2022
  2. May 20, 2022
  3. Apr 25, 2022
  4. Apr 18, 2022
  5. Apr 11, 2022
  6. Apr 07, 2022
  7. Apr 06, 2022
  8. Apr 01, 2022
  9. Mar 30, 2022
  10. Mar 29, 2022
    • Andreas Traczyk's avatar
      cmake(Windows): force structured and standard C++ exception model · b0409a8e
      Andreas Traczyk authored
      CMake doesn't add this flag and it must be done manually. This
      was not caught early as reconfiguring adds the flag for some
      reason. It's to be determined if this is expected behavior. I hope
      not, it's just confusing.
      
      + Add the `/EHsc` flag
      + remove CMAKE_BUILD_TYPE from configure step in helper script
      + remove useless Window definitions from qtwrapper that are defined
        in the parent CMakeLists.txt
      
      Gitlab: #504
      Change-Id: I8b03d81cae7ebed6a31cb69642db2f9f09a0c91b
      b0409a8e
  11. Mar 25, 2022
  12. Mar 23, 2022
  13. Mar 22, 2022
  14. Mar 17, 2022
  15. Mar 14, 2022
  16. Mar 08, 2022
  17. Mar 07, 2022
    • Andreas Traczyk's avatar
      video: refactor pipelines · 98b07d46
      Andreas Traczyk authored
      + Reduce the complexity of, and refactor the video management code.
      + Replace the directrenderer pipeline with one that permits clients
        to map and provide a custom video buffer.
      
      Note: this removes the "useAVFrame" path for now.
      
      Gitlab: #500
      Also jami-client-qt#536
      
      Change-Id: Ia326c452c7887086acc75e8eb52fa24b7f4cf25b
      98b07d46
  18. Mar 02, 2022
  19. Feb 28, 2022
  20. Feb 21, 2022
  21. Feb 16, 2022
  22. Feb 14, 2022
  23. Feb 11, 2022
  24. Feb 07, 2022
Loading