1. 21 4月, 2016 1 次提交
  2. 07 4月, 2016 1 次提交
    • D
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun 提交于
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  3. 18 7月, 2015 1 次提交
  4. 12 7月, 2015 1 次提交
    • H
      Checkasm: assembly testing and benchmarking tool · 8bc67ec2
      Henrik Gramner 提交于
      It provides the following features:
       * verify correctness by comparing output to the C version.
       * detect failure to save and restore clobbered callee-saved registers.
       * detect 32-bit parameters being used as if they were 64-bit in x86-64
         (the upper halves are not guaranteed to be zero - but in practice
         they very often are, which makes those bugs hard to spot otherwise).
       * easy benchmarking.
      
      Compile by running 'make checkasm'.
      Execute by running 'tests/checkasm/checkasm'.
      
      Optional arguments are '--bench' to run benchmarks for all functions,
      '--bench=<pattern>' to run benchmarks for all functions that starts with
      <pattern>, and '<integer>' to seed the PRNG for reproducible results.
      
      Contains unit tests for most h264pred functions to get started, more tests
      can be added afterwards using those as a reference.
      
      Loosely based on code from x264. Currently only supports x86 and x86-64,
      but additional architectures shouldn't be too much of an obstacle to add.
      
      Note that functions with floating point parameters or floating point
      return values are not supported. Some compiler-specific features or
      preprocessor hacks would likely be required to add support for that.
      Signed-off-by: NJanne Grunau <janne-libav@jannau.net>
      8bc67ec2
  5. 10 3月, 2015 1 次提交
  6. 29 11月, 2014 1 次提交
  7. 17 10月, 2014 1 次提交
  8. 04 8月, 2014 1 次提交
    • J
      fate: explicitly set the default THREADS value · 23dfa00b
      Janne Grunau 提交于
      This makes the default of '1' more explicit than defaulting to '1' in
      fate-run.sh and regression-funcs.sh if THREADS is not set.
      Fixes the reported thread count in fate-cpu if THREADS is not set.
      23dfa00b
  9. 01 8月, 2014 1 次提交
  10. 15 5月, 2014 1 次提交
    • A
      lavc: add a native Opus decoder. · b70d7a4a
      Anton Khirnov 提交于
      Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during
      GSoC 2012.
      
      Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the
      Mozilla Corporation.
      
      Further contributions by:
      Christophe Gisquet <christophe.gisquet@gmail.com>
      Janne Grunau <janne-libav@jannau.net>
      Luca Barbato <lu_zero@gentoo.org>
      b70d7a4a
  11. 31 1月, 2014 1 次提交
  12. 03 1月, 2014 1 次提交
  13. 17 12月, 2013 1 次提交
  14. 01 11月, 2013 1 次提交
  15. 12 10月, 2013 1 次提交
  16. 30 7月, 2013 1 次提交
  17. 27 7月, 2013 1 次提交
  18. 29 5月, 2013 1 次提交
  19. 28 5月, 2013 1 次提交
  20. 24 5月, 2013 1 次提交
  21. 04 5月, 2013 2 次提交
  22. 27 4月, 2013 1 次提交
  23. 20 4月, 2013 3 次提交
  24. 06 4月, 2013 1 次提交
  25. 29 3月, 2013 1 次提交
  26. 29 11月, 2012 1 次提交
  27. 23 10月, 2012 4 次提交
  28. 21 10月, 2012 1 次提交
  29. 18 10月, 2012 6 次提交