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