1. 05 Sep, 2015 1 commit
  2. 30 Aug, 2015 1 commit
  3. 28 Aug, 2015 2 commits
  4. 23 Aug, 2015 1 commit
  5. 22 Aug, 2015 2 commits
  6. 18 Aug, 2015 1 commit
  7. 08 Aug, 2015 1 commit
  8. 04 Aug, 2015 1 commit
  9. 31 Jul, 2015 1 commit
  10. 28 Jul, 2015 1 commit
  11. 27 Jul, 2015 1 commit
  12. 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
  13. 11 Jul, 2015 1 commit
  14. 06 Jul, 2015 1 commit
  15. 30 Jun, 2015 1 commit
  16. 16 Jun, 2015 1 commit
  17. 13 Jun, 2015 1 commit
  18. 10 Jun, 2015 1 commit
  19. 09 Jun, 2015 1 commit
  20. 08 Jun, 2015 1 commit
  21. 07 Jun, 2015 1 commit
  22. 06 Jun, 2015 1 commit
  23. 16 May, 2015 1 commit
  24. 08 May, 2015 3 commits
  25. 06 May, 2015 3 commits
  26. 30 Apr, 2015 2 commits
  27. 24 Apr, 2015 1 commit
  28. 22 Apr, 2015 1 commit
  29. 19 Apr, 2015 2 commits
  30. 11 Apr, 2015 1 commit
  31. 10 Apr, 2015 2 commits