1. 22 Mar, 2017 1 commit
  2. 13 Jan, 2017 2 commits
  3. 14 Dec, 2016 2 commits
  4. 12 Dec, 2016 1 commit
  5. 03 Nov, 2016 1 commit
    • Andreas Cadhalpun's avatar
      ppc: pixblockdsp: do unaligned block accesses correctly again · 3932ccc4
      Andreas Cadhalpun authored
      This was broken by the following Libav commit:
      4c387c70 ppc: dsputil: do unaligned block accesses correctly
      
      The following tests fail due to this:
      fate-checkasm
      fate-vsynth1-dnxhd-2k-hr-hq fate-vsynth1-dnxhd-edge1-hr
      fate-vsynth1-dnxhd-edge2-hr fate-vsynth1-dnxhd-edge3-hr
      fate-vsynth1-dnxhd-hr-sq-mov fate-vsynth1-dnxhd-hr-hq-mov
      fate-vsynth2-dnxhd-2k-hr-hq fate-vsynth2-dnxhd-edge1-hr
      fate-vsynth2-dnxhd-edge2-hr fate-vsynth2-dnxhd-edge3-hr
      fate-vsynth2-dnxhd-hr-sq-mov fate-vsynth2-dnxhd-hr-hq-mov
      fate-vsynth3-dnxhd-2k-hr-hq fate-vsynth3-dnxhd-edge1-hr
      fate-vsynth3-dnxhd-edge2-hr fate-vsynth3-dnxhd-edge3-hr
      fate-vsynth3-dnxhd-hr-sq-mov fate-vsynth3-dnxhd-hr-hq-mov
      
      Fixes trac ticket #5508.
      Reviewed-by: 's avatarCarl Eugen Hoyos <ceffmpeg@gmail.com>
      Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
      3932ccc4
  6. 17 Oct, 2016 1 commit
  7. 02 Oct, 2016 1 commit
  8. 29 Sep, 2016 3 commits
  9. 22 Sep, 2016 1 commit
  10. 14 Sep, 2016 1 commit
  11. 11 Sep, 2016 3 commits
  12. 26 Aug, 2016 1 commit
  13. 15 Jul, 2016 1 commit
  14. 25 Jun, 2016 1 commit
  15. 21 Jun, 2016 1 commit
  16. 13 May, 2016 1 commit
  17. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      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
  18. 25 Mar, 2016 1 commit
  19. 01 Mar, 2016 1 commit
  20. 19 Feb, 2016 1 commit
  21. 15 Feb, 2016 1 commit
  22. 16 Dec, 2015 1 commit
  23. 02 Dec, 2015 1 commit
  24. 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
  25. 03 Oct, 2015 1 commit
  26. 02 Oct, 2015 1 commit
  27. 17 Jul, 2015 1 commit
  28. 16 Jun, 2015 1 commit
  29. 01 Jun, 2015 1 commit
  30. 31 May, 2015 3 commits
  31. 14 May, 2015 1 commit
  32. 10 May, 2015 1 commit