1. 26 Jan, 2020 1 commit
    • Andreas Rheinhardt's avatar
      avformat/av1, avc, hevc: Remove av_freep() · 2899995a
      Andreas Rheinhardt authored
      ff_av1_filter_obus_buf() and ff_avc_parse_nal_units_buf() both have a
      pointer-to-pointer parameter which they use to pass a newly allocated
      buffer to the caller. And both functions freed what this pointer points to
      before overwriting it. But no caller of these functions used this feature,
      but some had to initialize the pointer just because of this. So remove
      it and update the documentation of ff_av1_filter_obus_buf() wrt this fact.
      
      ff_hevc_annexb2mp4_buf in contrast did not free the pointer. This has been
      documented, too.
      Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      2899995a
  2. 30 Nov, 2019 2 commits
  3. 28 Nov, 2019 2 commits
  4. 20 May, 2019 1 commit
  5. 30 Nov, 2017 5 commits
  6. 04 May, 2016 1 commit
  7. 05 Feb, 2015 1 commit
  8. 24 Sep, 2014 1 commit
  9. 24 Mar, 2012 1 commit
  10. 10 Nov, 2011 1 commit
  11. 03 Apr, 2011 2 commits
  12. 19 Mar, 2011 1 commit
  13. 22 Feb, 2011 1 commit
  14. 21 Feb, 2011 1 commit
  15. 20 Feb, 2011 2 commits
  16. 28 Feb, 2010 1 commit
  17. 22 Feb, 2010 1 commit
  18. 30 Jul, 2009 1 commit
  19. 26 Mar, 2009 1 commit
  20. 16 Jan, 2009 3 commits
  21. 15 Jan, 2009 1 commit
  22. 11 Jan, 2009 1 commit
  23. 19 Feb, 2008 2 commits
  24. 15 Jan, 2008 1 commit
  25. 11 Jan, 2008 2 commits