1. 17 Oct, 2014 1 commit
  2. 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
  3. 01 Aug, 2014 1 commit
  4. 10 Jul, 2014 1 commit
  5. 18 Jun, 2014 1 commit
    • Anton Khirnov's avatar
      Remove avserver. · 894682a9
      Anton Khirnov authored
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  6. 16 Jun, 2014 1 commit
  7. 06 May, 2014 1 commit
  8. 23 Apr, 2014 1 commit
  9. 25 Feb, 2014 1 commit
  10. 19 Feb, 2014 1 commit
  11. 02 Feb, 2014 1 commit
  12. 20 Jan, 2014 1 commit
  13. 01 Dec, 2013 1 commit
  14. 30 Nov, 2013 1 commit
  15. 28 Nov, 2013 1 commit
  16. 04 Nov, 2013 1 commit
  17. 04 Sep, 2013 1 commit
    • Nicolas George's avatar
      tools: add benchmark for crypto functions. · d5b58f67
      Nicolas George authored
      The benchmark tests the speed of the following algorithms:
      MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160, AES-128.
      
      It can optionally be built to perform the same benchmark on
      other crypto libraries, for comparison purposes.
      The supported libraries are:
      - crypto:   OpenSSL's libcrypto;
      - gcrypt:   GnuTLS's libgcrypt;
      - tomcrypt: LibTomCrypt
      To enable them, use this syntax:
      make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench
      They do not need to have been enabled in configure.
      d5b58f67
  18. 16 May, 2013 1 commit
  19. 14 May, 2013 1 commit
  20. 05 Apr, 2013 2 commits
  21. 26 Mar, 2013 1 commit
  22. 24 Feb, 2013 1 commit
  23. 17 Jan, 2013 1 commit
  24. 06 Dec, 2012 1 commit
  25. 06 Nov, 2012 1 commit
  26. 03 Nov, 2012 1 commit
  27. 25 Oct, 2012 1 commit
  28. 23 Oct, 2012 1 commit
  29. 19 Oct, 2012 1 commit
  30. 16 Oct, 2012 1 commit
  31. 07 Sep, 2012 1 commit
  32. 02 Sep, 2012 1 commit
  33. 28 Aug, 2012 1 commit
  34. 07 Aug, 2012 1 commit
    • Mans Rullgard's avatar
      build: change checkheaders to use regular build rules · dfd9159f
      Mans Rullgard authored
      
      Many compilers need special flags to compile *.h files as regular
      source code, if they will do so at all.  Rather than hoping all
      compilers will have such a flag and adding mappings for it, create
      wrapper .c files for test building single headers.
      
      This allows using the regular rule for compiling C files without the
      need for special flags, and it also provides proper dependency tracking
      for these objects.
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      dfd9159f
  35. 07 Jul, 2012 2 commits
  36. 04 Jul, 2012 2 commits
  37. 13 Jun, 2012 1 commit