Skip to content
Snippets Groups Projects
  1. Apr 04, 2024
  2. Feb 09, 2024
  3. Feb 07, 2024
  4. Jan 31, 2024
  5. 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
  6. Nov 22, 2023
  7. Oct 21, 2023
  8. Oct 03, 2023
  9. Aug 21, 2023
  10. May 08, 2023
  11. Apr 13, 2023
  12. Mar 30, 2023
    • Hendry's avatar
      Implementation of nnpfc_base_flag · c1a58c74
      Hendry authored
      - Add the control for that flag in the cfg file & update the manual doc
      - Implement checking at encoder side to ensure that when sending an update the base filter is already present
      - Implement detection at decoder whether the given base filter is a new or a repetition filter.
      - Implement checking at decoder side to ensure that when receiving an update filter, the base filter has been received earlier / already present.
      c1a58c74
  13. Feb 03, 2023
    • Nikolay Shostak's avatar
      Fix parsing of unknown SEI message type. · e7bc5e2e
      Nikolay Shostak authored
      When decoder parses SEI message of unknown type,
      it does not add it to list of SEIs.
      
      But then try to access it by calling back() of the list of SEIs.
      
      If list is empty decoder crashes.
      
      Otherwise (if list is not empty) decoder gets wrong SEI message (one of previously added to the list)
      
      Possible fix is to make xReadSEImessage() and parseSEImessage() report if new SEI message object was added to the list
      e7bc5e2e
  14. Jan 19, 2023
  15. Jan 12, 2023
  16. Jan 05, 2023
  17. Jan 01, 2023
  18. Dec 29, 2022
  19. Dec 08, 2022
  20. Oct 24, 2022
  21. Sep 21, 2022
  22. Sep 01, 2022
  23. Aug 26, 2022
  24. Aug 17, 2022
  25. Aug 12, 2022
  26. Jul 26, 2022
Loading