1. 31 Jul, 2018 1 commit
  2. 15 Jun, 2018 1 commit
  3. 13 Jun, 2018 2 commits
    • erankor's avatar
      qt-faststart - stco offset bug fix · dc16c9dd
      erankor authored
      when the last offsets in the stco atom are close to 4GB, the addition of
      the moov atom size can overflow, causing corruption near the end of the
      mp4 file.
      this patch upgrades all stco atoms to co64 when such an edge case is
      detected. in order to accomplish this, the implementation was changed to
      walk the atom tree, instead of searching for the strings 'stco'/'co64'.
      this was required since when an stco atom is changed to co64, its size
      changes, and the sizes of all containing atoms (moov, trak, etc.) have
      to be updated as well.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      dc16c9dd
    • erankor's avatar
      qt-faststart: add validation on ftyp atom size · ee09ffbf
      erankor authored
      avoid trying to allocate an unreasonably sized buffer on corrupt files
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      ee09ffbf
  4. 30 May, 2018 1 commit
  5. 31 Aug, 2017 1 commit
    • Martin Storsjö's avatar
      Remove support for building for mingw32ce (Windows CE) · e41daa62
      Martin Storsjö authored
      The toolchain for this target is unmaintained since many years.
      
      While it has been continuously build tested on fate, it hasn't
      actually been tested at runtime since many, many years (and back
      then, only a few codecs in libavcodec were tested).
      
      So far, keeping support for it has been mostly effortless, but
      the compiler does seem to have issues with dllimported data symbols,
      ending up as internal compiler errors in some cases. Instead of
      jumping through further hoops to work around that, just remove the
      target.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      e41daa62
  6. 24 Nov, 2016 1 commit
  7. 22 Aug, 2014 1 commit
  8. 28 Feb, 2014 8 commits
  9. 07 Jan, 2014 1 commit
  10. 02 Jun, 2013 2 commits
  11. 13 Dec, 2012 1 commit
  12. 29 Oct, 2012 1 commit
  13. 24 Oct, 2012 1 commit
  14. 22 Oct, 2012 1 commit
  15. 10 Oct, 2012 1 commit
  16. 30 Sep, 2012 3 commits
  17. 28 Aug, 2012 1 commit
  18. 25 Jan, 2012 1 commit
  19. 30 Dec, 2011 1 commit
  20. 29 Dec, 2011 1 commit
  21. 19 Mar, 2011 1 commit
  22. 21 Jun, 2010 1 commit
  23. 13 May, 2010 4 commits
  24. 09 May, 2010 1 commit
  25. 01 May, 2010 2 commits