1. 19 Feb, 2015 1 commit
  2. 16 Feb, 2015 1 commit
  3. 27 Jan, 2015 1 commit
  4. 14 Jan, 2015 2 commits
  5. 02 Jan, 2015 1 commit
  6. 27 Nov, 2014 1 commit
  7. 24 Nov, 2014 1 commit
  8. 21 Nov, 2014 1 commit
  9. 18 Nov, 2014 1 commit
  10. 16 Nov, 2014 2 commits
  11. 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
  12. 08 Oct, 2014 2 commits
  13. 05 Oct, 2014 4 commits
  14. 02 Oct, 2014 2 commits
  15. 21 Sep, 2014 1 commit
  16. 15 Sep, 2014 2 commits
  17. 23 Aug, 2014 1 commit
  18. 21 Aug, 2014 1 commit
  19. 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
  20. 16 Aug, 2014 1 commit
  21. 13 Aug, 2014 2 commits
  22. 10 Aug, 2014 1 commit
  23. 09 Aug, 2014 5 commits
  24. 05 Aug, 2014 1 commit
  25. 04 Aug, 2014 3 commits