1. 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
  2. 10 Dec, 2011 1 commit
  3. 02 Dec, 2011 1 commit
    • Justin Ruggles's avatar
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles authored
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  4. 27 Nov, 2011 1 commit
  5. 28 Oct, 2011 2 commits
  6. 20 Oct, 2011 1 commit
  7. 09 Oct, 2011 1 commit
  8. 07 Oct, 2011 2 commits
  9. 27 Sep, 2011 2 commits
  10. 29 Jul, 2011 1 commit
  11. 02 Jul, 2011 1 commit
    • Reinhard Tartler's avatar
      doxygen: Prefer member groups over grouping into modules · 21a19b79
      Reinhard Tartler authored
      Before this, almost all module groups have been used for grouping functions
      and fields in structures semantically. This causes them to not appear
      properly in the file documentation and needlessly clutters up the "Modules"
      index.
      
      Additionally, this commit streamlines some spelling and appearances.
      21a19b79
  12. 06 May, 2011 1 commit
  13. 26 Apr, 2011 1 commit
  14. 17 Apr, 2011 2 commits
  15. 20 Mar, 2011 2 commits
  16. 19 Mar, 2011 2 commits
  17. 28 Jan, 2011 1 commit
  18. 26 Jan, 2011 1 commit
  19. 26 Dec, 2010 1 commit
  20. 12 Nov, 2010 1 commit
  21. 09 Aug, 2010 1 commit
  22. 26 Jul, 2010 1 commit
  23. 12 Jul, 2010 1 commit
  24. 08 Jul, 2010 1 commit
  25. 30 Jun, 2010 2 commits
  26. 02 May, 2010 1 commit
  27. 01 May, 2010 1 commit
  28. 21 Apr, 2010 2 commits
  29. 20 Apr, 2010 1 commit
  30. 30 Mar, 2010 2 commits
  31. 12 Feb, 2010 1 commit