1. 28 Feb, 2016 1 commit
  2. 18 Feb, 2016 1 commit
  3. 14 Feb, 2016 1 commit
  4. 01 Feb, 2016 1 commit
  5. 19 Jan, 2016 1 commit
  6. 30 Sep, 2015 1 commit
  7. 05 Sep, 2015 1 commit
  8. 28 Aug, 2015 1 commit
  9. 18 Jul, 2015 1 commit
  10. 24 Apr, 2015 1 commit
  11. 25 Mar, 2015 1 commit
  12. 23 Mar, 2015 1 commit
  13. 08 Feb, 2015 1 commit
  14. 27 Jan, 2015 1 commit
  15. 02 Oct, 2014 1 commit
    • wm4's avatar
      avcodec, avutil: allow more control about how samples are skipped · cdd6f059
      wm4 authored
      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: 's avatarMichael Niedermayer <michaelni@gmx.at>
      cdd6f059
  16. 28 Aug, 2014 1 commit
  17. 18 Aug, 2014 1 commit
    • Clément Bœsch's avatar
      avcodec: export motion vectors in frame side data on demand · b0352b19
      Clément Bœsch authored
      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
  18. 09 Aug, 2014 1 commit
  19. 04 Aug, 2014 1 commit
  20. 03 Aug, 2014 1 commit
  21. 30 Jul, 2014 1 commit
  22. 12 Jul, 2014 1 commit
  23. 01 Jun, 2014 1 commit
  24. 19 May, 2014 1 commit
    • Vittorio Giovara's avatar
      Add transformation matrix API. · bddd8cbf
      Vittorio Giovara authored
      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: 's avatarAnton Khirnov <anton@khirnov.net>
      bddd8cbf
  25. 26 Mar, 2014 1 commit
  26. 24 Mar, 2014 2 commits
  27. 04 Mar, 2014 1 commit
  28. 24 Feb, 2014 1 commit
  29. 15 Feb, 2014 1 commit
  30. 17 Jan, 2014 2 commits
  31. 09 Jan, 2014 1 commit
  32. 05 Jan, 2014 1 commit
  33. 22 Dec, 2013 1 commit
  34. 09 Dec, 2013 1 commit
  35. 26 Nov, 2013 1 commit
  36. 31 Oct, 2013 1 commit
  37. 27 Oct, 2013 1 commit
  38. 28 Sep, 2013 1 commit