Skip to content
Snippets Groups Projects
  1. May 18, 2023
  2. May 14, 2023
  3. May 08, 2023
  4. Mar 06, 2023
  5. Feb 28, 2023
  6. Feb 07, 2023
    • Nikolay Shostak's avatar
      Fix coding style · e946b1bc
      Nikolay Shostak authored
      e946b1bc
    • Roman_Guskov's avatar
      Fix multilayer with fields · 58703b6d
      Roman_Guskov authored and Nikolay Shostak's avatar Nikolay Shostak committed
      Decoder expects that 2 fields of one frame are stored in pcListPic next to each other.
      
      But in case of Multilayer there will be some distance between field pictures. For example:
      
      - POC0 (TopField) Layer0
      - POC0 (TopField) Layer1
      - POC0 (TopField) Layer2
      - POC1 (BottomField) Layer0
      - POC1 (BottomField) Layer1
      - POC1 (BottomField) Layer2
      
      Decoder needs to search for a second field picture.
      It should belong to the same layer as the first field picture.
      
      Also, POCs of first and second field are not necessary differ by one. So, I removed those checks
      58703b6d
  7. Jan 20, 2023
  8. Jan 19, 2023
  9. Jan 01, 2023
  10. Dec 19, 2022
  11. Dec 14, 2022
  12. Dec 13, 2022
  13. Dec 08, 2022
  14. Nov 18, 2022
  15. Nov 16, 2022
  16. Nov 07, 2022
  17. Oct 26, 2022
  18. Oct 25, 2022
  19. Oct 07, 2022
  20. Sep 22, 2022
  21. Sep 08, 2022
  22. Aug 25, 2022
  23. Jul 27, 2022
  24. Jun 27, 2022
  25. Jun 25, 2022
  26. Jun 24, 2022
  27. Jun 23, 2022
  28. Jun 22, 2022
  29. Jun 08, 2022
Loading