1. 04 Feb, 2018 1 commit
  2. 28 Nov, 2017 1 commit
  3. 05 Oct, 2017 1 commit
  4. 30 Sep, 2017 1 commit
  5. 29 Sep, 2017 1 commit
  6. 29 Jul, 2017 1 commit
  7. 27 Feb, 2017 1 commit
  8. 21 Feb, 2017 2 commits
  9. 16 Aug, 2015 1 commit
  10. 31 Jul, 2015 1 commit
  11. 28 Mar, 2015 1 commit
  12. 10 Jan, 2015 1 commit
  13. 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
  14. 23 Apr, 2014 1 commit
  15. 17 Mar, 2014 1 commit
  16. 02 Feb, 2014 1 commit
  17. 20 Jan, 2014 1 commit
  18. 28 Nov, 2013 1 commit
  19. 04 Nov, 2013 1 commit
  20. 04 Sep, 2013 1 commit
  21. 26 Jun, 2013 1 commit
  22. 06 Dec, 2012 1 commit
  23. 04 Sep, 2012 1 commit
  24. 02 Sep, 2012 1 commit
  25. 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
  26. 28 Aug, 2012 2 commits
  27. 27 Aug, 2012 2 commits
  28. 05 Jun, 2012 1 commit
  29. 19 May, 2012 3 commits
  30. 12 May, 2012 5 commits
  31. 08 May, 2012 1 commit