1. 07 Dec, 2016 1 commit
  2. 22 Mar, 2016 1 commit
  3. 23 Mar, 2015 1 commit
    • Vittorio Giovara's avatar
      mov: Write the display matrix in order · e4fe535d
      Vittorio Giovara authored
      This will allow to copy the matrix as is and it is just cleaner to keep
      the matrix in the same order specified by the mov standard (which is
      also explicitly described in the documentation).
      
      In order to preserve compatibility, flip the angle sign in the display API
      av_display_rotation_set() and av_display_rotation_get(), and improve the
      documentation mentioning the rotation direction.
      e4fe535d
  4. 09 Jul, 2014 1 commit
  5. 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