Skip to content
Snippets Groups Projects
  1. Aug 22, 2024
  2. Aug 01, 2024
    • Axel Ricard's avatar
      Fix invalid vector indexing · 47a4c89a
      Axel Ricard authored
      There are cases where numberOfAdditionalCabacZeroBytes = 0,
      so a vector of size 0 is created and we can't access the first
      element of this vector.
      47a4c89a
  3. Jul 08, 2024
  4. Jun 15, 2024
  5. Apr 22, 2024
  6. Apr 20, 2024
  7. Apr 04, 2024
  8. Mar 10, 2024
  9. Feb 09, 2024
  10. Feb 08, 2024
  11. Feb 07, 2024
  12. Jan 31, 2024
  13. Jan 26, 2024
    • Frank Bossen's avatar
      Clean up code related to BP SEI · ac7861d4
      Frank Bossen authored
      Includes:
      - fix syntax element names for tracing
      - add validation checks
      - move validation check to correct place
      - define `enum HrdType` for indexing by `NAL` or `VCL`
      - consistently use `bp` variable name for BP SEI objects
      - use `static_vector` instead of having separate variable for array size
      ac7861d4
  14. Dec 01, 2023
Loading