Skip to content
Snippets Groups Projects
  1. Oct 16, 2024
  2. Sep 25, 2024
  3. Jul 08, 2024
  4. Jun 15, 2024
  5. Apr 20, 2024
  6. Apr 04, 2024
  7. Feb 09, 2024
  8. Feb 07, 2024
  9. Jan 31, 2024
  10. 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
  11. Nov 22, 2023
  12. Oct 21, 2023
  13. Oct 03, 2023
  14. Aug 21, 2023
  15. May 08, 2023
  16. Apr 13, 2023
  17. 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
  18. 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
  19. Jan 19, 2023
  20. Jan 12, 2023
  21. Jan 05, 2023
  22. Jan 01, 2023
  23. Dec 29, 2022
  24. Dec 08, 2022
  25. Oct 24, 2022
  26. Sep 21, 2022
Loading