1. 10 7月, 2013 1 次提交
  2. 04 5月, 2013 1 次提交
  3. 14 3月, 2013 1 次提交
  4. 08 3月, 2013 1 次提交
  5. 13 2月, 2013 1 次提交
  6. 23 1月, 2013 1 次提交
  7. 05 12月, 2012 1 次提交
  8. 12 11月, 2012 1 次提交
  9. 01 11月, 2012 1 次提交
  10. 25 10月, 2012 1 次提交
  11. 23 10月, 2012 1 次提交
  12. 13 10月, 2012 1 次提交
  13. 28 8月, 2012 1 次提交
  14. 07 8月, 2012 1 次提交
  15. 07 4月, 2012 1 次提交
  16. 28 3月, 2012 1 次提交
  17. 23 3月, 2012 1 次提交
  18. 29 2月, 2012 1 次提交
  19. 17 12月, 2011 1 次提交
    • R
      get_bits: introduce safe bitreading to prevent overreads. · 8cfbbd92
      Ronald S. Bultje 提交于
      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
  20. 11 12月, 2011 1 次提交
  21. 03 12月, 2011 1 次提交
    • J
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles 提交于
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  22. 27 11月, 2011 1 次提交
  23. 29 10月, 2011 2 次提交
  24. 21 10月, 2011 1 次提交
  25. 10 10月, 2011 1 次提交
  26. 07 10月, 2011 2 次提交
  27. 29 7月, 2011 1 次提交
  28. 02 7月, 2011 1 次提交
    • R
      doxygen: Prefer member groups over grouping into modules · 21a19b79
      Reinhard Tartler 提交于
      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
  29. 06 5月, 2011 1 次提交
  30. 27 4月, 2011 1 次提交
  31. 18 4月, 2011 1 次提交
  32. 21 3月, 2011 1 次提交
  33. 20 3月, 2011 2 次提交
  34. 19 3月, 2011 1 次提交
  35. 27 1月, 2011 1 次提交
  36. 27 12月, 2010 1 次提交
  37. 12 11月, 2010 1 次提交