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