Skip to content
Snippets Groups Projects
  1. Feb 09, 2025
  2. Jan 31, 2024
  3. Jul 31, 2023
  4. Feb 28, 2023
  5. Jan 30, 2023
    • Karsten Suehring's avatar
      Manual formatting/style improvements of new files · ceec1796
      Karsten Suehring authored
      - manual reformatting:
        - try to shorten lines
        - keep blocks somewhat aligned
        - remove documentation comments
      - make IBC flag bool
      - add some braces
      - add line breaks into longer functions
      - move even longer functions into .cpp file
      - move static variables and functions to the end
      ceec1796
    • Karsten Suehring's avatar
      Move parameter sets out of Slice.h/cpp · 5065f7b6
      Karsten Suehring authored
      - move VPS and related classes into VideoParameterSet.h/cpp
      - move SPS and related classes into SequenceParameterSet.h/cpp
      - move PPS and related classes into PictureParameterSet.h/cpp
      - rename ProfileLevelTier.h/cpp to ProfileTierLevel.h/cpp and move ProfileTierLevel class there
      
      No other changes except for minor formatting/comment cleanup
      5065f7b6
Loading