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