1. 08 2月, 2013 4 次提交
  2. 07 2月, 2013 9 次提交
  3. 06 2月, 2013 23 次提交
  4. 05 2月, 2013 1 次提交
  5. 04 2月, 2013 2 次提交
    • D
      e66240f2
    • A
      mpegvideo: simplify REBASE_PICTURE · d9df93ef
      Anton Khirnov 提交于
      Always evaluate to NULL when the source Picture is not located in the
      MpegEncContext.picture array. That will only happen for
      next/last_picture_ptr when updating the thread context during h264 frame
      threaded decoding, where they will point to elements of ref_list. Since
      ref_list is not copied during updating the context and is invalid until
      it is constructed for the current slice, there is no point in doing
      anything complicated with next/last_picture_ptr, as they will get
      updated when the ref_list is filled.
      d9df93ef
  6. 01 2月, 2013 1 次提交