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