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