1. 03 10月, 2014 1 次提交
    • W
      avcodec, avutil: allow more control about how samples are skipped · cdd6f059
      wm4 提交于
      Add CODEC_FLAG2_SKIP_MANUAL (exposed as "skip_manual"), which makes
      the decoder export sample skip information via side data, instead
      of applying it automatically. The format of the side data is the
      same as AV_PKT_DATA_SKIP_SAMPLES, but since AVPacket and AVFrame
      side data constants overlap, AV_FRAME_DATA_SKIP_SAMPLES needs to
      be introduced.
      
      This is useful for applications which want to do the timestamp
      calculations manually, or which actually want to retrieve the
      padding.
      Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
      cdd6f059
  2. 28 8月, 2014 1 次提交
  3. 18 8月, 2014 1 次提交
    • C
      avcodec: export motion vectors in frame side data on demand · b0352b19
      Clément Bœsch 提交于
      The reasoning behind this addition is that various third party
      applications are interested in getting some motion information out of a
      video "for free" when it is available.
      
      It was considered to export other information as well (such as the intra
      information about the block, or the quantization) but the structure
      might have ended up into a half full-generic, half full of codec
      specific cruft. If more information is necessary, it should either be
      added in the "flags" field of the AVMotionVector structure, or in
      another side-data.
      
      This commit also includes an example exporting them in a CSV stream.
      b0352b19
  4. 10 8月, 2014 1 次提交
  5. 04 8月, 2014 2 次提交
  6. 31 7月, 2014 1 次提交
  7. 13 7月, 2014 1 次提交
  8. 01 6月, 2014 1 次提交
  9. 19 5月, 2014 1 次提交
    • V
      Add transformation matrix API. · bddd8cbf
      Vittorio Giovara 提交于
      Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and
      frame side data (respectively) to describe a display transformation matrix
      for linear transformation operations on the decoded video.
      
      Add functions to easily extract a rotation angle from a matrix and
      conversely to setup a matrix for a given rotation angle.
      Signed-off-by: NAnton Khirnov <anton@khirnov.net>
      bddd8cbf
  10. 27 3月, 2014 1 次提交
  11. 24 3月, 2014 2 次提交
  12. 04 3月, 2014 1 次提交
  13. 24 2月, 2014 1 次提交
  14. 16 2月, 2014 1 次提交
  15. 17 1月, 2014 2 次提交
  16. 10 1月, 2014 1 次提交
  17. 05 1月, 2014 1 次提交
  18. 23 12月, 2013 1 次提交
  19. 09 12月, 2013 1 次提交
  20. 26 11月, 2013 1 次提交
  21. 01 11月, 2013 1 次提交
  22. 28 10月, 2013 1 次提交
  23. 28 9月, 2013 1 次提交
  24. 20 9月, 2013 1 次提交
  25. 11 8月, 2013 1 次提交
  26. 01 8月, 2013 1 次提交
  27. 17 7月, 2013 1 次提交
  28. 19 3月, 2013 1 次提交
  29. 18 3月, 2013 2 次提交
  30. 15 3月, 2013 1 次提交
  31. 10 3月, 2013 1 次提交
  32. 08 3月, 2013 3 次提交