1. 14 Oct, 2016 2 commits
  2. 13 Oct, 2016 1 commit
  3. 26 Jun, 2016 1 commit
  4. 25 Mar, 2016 1 commit
  5. 25 Dec, 2015 1 commit
  6. 07 Sep, 2015 1 commit
  7. 27 Jul, 2015 1 commit
  8. 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
  9. 02 Jun, 2015 2 commits
  10. 02 Mar, 2015 1 commit
  11. 14 Feb, 2015 1 commit
  12. 02 Feb, 2015 2 commits
  13. 01 Feb, 2015 1 commit
  14. 23 Jan, 2015 1 commit
  15. 04 Aug, 2014 1 commit
    • Vittorio Giovara's avatar
      avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 · e96c3b81
      Vittorio Giovara authored
      The rationale is that you have a packed format in form
      <greyscale sample> <alpha sample> <greyscale sample> <alpha sample>
      and shortening greyscale to 'G' might make one thing about Greenscale instead.
      An alias pixel format and color space name are provided for compatibility.
      e96c3b81
  16. 03 Jun, 2014 1 commit
  17. 18 Mar, 2014 2 commits
  18. 24 Jan, 2014 2 commits
  19. 30 Dec, 2013 1 commit
  20. 17 Dec, 2013 1 commit
  21. 16 Nov, 2013 1 commit
  22. 03 Oct, 2013 1 commit
  23. 28 Sep, 2013 1 commit
  24. 23 Sep, 2013 1 commit
  25. 22 Jul, 2013 1 commit
  26. 04 Jul, 2013 1 commit
  27. 04 Feb, 2013 1 commit
  28. 31 Jan, 2013 2 commits
  29. 22 Dec, 2012 1 commit
  30. 04 Nov, 2012 1 commit
  31. 27 Oct, 2012 1 commit
  32. 12 Oct, 2012 1 commit
  33. 08 Oct, 2012 1 commit
  34. 04 Sep, 2012 1 commit