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