1. 02 May, 2020 1 commit
  2. 26 Apr, 2020 1 commit
  3. 16 Apr, 2020 1 commit
    • Andreas Rheinhardt's avatar
      fftools/ffmpeg_opt: Check attachment filesize · 889ad93c
      Andreas Rheinhardt authored
      The data of an attachment file is put into an AVCodecParameter's
      extradata. The corresponding size field has type int, yet there was no
      check for the size to fit into an int. As a consequence, it was possible
      to create extradata with negative size (by using a big enough max_alloc).
      
      Other errors were also possible: If SIZE_MAX < INT64_MAX (e.g. on 32bit
      systems) then the file size might be truncated before the allocation;
      and avio_read() takes an int, too, so one would not have read as much
      as one desired.
      
      Furthermore, the extradata is now padded as is required.
      Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      889ad93c
  4. 14 Apr, 2020 1 commit
  5. 19 Mar, 2020 1 commit
  6. 08 Mar, 2020 2 commits
  7. 07 Mar, 2020 1 commit
  8. 03 Mar, 2020 1 commit
  9. 29 Feb, 2020 1 commit
  10. 30 Jan, 2020 1 commit
  11. 28 Dec, 2019 1 commit
  12. 06 Nov, 2019 1 commit
  13. 18 Oct, 2019 1 commit
  14. 27 Sep, 2019 2 commits
  15. 17 Sep, 2019 1 commit
  16. 03 Jul, 2019 1 commit
  17. 14 Jan, 2019 1 commit
  18. 03 Jan, 2019 1 commit
  19. 02 Jan, 2019 1 commit
  20. 30 Sep, 2018 1 commit
  21. 17 Sep, 2018 1 commit
  22. 26 Jun, 2018 1 commit
  23. 08 Jun, 2018 1 commit
  24. 04 Jun, 2018 1 commit
  25. 25 Apr, 2018 1 commit
  26. 16 Mar, 2018 1 commit
  27. 24 Feb, 2018 1 commit
  28. 28 Jan, 2018 1 commit
  29. 07 Jan, 2018 1 commit
  30. 06 Jan, 2018 1 commit
  31. 04 Jan, 2018 1 commit
  32. 28 Nov, 2017 2 commits
  33. 26 Nov, 2017 1 commit
  34. 19 Nov, 2017 1 commit
  35. 15 Nov, 2017 1 commit
  36. 10 Nov, 2017 1 commit
  37. 29 Oct, 2017 1 commit