1. 02 Nov, 2016 3 commits
  2. 30 Sep, 2016 2 commits
  3. 15 Sep, 2016 1 commit
  4. 02 Aug, 2016 1 commit
  5. 02 Jan, 2016 1 commit
  6. 16 Aug, 2015 1 commit
  7. 28 Mar, 2015 1 commit
  8. 28 Feb, 2015 1 commit
  9. 02 Feb, 2015 1 commit
  10. 04 Sep, 2014 1 commit
  11. 02 Sep, 2014 1 commit
  12. 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
  13. 08 Jul, 2014 3 commits
  14. 17 Mar, 2014 1 commit
  15. 25 Feb, 2014 1 commit
  16. 16 Feb, 2014 1 commit
  17. 14 Feb, 2014 2 commits
  18. 10 Feb, 2014 1 commit
  19. 02 Feb, 2014 1 commit
  20. 20 Jan, 2014 1 commit
  21. 02 Jan, 2014 1 commit
  22. 01 Jan, 2014 1 commit
  23. 06 Dec, 2013 1 commit
    • Stefano Sabatini's avatar
      doc: add script to compute texi files dependencies · 5b073da7
      Stefano Sabatini authored
      Replace the inline awk script with a Perl script which tracks the
      dependencies recursively.
      
      This allows to correctly track dependencies for files including files
      with a second level include (for example: ffmpeg-devices.texi ->
      devices.texi -> outdevs.texi).
      
      This also adds a dependency on perl for computing the dependencies, which
      should not be a problem since perl is already required all the way for
      building documentation.
      
      This is a variant of commit 628ceac6
      which was reverted due to out-of-tree build failure.
      5b073da7
  24. 28 Nov, 2013 4 commits
  25. 27 Nov, 2013 2 commits
  26. 26 Nov, 2013 2 commits
  27. 25 Nov, 2013 3 commits