1. 25 May, 2023 19 commits
  2. 24 May, 2023 1 commit
    • Niklas Haas's avatar
      lavfi/vf_libplacebo: fix crop expr PTS calculation · 0bce5590
      Niklas Haas authored
      mix->timestamps is expressed relative to the source timebase, which is
      possibly a different timescale from `base_pts`. We can't mix-and-match
      here. The only reason this worked in my previous testing was because I
      was testing on a source file which had an exactly matching timebase.
      
      Fix it by always using the exact PTS as tagged on the AVFrame.
      0bce5590
  3. 23 May, 2023 3 commits
  4. 22 May, 2023 17 commits