Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 05, 2023
  3. Feb 04, 2023
  4. Feb 03, 2023
  5. Feb 02, 2023
  6. Feb 01, 2023
  7. Jan 31, 2023
  8. Jan 30, 2023
  9. Jan 28, 2023
Loading