1. 14 Jan, 2012 1 commit
    • Reimar Döffinger's avatar
      Fix leaking of side data. · c4ba5198
      Reimar Döffinger authored
      While we correctly "register" the side data when we split it,
      the application (in this case FFmpeg) might not update the
      AVPacket pool it uses to finally free the packet, thus
      causing a leak.
      This also makes the av_dup_packet unnecessary which could
      cause an even worse leak in this situation.
      Also change the code to not modify the user-provide AVPacket at all.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      c4ba5198
  2. 07 Jan, 2012 2 commits
  3. 04 Jan, 2012 3 commits
  4. 02 Jan, 2012 1 commit
  5. 01 Jan, 2012 1 commit
  6. 25 Dec, 2011 3 commits
    • Stefano Sabatini's avatar
      lavc: add format field to AVFrame · 8a4a5f6f
      Stefano Sabatini authored
      The format is a per-frame property, having it in AVFrame simplify the
      operation of extraction of that information, since avoids the need to
      access the codec/stream context.
      8a4a5f6f
    • Stefano Sabatini's avatar
      lavc: add width and height fields to AVFrame · 3a2ddf7c
      Stefano Sabatini authored
      width and height are per-frame properties, setting these values in
      AVFrame simplify the operation of extraction of that information,
      since avoids the need to check the codec/stream context.
      3a2ddf7c
    • Stefano Sabatini's avatar
      lavc: add a sample_aspect_ratio field to AVFrame · b58dbb5b
      Stefano Sabatini authored
      The sample aspect ratio is a per-frame property, so it makes sense to
      define it in AVFrame rather than in the codec/stream context.
      Simplify application-level sample aspect ratio information extraction,
      and allow further simplifications.
      b58dbb5b
  7. 22 Dec, 2011 1 commit
  8. 21 Dec, 2011 2 commits
  9. 18 Dec, 2011 1 commit
  10. 15 Dec, 2011 1 commit
  11. 14 Dec, 2011 1 commit
  12. 13 Dec, 2011 1 commit
  13. 12 Dec, 2011 1 commit
  14. 10 Dec, 2011 3 commits
  15. 05 Dec, 2011 4 commits
  16. 02 Dec, 2011 2 commits
  17. 01 Dec, 2011 1 commit
  18. 28 Nov, 2011 1 commit
  19. 26 Nov, 2011 1 commit
  20. 25 Nov, 2011 1 commit
  21. 22 Nov, 2011 1 commit
  22. 19 Nov, 2011 2 commits
  23. 12 Nov, 2011 1 commit
  24. 11 Nov, 2011 1 commit
  25. 10 Nov, 2011 1 commit
  26. 09 Nov, 2011 1 commit
  27. 07 Nov, 2011 1 commit