1. 05 Jun, 2014 1 commit
  2. 03 Jun, 2014 1 commit
  3. 25 May, 2014 1 commit
  4. 19 May, 2014 1 commit
    • Vittorio Giovara's avatar
      Add transformation matrix API. · bddd8cbf
      Vittorio Giovara authored
      Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and
      frame side data (respectively) to describe a display transformation matrix
      for linear transformation operations on the decoded video.
      
      Add functions to easily extract a rotation angle from a matrix and
      conversely to setup a matrix for a given rotation angle.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      bddd8cbf
  5. 15 May, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: add a native Opus decoder. · b70d7a4a
      Anton Khirnov authored
      Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during
      GSoC 2012.
      
      Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the
      Mozilla Corporation.
      
      Further contributions by:
      Christophe Gisquet <christophe.gisquet@gmail.com>
      Janne Grunau <janne-libav@jannau.net>
      Luca Barbato <lu_zero@gentoo.org>
      b70d7a4a
  6. 14 May, 2014 1 commit
  7. 01 May, 2014 1 commit
  8. 28 Apr, 2014 1 commit
  9. 23 Apr, 2014 1 commit
  10. 19 Apr, 2014 4 commits
  11. 15 Apr, 2014 1 commit
  12. 11 Apr, 2014 1 commit
  13. 10 Apr, 2014 1 commit
  14. 07 Apr, 2014 1 commit
  15. 06 Apr, 2014 4 commits
  16. 04 Apr, 2014 1 commit
  17. 02 Apr, 2014 2 commits
    • 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
    • Clément Bœsch's avatar
      Changelog: remove unecessary "added" · cecb6d6f
      Clément Bœsch authored
      cecb6d6f
  18. 01 Apr, 2014 1 commit
  19. 31 Mar, 2014 4 commits
  20. 30 Mar, 2014 1 commit
  21. 27 Mar, 2014 4 commits
  22. 26 Mar, 2014 1 commit
  23. 25 Mar, 2014 1 commit
  24. 24 Mar, 2014 1 commit
  25. 23 Mar, 2014 2 commits
  26. 16 Mar, 2014 1 commit