1. 16 Dec, 2015 1 commit
  2. 02 Dec, 2015 1 commit
  3. 22 Nov, 2015 1 commit
    • Ganesh Ajjanagadde's avatar
      avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2 · 61a1ca13
      Ganesh Ajjanagadde authored
      This actually fixes an incorrect float literal. It is believed by
      examining the precision that the literals were all pre-computed as
      floats, resulting in this needless loss of precision. There is no
      benefit to keeping such reduced precision:
      1. These constants are used for static array computation, hence
      compile-time.
      2. They will be treated as doubles anyway, since f specifier was not
      present.
      Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
      61a1ca13
  4. 03 Oct, 2015 1 commit
  5. 02 Oct, 2015 1 commit
  6. 17 Jul, 2015 1 commit
  7. 16 Jun, 2015 1 commit
  8. 01 Jun, 2015 1 commit
  9. 31 May, 2015 3 commits
  10. 14 May, 2015 1 commit
  11. 10 May, 2015 1 commit
  12. 27 Apr, 2015 1 commit
  13. 03 Apr, 2015 1 commit
  14. 15 Mar, 2015 1 commit
  15. 14 Mar, 2015 1 commit
  16. 28 Feb, 2015 3 commits
  17. 03 Feb, 2015 1 commit
  18. 30 Jan, 2015 2 commits
  19. 21 Jan, 2015 1 commit
  20. 08 Dec, 2014 1 commit
  21. 04 Dec, 2014 2 commits
  22. 02 Dec, 2014 1 commit
  23. 28 Nov, 2014 5 commits
  24. 24 Nov, 2014 1 commit
  25. 11 Nov, 2014 2 commits
  26. 07 Nov, 2014 1 commit
  27. 10 Oct, 2014 3 commits