1. 16 Aug, 2015 1 commit
  2. 31 Jul, 2015 1 commit
  3. 28 Mar, 2015 1 commit
  4. 10 Jan, 2015 1 commit
  5. 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
  6. 23 Apr, 2014 1 commit
  7. 17 Mar, 2014 1 commit
  8. 02 Feb, 2014 1 commit
  9. 20 Jan, 2014 1 commit
  10. 28 Nov, 2013 1 commit
  11. 04 Nov, 2013 1 commit
  12. 04 Sep, 2013 1 commit
  13. 26 Jun, 2013 1 commit
  14. 06 Dec, 2012 1 commit
  15. 04 Sep, 2012 1 commit
  16. 02 Sep, 2012 1 commit
  17. 30 Aug, 2012 1 commit
    • Stefano Sabatini's avatar
      examples/Makefile: give priority to pkg-config flags · e53becc7
      Stefano Sabatini authored
      In case CFLAGS/LDLIBS are already defined and conflicting with the
      pkg-config flags, give priority to the latter since they are used to
      detect compilation flags.
      
      This should fix for example the case where there are many different
      instances of a library, CFLAGS=-I/foo/include and pkg-config cflags say
      -I/bar/include.
      e53becc7
  18. 28 Aug, 2012 2 commits
  19. 27 Aug, 2012 2 commits
  20. 05 Jun, 2012 1 commit
  21. 19 May, 2012 3 commits
  22. 12 May, 2012 5 commits
  23. 08 May, 2012 1 commit
  24. 21 Feb, 2012 2 commits
  25. 19 Feb, 2012 1 commit
  26. 11 Oct, 2011 1 commit
  27. 10 Jul, 2011 1 commit
  28. 08 Jul, 2011 1 commit
  29. 04 Jul, 2011 1 commit
  30. 01 Jun, 2011 1 commit
  31. 30 May, 2011 1 commit