Skip to content
Snippets Groups Projects
  1. Nov 19, 2020
  2. 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
  3. Nov 17, 2020
  4. Nov 16, 2020
  5. Nov 13, 2020
  6. Nov 12, 2020
  7. Nov 11, 2020
  8. Nov 10, 2020
  9. Nov 09, 2020
  10. Nov 08, 2020
  11. Nov 06, 2020
  12. Oct 31, 2020
  13. Oct 28, 2020
  14. Oct 27, 2020
  15. Oct 26, 2020
  16. Oct 24, 2020
Loading