Skip to content
Snippets Groups Projects
  1. Nov 26, 2015
  2. Oct 26, 2015
  3. Oct 21, 2015
  4. Aug 28, 2015
  5. Jul 27, 2015
  6. Jul 20, 2015
    • 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: default avatarVittorio Giovara <vittorio.giovara@gmail.com>
      40cf1bba
  7. Jul 11, 2015
  8. Jul 06, 2015
  9. Jun 30, 2015
  10. Jun 08, 2015
  11. May 06, 2015
  12. Apr 30, 2015
  13. Apr 19, 2015
  14. Apr 11, 2015
  15. Apr 10, 2015
  16. Apr 09, 2015
  17. Mar 12, 2015
  18. Mar 08, 2015
  19. Mar 02, 2015
  20. Feb 28, 2015
  21. Feb 24, 2015
  22. Feb 15, 2015
  23. Jan 28, 2015
  24. Dec 18, 2014
  25. Dec 10, 2014
  26. Nov 11, 2014
  27. Nov 09, 2014
  28. Oct 29, 2014
  29. Oct 28, 2014
  30. Oct 26, 2014
Loading