1. 23 Jan, 2013 1 commit
  2. 08 Dec, 2012 1 commit
  3. 18 Nov, 2012 1 commit
  4. 27 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      h264: fix invalid pointer arithmetic · c4cccc8d
      Mans Rullgard authored
      Subtracting a (positive) value from the address of an array violates
      C99 section 6.5.6:
      
        If both the pointer operand and the result point to elements of the
        same array object, or one past the last element of the array object,
        the evaluation shall not produce an overflow; otherwise, the
        behavior is undefined.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      c4cccc8d
  5. 05 Oct, 2012 2 commits
  6. 13 Aug, 2012 1 commit
  7. 26 Jul, 2012 1 commit
  8. 30 May, 2012 1 commit
  9. 05 Apr, 2012 1 commit
  10. 10 Feb, 2012 1 commit
    • Ronald S. Bultje's avatar
      h264: disallow constrained intra prediction modes for luma. · 45b7bd7c
      Ronald S. Bultje authored
      Conversion of the luma intra prediction mode to one of the constrained
      ("alzheimer") ones can happen by crafting special bitstreams, causing
      a crash because we'll call a NULL function pointer for 16x16 block intra
      prediction, since constrained intra prediction functions are only
      implemented for chroma (8x8 blocks).
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      45b7bd7c
  11. 28 Jan, 2012 1 commit
  12. 18 Dec, 2011 1 commit
  13. 12 Dec, 2011 1 commit
  14. 21 Oct, 2011 1 commit
  15. 11 Oct, 2011 1 commit
  16. 02 Oct, 2011 1 commit
  17. 14 Aug, 2011 1 commit
  18. 10 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      Eliminate FF_COMMON_FRAME macro. · 657ccb5a
      Diego Biurrun authored
      FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
      to struct Picture.  Replace by an embedded AVFrame structure in struct Picture.
      657ccb5a
  19. 03 Jul, 2011 1 commit
  20. 14 Jun, 2011 1 commit
  21. 13 Jun, 2011 2 commits
  22. 10 May, 2011 2 commits
  23. 02 May, 2011 4 commits
  24. 10 Apr, 2011 3 commits
  25. 19 Mar, 2011 1 commit
  26. 21 Jan, 2011 2 commits
  27. 20 Jan, 2011 2 commits
  28. 15 Jan, 2011 1 commit
  29. 14 Jan, 2011 2 commits