1. 20 Mar, 2014 15 commits
  2. 19 Mar, 2014 1 commit
  3. 18 Mar, 2014 10 commits
  4. 17 Mar, 2014 4 commits
  5. 16 Mar, 2014 5 commits
  6. 15 Mar, 2014 3 commits
    • Rémi Denis-Courmont's avatar
      video_format_TransformBy: fix and preserve video offsets · 3013997d
      Rémi Denis-Courmont authored
      In general, the picture buffer contains, in memory order:
      - cropped top scan lines,
      - visible scan lines,
      - cropped bottom scan lines,
      - extra codec lines,
      - padding lines.
      
      This order needs to be preserved when flipping vertically or rotating
      180 degrees, since filters and displays rely on this. In particular,
      the picture plane structure so far has no provisions for non-zero
      offsets, so filters expect visible pixels at the top left of each
      pixels plane. Effectively, non-zero offsets only work for cropping
      after filtering. Lets assume that the number of cropped lines are
      identical at the top and bottom, and keep the X and Y offsets as are.
      
      This fixes green lines at the bottom on R180 and VFLIP.
      
      If support for non-centered cropping is ever required, I believe
      offsets will need to be added to plane_t. This would break many video
      filters though.
      3013997d
    • Rémi Denis-Courmont's avatar
      es_format: reorder two functions · 7782614f
      Rémi Denis-Courmont authored
      7782614f
    • Rémi Denis-Courmont's avatar
      XCB/XVideo: fix crop (fixes #10973) · 7bd5f5a2
      Rémi Denis-Courmont authored
      7bd5f5a2
  7. 14 Mar, 2014 2 commits