- 22 Mar, 2016 1 commit
-
-
Petru Rares Sincraian authored
- Check if av_display_rotation_get() gets the correct degrees - Check if av_display_rotation_set() sets the correct matrix - Check if av_display_matrix_flip() changes correct the matrix Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Mar, 2015 1 commit
-
-
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.
-
- 09 Jul, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 23 May, 2014 1 commit
-
-
Clément Bœsch authored
-
- 19 May, 2014 2 commits
-
-
Martin Storsjö authored
This fixes compilation with MSVC. Signed-off-by: Martin Storsjö <martin@martin.st>
-
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: Anton Khirnov <anton@khirnov.net>
-