Skip to content
Snippets Groups Projects
  1. May 11, 2021
  2. Jan 17, 2021
  3. Jan 14, 2021
  4. Dec 16, 2020
  5. 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
  6. Oct 29, 2020
  7. Oct 21, 2020
  8. Aug 13, 2020
  9. Jul 25, 2020
  10. Jul 09, 2020
  11. Jul 06, 2020
  12. Jun 15, 2020
  13. May 19, 2020
  14. May 14, 2020
  15. Apr 26, 2020
  16. Mar 26, 2020
  17. Feb 26, 2020
  18. Feb 17, 2020
  19. Jan 31, 2020
  20. Jan 22, 2020
  21. Jan 17, 2020
  22. Jan 15, 2020
  23. Jan 13, 2020
  24. Dec 22, 2019
  25. Dec 19, 2019
  26. Dec 13, 2019
  27. Dec 12, 2019
  28. Nov 21, 2019
    • Virginie Drugeon's avatar
      JVET-P0202/P0203: clean-up BP, PT and DUI SEI · eda09ac9
      Virginie Drugeon authored
      Signalling of CPB timing parameters for sub-layers in DU-based HRD
      operations
      Remove pt_max_sub_layers_minus1 and use corresponding syntax element in
      BP SEI
      Make parsing of BP, PT and DUI SEI independent from SPS
      eda09ac9
  29. Oct 15, 2019
Loading