1. 21 Jan, 2014 4 commits
  2. 13 Jan, 2014 1 commit
  3. 12 Jan, 2014 3 commits
  4. 10 Jan, 2014 2 commits
  5. 08 Jan, 2014 1 commit
  6. 28 Dec, 2013 1 commit
  7. 26 Dec, 2013 1 commit
  8. 24 Dec, 2013 1 commit
  9. 16 Dec, 2013 1 commit
  10. 15 Dec, 2013 4 commits
  11. 14 Dec, 2013 2 commits
  12. 13 Dec, 2013 1 commit
  13. 07 Dec, 2013 1 commit
  14. 05 Dec, 2013 1 commit
  15. 22 Nov, 2013 1 commit
  16. 19 Nov, 2013 6 commits
  17. 16 Nov, 2013 1 commit
  18. 05 Nov, 2013 1 commit
  19. 04 Nov, 2013 1 commit
  20. 30 Oct, 2013 1 commit
    • Reimar Döffinger's avatar
      Optimize pure C unscaled yuv2rgb. · 4fab08c9
      Reimar Döffinger authored
      Aligning the tables reduces the amount of code generated on
      e.g. ARM as the offset constant then has few enough set bits
      so it can be encoded inside a single instruction instead of 2.
      Ideally all should be declared aligned, but the DECLARE_ALIGNED
      macros does not work with pointer tables, thus also reordered
      the tables.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      4fab08c9
  21. 24 Oct, 2013 1 commit
  22. 23 Oct, 2013 1 commit
  23. 17 Oct, 2013 2 commits
  24. 16 Oct, 2013 1 commit