1. 27 Aug, 2017 1 commit
  2. 20 Jul, 2017 1 commit
  3. 22 Dec, 2016 1 commit
  4. 09 Dec, 2016 1 commit
  5. 24 Sep, 2016 2 commits
  6. 29 Jul, 2016 2 commits
  7. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  8. 23 Mar, 2016 1 commit
  9. 24 Jan, 2016 1 commit
  10. 26 Nov, 2015 1 commit
  11. 09 Apr, 2015 1 commit
  12. 23 Jan, 2015 1 commit
  13. 11 Jan, 2015 1 commit
  14. 28 Nov, 2014 1 commit
  15. 28 Oct, 2014 1 commit
  16. 26 Oct, 2014 1 commit
  17. 23 Sep, 2014 1 commit
  18. 22 Sep, 2014 1 commit
  19. 21 Sep, 2014 1 commit
  20. 18 Jul, 2014 1 commit
  21. 13 May, 2014 1 commit
  22. 11 Apr, 2014 1 commit
  23. 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
  24. 30 Mar, 2014 1 commit
  25. 06 Mar, 2014 1 commit
  26. 19 Feb, 2014 1 commit
  27. 09 Feb, 2014 1 commit
  28. 27 Jan, 2014 1 commit
  29. 09 Dec, 2013 1 commit
  30. 05 Dec, 2013 1 commit
  31. 24 Oct, 2013 3 commits
  32. 09 Oct, 2013 1 commit
  33. 08 Oct, 2013 3 commits
  34. 10 Aug, 2013 1 commit