Skip to content
Snippets Groups Projects
  1. Jan 12, 2021
  2. Jan 09, 2021
  3. Dec 12, 2020
  4. Dec 08, 2020
  5. Nov 20, 2020
  6. Nov 18, 2020
    • Karsten Suehring's avatar
      Fix potential race condition when frame field information SEI arrives before picture timing SEI · a97ef4d6
      Karsten Suehring authored
      Picture Timing SEI is intentionally not used in parsing of frame field information SEI.
      
      In the existing code retrieving the picture timing SEI from HRD could return a nullptr, when the SEI has
      not arrived yet. The pointer is dereferenced without checking and passed into frame field info SEI parsing
      function and used for a consistency check.
      
      This refactoring moves the check after parsing of all SEI messages.
      a97ef4d6
  7. Oct 26, 2020
  8. Oct 22, 2020
  9. Oct 21, 2020
  10. Oct 12, 2020
  11. Oct 07, 2020
  12. Sep 23, 2020
  13. Sep 11, 2020
  14. Sep 09, 2020
  15. Sep 08, 2020
  16. Sep 07, 2020
  17. Aug 27, 2020
  18. Aug 21, 2020
  19. Aug 20, 2020
  20. Aug 19, 2020
    • Karsten Suehring's avatar
      Refactor/Bugfix: VPS handling · 07afae5e
      Karsten Suehring authored
      - create a "dummy" VPS with ID 0 on first access in ParameterSetManager
      - actually use the "dummy" VPS
      - improve DecLib::m_vps handling (may still fail if multiple VPSs are in the bitstream)
      07afae5e
Loading