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