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