1. 28 Aug, 2016 1 commit
  2. 02 Aug, 2016 1 commit
  3. 23 Mar, 2016 1 commit
  4. 22 Jan, 2016 1 commit
  5. 21 Jan, 2016 1 commit
  6. 27 Jul, 2015 3 commits
  7. 20 Jul, 2015 1 commit
    • Vittorio Giovara's avatar
      Gather all coded_frame allocations and free functions to a single place · d6604b29
      Vittorio Giovara authored
      Allocating coded_frame is what most encoders do anyway, so it makes
      sense to always allocate and free it in a single place. Moreover a lot
      of encoders freed the frame with av_freep() instead of the correct API
      av_frame_free().
      
      This bring uniformity to encoder behaviour and prevents applications
      from erroneusly accessing this field when not allocated. Additionally
      this helps isolating encoders that export information with coded_frame,
      and heavily simplifies its deprecation.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      d6604b29
  8. 20 Sep, 2014 3 commits
  9. 18 Aug, 2014 2 commits
  10. 16 Nov, 2013 1 commit
  11. 03 Oct, 2013 1 commit
  12. 12 Jun, 2013 1 commit
  13. 07 Jun, 2013 1 commit
  14. 06 Mar, 2013 1 commit
  15. 25 Feb, 2013 1 commit
  16. 05 Dec, 2012 1 commit
  17. 20 Nov, 2012 1 commit
  18. 22 Aug, 2012 3 commits
  19. 07 Aug, 2012 1 commit
  20. 23 Mar, 2012 1 commit
  21. 22 Mar, 2012 1 commit
  22. 11 Feb, 2012 12 commits