1. 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
  2. 22 Mar, 2016 1 commit
  3. 19 Mar, 2016 1 commit
  4. 09 Mar, 2016 1 commit
  5. 03 Mar, 2016 1 commit
  6. 18 Feb, 2016 1 commit
  7. 14 Feb, 2016 3 commits
  8. 19 Jan, 2016 1 commit
  9. 15 Dec, 2015 1 commit
  10. 02 Dec, 2015 1 commit
  11. 20 Oct, 2015 1 commit
  12. 28 Aug, 2015 2 commits
  13. 11 Aug, 2015 1 commit
  14. 23 Jul, 2015 1 commit
  15. 21 Jul, 2015 1 commit
  16. 01 Jul, 2015 1 commit
  17. 11 Jun, 2015 1 commit
  18. 05 Mar, 2015 1 commit
  19. 29 Jan, 2015 1 commit
  20. 02 Jan, 2015 1 commit
  21. 21 Nov, 2014 1 commit
  22. 17 Oct, 2014 1 commit
  23. 09 Oct, 2014 1 commit
  24. 05 Oct, 2014 1 commit
  25. 18 Aug, 2014 1 commit
    • Clément Bœsch's avatar
      avcodec: export motion vectors in frame side data on demand · b0352b19
      Clément Bœsch authored
      The reasoning behind this addition is that various third party
      applications are interested in getting some motion information out of a
      video "for free" when it is available.
      
      It was considered to export other information as well (such as the intra
      information about the block, or the quantization) but the structure
      might have ended up into a half full-generic, half full of codec
      specific cruft. If more information is necessary, it should either be
      added in the "flags" field of the AVMotionVector structure, or in
      another side-data.
      
      This commit also includes an example exporting them in a CSV stream.
      b0352b19
  26. 09 Aug, 2014 1 commit
  27. 05 Aug, 2014 1 commit
  28. 06 Jul, 2014 1 commit
  29. 26 May, 2014 1 commit
  30. 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
  31. 30 Apr, 2014 1 commit
  32. 03 Apr, 2014 1 commit
  33. 01 Apr, 2014 1 commit
  34. 24 Mar, 2014 1 commit
  35. 18 Mar, 2014 1 commit
  36. 15 Feb, 2014 1 commit
  37. 29 Dec, 2013 1 commit