1. 21 Oct, 2015 1 commit
  2. 20 Oct, 2015 1 commit
  3. 27 Jul, 2015 1 commit
  4. 09 Jun, 2015 1 commit
  5. 29 May, 2015 1 commit
  6. 21 Aug, 2014 1 commit
    • Michael Niedermayer's avatar
      avcodec: fix aac/ac3 parser bitstream buffer size · fccd85b9
      Michael Niedermayer authored
      Buffers containing copies of the AAC and AC3 header bits were not padded
      before parsing, violating init_get_bits() buffer padding requirement,
      leading to potential buffer read overflows.
      This change adds FF_INPUT_BUFFER_PADDING_SIZE bytes to the bit buffer
      for parsing the header in each of aac_parser.c and ac3_parser.c.
      
      Based on patch by: Matt Wolenetz <wolenetz@chromium.org>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      fccd85b9
  7. 01 Mar, 2014 1 commit
  8. 05 Jan, 2014 1 commit
  9. 11 Nov, 2012 1 commit
  10. 07 Aug, 2012 1 commit
  11. 23 Feb, 2012 1 commit
  12. 10 Feb, 2012 1 commit
  13. 21 Jan, 2012 1 commit
  14. 02 Nov, 2011 1 commit
  15. 20 Oct, 2011 1 commit
  16. 25 Mar, 2011 1 commit
  17. 19 Mar, 2011 1 commit
  18. 16 Feb, 2011 1 commit
  19. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  20. 06 Feb, 2011 2 commits
  21. 28 Jan, 2011 1 commit
  22. 26 Jan, 2011 2 commits
  23. 25 Jan, 2011 1 commit
  24. 10 Jul, 2010 2 commits
  25. 07 Jul, 2010 1 commit
  26. 19 Apr, 2009 1 commit
  27. 13 Apr, 2009 1 commit
  28. 20 Feb, 2009 1 commit
  29. 19 Feb, 2009 1 commit
  30. 19 Jan, 2009 1 commit
  31. 07 Jan, 2009 1 commit
  32. 17 Dec, 2008 1 commit
  33. 01 Sep, 2008 1 commit
  34. 03 Aug, 2008 1 commit
  35. 25 Jun, 2008 1 commit
  36. 07 Jun, 2008 2 commits