1. 11 Apr, 2014 1 commit
  2. 09 Apr, 2014 1 commit
  3. 08 Apr, 2014 1 commit
  4. 07 Apr, 2014 3 commits
  5. 06 Apr, 2014 2 commits
  6. 05 Apr, 2014 3 commits
  7. 04 Apr, 2014 1 commit
  8. 03 Apr, 2014 1 commit
  9. 02 Apr, 2014 1 commit
    • Calvin Walton's avatar
      Add Win32 GDI-based screen grabbing · 08909fb5
      Calvin Walton authored
      Based on original code by Christophe Gisquet in 2010, updated to work
      with current ffmpeg APIs.
      
      Supports grabbing a single window or an area of the screen, including
      support for multiple monitors (Windows does funky stuff with negative
      coordinates here).
      
      I've moved most of the configuration to AVOptions; the input file name
      is now only the string "desktop", or "title=<windowname>" to select a
      single window. The AVOptions are the same as x11grab where possible.
      
      Code has been added to support a "show_region" mode, like x11grab, which
      will draw a rectangle on the screen around the area being captured.
      
      Instead of duplicating code for paletted image handling, I make use of
      the GDI API's ability to output DIB (BMP) images, which can be run
      through ffmpeg's existing BMP decoder.
      Signed-off-by: 's avatarCalvin Walton <calvin.walton@kepstin.ca>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      08909fb5
  10. 01 Apr, 2014 1 commit
  11. 31 Mar, 2014 4 commits
  12. 30 Mar, 2014 1 commit
  13. 27 Mar, 2014 1 commit
  14. 24 Mar, 2014 2 commits
  15. 23 Mar, 2014 4 commits
  16. 22 Mar, 2014 1 commit
  17. 21 Mar, 2014 1 commit
  18. 20 Mar, 2014 1 commit
  19. 19 Mar, 2014 1 commit
  20. 18 Mar, 2014 2 commits
  21. 17 Mar, 2014 1 commit
  22. 16 Mar, 2014 1 commit
  23. 14 Mar, 2014 5 commits