1. 07 Apr, 2019 2 commits
  2. 06 Apr, 2019 2 commits
    • Swaraj Hota's avatar
      lavf/flvdec: added support for KUX container · 208ae228
      Swaraj Hota authored
      Fixes ticket #4519.
      
      The metadata starting at 0xe00004 is encrypted
      with the password "meta" but zlib does not
      support decryption, so no kux metadata is read.
      208ae228
    • Octavio Alvarez's avatar
      lavd/x11grab: fix vertical repositioning · f4f40cbb
      Octavio Alvarez authored
      There is a calculation error in xcbgrab_reposition() that breaks
      vertical repositioning on follow_mouse. It made the bottom
      reposition occur when moving the mouse lower than N pixels after
      the capture bottom edge, instead of before.
      
      This commit fixes the calculation to match the documentation.
      
      follow_mouse: centered or number of pixels. The documentation says:
      
      When it is specified with "centered", the grabbing region follows
      the mouse pointer and keeps the pointer at the center of region;
      otherwise, the region follows only when the mouse pointer reaches
      within PIXELS (greater than zero) to the edge of region.
      f4f40cbb
  3. 05 Apr, 2019 3 commits
  4. 04 Apr, 2019 1 commit
  5. 03 Apr, 2019 7 commits
  6. 02 Apr, 2019 9 commits
  7. 01 Apr, 2019 6 commits
  8. 31 Mar, 2019 10 commits