1. 26 12月, 2011 1 次提交
  2. 25 12月, 2011 3 次提交
    • S
      lavc: add format field to AVFrame · 8a4a5f6f
      Stefano Sabatini 提交于
      The format is a per-frame property, having it in AVFrame simplify the
      operation of extraction of that information, since avoids the need to
      access the codec/stream context.
      8a4a5f6f
    • S
      lavc: add width and height fields to AVFrame · 3a2ddf7c
      Stefano Sabatini 提交于
      width and height are per-frame properties, setting these values in
      AVFrame simplify the operation of extraction of that information,
      since avoids the need to check the codec/stream context.
      3a2ddf7c
    • S
      lavc: add a sample_aspect_ratio field to AVFrame · b58dbb5b
      Stefano Sabatini 提交于
      The sample aspect ratio is a per-frame property, so it makes sense to
      define it in AVFrame rather than in the codec/stream context.
      Simplify application-level sample aspect ratio information extraction,
      and allow further simplifications.
      b58dbb5b
  3. 23 12月, 2011 16 次提交
  4. 22 12月, 2011 9 次提交
  5. 21 12月, 2011 11 次提交