1. 12 Mar, 2016 1 commit
  2. 04 Mar, 2016 1 commit
  3. 02 Mar, 2016 1 commit
  4. 02 Feb, 2016 1 commit
  5. 09 Nov, 2015 1 commit
    • Bryan Huh's avatar
      avformat/cache: Avoid int-overflow in cache compare function · 72f9a634
      Bryan Huh authored
      cache protocol indexes its cache using AVTreeNodes which require a cmp
      function for inserting and searching new cache-entries. This cmp
      function expects a 32-bit int return value (negative, zero, or positive)
      but the cache cmp function returns an int64_t which can overflow the
      int, giving negative numbers for when it should be positive, vice versa.
      This manifests itself only for very large files (e.g. 4GB+)
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      72f9a634
  6. 04 Nov, 2015 1 commit
  7. 25 Oct, 2015 1 commit
  8. 06 Mar, 2015 1 commit
  9. 31 Jan, 2015 1 commit
  10. 26 Dec, 2014 5 commits
  11. 25 Dec, 2014 5 commits
  12. 17 Oct, 2012 1 commit
  13. 07 Sep, 2012 1 commit
  14. 06 Feb, 2012 1 commit
  15. 31 Dec, 2011 2 commits
  16. 16 Oct, 2011 4 commits