1. 15 Nov, 2015 1 commit
  2. 16 Oct, 2015 1 commit
  3. 09 Oct, 2015 1 commit
    • Christophe Gisquet's avatar
      fate: add DNxHD/HR tests · 25d3013e
      Christophe Gisquet authored
      Currently only 2 profiles are evaluated because they are the only 2
      with distributed test sequences.
      - CID 1260: YUV 4:2:2 10 bits with block-adaptive interlace coding,
        from ticket 4876;
      - CID 1270: YUV 4:4:4 10 bits (HR), 1920x839, from ticket 4581.
      
      They were generated from the ticket sequences by running the
      following kind of command-line;
      ffmpeg -i $INPUT -an -sn -vcodec copy -vframes 1 -y $OUTPUT.mov
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      25d3013e
  4. 29 Sep, 2015 1 commit
  5. 30 Aug, 2015 1 commit
  6. 17 Jul, 2015 1 commit
  7. 12 Jul, 2015 1 commit
    • Henrik Gramner's avatar
      Checkasm: assembly testing and benchmarking tool · 8bc67ec2
      Henrik Gramner authored
      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: 's avatarJanne Grunau <janne-libav@jannau.net>
      8bc67ec2
  8. 28 Jun, 2015 1 commit
  9. 27 Jun, 2015 2 commits
  10. 16 Apr, 2015 1 commit
  11. 10 Mar, 2015 1 commit
  12. 28 Jan, 2015 1 commit
  13. 26 Jan, 2015 1 commit
    • Carl Eugen Hoyos's avatar
      Fix creation of ffprobe-test.nut on remote targets. · af39b8fe
      Carl Eugen Hoyos authored
      This is not sufficient to run "make fate-ffprobe" on a remote system:
      The ffprobe output contains the relative path to the testfile, it is
      necessary to run the test from the build directory.
      One solution is to use a script like the following as --target-exec:
      ssh target "cd /remote/build/directory; $(printf "%q " "$@")"
      af39b8fe
  14. 02 Dec, 2014 2 commits
  15. 28 Nov, 2014 1 commit
  16. 14 Nov, 2014 1 commit
  17. 11 Nov, 2014 1 commit
  18. 17 Oct, 2014 1 commit
  19. 08 Oct, 2014 1 commit
  20. 04 Sep, 2014 1 commit
  21. 24 Aug, 2014 1 commit
  22. 04 Aug, 2014 1 commit
    • Janne Grunau's avatar
      fate: explicitly set the default THREADS value · 23dfa00b
      Janne Grunau authored
      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
  23. 01 Aug, 2014 1 commit
  24. 10 Jun, 2014 1 commit
  25. 15 May, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: add a native Opus decoder. · b70d7a4a
      Anton Khirnov authored
      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
  26. 18 Mar, 2014 1 commit
  27. 31 Jan, 2014 1 commit
  28. 03 Jan, 2014 1 commit
  29. 17 Dec, 2013 1 commit
  30. 31 Oct, 2013 1 commit
  31. 20 Oct, 2013 1 commit
  32. 15 Oct, 2013 1 commit
  33. 12 Oct, 2013 1 commit
  34. 20 Aug, 2013 1 commit
  35. 29 Jul, 2013 1 commit
  36. 27 Jul, 2013 1 commit
  37. 28 May, 2013 2 commits