1. 08 3月, 2010 4 次提交
  2. 06 3月, 2010 1 次提交
  3. 04 3月, 2010 2 次提交
  4. 25 2月, 2010 1 次提交
    • A
      aac: Keep decode_band_types() from eating all padding at the end of a buffer. · c4a90caa
      Alex Converse 提交于
      Due to a shortcoming in the AAC specification, if an all zero buffer is
      fed to section data decoding it will never terminate. That means without
      a buffer exhaustion check decode_band_types() will consume all input
      buffer padding. Worse if a get_bits() implementation that returns zeros
      when padding is exhausted is used, the function will never terminate.
      
      The fixes that by added a buffer exhaustion check in the sectioning
      decoding loop.
      
      Originally committed as revision 22044 to svn://svn.ffmpeg.org/ffmpeg/trunk
      c4a90caa
  5. 19 2月, 2010 1 次提交
  6. 16 2月, 2010 2 次提交
  7. 10 2月, 2010 1 次提交
  8. 15 1月, 2010 2 次提交
  9. 14 1月, 2010 4 次提交
  10. 12 1月, 2010 2 次提交
  11. 09 1月, 2010 2 次提交
  12. 16 12月, 2009 1 次提交
  13. 15 12月, 2009 1 次提交
  14. 09 12月, 2009 1 次提交
  15. 02 12月, 2009 2 次提交
  16. 22 11月, 2009 1 次提交
  17. 12 11月, 2009 1 次提交
  18. 04 11月, 2009 1 次提交
  19. 09 10月, 2009 1 次提交
  20. 08 10月, 2009 1 次提交
  21. 28 9月, 2009 3 次提交
  22. 23 9月, 2009 2 次提交
  23. 22 9月, 2009 2 次提交
  24. 06 9月, 2009 1 次提交