1. 21 1月, 2013 26 次提交
  2. 20 1月, 2013 7 次提交
  3. 19 1月, 2013 6 次提交
  4. 18 1月, 2013 1 次提交
    • A
      h264: avoid pointless copying of ref lists · 940b8b58
      Anton Khirnov 提交于
      ref_list is constructed from other fields per slice when needed, so do
      not copy it for both frame and slice threading.
      default_ref_list is constructed per frame and still needs to be copied
      to per-slice contexts for slice threading, but a copy is not needed for
      frame threading.
      940b8b58