1. 12 Mar, 2012 1 commit
    • Janne Grunau's avatar
      remove iwmmxt optimizations · 363bd1c6
      Janne Grunau authored
      The were broken since August of 2010 without anyone noticing until
      three weeks ago. Nobody cares about it anymore and hopefully Marvell
      will support NEON like in the PXA978 from now on.
      363bd1c6
  2. 09 Mar, 2012 1 commit
  3. 23 Feb, 2012 2 commits
  4. 22 Feb, 2012 1 commit
  5. 14 Feb, 2012 1 commit
  6. 13 Feb, 2012 1 commit
  7. 08 Feb, 2012 1 commit
  8. 02 Feb, 2012 2 commits
  9. 27 Jan, 2012 1 commit
  10. 24 Jan, 2012 1 commit
  11. 23 Jan, 2012 1 commit
  12. 22 Jan, 2012 1 commit
    • Anton Khirnov's avatar
      avserver: fix build after the next bump. · b263bf66
      Anton Khirnov authored
      Now that 0.8 is out we can reapply this commit. It breaks shared
      avserver builds due to avserver using internal libavformat symbols,
      which are now hidden, so this commit also disables avserver with
      --enable-shared.
      b263bf66
  13. 14 Jan, 2012 1 commit
  14. 11 Jan, 2012 2 commits
  15. 04 Jan, 2012 1 commit
  16. 03 Jan, 2012 1 commit
  17. 31 Dec, 2011 1 commit
  18. 27 Dec, 2011 1 commit
  19. 22 Dec, 2011 4 commits
  20. 21 Dec, 2011 2 commits
  21. 20 Dec, 2011 1 commit
  22. 17 Dec, 2011 1 commit
    • Ronald S. Bultje's avatar
      get_bits: introduce safe bitreading to prevent overreads. · 8cfbbd92
      Ronald S. Bultje authored
      When turned on, H264/CAVLC gets ~15% (CVPCMNL1_SVA_C.264) slower for
      ultra-high-bitrate files, or ~2.5% (CVFI1_SVA_C.264) for lower-bitrate
      files. Other codecs are affected to a lesser extent because they are
      less optimized; e.g., VC-1 slows down by less than 1% (all on x86).
      The patch generated 3 extra instructions (cmp, cmovae and mov) per
      call to get_bits().
      
      The performance penalty on ARM is within the error margin for most
      files, up to 4% in extreme cases such as CVPCMNL1_SVA_C.264.
      
      Based on work (for GCI) by Aneesh Dogra <lionaneesh@gmail.com>, and
      inspired by patch in Chromium by Chris Evans <cevans@chromium.org>.
      8cfbbd92
  23. 16 Dec, 2011 1 commit
  24. 15 Dec, 2011 1 commit
  25. 14 Dec, 2011 2 commits
  26. 13 Dec, 2011 1 commit
  27. 12 Dec, 2011 1 commit
  28. 25 Nov, 2011 1 commit
  29. 22 Nov, 2011 1 commit
  30. 21 Nov, 2011 1 commit
  31. 20 Nov, 2011 1 commit
  32. 18 Nov, 2011 1 commit