1. 26 Oct, 2015 1 commit
  2. 21 Oct, 2015 1 commit
  3. 28 Aug, 2015 2 commits
  4. 27 Jul, 2015 1 commit
  5. 20 Jul, 2015 1 commit
    • Vittorio Giovara's avatar
      Deprecate avctx.coded_frame · 40cf1bba
      Vittorio Giovara authored
      The rationale is that coded_frame was only used to communicate key_frame,
      pict_type and quality to the caller, as well as a few other random fields,
      in a non predictable, let alone consistent way.
      
      There was agreement that there was no use case for coded_frame, as it is
      a full-sized AVFrame container used for just 2-3 int-sized properties,
      which shouldn't even belong into the AVCodecContext in the first place.
      
      The appropriate AVPacket flag can be used instead of key_frame, while
      quality is exported with the new AVPacketSideData quality factor.
      There is no replacement for the other fields as they were unreliable,
      mishandled or just not used at all.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      40cf1bba
  6. 11 Jul, 2015 1 commit
  7. 06 Jul, 2015 1 commit
  8. 30 Jun, 2015 1 commit
  9. 08 Jun, 2015 1 commit
  10. 06 May, 2015 1 commit
  11. 30 Apr, 2015 2 commits
  12. 19 Apr, 2015 2 commits
  13. 11 Apr, 2015 1 commit
  14. 10 Apr, 2015 1 commit
  15. 09 Apr, 2015 2 commits
  16. 12 Mar, 2015 1 commit
  17. 08 Mar, 2015 1 commit
  18. 02 Mar, 2015 2 commits
  19. 28 Feb, 2015 1 commit
  20. 24 Feb, 2015 2 commits
  21. 15 Feb, 2015 3 commits
  22. 28 Jan, 2015 1 commit
  23. 18 Dec, 2014 1 commit
  24. 10 Dec, 2014 1 commit
  25. 11 Nov, 2014 1 commit
  26. 09 Nov, 2014 2 commits
  27. 29 Oct, 2014 2 commits
  28. 28 Oct, 2014 1 commit
  29. 26 Oct, 2014 1 commit
  30. 18 Oct, 2014 1 commit