1. 14 Feb, 2012 1 commit
  2. 13 Feb, 2012 1 commit
  3. 08 Feb, 2012 1 commit
  4. 02 Feb, 2012 2 commits
  5. 27 Jan, 2012 1 commit
  6. 24 Jan, 2012 1 commit
  7. 23 Jan, 2012 1 commit
  8. 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
  9. 14 Jan, 2012 1 commit
  10. 11 Jan, 2012 2 commits
  11. 04 Jan, 2012 1 commit
  12. 03 Jan, 2012 1 commit
  13. 31 Dec, 2011 1 commit
  14. 27 Dec, 2011 1 commit
  15. 22 Dec, 2011 4 commits
  16. 21 Dec, 2011 2 commits
  17. 20 Dec, 2011 1 commit
  18. 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
  19. 16 Dec, 2011 1 commit
  20. 15 Dec, 2011 1 commit
  21. 14 Dec, 2011 2 commits
  22. 13 Dec, 2011 1 commit
  23. 12 Dec, 2011 1 commit
  24. 25 Nov, 2011 1 commit
  25. 22 Nov, 2011 1 commit
  26. 21 Nov, 2011 1 commit
  27. 20 Nov, 2011 1 commit
  28. 18 Nov, 2011 1 commit
  29. 14 Nov, 2011 1 commit
  30. 05 Nov, 2011 4 commits