1. 24 Jul, 2015 1 commit
  2. 03 Jul, 2015 1 commit
  3. 05 Jun, 2015 1 commit
  4. 31 May, 2015 1 commit
  5. 27 May, 2015 1 commit
  6. 26 May, 2015 1 commit
  7. 25 May, 2015 1 commit
  8. 20 Apr, 2015 1 commit
  9. 19 Apr, 2015 1 commit
  10. 07 Apr, 2015 1 commit
  11. 31 Mar, 2015 1 commit
  12. 29 Mar, 2015 1 commit
  13. 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
  14. 05 Mar, 2015 1 commit
  15. 19 Feb, 2015 1 commit
  16. 16 Feb, 2015 1 commit
  17. 27 Jan, 2015 1 commit
  18. 14 Jan, 2015 2 commits
  19. 02 Jan, 2015 1 commit
  20. 27 Nov, 2014 1 commit
  21. 24 Nov, 2014 1 commit
  22. 21 Nov, 2014 1 commit
  23. 18 Nov, 2014 1 commit
  24. 16 Nov, 2014 2 commits
  25. 24 Oct, 2014 1 commit
    • Martin Storsjö's avatar
      lavu: Add av_gettime_relative · 1bd0bdcd
      Martin Storsjö authored
      Since av_gettime() is used in a number of places where actual
      real time clock is required, the monotonic clock introduced in
      ebef9f5a would have consequences that are hard to handle. Instead
      split it into a separate function that can be used in the cases
      where only relative time is desired.
      
      On platform where no monotonic clock is available, the difference
      between the two av_gettime functions is not clear, and one could
      mistakenly use the relative clock where an absolute one is
      required. Therefore add an offset, to make it evident that the
      time returned from av_gettime_relative never is actual current
      real time, even though it is based on av_gettime.
      
      Based on a patch by Olivier Langlois.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1bd0bdcd
  26. 08 Oct, 2014 2 commits
  27. 05 Oct, 2014 4 commits
  28. 02 Oct, 2014 2 commits
  29. 21 Sep, 2014 1 commit
  30. 15 Sep, 2014 2 commits
  31. 23 Aug, 2014 1 commit
  32. 21 Aug, 2014 1 commit